Changeset 1254
- Timestamp:
- 04/16/08 15:04:47 (8 months ago)
- Files:
-
- BibIt/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
BibIt/trunk/README.txt
r1252 r1254 6 6 as needed. 7 7 8 [ incomplete as of 14 February 2008 ] 8 =========================================================== 9 HOW TO DEPLOY BIBLIOGRAPHY FROM SVN TO WEB: 9 10 11 Issue the following at the command line: 12 13 > svn export http://www.atlantides.org/svn/pleiades/BibIt/trunk BibIt 14 > svn export http://www.atlantides.org/svn/pleiades/pleiades-bibliography/trunk pleiades-bibliography 15 > mkdir htmlscratch 16 > cd BibIt 17 > ./bin/regenerate-html.sh ../pleiades-bibliography/index.xml ../pleiades-bibliography/ ../htmlscratch 18 19 Move the entire pleiades-bibliography directory to a spot under the web server root, renaming it simply "bibliography" 20 You can delete htmlscratch. 21 22 =========================================================== 10 23 bin/regenerate-html.sh 11 24 12 25 This utility is used to regenerate the individual html files that provide bibliographic 13 26 citations for each bibliographic object. 27 28 =========================================================== 29 [ incomplete as of 14 February 2008 ] 30 [what follows below needs further elaboration and explanation] 14 31 15 32 [export library from old database, if updates have been made]
