Remove epcedit, morphon, change URL for nedit

This commit is contained in:
Mark Komarinski 2016-02-03 10:31:41 -05:00
parent c554929750
commit a819242b35
1 changed files with 4 additions and 82 deletions

View File

@ -23,84 +23,6 @@
&configure-emacs;
<section id="tools-epcEdit">
<title>epcEdit</title>
<indexterm><primary>epcEdit</primary></indexterm>
<indexterm>
<primary>Editors</primary>
<secondary>epcEdit</secondary>
</indexterm>
<para>
<ulink url="http://www.tksgml.de/">
http://www.tksgml.de</ulink>
</para>
<para>
The <application>epcEdit</application> program allows you to edit XML files.
It has the advantages of not needing to know <application>Emacs</application> or
<application>vi</application> before starting, and is cross-platform, working in both
Windows and Linux. This is a commercial application, and
pricing can be found at
<ulink url="http://www.tksgml.de/pricing.html">
http://www.tksgml.de/pricing.html</ulink>
</para>
<para>
Along with visual editing, epcEdit will also validate
documents on loading, and on demand by using the <menuchoice
moreinfo="none"><guimenu
moreinfo="none">Document</guimenu><guimenuitem
moreinfo="none">Validate</guimenuitem></menuchoice>
command.</para>
<!-- replace this figure with one that shows an XML file -->
<!-- FIXME -->
<figure>
<title>epcEdit screen shot</title>
<mediaobject>
<imageobject>
<imagedata format="EPS" fileref="sgeditscreenshot.eps"/>
</imageobject>
<imageobject>
<imagedata format="JPG" fileref="sgeditscreenshot.jpg"/>
</imageobject>
<textobject>
<phrase>The screen shot of the <application>epcEdit</application>
program shows a
tree on the left side that has the document in a
hierarchy, while the right side shows the document.
Tags are shown with a gray background.</phrase>
</textobject>
</mediaobject>
</figure>
</section>
<section id="tools-morphoneditor">
<title>Morphon XML editor</title>
<para>
<ulink url="http://www.morphon.com/xmleditor/index.shtml">
http://www.morphon.com/xmleditor/index.shtml</ulink>
</para>
<para>
This is a commercial application which is currently
available for free (with an optional user registration).
It is written in Java, allowing it to run on any platform
that has a Java Virtual Machine (that is, works in both
Windows and Linux).
</para>
<para>
On the plus sides of <application>XMLEditor</application> is the left side of the
screen shows the hierarchy of the document (starting with Book
and so on). Selecting an item in the list brings you to that
part of the document so you can edit it. The right part of the
screen shows the text without any markup or tags being shown.
If you have external files as ELEMENTS (as the LDP Author Guide
does), <application>XMLEditor</application> will follow the links and load the files, so
you always work on the entire work. On the minus side of this,
you will get errors if a file is missing.
</para>
</section>
<section id="tools-nedit">
<title>nedit</title>
<indexterm><primary>nedit</primary></indexterm>
@ -109,16 +31,16 @@
<secondary>nedit</secondary>
</indexterm>
<para>
<ulink url="http://nedit.org">
http://nedit.org</ulink>
<ulink url="http://sourceforge.net/projects/nedit/">
http://sourceforge.net/projects/nedit/</ulink>
</para>
<para>
To be fair, <application>nedit</application> is more
for programmers, so it might seem a bit of overkill for new
users and especially non-programmers. All that aside, it's
extremely powerful, allowing for syntax highlighting. Unlike
<application>epcEdit</application>, <application>nedit</application> doesn't allow you to automatically insert tags
extremely powerful, allowing for syntax highlighting.
<application>nedit</application> doesn't allow you to automatically insert tags
or automatically validate your code. However, it does allow
for shell commands to be run against the contents of the
window (as opposed to saving the file, then checking).