Changeset 1252
- Timestamp:
- 04/16/08 12:46:24 (8 months ago)
- Files:
-
- BibIt/trunk/DEPENDENCIES.txt (added)
- BibIt/trunk/README.txt (modified) (2 diffs)
- BibIt/trunk/bin/regenerate-html.sh (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
BibIt/trunk/README.txt
r1214 r1252 1 BibIt provides a series of utilities for creating, updating and managing the 2 Pleiades Bibliography content, which is kept in a separate module (pleiades-bibliography). 3 4 This readme provides general information on each of these utilities, most of which take the 5 form of bash shell scripts that invoke XSL transformations, python code and other scripts 6 as needed. 7 8 [ incomplete as of 14 February 2008 ] 9 10 bin/regenerate-html.sh 11 12 This utility is used to regenerate the individual html files that provide bibliographic 13 citations for each bibliographic object. 14 1 15 [export library from old database, if updates have been made] 2 16 BADataMunge a map file - produces a combined mods file with a filename like BATL022_-biblio-mods-mixed.xml … … 10 24 hand-check ids (use xpath to get a list) 11 25 fix/gen citations (mods-fix-citations.xsl) 26 12 27 sort elements (mods-sort) 13 gen html (mods2html)14 28 sort whole collection (mods-sortmodscollection) 15 29 use xpath to check sorting by hand 30 31 gen html (mods2html) 16 32 gen this-map index (htmlindex - note all the parameters you need to change) 33 17 34 split mods xml files (bibchunker.py) 35 18 36 regen overall index 19 37 * bibunifer.py -> index.xml
