summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-12 20:29:11 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-12 20:29:11 +0200
commit17ff3e81d376b6792d409dcbed8e48800f8d7f7a (patch)
treea9dda0e77989232e485f2d08da9a540a576a9049 /res
parentc9cfc31cfdc5fe5e64b18afb91941b5d4fc63c1c (diff)
Added "about:about"
IssueID #200
Diffstat (limited to 'res')
-rw-r--r--res/about/about.gmi33
1 files changed, 33 insertions, 0 deletions
diff --git a/res/about/about.gmi b/res/about/about.gmi
new file mode 100644
index 00000000..34eda2cf
--- /dev/null
+++ b/res/about/about.gmi
@@ -0,0 +1,33 @@
1# About Pages
2
3These are all the About pages that Lagrange uses to display built-in or dynamically generated content.
4
5=> about:blank
6A blank page.
7
8=> about:bookmarks
9List of bookmarks.
10
11=> about:bookmarks?created
12List of bookmarks with creation dates.
13
14=> about:bookmarks?tags
15List of bookmarks that have at least one tag.
16
17=> about:debug
18Runtime debug information: contents of currently open tabs, navigation history, environment variables, command line arguments, and configured MIME hooks.
19
20=> about:feeds
21List of all entries from subscribed feeds.
22
23=> about:help
24User manual.
25
26=> about:lagrange
27Default home page with a large "Lagrange" ASCII art logo.
28
29=> about:license
30Open source licenses.
31
32=> about:version
33Release notes for each version. \ No newline at end of file