Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: add screenshot and button table to access_entry doc mdhelp: u…
…pdate config doc button table mdhelp: add screenshot, button table and update caption (imagecache)
  • Loading branch information
Mark Clarkstone authored and perexg committed Apr 17, 2016
1 parent 3af7a46 commit 7e586fa
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 2 deletions.
18 changes: 18 additions & 0 deletions docs/class/access_entry.md
Expand Up @@ -9,6 +9,24 @@ if the username matches and the IP source address of the requesting peer
is within the prefix. There is also anonymous access, if the user is set
to asterisk. Only network prefix is matched then.

!['Access Entries Grid'](docresources/accessentriesgrid.png)

---

###Buttons

The tab has the following buttons:

Button | Function
-----------------------|-------------------
**Save** | Save any changes made to the grid/entries.
**Undo** | Revert any changes made since the last save.
**Add** | Display the *Add Access* dialog.
**Delete** | Delete the selected entry/entries.
**Move Up** | Move the selected entry up the grid.
**Move Down** | Move the selected entry down the grid.
**Edit** | Edit the selected entry.

---

### Adding an Entry/Creating an Account
Expand Down
2 changes: 1 addition & 1 deletion docs/class/config.md
Expand Up @@ -11,7 +11,7 @@ The tab has the following buttons:

Button | Function
-----------------------|-------------------
**Save** | Save all changes.
**Save** | Save all changes (this will reload the web interface).
**Undo** | Revert all changes since last save.
**Start wizard** | Display the first-run set-up wizard.

Expand Down
17 changes: 17 additions & 0 deletions docs/class/imagecache.md
Expand Up @@ -2,3 +2,20 @@ This will cache any channel icons or other images (such as EPG metadata)
to be served from the local webserver. This can be useful for
multi-client systems and, generally, to reduce hits on upstream
providers.

!['Configuration - Image Cache tab'](docresources/configimagecache.png)

---

###Buttons

The tab has the following buttons:

Button | Function
----------------------------|-------------------
**Save** | Save any changes made to the tab.
**Undo** | Revert any changes made since the last save.
**Clean image (icon) cache**| Clean-up the stored image files (empty cache and re-fetch icons).
**Re-fetch images** | Re-refresh image cache (reload images from upstream providers).

---
Binary file added docs/docresources/accessentriesgrid.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docresources/configimagecache.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/imagecache.c
Expand Up @@ -76,7 +76,7 @@ CLASS_DOC(imagecache)
const idclass_t imagecache_class = {
.ic_snode = (idnode_t *)&imagecache_conf,
.ic_class = "imagecache",
.ic_caption = N_("Image cache"),
.ic_caption = N_("Configuration - Image cache"),
.ic_event = "imagecache",
.ic_perm_def = ACCESS_ADMIN,
.ic_doc = tvh_doc_imagecache_class,
Expand Down

0 comments on commit 7e586fa

Please sign in to comment.