PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/www/branches/dev/nimbus/htdocs/main.html

#
HTML | 43 lines | 23 code | 11 blank | 9 comment | 0 complexity | 5d3c6c8ef0bdbfdfa1cc491f8eac1ef4 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <!-- begin main.text -->
  2. <!-- Thanks to Ollie Rutherfurd and Kris Kopicki for ideas! -->
  3. <!-- for jEdit: :mode=html:tabSize=2:indentSize=2:noTabs=true: -->
  4. <p><img src="images/screenshot.png" width="256" height="191" class="screenshot" /> jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. To <a href="index.php?page=download">download</a>, install, and set up jEdit as quickly and painlessly as possible,
  5. go to the <a href="index.php?page=quickstart">Quick Start</a> page.</p>
  6. <p>While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPL 2.0</a>. </p>
  7. <p>The jEdit core, together with a large collection of <a href="http://plugins.jedit.org">plugins</a> is maintained by a <a href="http://www.jedit.org/?page=devel">world-wide developer team</a>.</p>
  8. <p>Some of jEdit's features include:</p>
  9. <ul>
  10. <li>Written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows.</li>
  11. <li>Built-in macro language; extensible plugin architecture. Dozens of macros
  12. and plugins available.</li>
  13. <li>Plugins can be downloaded and
  14. installed from within jEdit using the "plugin manager" feature.</li>
  15. <li>Auto indent, and syntax highlighting for more than 130 languages.</li>
  16. <li>Supports a large number of character encodings including UTF8 and Unicode.</li>
  17. <li>Folding for selectively hiding regions of text.</li>
  18. <li>Word wrap.</li>
  19. <li>Highly configurable and customizable.</li>
  20. <li>Every other feature, both basic and advanced, you would expect to find in
  21. a text editor. See the <a href="index.php?page=features">Features</a> page
  22. for a full list.</li>
  23. </ul>
  24. <a href="http://creativecommons.org/licenses/GPL/2.0/">
  25. <img border="0" alt="GPL V2.0" src="http://creativecommons.org/images/public/cc-GPL-a.png"/>
  26. </a>
  27. <!-- <h2>News</h2>
  28. <?php
  29. include("/home/groups/j/je/jedit-community/htdocs/get_articles.php");
  30. ?> -->
  31. <!-- end main.text -->