]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: add missing Help button info to (some) doc button tables - oops! mdhelp:...
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sat, 16 Apr 2016 02:11:55 +0000 (03:11 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 17 Apr 2016 17:17:24 +0000 (19:17 +0200)
docs/class/access_entry.md
docs/class/config.md
docs/class/dvrautorec.md
docs/class/dvrtimerec.md
docs/class/imagecache.md
docs/class/passwd.md
docs/class/satip_server.md
docs/docresources/configpasswordentries.png [new file with mode: 0644]
docs/docresources/satipconfig.png [new file with mode: 0644]

index 44a79ab1cc9d626348761d8b15fb53d8ac4bf115..fc1d43d3b24124f71e8fb4c9d886f51bcda49a06 100644 (file)
@@ -26,6 +26,7 @@ Button                 | Function
 **Move Up**            | Move the selected entry up the grid.
 **Move Down**          | Move the selected entry down the grid.
 **Edit**               | Edit the selected entry.
+**Help**               | Display this help page.
 
 ---
 
index a0f65a62147bf0cc1dd31df39369881daf50fa4a..a290b9938cad264a4a9335bac949995625444785 100644 (file)
@@ -14,5 +14,6 @@ Button                 | Function
 **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.
+**Help**               | Display this help page.
 
 ---
index 865af44de9f3137c3d2e0a57aeb18b16af21361a..c25d402044d71ed490ae3e1445f563d2eeaa7420 100644 (file)
@@ -15,6 +15,7 @@ Button                 | Function
 **Add**                | Display the *Add Autorec* dialog.
 **Delete**             | Delete the selected entry/entries.
 **Edit**               | Edit the selected entry.
+**Help**               | Display this help page.
 
 ---
 
index 68e94ee9310f5ee6e5259803ba66fb05d3ef7d7a..3a34a1c165d3f6573f702b5c44d6326b785a3e2f 100644 (file)
@@ -15,6 +15,7 @@ Button                 | Function
 **Add**                | Display the *Add Timer* dialog.
 **Delete**             | Delete the selected entry/entries.
 **Edit**               | Edit the selected entry.
+**Help**               | Display this help page.
 
 ---
 
index bcc6e7984e13d71c901929261503fe55481e5958..f40bf300b56230422796bcaa0a4d3b486e9fadf0 100644 (file)
@@ -17,5 +17,6 @@ Button                      | Function
 **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).
+**Help**                    | Display this help page.
 
 ---
index d3fb1ce4ae8fbb12808b394d34aa0f956cf346b5..0d7858b771e67fbe6861d063a7337fbb1634b15e 100644 (file)
@@ -1,6 +1,22 @@
-##Configuration - Passwords
-
 This tab is the second part of Tvheadend's access control mechanism. It is
 where you set and maintain all user passwords (e.g. for streaming or DVR access).
 
 One user name might have multiple passwords.
+
+!['Configuration - Passwords tab'](docresources/configpasswordentries.png)
+
+---
+###Buttons
+
+The tab has the following buttons:
+
+Button                      | Function
+----------------------------|-------------------
+**Save**                    | Save all changes made to the grid/entries.
+**Undo**                    | Revert all changes since last save.
+**Add**                     | Display the *Add Password* dialog.
+**Delete**                  | Delete the selected entry/entries.
+**Edit**                    | Edit the selected entry.
+**Help**                    | Display this help page.
+
+---
index e03023f31a817b5fe228ccfb0117c8b37b799dd5..3aa4201437ee049fcc80a1c0c1fe236413a6aff3 100644 (file)
@@ -1,15 +1,30 @@
-##Configuration - SAT>IP Server
-
 SAT>IP Server is something like DVB network tuner. Tvheadend can
 forward mpegts input streams including on-the-fly descramling to SAT\>IP
 clients.
 
 Only networks with the “SAT>IP Source” field set are exported through
 the SAT>IP protocol. This field is matched through the “src” parameter
-asked from the SAT>IP client. Usually (and by default) this value is 1.
+requested by the SAT>IP client. Usually (and by default) this value is 1.
 For satellite tuners, this value determines the satellite source (dish).
 By specification position 1 = DiseqC AA, 2 = DiseqC AB, 3 = DiseqC BA, 4
 = DiseqC BB, but any numbers may be used - depends on the SAT\>IP
 client. Note that if you use a similar number for multiple networks, the
 first matched network containing the mux with requested parameters will
 win (also for unknown mux).
+
+!['SAT\>IP Config tab'](docresources/satipconfig.png)
+
+---
+
+###Buttons
+
+The tab has the following buttons:
+
+Button                      | Function
+----------------------------|-------------------
+**Save**                    | Save all changes.
+**Undo**                    | Revert all changes since last save.
+**Discover SAT\>IP servers**| Attempt to discover more SAT>IP servers on the network.
+**Help**                    | Display this help page.
+
+---
diff --git a/docs/docresources/configpasswordentries.png b/docs/docresources/configpasswordentries.png
new file mode 100644 (file)
index 0000000..675cf66
Binary files /dev/null and b/docs/docresources/configpasswordentries.png differ
diff --git a/docs/docresources/satipconfig.png b/docs/docresources/satipconfig.png
new file mode 100644 (file)
index 0000000..03eddc8
Binary files /dev/null and b/docs/docresources/satipconfig.png differ