]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - page.gmi
Add control
[rbdr/r.bdr.sh] / page.gmi
index e75f61b8085d7dc462669ba6cf836095d44404cb..fc7e7a28153840127c07cc14d5d407cc1c7aadd7 100644 (file)
--- a/page.gmi
+++ b/page.gmi
@@ -4,7 +4,8 @@
 
 Command line tool to generate a static website and gemini capsule from a directory with gemtext. Written in rust!
 
-=> https://git.unlimited.pizza/rbdr/page view source.
+=> https://git.r.bdr.sh/rbdr/page view source @ git.r.bdr.sh
+=> https://git.sr.ht/~rbdr/page source mirror @ sourcehut
 
 ## Install
 
@@ -16,6 +17,19 @@ You can install using homebrew.
 % brew install rbdr/apps/page
 ```
 
+### Prebuilt Packages
+You can find pre-built packages for linux @ build.r.bdr.sh. There you can
+find a `.tar.gz` that includes only the binary, or `.rpm` and `.deb`
+distributions for fedora and debian that include a manpage.
+
+Binaries are provided for x86_64 and aarch64.
+
+Unstable releases are built directly from the main branch, while tagged
+versions have their own release and can be considered more stable.
+
+=> gemini://build.r.bdr.sh/page page pre-built releases @ gemini
+=> https://build.r.bdr.sh/page page pre-built releases @ https
+
 ### From Source
 Make sure you have rust and Make installed. Clone the repository, and run:
 
@@ -76,7 +90,7 @@ My projects are located here:
 
 This is a good gemini page:
 
-=> gemini://gemini.unlimited.pizza/page.gmi
+=> gemini://r.bdr.sh/page.gmi
 ```
 
 ### The layout
@@ -116,6 +130,8 @@ Any file that isn't gemtext or the layout will be copied as-is. This includes hi
 
 ## Changelog
 
+* 1.3.2 Use section and p instead of div, to better support "reader mode"
+* 1.3.1 Don't add closing slash to line breaks
 * 1.3.0 Adds support for specifying alt-text for preformatted text blocks.
 * 1.2.0 Wraps headings in a div to make certain layout operations easier.
 * 1.1.0 Adds front matter for title and description, generates gemini and http directories.