Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Vex"

(New page: =Visual Editor for XML= {{note| | Vex was priorly hosted at sourceforge. This is the new official home of the project.}} Vex is an editor for XML documents. The "visual" part comes from...)
 
(Download)
 
(69 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=Visual Editor for XML=
+
__NOTOC__
 +
[[Image:vexbanner.png]]
  
{{note| | Vex was priorly hosted at sourceforge. This is the new official home of the project.}}
+
Homepage: [http://eclipse.org/vex eclipse.org/vex]
  
Vex is an editor for XML documents. The "visual" part comes from the fact that Vex hides the raw XML tags from the user, providing instead a wordprocessor-like interface. Because of this, Vex is best suited for "document-style" XML documents such as XHTML and DocBook rather than "data-style" XML documents.
+
Vex is a '''V'''isual '''E'''ditor for '''X'''ML that hides the raw XML tags from the user, providing instead a '''word processor like''' interface. Vex uses standard '''DTD files to define document types''' and '''CSS stylesheets to define document layout'''. Vex contains definitions for [http://en.wikipedia.org/wiki/Docbook DocBook] and [http://en.wikipedia.org/wiki/Darwin_Information_Typing_Architecture DITA]. To edit other XML formats only a DTD and a CSS are needed.
  
==Dependencies==
+
Vex is based on the Eclipse platform, the same platform used to build the popular Eclipse Java development environment:
 +
* Vex leverages many of the mature plug-ins that make up the Eclipse Java IDE such as the '''CVS''' interface, '''document searching''' and '''bookmarking''' facilities, and searchable '''help system'''.
 +
* The Eclipse platform implements a sophisticated plug-in architecture, allowing Vex '''to be extended with third-party or custom, in-house plug-ins'''.
 +
* Vex is available with '''native look-and-feel for many platforms''', including Windows, Linux/GTK, and Macintosh OS-X/Carbon.
 +
* Java developers using the Eclipse IDE can instal Vex into their IDE as a plug-in, making it easy '''to maintain software documentation or other XML files''' with Vex.
 +
* Vex is reusable: The Vex editor widget is available as a pure Java, cross-platform component with bindings SWT. Developers can '''re-use this widget''', for example as an RCP application.
  
VEX requires the Web Tools XML feature to be installed.
+
{{note| | Vex has moved from the [http://vex.sourceforge.net/ SourceForge] project site to Eclipse (see [[WTP/VisualXMLEditor/Proposal | Original Project Proposal]]). John Krasney has contributed the code of Vex to Eclipse as of August 2008. All code is now licensed under the Eclipse Public License.}}
  
==Technical Background==
+
== Download ==
 +
[[Vex/NewAndNoteworthy | New and Noteworthy]]
  
=== Documentation ===
+
* '''Vex 1.2 Latest Milestone (not yet available): [http://download.eclipse.org/vex/milestones/1.2/ Update Site]'''
* [[VEX/Design | Design Document]]
+
* '''Vex 1.1 (2014-12-28)''': [http://download.eclipse.org/vex/releases/1.1/ Update Site]
* [[VEX/UserManual | User Manual]]
+
* '''Vex 1.0 (2012-09-09)''': [http://download.eclipse.org/vex/releases/1.0/ Update Site]
 +
* [https://hudson.eclipse.org/vex/job/ci.master Continuous Integration] (may or may not be stable): [http://download.eclipse.org/vex/latest-ci-build Update Site]
  
=Contributing=
+
== Documentation ==
 +
* [[Vex/UserGuide | User Guide]]
 +
* [[Vex/ArchitectureGuide | Architecture Guide]]
 +
* Article: [http://it-republik.de/jaxenter/artikel/XML-ohne-spitze-Klammern-2940.html ''XML ohne spitze Klammern'' (in German)] or [http://translate.google.de/translate?js=y&prev=_t&ie=UTF-8&layout=1&eotf=1&u=http%3A%2F%2Fit-republik.de%2Fjaxenter%2Fartikel%2FXML-ohne-spitze-Klammern-2940.html&sl=de&tl=en translated by Google into English]
 +
* [http://eclipsehowl.wordpress.com/2010/01/27/article-about-vex-in-eclipse-magazin/ Interview with John Krasnay and David Carver]
 +
* [http://jaxenter.com/vex-proposed-as-new-eclipse-mylyn-docs-project-37505.html/ Vex now part of Mylyn Docs]
  
There are numerous ways to contribute beyond code contributions. The Vex user manual is maintained on the wiki. Please feel free to update and keep it current. If you want to contribute code, please use a team project set to bring in the code you will need to make changes to the Vex code base.
+
== Support ==
 +
* [http://dev.eclipse.org/mailman/listinfo/mylyn-vex-dev Mailing List] ([http://dev.eclipse.org/mhonarc/lists/mylyn-vex-dev/maillist.html Web])
 +
* [http://www.eclipse.org/forums/eclipse.vex Forum]
 +
* Bugs and feature requests: [https://bugs.eclipse.org/bugs/buglist.cgi?product=Mylyn%20Docs%20Vex;query_format=advanced;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED Open] [https://bugs.eclipse.org/bugs/buglist.cgi?product=Mylyn%20Docs%20Vex;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED Closed] [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Mylyn%20Docs%20Vex New]
 +
* Professional Support
 +
** [http://agilantis.de Agilantis Holger Voormann]
 +
** [http://www.thienel-software.de Florian Thienel]
  
== Team Project Set: ==
+
== Contributing ==
 
+
There are numerous ways to contribute beyond code contributions (see also [http://www.eclipse.org/contribute/ Eclipse - Get Involved!]):
[https://build.eclipse.org/hudson/view/WTP/job/cbi-wtp-inc.vex/lastSuccessfulBuild/artifact/incubator/sourceediting/development/org.eclipse.wst.xml.vex.releng/psfs/vex.cvs.psf].
+
* The [[Vex/UserGuide|user manual]] is maintained on the Wiki. Please feel free to update and keep it current.
 
+
* See the [[Vex/ArchitectureGuide|Architecture Guide]] for a look behind the scenes of Vex.
 
+
* Meeting minutes of the [[Vex/VexCommitterCalls|Vex Committer Calls]]
==Other Resources:==
+
* Code contributions:
 +
** see [[Vex/CommitterResources|description how to setup a development environment and how to submit changes]]
 +
** [https://bugs.eclipse.org/bugs/attachment.cgi?id=178751 "Understanding the Vex Rendering Engine" by Mohamadou Nassourou]
  
 +
== Other Resources ==
 +
* [[Vex/Plan | DRAFT Plan]]
 
* [[Development_Resources | Development Resources]]
 
* [[Development_Resources | Development Resources]]
* [http://www.eclipse.org/eclipse/debug/documents.php Debug Framework - Articles and Tutorials]
 
* [[CVS_Howto | CVS Howto]]
 
 
* [http://wiki.eclipse.org/Category:WTP_Build_Related WTP Build]
 
* [http://wiki.eclipse.org/Category:WTP_Build_Related WTP Build]
 +
* [[Vex/DitaWishlist | DITA Wishlist Ideas]]
  
[[Category:XML Tools ]]
+
[[Category:XML Tools]]

Latest revision as of 04:41, 28 December 2014

Vexbanner.png

Homepage: eclipse.org/vex

Vex is a Visual Editor for XML that hides the raw XML tags from the user, providing instead a word processor like interface. Vex uses standard DTD files to define document types and CSS stylesheets to define document layout. Vex contains definitions for DocBook and DITA. To edit other XML formats only a DTD and a CSS are needed.

Vex is based on the Eclipse platform, the same platform used to build the popular Eclipse Java development environment:

  • Vex leverages many of the mature plug-ins that make up the Eclipse Java IDE such as the CVS interface, document searching and bookmarking facilities, and searchable help system.
  • The Eclipse platform implements a sophisticated plug-in architecture, allowing Vex to be extended with third-party or custom, in-house plug-ins.
  • Vex is available with native look-and-feel for many platforms, including Windows, Linux/GTK, and Macintosh OS-X/Carbon.
  • Java developers using the Eclipse IDE can instal Vex into their IDE as a plug-in, making it easy to maintain software documentation or other XML files with Vex.
  • Vex is reusable: The Vex editor widget is available as a pure Java, cross-platform component with bindings SWT. Developers can re-use this widget, for example as an RCP application.
Note.png
Vex has moved from the SourceForge project site to Eclipse (see Original Project Proposal). John Krasney has contributed the code of Vex to Eclipse as of August 2008. All code is now licensed under the Eclipse Public License.


Download

New and Noteworthy

Documentation

Support

Contributing

There are numerous ways to contribute beyond code contributions (see also Eclipse - Get Involved!):

Other Resources

Back to the top