mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00

1.5.2 documentation notes from Graham Triggs, Mark Diggory, Larry Stone. Regenerate the html and pdf. git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3679 9c30dcfa-912a-0410-8fc2-9e0234be79fd
24 lines
891 B
Plaintext
24 lines
891 B
Plaintext
The definitive/reference version of the documentation is now contained in the
|
|
docbook/ subdirectory.
|
|
|
|
This version generates the contents of the pdf/ and html/ subdirectories.
|
|
|
|
The docbook was generated from the earlier html files that are now in
|
|
html.legacy/.
|
|
|
|
Any additions or edits should be done to the files in docbook/.
|
|
|
|
The script that can handle conversion is in convert2db.sh, and it
|
|
uses the wrapscreen.py script. Run this script to generate new .html
|
|
and .pdf documentation. Since these files, in html/ and pdf/ are
|
|
currently checked in to svn, this generates a fair amount of changes
|
|
to be committed.
|
|
|
|
In the near future, the legacy html will be removed, as will be the pdf
|
|
and html directories. The conversion scripts will be integrated into
|
|
the maven build.
|
|
|
|
For today, please read either the pdf/ or html/ versions of the docs,
|
|
and place edits into the docbook/ version.
|
|
|