aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/tutorials/index.py
blob: 1cb04679a62240b1042884f69b471ecf3c19c612 (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")
]