Changes between Version 20 and Version 21 of BluePrint/Importer


Ignore:
Timestamp:
05/19/10 21:20:04 (15 years ago)
Author:
Fran Boon
Comment:

Pyparsing

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Importer

    v20 v21  
    3636If the templates can be saved out as XSLT then the [wiki:BluePrintSynchronisation Sync scheduler] can be used to do regular imports.
    3737
    38 Some links that might be useful:
     38== Useful Links ==
    3939  * Karma: a system for doing the Import/Clean/Integrate/Publish workflow through a UI paradigm of 'Programming by Demonstration' (instead of via Widgets):
    4040   * [ftp://ftp.umiacs.umd.edu/pub/louiqa/PUB2010/GeoNets_Shubham.pdf Presentation from ISCRAM 2010]
     
    4545  * http://developer.yahoo.com/yql/guide/
    4646  * [http://www.unixuser.org/~euske/python/pdfminer/ PDFMiner] is an !OpenSource tool to convert PDF docs into text.
     47  * [http://pyparsing.wikispaces.com Pyparsing] is an !OpenSource tool to parse textual content
     48   * included in Sahana Eden's {{{modules}}} folder
    4749
    48   * Code snippet to extract hyperlinks from HTML docs.
     50== Code snippets ==
     51Extract hyperlinks from HTML docs:
    4952{{{
    5053import sgmllib