summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-15 07:45:08 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-15 07:45:08 +0300
commit3121e8067a613680433724f0c0eb30254e622649 (patch)
tree4fd15f108819638f0a5c431fdb8e9af34c0fd93d /res
parenta308db056515f8fb30be36d6ff028b788626465c (diff)
Built-in embedded “about:” pages; Help menu
Diffstat (limited to 'res')
-rw-r--r--res/about.gmi15
-rw-r--r--res/help.gmi23
-rw-r--r--res/version.gmi10
3 files changed, 48 insertions, 0 deletions
diff --git a/res/about.gmi b/res/about.gmi
new file mode 100644
index 00000000..8e78fa60
--- /dev/null
+++ b/res/about.gmi
@@ -0,0 +1,15 @@
1```
2ooooo
3`888'
4 888 .oooo. .oooooooo oooo d8b .oooo. ooo. .oo. .oooooooo .ooooo.
5 888 `P )88b 888' `88b `888""8P `P )88b `888P"Y88b 888' `88b d88' `88b
6 888 .oP"888 888 888 888 .oP"888 888 888 888 888 888ooo888
7 888 o d8( 888 `88bod8P' 888 d8( 888 888 888 `88bod8P' 888 .o
8o888ooooood8 `Y888""8o `8oooooo. d888b `Y888""8o o888o o888o `8oooooo. `Y8bod8P'
9 d" YD d" YD
10 "Y88888P' "Y88888P'
11```
12# A Beautiful Gemini Client
13## Version ${APP_VERSION}
14=> https://skyjake.fi/@jk by Jaakko Keränen <code@iki.fi>
15Crafted with ☕️ in Finland
diff --git a/res/help.gmi b/res/help.gmi
new file mode 100644
index 00000000..f38b7cb3
--- /dev/null
+++ b/res/help.gmi
@@ -0,0 +1,23 @@
1```
2 __ __ __ ___
3| /\ / _` |__) /\ |\ | / _` |__
4|___ /~~\ \__> | \ /~~\ | \| \__> |___
5
6```
7# Help
8
9## What is Lagrange
10
11## What is the Gemini protocol
12
13## Why not just use a web browser
14
15# Bookmarking
16
17# Managing and using identities
18
19TLS client certificates used to identify you.
20
21# Platform-specific instructions
22
23# Compiling from source
diff --git a/res/version.gmi b/res/version.gmi
new file mode 100644
index 00000000..7f303297
--- /dev/null
+++ b/res/version.gmi
@@ -0,0 +1,10 @@
1```
2 __ __ __ ___
3| /\ / _` |__) /\ |\ | / _` |__
4|___ /~~\ \__> | \ /~~\ | \| \__> |___
5
6```
7# Version history
8
9## 0.1
10* The major version zero is reserved for non-feature-complete releases.