[Jsxe-cvs] SF.net SVN: jsxe: [1224] trunk/web/htdocs
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-09-02 01:16:34
|
Revision: 1224 http://svn.sourceforge.net/jsxe/?rev=1224&view=rev Author: ian_lewis Date: 2006-09-01 18:16:20 -0700 (Fri, 01 Sep 2006) Log Message: ----------- Changed extention on content files to better describe their content removed obsolete news-header.html Modified Paths: -------------- trunk/web/htdocs/functions.php Added Paths: ----------- trunk/web/htdocs/content/en/downloads.php trunk/web/htdocs/content/en/features.php trunk/web/htdocs/content/en/get-involved.php trunk/web/htdocs/content/en/news.php trunk/web/htdocs/content/en/overview.php Removed Paths: ------------- trunk/web/htdocs/content/en/downloads.html trunk/web/htdocs/content/en/features.html trunk/web/htdocs/content/en/get-involved.html trunk/web/htdocs/content/en/news-header.html trunk/web/htdocs/content/en/news.html trunk/web/htdocs/content/en/overview.html trunk/web/htdocs/content/jp/ Deleted: trunk/web/htdocs/content/en/downloads.html =================================================================== --- trunk/web/htdocs/content/en/downloads.html 2006-09-02 01:12:52 UTC (rev 1223) +++ trunk/web/htdocs/content/en/downloads.html 2006-09-02 01:16:20 UTC (rev 1224) @@ -1,72 +0,0 @@ -<h3>Requirements</h3> - -<ul> -<li>jsXe requires Java 2 version 1.4.2</li> -<li>jsXe currently requires a specific version of Xerces-J to - run. Xerces-J 2.8.0 is required since some features are - implemented using the DOM level 3 interfaces that were in 2.6.0 - but were changed in later versions. Xerces-J 2.8.0 included in - the normal binary and source releases of jsXe for convenience. - You can also get Xerces-J 2.8.0 - <a href="http://archive.apache.org/dist/xml/xerces-j/">here</a>.</li> -</ul> - -<h3>Download</h3> - -<ul> - <li>The latest stable version of jsXe is <?php echo get_stable_download_link(); ?></li> - <li>The latest development version of jsXe is <?php echo get_devel_download_link(); ?></li> -</ul> - -<h3>Install</h3> - -<ul> - <li><b>0.4 beta</b> - <ul> - <li><p>To install and run jsXe simply unzip jsXe into the directory - of your choosing and run the included batch program or shell - script. You will need to make sure that the java runtime is in - your path. In the root of the jsXe install directory type the - following at a command prompt.</p> - <p>./bin/jsXe.sh</p> - <p>or</p> - <p>./bin/jsXe.bat</p> - <p>The batch program should be run in with the jsXe root - directory of as the working directory. So you can create a - shortcut to run jsXe by specifying the batch file as the program - to run and jsXe's root directory as the working directory.</p> - - <p>Ex.<br/> - Target: "C:\Program Files\jsXe\bin\jsXe.bat"<br/> - Start in: "C:\Program Files\jsXe\"</p> - - <p>You can also edit the JSXEDIR variable in the batch program - to be the directory where you installed jsXe and then the - 'Start in' directory can be anywhere.</p> - </li> - </ul> - </li> - <li><b>0.5 pre2</b> - <ul> - <li><b>Windows</b> - - <p>Just run jsXe using the jsXe.exe in the install directory. The - exe will detect your version of Java and run jsXe using that - version.</p> - </li> - - <li><b>Unix/Linux</b> - - <p>To run jsXe you should just run the java interpreter on the - jsXe.jar file. There is a shell script included in the - source tree for this purpose.</p> - - <p>./bin/jsXe.sh</p> - - <p>The shell script should be run in with the jsXe root directory of - as the working directory. You can also edit the JSXEDIR variable in - the shell script to be the directory where you installed jsXe.</p> - </li> - </ul> - </li> -</ul> \ No newline at end of file Copied: trunk/web/htdocs/content/en/downloads.php (from rev 1223, trunk/web/htdocs/content/en/downloads.html) =================================================================== --- trunk/web/htdocs/content/en/downloads.php (rev 0) +++ trunk/web/htdocs/content/en/downloads.php 2006-09-02 01:16:20 UTC (rev 1224) @@ -0,0 +1,72 @@ +<h3>Requirements</h3> + +<ul> +<li>jsXe requires Java 2 version 1.4.2</li> +<li>jsXe currently requires a specific version of Xerces-J to + run. Xerces-J 2.8.0 is required since some features are + implemented using the DOM level 3 interfaces that were in 2.6.0 + but were changed in later versions. Xerces-J 2.8.0 included in + the normal binary and source releases of jsXe for convenience. + You can also get Xerces-J 2.8.0 + <a href="http://archive.apache.org/dist/xml/xerces-j/">here</a>.</li> +</ul> + +<h3>Download</h3> + +<ul> + <li>The latest stable version of jsXe is <?php echo get_stable_download_link(); ?></li> + <li>The latest development version of jsXe is <?php echo get_devel_download_link(); ?></li> +</ul> + +<h3>Install</h3> + +<ul> + <li><b>0.4 beta</b> + <ul> + <li><p>To install and run jsXe simply unzip jsXe into the directory + of your choosing and run the included batch program or shell + script. You will need to make sure that the java runtime is in + your path. In the root of the jsXe install directory type the + following at a command prompt.</p> + <p>./bin/jsXe.sh</p> + <p>or</p> + <p>./bin/jsXe.bat</p> + <p>The batch program should be run in with the jsXe root + directory of as the working directory. So you can create a + shortcut to run jsXe by specifying the batch file as the program + to run and jsXe's root directory as the working directory.</p> + + <p>Ex.<br/> + Target: "C:\Program Files\jsXe\bin\jsXe.bat"<br/> + Start in: "C:\Program Files\jsXe\"</p> + + <p>You can also edit the JSXEDIR variable in the batch program + to be the directory where you installed jsXe and then the + 'Start in' directory can be anywhere.</p> + </li> + </ul> + </li> + <li><b>0.5 pre2</b> + <ul> + <li><b>Windows</b> + + <p>Just run jsXe using the jsXe.exe in the install directory. The + exe will detect your version of Java and run jsXe using that + version.</p> + </li> + + <li><b>Unix/Linux</b> + + <p>To run jsXe you should just run the java interpreter on the + jsXe.jar file. There is a shell script included in the + source tree for this purpose.</p> + + <p>./bin/jsXe.sh</p> + + <p>The shell script should be run in with the jsXe root directory of + as the working directory. You can also edit the JSXEDIR variable in + the shell script to be the directory where you installed jsXe.</p> + </li> + </ul> + </li> +</ul> \ No newline at end of file Deleted: trunk/web/htdocs/content/en/features.html =================================================================== --- trunk/web/htdocs/content/en/features.html 2006-09-02 01:12:52 UTC (rev 1223) +++ trunk/web/htdocs/content/en/features.html 2006-09-02 01:16:20 UTC (rev 1224) @@ -1,62 +0,0 @@ -<p>These are features currently implemented in the stable version of jsXe</p> - -<h3>General</h3> - -<ul> - <li>Written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows.</li> - <li>XML documents are edited using views. jsXe allows for - multiple views.</li> - <li>Syntax highlighted source view (version 0.4 beta)</li> - <li>Plugin interface that allows the addition of views - without re-compiling</li> - <li>Relatively good serialization of XML documents. - Supports the option of formatting serialized XML - documents or not formatting. Supports preserving - whitespace in text.</li> - <li>Allows opening and editing of multiple XML documents in - one open window.</li> - <li>Incremental parsing. Parsing the document and validation - will be done automatically without having to - continuously hit a validate/parse button.</li> - <li>Support for validation of an XML document using DTDs and - other forms of Schema.</li> - <li>DTD/Schema introspection. Information in the DTD/Schema is used to - allow users to add and edit nodes based on defined - within the DTD/Schema.</li> - <li>Internationalization. jsXe has support to easily - create translations of menus and messages into your native - language.</li> - <li>Built-in completion support for XML Schema, XHTML, XSLT, and - XSL:FO</li> -</ul> - -<h3>Tree View</h3> - -<ul> - <li>Adding, deleting, and editing of Nodes in an XML document using context menus.</li> - <li>Adding, deleting, and editing of attributes of an element node.</li> - <li>Drag and Drop of XML nodes within the Tree view and to text editors.</li> -</ul> - -<h3>Source View</h3> - -<ul> - <li>Text editing of the full XML source of any XML document</li> - <li>Cut, copy, and paste and other limited features.</li> -</ul> - - -<h2>Planned Features</h2> - -<p>These are features that have been added to the development version of jsXe or are planned for the future</p> - -<ul> - <li>A schema designer view that uses <a href="http://www.jgraph.com/">JGraph</a></li> - <li>A docbook editor view using <a href="http://vex.sourceforge.net/">Vex</a></li> - <li>An XHTML renderer using <a href="https://xhtmlrenderer.dev.java.net/">Flying Saucer</a></li> - <li>Support for transforming XML documents using XSLT stylesheets.</li> - <li>Support for Unlimited Undo (version 0.5 beta)</li> - <li>Tag completion using DTD/Schema introspection (version 0.5 beta)</li> - <li>Automatic insertion of closing tags (version 0.5 beta)</li> - <li>A help system using <a href="http://aurigadoc.sourceforge.net/">AurigaDoc</a> or <a href="http://docbook.sourceforge.net/">Docbook</a> (version 0.6 beta)</li> -</ul> \ No newline at end of file Copied: trunk/web/htdocs/content/en/features.php (from rev 1223, trunk/web/htdocs/content/en/features.html) =================================================================== --- trunk/web/htdocs/content/en/features.php (rev 0) +++ trunk/web/htdocs/content/en/features.php 2006-09-02 01:16:20 UTC (rev 1224) @@ -0,0 +1,62 @@ +<p>These are features currently implemented in the stable version of jsXe</p> + +<h3>General</h3> + +<ul> + <li>Written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows.</li> + <li>XML documents are edited using views. jsXe allows for + multiple views.</li> + <li>Syntax highlighted source view (version 0.4 beta)</li> + <li>Plugin interface that allows the addition of views + without re-compiling</li> + <li>Relatively good serialization of XML documents. + Supports the option of formatting serialized XML + documents or not formatting. Supports preserving + whitespace in text.</li> + <li>Allows opening and editing of multiple XML documents in + one open window.</li> + <li>Incremental parsing. Parsing the document and validation + will be done automatically without having to + continuously hit a validate/parse button.</li> + <li>Support for validation of an XML document using DTDs and + other forms of Schema.</li> + <li>DTD/Schema introspection. Information in the DTD/Schema is used to + allow users to add and edit nodes based on defined + within the DTD/Schema.</li> + <li>Internationalization. jsXe has support to easily + create translations of menus and messages into your native + language.</li> + <li>Built-in completion support for XML Schema, XHTML, XSLT, and + XSL:FO</li> +</ul> + +<h3>Tree View</h3> + +<ul> + <li>Adding, deleting, and editing of Nodes in an XML document using context menus.</li> + <li>Adding, deleting, and editing of attributes of an element node.</li> + <li>Drag and Drop of XML nodes within the Tree view and to text editors.</li> +</ul> + +<h3>Source View</h3> + +<ul> + <li>Text editing of the full XML source of any XML document</li> + <li>Cut, copy, and paste and other limited features.</li> +</ul> + + +<h2>Planned Features</h2> + +<p>These are features that have been added to the development version of jsXe or are planned for the future</p> + +<ul> + <li>A schema designer view that uses <a href="http://www.jgraph.com/">JGraph</a></li> + <li>A docbook editor view using <a href="http://vex.sourceforge.net/">Vex</a></li> + <li>An XHTML renderer using <a href="https://xhtmlrenderer.dev.java.net/">Flying Saucer</a></li> + <li>Support for transforming XML documents using XSLT stylesheets.</li> + <li>Support for Unlimited Undo (version 0.5 beta)</li> + <li>Tag completion using DTD/Schema introspection (version 0.5 beta)</li> + <li>Automatic insertion of closing tags (version 0.5 beta)</li> + <li>A help system using <a href="http://aurigadoc.sourceforge.net/">AurigaDoc</a> or <a href="http://docbook.sourceforge.net/">Docbook</a> (version 0.6 beta)</li> +</ul> \ No newline at end of file Deleted: trunk/web/htdocs/content/en/get-involved.html =================================================================== --- trunk/web/htdocs/content/en/get-involved.html 2006-09-02 01:12:52 UTC (rev 1223) +++ trunk/web/htdocs/content/en/get-involved.html 2006-09-02 01:16:20 UTC (rev 1224) @@ -1,103 +0,0 @@ -<p>jsXe needs developers to implement new features and fix bugs, - testers for testing jsXe, translators for translating messages and the - website, and web designers who are interested in updating the project's - website.</p> - -<p>Getting involved is fairly easy. There are a multitude of ways that - you can become involved in the project. The easiest is probably by - subscribing to the mailing lists, however there are many methods at - your disposal.</p> - -<p>Note: Contributers will be expected to give their real names.</p> - -<h3>Developers</h3> - -<p>If you are interested in working on jsXe, please - <a href="#lists">subscribe</a> - and send a mail to the jsxe-devel mailing list. The developers can help - get you started. Developers should know how to use SVN and have some - experience with Java swing or XML.</p> - -<h3>Testers</h3> - -<p>If you are interested in testing jsXe, please - <a href="#lists">subscribe</a> - and send a mail to the jsxe-devel mailing list. Testing will normally be - done on SVN and beta releases. Familiarity with - <a href="http://subversion.tigris.org/">SVN</a> and - <a href="http://ant.apache.org/">ant</a> is a plus since it will be needed - for testing code from the SVN repository.</p> - -<h3>Translators</h3> - -<p>If you are interested in translating for the jsXe project. Please - <a href="#lists">subscribe</a> - and send a mail to the jsxe-devel mailing list. For those who are - knowlegeable of SVN, you can check out the messages files from jsXe's - <a href="http://svn.sourceforge.net/viewcvs.cgi/jsxe/trunk/jsxe/">SVN repository</a>. - But even if you are not versed in SVN, the developers on the - mailing list can help get you started.</p> - -<h3>Web Developers</h3> - -<p>If you are interested in working on jsXe's webpage, please - <a href="#lists">subscribe</a> - and send a mail to the jsxe-devel mailing list. The developers can help - get you started. Web developers should have some knowledge of CSS and - PHP.</p> - -<h3>Users</h3> - -<p>Let us know what you think! - <a href="#lists">Subscribe</a> - to the jsxe-users mailing list and let us know what you think and what - features you would like to have implemented. Or you could submit a - <a href="http://sourceforge.net/tracker/?atid=488271&group_id=58584&func=browse">feature request</a>.</p> - -<h3><a name="lists">Mailing Lists</a></h3> - -<p>These three mailing lists will be low traffic.</p> - -<ul> - <li>jsXe-users (English): <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-users">Subscribe/Unsubscribe/Preferences</a>: a general discussion list for users of jsXe.</li> - <li>jsXe-devel (English): <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-devel">Subscribe/Unsubscribe/Preferences</a>: a list for technical discussion regarding jsXe development.</li> - <li>jsXe-users (日本語): <a href="http://lists.sourceforge.jp/mailman/listinfo/jsxe-users">Subscribe/Unsubscribe/Preferences</a>: a general discussion list for users of jsXe.</li> - <li>jsXe-cvs: <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-cvs">Subscribe/Unsubscribe/Preferences</a>: a list where SVN commits are posted. Anyone subscribing to this list will be notified when changes are commited to SVN.</li> -</ul> - -<h3>Forums</h3> - -<p>To get support if you're having problems installing or running - jsXe please post to the Help forum. Any other comments and criticism - can be posted in the open discussion forum.</p> - -<ul> - <li><a href="http://sourceforge.net/forum/forum.php?forum_id=197160">Open Discussion</a></li> - <li><a href="http://sourceforge.net/forum/forum.php?forum_id=197161">Help</a></li> -</ul> - -<h3>IRC</h3> - -<p>Come to #jsxe on irc.freenode.net to talk with the developers.</p> - -<h3>Reporting Bugs</h3> - -<p>Reporting bugs is easy. Just submit a bug report on <a href="http://sourceforge.net/tracker/?atid=488268&group_id=58584&func=browse">jsXe's Bug Tracker</a>. - Just enter a description of the bug and if possible how to reproduce it - and it will be assigned and addressed by the project development team.</p> - -<h3>Feature Requests</h3> - -<p>Features requests are always welcome and will be addressed based on user - need and whether the feature fits with jsXe's vision. Feature - requests are easy too! Just submit a feature requests to - <a href="http://sourceforge.net/tracker/?atid=488271&group_id=58584&func=browse">jsXe's Feature Request Tracker</a>.</p> - -<h3>Patches</h3> - -<p>This is probably the best way to start becoming involved in the devolopment of jsXe. - You can submit patches using - <a href="http://sourceforge.net/tracker/?atid=488270&group_id=58584&func=browse">jsXe's Sourceforge Patch Tracker</a>. - Just provide the patch or code change itself and a discription of what - it does when you submit it. If your work is good then we'll add - you as developer with SVN access.</p> \ No newline at end of file Copied: trunk/web/htdocs/content/en/get-involved.php (from rev 1223, trunk/web/htdocs/content/en/get-involved.html) =================================================================== --- trunk/web/htdocs/content/en/get-involved.php (rev 0) +++ trunk/web/htdocs/content/en/get-involved.php 2006-09-02 01:16:20 UTC (rev 1224) @@ -0,0 +1,103 @@ +<p>jsXe needs developers to implement new features and fix bugs, + testers for testing jsXe, translators for translating messages and the + website, and web designers who are interested in updating the project's + website.</p> + +<p>Getting involved is fairly easy. There are a multitude of ways that + you can become involved in the project. The easiest is probably by + subscribing to the mailing lists, however there are many methods at + your disposal.</p> + +<p>Note: Contributers will be expected to give their real names.</p> + +<h3>Developers</h3> + +<p>If you are interested in working on jsXe, please + <a href="#lists">subscribe</a> + and send a mail to the jsxe-devel mailing list. The developers can help + get you started. Developers should know how to use SVN and have some + experience with Java swing or XML.</p> + +<h3>Testers</h3> + +<p>If you are interested in testing jsXe, please + <a href="#lists">subscribe</a> + and send a mail to the jsxe-devel mailing list. Testing will normally be + done on SVN and beta releases. Familiarity with + <a href="http://subversion.tigris.org/">SVN</a> and + <a href="http://ant.apache.org/">ant</a> is a plus since it will be needed + for testing code from the SVN repository.</p> + +<h3>Translators</h3> + +<p>If you are interested in translating for the jsXe project. Please + <a href="#lists">subscribe</a> + and send a mail to the jsxe-devel mailing list. For those who are + knowlegeable of SVN, you can check out the messages files from jsXe's + <a href="http://svn.sourceforge.net/viewcvs.cgi/jsxe/trunk/jsxe/">SVN repository</a>. + But even if you are not versed in SVN, the developers on the + mailing list can help get you started.</p> + +<h3>Web Developers</h3> + +<p>If you are interested in working on jsXe's webpage, please + <a href="#lists">subscribe</a> + and send a mail to the jsxe-devel mailing list. The developers can help + get you started. Web developers should have some knowledge of CSS and + PHP.</p> + +<h3>Users</h3> + +<p>Let us know what you think! + <a href="#lists">Subscribe</a> + to the jsxe-users mailing list and let us know what you think and what + features you would like to have implemented. Or you could submit a + <a href="http://sourceforge.net/tracker/?atid=488271&group_id=58584&func=browse">feature request</a>.</p> + +<h3><a name="lists">Mailing Lists</a></h3> + +<p>These three mailing lists will be low traffic.</p> + +<ul> + <li>jsXe-users (English): <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-users">Subscribe/Unsubscribe/Preferences</a>: a general discussion list for users of jsXe.</li> + <li>jsXe-devel (English): <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-devel">Subscribe/Unsubscribe/Preferences</a>: a list for technical discussion regarding jsXe development.</li> + <li>jsXe-users (日本語): <a href="http://lists.sourceforge.jp/mailman/listinfo/jsxe-users">Subscribe/Unsubscribe/Preferences</a>: a general discussion list for users of jsXe.</li> + <li>jsXe-cvs: <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-cvs">Subscribe/Unsubscribe/Preferences</a>: a list where SVN commits are posted. Anyone subscribing to this list will be notified when changes are commited to SVN.</li> +</ul> + +<h3>Forums</h3> + +<p>To get support if you're having problems installing or running + jsXe please post to the Help forum. Any other comments and criticism + can be posted in the open discussion forum.</p> + +<ul> + <li><a href="http://sourceforge.net/forum/forum.php?forum_id=197160">Open Discussion</a></li> + <li><a href="http://sourceforge.net/forum/forum.php?forum_id=197161">Help</a></li> +</ul> + +<h3>IRC</h3> + +<p>Come to #jsxe on irc.freenode.net to talk with the developers.</p> + +<h3>Reporting Bugs</h3> + +<p>Reporting bugs is easy. Just submit a bug report on <a href="http://sourceforge.net/tracker/?atid=488268&group_id=58584&func=browse">jsXe's Bug Tracker</a>. + Just enter a description of the bug and if possible how to reproduce it + and it will be assigned and addressed by the project development team.</p> + +<h3>Feature Requests</h3> + +<p>Features requests are always welcome and will be addressed based on user + need and whether the feature fits with jsXe's vision. Feature + requests are easy too! Just submit a feature requests to + <a href="http://sourceforge.net/tracker/?atid=488271&group_id=58584&func=browse">jsXe's Feature Request Tracker</a>.</p> + +<h3>Patches</h3> + +<p>This is probably the best way to start becoming involved in the devolopment of jsXe. + You can submit patches using + <a href="http://sourceforge.net/tracker/?atid=488270&group_id=58584&func=browse">jsXe's Sourceforge Patch Tracker</a>. + Just provide the patch or code change itself and a discription of what + it does when you submit it. If your work is good then we'll add + you as developer with SVN access.</p> \ No newline at end of file Deleted: trunk/web/htdocs/content/en/news-header.html =================================================================== --- trunk/web/htdocs/content/en/news-header.html 2006-09-02 01:12:52 UTC (rev 1223) +++ trunk/web/htdocs/content/en/news-header.html 2006-09-02 01:16:20 UTC (rev 1224) @@ -1 +0,0 @@ -<h2>News</h2> \ No newline at end of file Deleted: trunk/web/htdocs/content/en/news.html =================================================================== --- trunk/web/htdocs/content/en/news.html 2006-09-02 01:12:52 UTC (rev 1223) +++ trunk/web/htdocs/content/en/news.html 2006-09-02 01:16:20 UTC (rev 1224) @@ -1,9 +0,0 @@ - <p><a href="http://sourceforge.net/forum/forum.php?forum_id=594064"><strong>jsXe 0.5 pre2 released!!</strong></a> <small class="date">2006-07-24 12:39 - <a href="http://sourceforge.net/projects/jsxe/">jsXe</a></small><br />The jsXe team is proud to announce the release of jsXe 0.5 pre2. This release is a bugfix release to fix a number of bugs that were released with 0.5 pre1. A NullPointerException being thrown by the source view as well as horizontal scrolling issues in the source view have been fixed. jsXe will also reload a file that is not-wellformed on disk properly.<br /><a href="http://sourceforge.net/forum/forum.php?forum_id=594064">Read More »</a></p> - <p><a href="http://sourceforge.net/forum/forum.php?forum_id=592911"><strong>jsXe 0.5 pre1 released!!</strong></a> <small class="date">2006-07-20 09:48 - <a href="http://sourceforge.net/projects/jsxe/">jsXe</a></small><br />The jsXe team is proud to release the newest unstable version of jsXe which will eventually become the 0.5 beta release. -<br /> -<br />This release contains support for user defined keyboard shortcuts. These shortcuts can be used to run actions defined by jsXe. This release also includes fixes for translation files. Translation files with non-ASCII characters should display properly now.<br /><a href="http://sourceforge.net/forum/forum.php?forum_id=592911">Read More »</a></p> - <p><a href="http://sourceforge.net/forum/forum.php?forum_id=575087"><strong>jsXe has migrated to SVN!!!</strong></a> <small class="date">2006-05-24 17:57 - <a href="http://sourceforge.net/projects/jsxe/">jsXe</a></small><br />The jsXe project team has just finished migrating from sourceforge's CVS services to sourceforge's SVN services. From now on users should use SVN to download the current working version of jsXe's source code. Please see <a href="http://sourceforge.net/svn/?group_id=58584" target="_new">http://sourceforge.net/svn/?group_id=58584</a> for instructions on how to download from SVN.<br /><a href="http://sourceforge.net/forum/forum.php?forum_id=575087">Read More »</a></p> - <p><a href="http://sourceforge.net/forum/forum.php?forum_id=565332"><strong>jsXe 0.4 beta released!</strong></a> <small class="date">2006-04-25 13:49 - <a href="http://sourceforge.net/projects/jsxe/">jsXe</a></small><br />The jsXe team is proud to announce the release of jsXe 0.4 beta! This improves on 0.3 beta by adding support for DTD/Schema validation and introspection, a syntax highlighted source view, full encoding support, and many, many gui changes. See below for all changes over 0.3 beta! -<br /><a href="http://sourceforge.net/forum/forum.php?forum_id=565332">Read More »</a></p> - <p><a href="http://sourceforge.net/forum/forum.php?forum_id=541741"><strong>jsXe 0.4 pre3 released!</strong></a> <small class="date">2006-02-19 13:45 - <a href="http://sourceforge.net/projects/jsxe/">jsXe</a></small><br />The jsXe team is pleased to annonce the release of version 0.4pre3. This release focused on adding support for viewing validation errors with documents that are validated against DTD and Schema. However, A number of UI enhancements were also added in this release including cut/copy/paste in the tree view and an activity log dialog for troubleshooting. The source view was made a bit easier to use by adding the ability to maintain indent and solving some problems with syntax highlighting. -<br /><a href="http://sourceforge.net/forum/forum.php?forum_id=541741">Read More »</a></p><p><a href="http://sourceforge.net/news/?group_id=58584">Site news archive »</a></p> \ No newline at end of file Copied: trunk/web/htdocs/content/en/news.php (from rev 1221, trunk/web/htdocs/content/en/news.html) =================================================================== --- trunk/web/htdocs/content/en/news.php (rev 0) +++ trunk/web/htdocs/content/en/news.php 2006-09-02 01:16:20 UTC (rev 1224) @@ -0,0 +1,9 @@ + <p><a href="http://sourceforge.net/forum/forum.php?forum_id=594064"><strong>jsXe 0.5 pre2 released!!</strong></a> <small class="date">2006-07-24 12:39 - <a href="http://sourceforge.net/projects/jsxe/">jsXe</a></small><br />The jsXe team is proud to announce the release of jsXe 0.5 pre2. This release is a bugfix release to fix a number of bugs that were released with 0.5 pre1. A NullPointerException being thrown by the source view as well as horizontal scrolling issues in the source view have been fixed. jsXe will also reload a file that is not-wellformed on disk properly.<br /><a href="http://sourceforge.net/forum/forum.php?forum_id=594064">Read More »</a></p> + <p><a href="http://sourceforge.net/forum/forum.php?forum_id=592911"><strong>jsXe 0.5 pre1 released!!</strong></a> <small class="date">2006-07-20 09:48 - <a href="http://sourceforge.net/projects/jsxe/">jsXe</a></small><br />The jsXe team is proud to release the newest unstable version of jsXe which will eventually become the 0.5 beta release. +<br /> +<br />This release contains support for user defined keyboard shortcuts. These shortcuts can be used to run actions defined by jsXe. This release also includes fixes for translation files. Translation files with non-ASCII characters should display properly now.<br /><a href="http://sourceforge.net/forum/forum.php?forum_id=592911">Read More »</a></p> + <p><a href="http://sourceforge.net/forum/forum.php?forum_id=575087"><strong>jsXe has migrated to SVN!!!</strong></a> <small class="date">2006-05-24 17:57 - <a href="http://sourceforge.net/projects/jsxe/">jsXe</a></small><br />The jsXe project team has just finished migrating from sourceforge's CVS services to sourceforge's SVN services. From now on users should use SVN to download the current working version of jsXe's source code. Please see <a href="http://sourceforge.net/svn/?group_id=58584" target="_new">http://sourceforge.net/svn/?group_id=58584</a> for instructions on how to download from SVN.<br /><a href="http://sourceforge.net/forum/forum.php?forum_id=575087">Read More »</a></p> + <p><a href="http://sourceforge.net/forum/forum.php?forum_id=565332"><strong>jsXe 0.4 beta released!</strong></a> <small class="date">2006-04-25 13:49 - <a href="http://sourceforge.net/projects/jsxe/">jsXe</a></small><br />The jsXe team is proud to announce the release of jsXe 0.4 beta! This improves on 0.3 beta by adding support for DTD/Schema validation and introspection, a syntax highlighted source view, full encoding support, and many, many gui changes. See below for all changes over 0.3 beta! +<br /><a href="http://sourceforge.net/forum/forum.php?forum_id=565332">Read More »</a></p> + <p><a href="http://sourceforge.net/forum/forum.php?forum_id=541741"><strong>jsXe 0.4 pre3 released!</strong></a> <small class="date">2006-02-19 13:45 - <a href="http://sourceforge.net/projects/jsxe/">jsXe</a></small><br />The jsXe team is pleased to annonce the release of version 0.4pre3. This release focused on adding support for viewing validation errors with documents that are validated against DTD and Schema. However, A number of UI enhancements were also added in this release including cut/copy/paste in the tree view and an activity log dialog for troubleshooting. The source view was made a bit easier to use by adding the ability to maintain indent and solving some problems with syntax highlighting. +<br /><a href="http://sourceforge.net/forum/forum.php?forum_id=541741">Read More »</a></p><p><a href="http://sourceforge.net/news/?group_id=58584">Site news archive »</a></p> \ No newline at end of file Deleted: trunk/web/htdocs/content/en/overview.html =================================================================== --- trunk/web/htdocs/content/en/overview.html 2006-09-02 01:12:52 UTC (rev 1223) +++ trunk/web/htdocs/content/en/overview.html 2006-09-02 01:16:20 UTC (rev 1224) @@ -1,15 +0,0 @@ -<p>jsXe is the <b>J</b>ava <b>S</b>imple <b>X</b>ML <b>E</b>ditor.</p> -<p>jsXe is a fast, intuitive, scalable, platform-independent XML editor. - It is written in <a href="http://java.sun.com">Java</a> using the Swing - toolkit, and <a href="http://xml.apache.org/xerces2-j/">Xerces-J</a> - and is released under the terms of the - <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>. - It aims to provide end users and developers with an - intuitive way of creating XML documents that is simple enough to deal - with any XML document but flexible to allow the addition of support for - XML document formats through the use of plugins.</p> -<p>jsXe is currently in the beta stage and many intended features - are not currently implemented. If you are interesting in helping to - make jsXe a great editor by contributing your suggestions and needs or - if you are a developer and would like to contribute time and code check - out <?php echo create_link('get-involved.php', 'how to get involved'); ?>.</p> \ No newline at end of file Copied: trunk/web/htdocs/content/en/overview.php (from rev 1223, trunk/web/htdocs/content/en/overview.html) =================================================================== --- trunk/web/htdocs/content/en/overview.php (rev 0) +++ trunk/web/htdocs/content/en/overview.php 2006-09-02 01:16:20 UTC (rev 1224) @@ -0,0 +1,15 @@ +<p>jsXe is the <b>J</b>ava <b>S</b>imple <b>X</b>ML <b>E</b>ditor.</p> +<p>jsXe is a fast, intuitive, scalable, platform-independent XML editor. + It is written in <a href="http://java.sun.com">Java</a> using the Swing + toolkit, and <a href="http://xml.apache.org/xerces2-j/">Xerces-J</a> + and is released under the terms of the + <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>. + It aims to provide end users and developers with an + intuitive way of creating XML documents that is simple enough to deal + with any XML document but flexible to allow the addition of support for + XML document formats through the use of plugins.</p> +<p>jsXe is currently in the beta stage and many intended features + are not currently implemented. If you are interesting in helping to + make jsXe a great editor by contributing your suggestions and needs or + if you are a developer and would like to contribute time and code check + out <?php echo create_link('get-involved.php', 'how to get involved'); ?>.</p> \ No newline at end of file Modified: trunk/web/htdocs/functions.php =================================================================== --- trunk/web/htdocs/functions.php 2006-09-02 01:12:52 UTC (rev 1223) +++ trunk/web/htdocs/functions.php 2006-09-02 01:16:20 UTC (rev 1224) @@ -128,9 +128,9 @@ // $data = fread($fh, filesize($file)); // fclose($fh); // echo $data; - $file = 'content/'.get_locale().'/'.$name.'.html'; + $file = 'content/'.get_locale().'/'.$name.'.php'; if (!file_exists($file)) { - $file = 'content/en/'.$name.'.html'; + $file = 'content/en/'.$name.'.php'; } include($file); }//}}} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |