Esempio n. 1
0
def ntest_Txts_02():
    CFG["includes"] = ["*.txts"]
    CFG["roots"] = ["/home/hevi/wrk"]
    site = StaticSite(CFG["output"])
    store = Store()
    #
    gather(CFG, store)
    construct(store, site)
Esempio n. 2
0
def ntest_Txts_01():
    site = StaticSite(CFG["output"])
    store = Store()
    parser = Parser(store)
    parser.parse_text(text_0104)
    #
    dump(store)
    #
    construct(store, site)