Changeset 1214
- Timestamp:
- 10/25/07 14:06:24 (1 year ago)
- Files:
-
- BibIt/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
BibIt/trunk/README.txt
r1040 r1214 1 [export library from old database ]2 BADataMunge a map file 3 fix recordInfos 4 fix dates 5 fix languages 6 fix short titles 1 [export library from old database, if updates have been made] 2 BADataMunge a map file - produces a combined mods file with a filename like BATL022_-biblio-mods-mixed.xml 3 fix recordInfos (mods-fix-recordorigins.xsl - adds some process description; note that there's a record change date parameter that needs filling) 4 fix dates (mods-fix-dates.xsl - makes non-w3c dates into w3c dates) 5 fix languages (mods-fix-lang.xsl - sets language of encoding for the record info) 6 fix short titles (mods-makeshorttitle.xsl - makes short titles where they are needed) 7 7 hand-check short titles (use diff) 8 8 incorporate useful short titles back into bibliographic database and library xml file 9 fix ids 9 fix ids (mods-make-newids - mods-newid.xsl 10 10 hand-check ids (use xpath to get a list) 11 fix/gen citations 12 sort elements 13 gen html 14 sort whole collection 15 use xpath to check sorting by hand 16 gen this-map index html11 fix/gen citations (mods-fix-citations.xsl) 12 sort elements (mods-sort) 13 gen html (mods2html) 14 sort whole collection (mods-sortmodscollection) 15 use xpath to check sorting by hand 16 gen this-map index (htmlindex - note all the parameters you need to change) 17 17 split mods xml files (bibchunker.py) 18 18 regen overall index … … 21 21 22 22 23 23 - use modsCollection2Changes.xsl to generate an xml change file from the new master index .xml 24 - changes2atom (note parameters) 25 - changes2html 24 26 25 27 note:
