aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/tutorials/index.py
blob: 3bfe7c124e494a5193df09b7ded970a940834511 (plain)
1
2
3
4
5
6
7
from countershape import Page

pages = [
    Page("30second.html", "Client playback: a 30 second example"),
    Page("gamecenter.html", "Setting highscores on Apple's GameCenter"),
    Page("transparent-dhcp.html", "Transparently proxify virtual machines")
]