mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
39 lines
823 B
Plaintext
39 lines
823 B
Plaintext
{%- func HelpMessage() -%}
|
|
Usage of %s:
|
|
{%- endfunc -%}
|
|
|
|
{%- func ExampleConfig() -%}
|
|
{% cat "config.ini" %}
|
|
{%- endfunc -%}
|
|
|
|
{% func DefaultCSS() %}
|
|
{% cat "default.css" %}
|
|
{% endfunc %}
|
|
|
|
{% func ToolbarJS() %}
|
|
{% cat "toolbar.js" %}
|
|
{% endfunc %}
|
|
|
|
Next three are from https://remixicon.com/
|
|
{% func IconHTTP() %}
|
|
{% cat "icon/http-protocol-icon.svg" %}
|
|
{% endfunc %}
|
|
|
|
{% func IconGemini() %}
|
|
{% cat "icon/gemini-protocol-icon.svg" %}
|
|
{% endfunc %}
|
|
|
|
{% func IconMailto() %}
|
|
{% cat "icon/mailto-protocol-icon.svg" %}
|
|
{% endfunc %}
|
|
|
|
This is a modified version of https://www.svgrepo.com/svg/232085/rat
|
|
{% func IconGopher() %}
|
|
{% cat "icon/gopher-protocol-icon.svg" %}
|
|
{% endfunc %}
|
|
|
|
https://upload.wikimedia.org/wikipedia/commons/4/46/Generic_Feed-icon.svg
|
|
{% func IconFeed() %}
|
|
{% cat "icon/feed-icon.svg" %}
|
|
{% endfunc %}
|