diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-09-01 12:41:52 -0600 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-09-01 12:41:52 -0600 |
commit | a918c9d02d8558e612be84daac3c28204bb0f93f (patch) | |
tree | abc475556050fdf326eec6de5ef4cc991e5b5c5e /README.gmi | |
parent | a61bcdeb314d4e0e9f6e8915b92010895170e785 (diff) |
README updates
Diffstat (limited to 'README.gmi')
-rw-r--r-- | README.gmi | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -44,9 +44,11 @@ The packages sliderule/gemini, sliderule/gopher, sliderule/finger, and sliderule * Servers which can run your Handlers. The primary text formats for those protocols have higher-level support provided in sub-packages: -* sliderule/gemini/gemtext supports parsing gemtext and getting direct programmatic access to its AST. Deeper sub-packages provide converters to other formats (markdown and HTML) with overridable templates. +* sliderule/gemini/gemtext supports parsing gemtext and getting direct programmatic access to its AST. * sliderule/gopher/gophermap similarly parses the gophermap format and provides access to its AST. +Sub-packages in the text formats provide conversion functions to HTML, markdown, and Atom XML, using overridable templates. + ## Logging sliderule borrows the logging interface from go-kit. |