diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/about.gmi | 15 | ||||
-rw-r--r-- | res/help.gmi | 23 | ||||
-rw-r--r-- | res/version.gmi | 10 |
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 | ``` | ||
2 | ooooo | ||
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 | ||
8 | o888ooooood8 `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> | ||
15 | Crafted 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 | |||
19 | TLS 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. | ||