diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-27 13:27:36 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-27 13:27:36 +1100 |
commit | 80e1130bb5d7dcbfeb0fa2af7038237f65a3a0db (patch) | |
tree | 5d5bc2efa544586bfa7a9df6e35f09592d842398 /doc/context/en/admin/plugins/help.html | |
parent | 22839e48d013abdc46b609cd50b45b3bce6626f9 (diff) | |
parent | d9a5b11c9a1b5e400e83130306bd375b22887201 (diff) | |
download | volse-hubzilla-80e1130bb5d7dcbfeb0fa2af7038237f65a3a0db.tar.gz volse-hubzilla-80e1130bb5d7dcbfeb0fa2af7038237f65a3a0db.tar.bz2 volse-hubzilla-80e1130bb5d7dcbfeb0fa2af7038237f65a3a0db.zip |
Merge pull request #655 from anaqreon/addon-repo-gui
Addon repo management GUI
Diffstat (limited to 'doc/context/en/admin/plugins/help.html')
-rw-r--r-- | doc/context/en/admin/plugins/help.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/context/en/admin/plugins/help.html b/doc/context/en/admin/plugins/help.html new file mode 100644 index 000000000..3ea821a71 --- /dev/null +++ b/doc/context/en/admin/plugins/help.html @@ -0,0 +1,11 @@ +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>This page manages which addons (also known as plugins) are installed.</dd> + <dt>Manage Repos</dt> + <dd>If your webserver has the necessary write permissions, you will see a button labeled <b>Manage Repos</b>, + which opens a control panel for managing what addon <i>repositories</i> are installed. These repos are + stored in <span style="font-family: monospace;">extend/addon/[repo name]/</span>. The official Hubzilla + addon repo can be added by entering the repo URL + <span style="font-family: monospace;">https://github.com/redmatrix/hubzilla-addons.git</span> + and choosing a name for the repo such as <b>official</b>.</dd> +</dl>
\ No newline at end of file |