Differences between revisions 1 and 2
Revision 1 as of 2008-06-26 12:26:10
Size: 550
Editor: kfc
Comment: Created by the PackagePages action.
Revision 2 as of 2010-03-17 13:12:29
Size: 550
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Notes for the PreIngest Module

The articles to ingest will be encoded in a simple xml format, exemplified below.

<?xml version="1.0" encoding="ISO-8859-1"?>
<article>
 <revyname>  </revyname>
 <articlename> </articlename>
 <year> </year>
 <category> </category>
 <oldpath> </oldpath>
</article>

We plan to build these xml files as follows.

For each gif-file in the gentofte collection:
  create a new article object, based on the path to the gif file
Endfor
For each article object
  article.toString 

PreingestForTestCollection (last edited 2010-03-17 13:12:29 by localhost)