43 lines
1.0 KiB
Go
43 lines
1.0 KiB
Go
package main
|
|
|
|
const aboutGemtext =
|
|
`# About Skipper
|
|
|
|
|
|
` + "```" + `
|
|
--. ,--
|
|
' '. . . ,' '
|
|
\ '. \ / .' /
|
|
\ '.\/.' / _ o __ __ __ __
|
|
\ '' / / /, / /_/ /_/ /_ /_/
|
|
'--... ...--' _/ /\ / / / /_ / |
|
|
.' '.
|
|
\____/\____/
|
|
` + "```" + `
|
|
|
|
|
|
Skipper is a Gemini protocol browser built with the stone application framework.
|
|
|
|
It aims to be fast, fully-featured, and convenient, while having a minimalist user interface that gets out of your way and lets you just browse.`
|
|
|
|
const homeGemtext =
|
|
`# Home
|
|
|
|
Welcome to Skipper.
|
|
|
|
You can press...
|
|
|
|
* Space to perform a search
|
|
* Comma to edit the current URL
|
|
* Period to follow numbered links
|
|
* 0-9 to quickly follow numbered links 0-9
|
|
* H to go home
|
|
* B to view bookmarks
|
|
* Shift + B to bookmark a page
|
|
* Left/right arrow keys to go back/forward
|
|
* Up/down arrow keys and page up/down to scroll
|
|
|
|
Happy browsing!
|
|
|
|
=> gemini://gemini.circumlunar.space:1965/ Project Gemini Home`
|