예제 #1
0
def update_rss(dir, template, filepath):
    ef = EntryFactory(template)
    ef.write_last_entry(dir, filepath)
예제 #2
0
def create_home(dir, template, filepath):
    """Generates the index page"""
    ef = EntryFactory(template)
    ef.write_last_entry(dir, filepath)