Blame view

docs/js/editarea_0_8_2/docs/credits.html 2.44 KB
c2589de4   Luigi Serra   added demo page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
  <head>
  	<title>EditArea documentation</title>
  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  	<link href="doc_style.css" rel="stylesheet" type="text/css" />
  </head>
  <body>
  	<div class='header'>
  		<h1>Credits</h1>
  	</div>
  	<div class='content'>
  		<h2>Special thanks</h2>		
  		<p>
  			I would like to make a special thanks to <a href='http://tinymce.moxiecode.com'>TinyMCE</a> 
  			developpers. I have taken some of their WYSIWYG editor functions 
  			(managing the toolbar buttons), 
  			and it give me inspiration for some point (gzip compression, translation, documentation)
  			of my project.
  		</p>
  		<h2>Contributors</h2>
  		<p>	These are the people that have contributed in some way to the EditArea project. 
  			If you feel we are missing someone please inform me right away and I will correct this 
  			in future versions of EditArea.
  		</p>
  		<ul>
  			<li>Global help
  				<ul>
  					<li>Gildas Noël</li>

  					<li>Spellcoder</li>
  				</ul>
  			</li>
  			<li>Languages translation
  				<ul>
  					<li>Olaf Brambrink &amp; Felix Riesterer &amp; Christoph Pinkel (Deutsh)</li>
  					<li>Peter Klein (Danish)</li>
  					<li>Leonardo Sapucaia (Portuguese)</li>
  					<li>Ishitoya Kentaro (Japanese)</li>
  					<li>Piotr Furman (Polish)</li>
  					<li>Luciano Vernaschi (Italian)</li>
  					<li>Ivan Vucica and Davor Cihlar (Croatian)</li>
  					<li>Garito (Spanish)</li>

  					<li>Gabriel Schwardy (Slovak)</li>

  					<li>Olivier (Esperento)</li>

  					<li>Janne Mäntyharju (Finnish)</li>

  					<li>Abentian (Simplified chinese)</li>

  					<li>Valentin Hristov (Bulgarian)</li>
  				</ul>
  			</li>
  			<li>Syntax definitions
  				<ul>
  					<li>Martin Gottlieb (VB)</li>
  					<li>Ivan Vucica and Davor Cihlar (Basic, C, CPP, Pascal and Brainfuck)</li>
  					<li>Philippe Lewicki (SQL)</li>
  					<li>Pavle Ggardijan (Robots.txt)</li>
  					<li>Miladin Joksic (T-SQL)</li>

  					<li>Christoph Pinkel (Perl)</li>

  					<li>Max Leynov (Coldfusion)</li>

  					<li>Dawson Goodel (Java)</li>
  				</ul>
  			</li>
  			<li>Donation
  				<ul>
  					<li>Jupiter</li>
  				</ul>
  			</li>
  		</ul>
  	</div>
  	<div class='footer'>
  		<div class="indexlink"><a href="index.html">Index</a></div>	
  		<div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2010</div>
  		<br style="clear: both" />
  	</div>
  </body>
  </html>