diff options
author | jmmv <jmmv> | 2004-02-25 22:04:48 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-25 22:04:48 +0000 |
commit | 3c096ae2ac0501b39fe041d10800e31a2fdfee3a (patch) | |
tree | f3915adeacdece8af91b6855cbf53a59eb3c5cb6 /editors/mlview/DESCR | |
parent | dff848a0f264c7dadab787ea60e8b11c8393163f (diff) | |
download | pkgsrc-3c096ae2ac0501b39fe041d10800e31a2fdfee3a.tar.gz |
Initial import of mlview, version 0.6.2, based on the package found in
pkgsrc-wip (which was updated from 0.6.0 and with multiple corrections):
MlView is an XML editor for the GNOME environment. Some of its features are:
* Cut/copy/paste as child/paste as prev/paste as next/ of XML elements.
* XML element/attributes search.
* Multi docs edition.
* Several editing views can be opened on the same document.
* Drag and drop based copy/cut/past of XML elements.
* Edition of XML elements and attributes can be made directly on the tree.
* Namespace support.
* On-demand validation.
* Graphical error reporting. Parse/validation time errors reported.
graphically. This feature is new so it may be buggy or not well polished...
* When validation is switched on, MlView proposes an elements/attributes.
completion feature. When an element is added to the tree, MlView also
adds the children elements required by the DTD for the document to be valid.
* Validation can be switched off. The XML document editon can then be done
without any constraint.
* A clean code.
Diffstat (limited to 'editors/mlview/DESCR')
-rw-r--r-- | editors/mlview/DESCR | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/mlview/DESCR b/editors/mlview/DESCR new file mode 100644 index 00000000000..7d3f1c4ed46 --- /dev/null +++ b/editors/mlview/DESCR @@ -0,0 +1,17 @@ +MlView is an XML editor for the GNOME environment. Some of its features are: +* Cut/copy/paste as child/paste as prev/paste as next/ of XML elements. +* XML element/attributes search. +* Multi docs edition. +* Several editing views can be opened on the same document. +* Drag and drop based copy/cut/past of XML elements. +* Edition of XML elements and attributes can be made directly on the tree. +* Namespace support. +* On-demand validation. +* Graphical error reporting. Parse/validation time errors reported. + graphically. This feature is new so it may be buggy or not well polished... +* When validation is switched on, MlView proposes an elements/attributes. + completion feature. When an element is added to the tree, MlView also + adds the children elements required by the DTD for the document to be valid. +* Validation can be switched off. The XML document editon can then be done + without any constraint. +* A clean code. |