aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2017-01-27 07:21:23 -0500
committerAndrew Manning <tamanning@zoho.com>2017-01-27 07:21:23 -0500
commite411c7e8b3a52f9815ef4f3ae236007f8ff008ab (patch)
treee0bf9dc04d668c6c55f0ec436e96f9a7e4dfe9db /doc
parentd9a5b11c9a1b5e400e83130306bd375b22887201 (diff)
downloadvolse-hubzilla-e411c7e8b3a52f9815ef4f3ae236007f8ff008ab.tar.gz
volse-hubzilla-e411c7e8b3a52f9815ef4f3ae236007f8ff008ab.tar.bz2
volse-hubzilla-e411c7e8b3a52f9815ef4f3ae236007f8ff008ab.zip
Improve context help with screenshot and replace "addon" with "plugin".
Diffstat (limited to 'doc')
-rw-r--r--doc/context/en/admin/plugins/assets/addon_repo_gui_1.pngbin0 -> 16983 bytes
-rw-r--r--doc/context/en/admin/plugins/help.html11
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/context/en/admin/plugins/assets/addon_repo_gui_1.png b/doc/context/en/admin/plugins/assets/addon_repo_gui_1.png
new file mode 100644
index 000000000..37139b345
--- /dev/null
+++ b/doc/context/en/admin/plugins/assets/addon_repo_gui_1.png
Binary files differ
diff --git a/doc/context/en/admin/plugins/help.html b/doc/context/en/admin/plugins/help.html
index 3ea821a71..d57f4967f 100644
--- a/doc/context/en/admin/plugins/help.html
+++ b/doc/context/en/admin/plugins/help.html
@@ -1,11 +1,14 @@
<dl class="dl-horizontal">
<dt>General</dt>
- <dd>This page manages which addons (also known as plugins) are installed.</dd>
+ <dd>This page manages which plugins (also known as <i>addons</i>) 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
+ which opens a control panel for managing what plugin <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
+ plugin 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>
+ and choosing a name for the repo such as <b>official</b>. You should see this repo in the list similar
+ to the following:
+ <br>
+ <img class="img-responsive" src="doc/context/en/admin/plugins/assets/addon_repo_gui_1.png"></dd>
</dl> \ No newline at end of file