]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: even more help refresh - I'm starting to run out of commit messages ;)
authormpmc <git@markclarkstone.co.uk>
Mon, 4 Dec 2017 15:27:18 +0000 (15:27 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 14 Dec 2017 07:18:16 +0000 (08:18 +0100)
14 files changed:
docs/class/mpegts_service.md
docs/class/service_mapper.md
docs/markdown/inc/service_contents.md [new file with mode: 0644]
docs/markdown/inc/status_contents.md [new file with mode: 0644]
docs/markdown/status_connections.md
docs/markdown/status_service_mapper.md
docs/markdown/status_stream.md
docs/markdown/status_subscriptions.md
docs/markdown/toc.md
src/webui/static/img/doc/dvbinputs/service_mapper_dialog.png [moved from src/webui/static/img/doc/service_mapper/dialog.png with 100% similarity]
src/webui/static/img/doc/status/connections.png [moved from src/webui/static/img/doc/status_connections/tab.png with 100% similarity]
src/webui/static/img/doc/status/service_mapper.png [moved from src/webui/static/img/doc/status_service_mapper/tab.png with 100% similarity]
src/webui/static/img/doc/status/stream.png [moved from src/webui/static/img/doc/status_stream/tab.png with 100% similarity]
src/webui/static/img/doc/status/subscriptions.png [moved from src/webui/static/img/doc/status_subscriptions/tab.png with 100% similarity]

index 77ae6f26e8c4b4808c93b2cf17bba5f1f7d89b63..870f0ae006b592c138cc2a66f9fd22bb85737aae 100644 (file)
@@ -1,10 +1,5 @@
-Contents                                   | Description
--------------------------------------------|------------------------
-[Overview](#overview)                      | Tab overview
-[Service information](#service-information)| How to display service information
-[Items/Properties](#items)                 | Items and Properties
 
-[Return to DVB Inputs](dvbinputs)
+<tvh_include>inc/service_contents</tvh_include>
 
 ---
 
index d4a3693e8d5d695b68ffd40e0a5ff96c887878f2..4dbe602f049ea61bbea5dafb5f1e4ed633cf6244 100644 (file)
@@ -1,22 +1,23 @@
+
+<tvh_include>inc/service_contents</tvh_include>
+
+---
+
+## Overview
+
 The map services to channels dialog allows you to control which 
 services are mapped. The options selected here get passed to the 
 [Service Mapper](status_service_mapper) tab when you press 
 the *[Map services]* button.
 
-!['Service mapper dialog'](static/img/doc/service_mapper/dialog.png)
+!['Service mapper'](static/img/doc/dvbinputs/service_mapper_dialog.png)
 
 See [Services](class/mpegts_service) for more details on service mapping.
 
 ---
 
-### Buttons
-
-The following functions are available:
+## Buttons
 
-Button             | Function
--------------------|---------
-**Cancel**         | Cancel mapping and close the dialog.
-**Map Services**   | Map the services.
-<tvh_include>inc/common_button_table_end</tvh_include>
+<tvh_include>inc/buttons</tvh_include>
 
 ---
diff --git a/docs/markdown/inc/service_contents.md b/docs/markdown/inc/service_contents.md
new file mode 100644 (file)
index 0000000..0f37d61
--- /dev/null
@@ -0,0 +1,8 @@
+Contents                                            | Description
+----------------------------------------------------|------------------------
+[Overview](#overview)                               | Tab overview
+[Service information](#service-information)         | How to display service information
+[Service Mapper Dialog](class/service_mapper)       | Service mapping option(s) dialog
+[Items/Properties](#items)                          | Items and Properties
+
+[Return to DVB Inputs](dvbinputs)
diff --git a/docs/markdown/inc/status_contents.md b/docs/markdown/inc/status_contents.md
new file mode 100644 (file)
index 0000000..4625005
--- /dev/null
@@ -0,0 +1,9 @@
+Contents                                          | Description
+--------------------------------------------------|------------------------
+[Overview](#overview)                             | Tab overview
+[Stream](status_stream)                           | Currently-active streams
+[Subscriptions](status_subscriptions)             | Active subscriptions
+[Connections](status_connections)                 | Connection information
+[Service Mapper Dialog](class/service_mapper)     | Service mapping dialog
+[Service Mapper](status_service_mapper)           | Service mapping status
+[Items/Properties](#items)                        | Items/Properties
index b21be118d9653f371d028958aba10baf9af66c71..f5e27108499594e3c6a2767704ff66e5dec54032 100644 (file)
@@ -1,26 +1,26 @@
-## Status - Connections
+# Status - Connections
+
+<tvh_include>inc/status_contents</tvh_include>
+
+---
+
+## Overview
 
 This tab shows information about all active connections.
 
 This is a read-only tab; nothing is configurable.
 
-!['Status - Subscriptions' Tab](static/img/doc/status_connections/tab.png)
+!['Status - Connections' Tab](static/img/doc/status/connections.png)
 
 ---
 
-### Menu Bar/Buttons
-
-The following functions are available:
+## Buttons
 
-Button     | Function
------------|---------
-**Help**   | Display this help page.
+<tvh_include>inc/buttons</tvh_include>
 
 ---
 
-### Grid Items
-
-The main grid items have the following functions:
+## Items
 
 **Cancel Icon !['Cancel'](static/icons/cancel.png)**
 : Forcefully kill the connection. Note that many applications such as Kodi will automatically reconnect when a connection is dropped.
index 97e53bed723337f8df65a2e3b558595d26208923..811eb224f2f5b4b9bd199e5b0c103ec2e9e4b1cb 100644 (file)
@@ -1,10 +1,16 @@
-## Service Mapper 
+# Service Mapper 
+
+<tvh_include>inc/status_contents</tvh_include>
+
+---
+
+# Overview
 
 This tab shows information about current service mapping activity. 
 
 This is a read-only tab; nothing is configurable. 
 
-!['Status - Subscriptions' Tab](static/img/doc/status_service_mapper/tab.png) 
+!['Status - Service mapper'](static/img/doc/status/service_mapper.png) 
 
 
 The [Map services to channels](class/service_mapper) dialog 
@@ -12,17 +18,7 @@ determines how services are mapped.
 
 ---
 
-### Menu Bar/Buttons
-
-The following functions are available:
-
-Button     | Function
------------|---------
-**Help**   | Display this help page.
-
----
-
-### Items
+## Items
 
 **Mapped** 
 : Number of services mapped. 
index b3c92e69e71cb3bb6b61a40099a90bf26d5c5bbe..63ebd76caea1a78654958a5e9ad73f775d261e92 100644 (file)
@@ -1,26 +1,26 @@
-## Status - Stream
+# Status - Stream
+
+<tvh_include>inc/status_contents</tvh_include>
+
+---
+
+## Overview
 
 This tab shows information about all currently-open streams.
 
 This is a read-only tab; nothing is configurable.
 
-!['Status - Stream' Tab](static/img/doc/status_stream/tab.png)
+!['Status - Stream' Tab](static/img/doc/status/stream.png)
 
 ---
 
-### Menu Bar/Buttons
+## Buttons
 
-The following functions are available:
-
-Button        | Function
---------------|---------
-**Help**      | Display this help page.
+<tvh_include>inc/buttons</tvh_include>
 
 ---
 
-### Items
-
-The main grid items have the following functions:
+## Items
 
 **Sweep/Clean Icon !['Status - Stream' Tab](static/icons/clean.png)**
 : Clear all "Uncorrected Blocks", "BER", etc stats. 
@@ -64,4 +64,3 @@ the value here can sometimes be ambiguous.
 **Signal Strength**
 : The signal strength as reported by the device, note that not all devices 
 supply correct signal information, the value here can sometimes be ambiguous
-
index 0cdb4e8fe62be09a7560eb899ac92c2c9b1fbeb4..c3a37ecf0157a353c5b9c00d4d2a638c6d3e2e6d 100644 (file)
@@ -1,26 +1,26 @@
-## Status - Subscriptions
+# Status - Subscriptions
+
+<tvh_include>inc/status_contents</tvh_include>
+
+---
+
+## Overview
 
 This tab shows information about all active subscriptions to Tvheadend.
 
 This is a read-only tab; nothing is configurable.
 
-!['Status - Subscriptions' Tab](static/img/doc/status_subscriptions/tab.png)
+!['Status - Subscriptions' Tab](static/img/doc/status/subscriptions.png)
 
 ---
 
-### Menu Bar/Buttons
-
-The following functions are available:
+## Buttons
 
-Button     | Function
------------|---------
-**Help**   | Display this help page.
+<tvh_include>inc/buttons</tvh_include>
 
 ---
 
-#### Items
-
-The main grid items have the following functions:
+## Items
 
 **ID**
 : Subscription ID.
index c36876a346da221df98bbabf408af98e73c1eb7c..1de8d478919dbe83dcd9391c1e422f5dfe057a92 100644 (file)
@@ -21,14 +21,7 @@ Web Interface Guide
   - [Recording (Profiles/Timeshift)](class/dvrconfig)
   - [Conditional Access (CA)](class/caclient)
   - [Debugging](class/tvhlog_conf)
-
-  - Status
-
-    * [Stream](status_stream)
-    * [Subscriptions](status_subscriptions)
-    * [Connections](status_connections)
-    * [Server Mapper](status_service_mapper)
-    
+  - [Status](status_stream)
   - [About](webui_about)
 
 Appendices