Changeset 1254

Show
Ignore:
Timestamp:
04/16/08 15:04:47 (8 months ago)
Author:
thomase
Message:

readme now explains how to get a functioning bibliography webapp from svn content

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • BibIt/trunk/README.txt

    r1252 r1254  
    66as needed. 
    77 
    8 [ incomplete as of 14 February 2008 ] 
     8=========================================================== 
     9HOW TO DEPLOY BIBLIOGRAPHY FROM SVN TO WEB: 
    910 
     11Issue 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 
     19Move the entire pleiades-bibliography directory to a spot under the web server root, renaming it simply "bibliography" 
     20You can delete htmlscratch. 
     21 
     22=========================================================== 
    1023bin/regenerate-html.sh 
    1124 
    1225This utility is used to regenerate the individual html files that provide bibliographic  
    1326citations for each bibliographic object.  
     27 
     28=========================================================== 
     29[ incomplete as of 14 February 2008 ] 
     30[what follows below needs further elaboration and explanation] 
    1431 
    1532[export library from old database, if updates have been made]