Size: 1286
Comment:
|
Size: 4674
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
* ~+please try to stick to the format+~ thank you :) | |
Line 7: | Line 8: |
program (+ plugin) | === program (+ plugin1 / plugin2 ...) === |
Line 9: | Line 10: |
* environment: Gnome / KDE / Java / command-line / ? | |
Line 14: | Line 16: |
== Test Suite == You can find many sample documents in the DocBook SourceForge CVS Repository which may be useful to exercise program features: * http://cvs.sourceforge.net/viewcvs.py/docbook/testdocs/tests/ |
|
Line 16: | Line 21: |
vim + xmledit |
=== abiword === |
Line 19: | Line 23: |
* environment: GTK2 / Gnome2 * homepage: http://www.abisource.com/ * install: apt-get install abiword abiword-common abiword-plugins * community: http://www.abisource.com/mailinglists/ * comments: I'm having problems importing DocBook, but it should work, I need to RTFM === bluefish === * repository: universe * environment: Gnome * homepage: http://bluefish.openoffice.nl/index.html * install: apt-get install bluefish * community: http://bfwiki.tellefsen.net/ * comments: bluefish is an HTML editor, not totally adept as an XML editor === conglomerate === * repository: universe * environment: Gnome * homepage: http://www.conglomerate.org/index.html * install: apt-get install conglomerate * community: http://www.conglomerate.org/getting_involved.html * comments: boxes don't display right on dapper with default settings * some very interesting concepts for organizing the display vs. other editors === emacs + nxml === * repository: main / universe * environment: emacs * homepage: http://www.thaiopensource.com/nxml-mode/ * install: apt-get install nxml-mode * community: http://groups.yahoo.com/group/emacs-nxml-mode/ * comments: if you love emacs, this is the thing === kate === * repository: main * environment: KDE * homepage: http://kate.kde.org/ * install: apt-get install kate kate-plugins * community: http://kate.kde.org/contact.php * comments: installed by default with Kubuntu * great option for kate, use it for all my editing * code folding / unfolding is handled very nicely === mlview === * repository: universe * environment: Gnome * homepage: http://www.freespiders.org/projects/gmlview/ * install: apt-get install mlview * community: http://mail.gnome.org/mailman/listinfo/mlview-list * comments: looks promising, haven't thoroughly tested it yet === OpenOffice.org Writer === * repository: main * environment: (originally Java, but now ?) * homepage: http://www.openoffice.org * install: apt-get install openoffice.org * community: http://support.openoffice.org/index.html * comments: I have not been able to get OOo to work with DocBook on Linux * WritingDocbookWithOpenOffice describes procedure to use OOo to edit DocBook === SciTE === * repository: universe * environment: Scintilla * homepage: http://www.scintilla.org/SciTE.html * install: apt-get install scite * community: http://mailman.lyra.org/mailman/listinfo/scite-interest * comments: on dapper SciTE crashes for me, maybe OK on breezy? * scriptable and extensible through Python === vim + xmledit === * repository: main * environment: vim |
|
Line 24: | Line 90: |
These programs are not available in the Ubuntu package repositories. Some packages may not be included due to licensing restrictions. Perhaps you would like to volunteer to package one of these programs for Ubuntu? | These programs are not available in the Ubuntu package repositories. Some packages may not be included due to licensing restrictions. Perhaps you would like to volunteer to package one of these programs for Ubuntu? There is certainly nothing wrong with using these programs, but you may need to turn to their own user community if you need assistance. |
Line 26: | Line 92: |
jEdit + XML / XmlIndenter / XQuery / XSLT / JTidyPlugin | === jEdit + XML / XmlIndenter / XQuery / XSLT / JTidyPlugin === * environment: Java |
Line 33: | Line 100: |
== To Do List == Programs to add * lyx * quanta * butterfly * exchanger lite * geany Additions * use tabs to make attributes align better? |
Goals
The goals of this page are...
to be a comprehensive list of DocBook-aware editor programs
- to distinguish which programs are included in Ubuntu
- to present this information in a consistent format
please try to stick to the format thank you
Format
program (+ plugin1 / plugin2 ...)
- repository: main / universe
- environment: Gnome / KDE / Java / command-line / ?
- homepage: project homepage
- install: apt-get install ...
- community: program community resources link
- comments: comment 1
- comment 2
Test Suite
You can find many sample documents in the DocBook SourceForge CVS Repository which may be useful to exercise program features:
Supported
These programs are available from the Ubuntu package repositories.
abiword
- repository: main
- environment: GTK2 / Gnome2
homepage: http://www.abisource.com/
- install: apt-get install abiword abiword-common abiword-plugins
community: http://www.abisource.com/mailinglists/
comments: I'm having problems importing DocBook, but it should work, I need to RTFM
bluefish
- repository: universe
- environment: Gnome
homepage: http://bluefish.openoffice.nl/index.html
- install: apt-get install bluefish
community: http://bfwiki.tellefsen.net/
- comments: bluefish is an HTML editor, not totally adept as an XML editor
conglomerate
- repository: universe
- environment: Gnome
homepage: http://www.conglomerate.org/index.html
- install: apt-get install conglomerate
community: http://www.conglomerate.org/getting_involved.html
- comments: boxes don't display right on dapper with default settings
- some very interesting concepts for organizing the display vs. other editors
emacs + nxml
- repository: main / universe
- environment: emacs
homepage: http://www.thaiopensource.com/nxml-mode/
- install: apt-get install nxml-mode
- comments: if you love emacs, this is the thing
kate
- repository: main
- environment: KDE
homepage: http://kate.kde.org/
- install: apt-get install kate kate-plugins
community: http://kate.kde.org/contact.php
- comments: installed by default with Kubuntu
- great option for kate, use it for all my editing
- code folding / unfolding is handled very nicely
mlview
- repository: universe
- environment: Gnome
- install: apt-get install mlview
community: http://mail.gnome.org/mailman/listinfo/mlview-list
- comments: looks promising, haven't thoroughly tested it yet
OpenOffice.org Writer
- repository: main
- environment: (originally Java, but now ?)
homepage: http://www.openoffice.org
- install: apt-get install openoffice.org
community: http://support.openoffice.org/index.html
comments: I have not been able to get OOo to work with DocBook on Linux
WritingDocbookWithOpenOffice describes procedure to use OOo to edit DocBook
SciTE
- repository: universe
- environment: Scintilla
homepage: http://www.scintilla.org/SciTE.html
- install: apt-get install scite
community: http://mailman.lyra.org/mailman/listinfo/scite-interest
- comments: on dapper SciTE crashes for me, maybe OK on breezy?
- scriptable and extensible through Python
vim + xmledit
- repository: main
- environment: vim
homepage: http://www.vim.org/
- install: apt-get install vim
community: http://www.vim.org/community.php
- comments: good option if you like vim / vi
Unsupported
These programs are not available in the Ubuntu package repositories. Some packages may not be included due to licensing restrictions. Perhaps you would like to volunteer to package one of these programs for Ubuntu? There is certainly nothing wrong with using these programs, but you may need to turn to their own user community if you need assistance.
jEdit + XML / XmlIndenter / XQuery / XSLT / JTidyPlugin
- environment: Java
homepage: http://www.jedit.org/
community: http://community.jedit.org/
- comments: nice if you use both Linux and Windows
Related Pages
To Do List
Programs to add
- lyx
- quanta
- butterfly
- exchanger lite
- geany
Additions
- use tabs to make attributes align better?