aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/index.py
blob: d6b1e41789f52c5b64b3746a613e750a9e542ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
from countershape import Page

pages = [
    Page("webapp.html", "Using the Web App"),
    Page("firefox.html", "Firefox"),
    Page("osx.html", "OSX"),
    Page("windows7.html", "Windows 7"),
    Page("ios.html", "IOS"),
    Page("ios-simulator.html", "IOS Simulator"),
    Page("android.html", "Android"),
    Page("java.html", "Java"),
    Page("mitm.it-error.html", "Error: No proxy configured"),
]