X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/898642aecf2bcff3a255bbcbba319d1d0458812d..d06f9e8ea6cefcfae1ad28bb203a7e4e562820a8:/data/templates/help.htm diff --git a/data/templates/help.htm b/data/templates/help.htm new file mode 100644 index 0000000..555a738 --- /dev/null +++ b/data/templates/help.htm @@ -0,0 +1,49 @@ +{% extends "base.htm" %} +{% block title %}phorkie help{% endblock %} + +{% block content %} +

Help on phorkie

+ +

Remote forking

+ + +
+
+

+ Phorkie allows cloning/forking of pastes on other servers + - other phorkie instances, github gists or simply any remote + git repository. +

+

+ You can go to fork-remote and enter the + URL of the paste on the other server. +

+

+ It's way easier to simply click a "fork" button that automatically + takes you to this phorkie's remote paste page, prefilled with + the correct git URL. +

+

+ To make this work, click the register button on the right. + It will register a "protocol handler" for "web+fork:"-URLs, + making phorkie chime in whenever a web+fork URL is clicked. +

+
+
+ + register web+fork protocol handler + +
+
+{% endblock %}