JReferences |
||
SourceForge |
About the projectThis project has just started. It's goal is to develop an usefull reference managemer for the XML DocBook environment in Java. Aspects we like to cover is:
This last part is an interesting one. We want document authors to be able to give there references in the article by code. For example:
<chapter><title>Some DocBook Chapter</title>
<para>
... here is some text with a reference [ART_CODE].
And more text follows ...
</para>
</chapter>
JReference software will be able to look these references up and adapt the DocBook source document to autonumber the references and make a reference list at the end of the article. The result will look something like:
<chapter><title>Some DocBook Chapter</title>
<para>
... here is some text with a reference
TODO listSince this project is very new, there isn't much done yet. But here is a list of things we like to accomplish very soon:
DownloadAt this moment the stable version 0.1 can be downloaded: Unstable: Related projectsLinks | |