/docs/credits.html

https://bitbucket.org/luksak/editarea · HTML · 76 lines · 76 code · 0 blank · 0 comment · 0 complexity · 986f9ef1823b5491c555f68f580443ed MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
  4. <head>
  5. <title>EditArea documentation</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <link href="doc_style.css" rel="stylesheet" type="text/css" />
  8. </head>
  9. <body>
  10. <div class='header'>
  11. <h1>Credits</h1>
  12. </div>
  13. <div class='content'>
  14. <h2>Special thanks</h2>
  15. <p>
  16. I would like to make a special thanks to <a href='http://tinymce.moxiecode.com'>TinyMCE</a>
  17. developpers. I have taken some of their WYSIWYG editor functions
  18. (managing the toolbar buttons),
  19. and it give me inspiration for some point (gzip compression, translation, documentation)
  20. of my project.
  21. </p>
  22. <h2>Contributors</h2>
  23. <p> These are the people that have contributed in some way to the EditArea project.
  24. If you feel we are missing someone please inform me right away and I will correct this
  25. in future versions of EditArea.
  26. </p>
  27. <ul>
  28. <li>Global help
  29. <ul>
  30. <li>Gildas Noël</li>
  31. <li>Spellcoder</li>
  32. </ul>
  33. </li>
  34. <li>Languages translation
  35. <ul>
  36. <li>Olaf Brambrink &amp; Felix Riesterer &amp; Christoph Pinkel (Deutsh)</li>
  37. <li>Peter Klein (Danish)</li>
  38. <li>Leonardo Sapucaia (Portuguese)</li>
  39. <li>Ishitoya Kentaro (Japanese)</li>
  40. <li>Piotr Furman (Polish)</li>
  41. <li>Luciano Vernaschi (Italian)</li>
  42. <li>Ivan Vucica and Davor Cihlar (Croatian)</li>
  43. <li>Garito (Spanish)</li>
  44. <li>Gabriel Schwardy (Slovak)</li>
  45. <li>Olivier (Esperento)</li>
  46. <li>Janne Mäntyharju (Finnish)</li>
  47. <li>Abentian (Simplified chinese)</li>
  48. <li>Valentin Hristov (Bulgarian)</li>
  49. </ul>
  50. </li>
  51. <li>Syntax definitions
  52. <ul>
  53. <li>Martin Gottlieb (VB)</li>
  54. <li>Ivan Vucica and Davor Cihlar (Basic, C, CPP, Pascal and Brainfuck)</li>
  55. <li>Philippe Lewicki (SQL)</li>
  56. <li>Pavle Ggardijan (Robots.txt)</li>
  57. <li>Miladin Joksic (T-SQL)</li>
  58. <li>Christoph Pinkel (Perl)</li>
  59. <li>Max Leynov (Coldfusion)</li>
  60. <li>Dawson Goodel (Java)</li>
  61. </ul>
  62. </li>
  63. <li>Donation
  64. <ul>
  65. <li>Jupiter</li>
  66. </ul>
  67. </li>
  68. </ul>
  69. </div>
  70. <div class='footer'>
  71. <div class="indexlink"><a href="index.html">Index</a></div>
  72. <div class='copyright'>EditArea - &copy; Christophe Dolivet 2007-2010</div>
  73. <br style="clear: both" />
  74. </div>
  75. </body>
  76. </html>