This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%!PS-Adobe-3.0 | |
%%BoundingBox: 36 36 756 576 | |
%%Title: DPG PocketMod | |
%%Reference: See https://pocketmod.com/howto for folding instructions | |
%%CreationDate: 2020-02-02 | |
%%DocumentMedia: letter 612 792 0 ( ) ( ) | |
%%Orientation: Landscape | |
%%Pages: 1 | |
%%EndComments | |
%%BeginSetup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
"""Dump the current version of each Trac wiki page.""" | |
__RCS__ = '$Id: tracwiki 1975 2020-03-19 14:37:50Z darren $' | |
__initialdate__ = 'January 2020' | |
__author__ = 'Darren Paul Griffith <http://madphilosopher.ca/>' | |
import sqlite3 | |
import argparse |