Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: Clean up tv_adapters a little, add satip info.
Remove unnecessary links to other types (frontends, satconf)
from many of the device/satconf docs.

Give dvbtfrontendparams.png a trim.
  • Loading branch information
Mark Clarkstone authored and perexg committed May 11, 2016
1 parent 4880b5d commit 6058e16
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 60 deletions.
8 changes: 0 additions & 8 deletions docs/class/linuxdvb_frontend_dvbc.md
Expand Up @@ -5,14 +5,6 @@ parameters.

---

* Other Frontends
- [DVB-C](class/linuxdvb_frontend_dvbc)
- [ATSC-C](class/linuxdvb_frontend_atsc_c)
- [ISDB-C](class/linuxdvb_frontend_isdb_c)
* Back to [TV Adapters](tv_adapters)

---

###Buttons

The following buttons are available:
Expand Down
8 changes: 0 additions & 8 deletions docs/class/linuxdvb_frontend_dvbs.md
Expand Up @@ -5,14 +5,6 @@ parameters.

---

* Other Frontends
- [Master](class/linuxdvb_frontend_dvbs)
- [Master (ISDB-S)](class/linuxdvb_frontend_isdb_s)
- [Slave](class/linuxdvb_frontend_dvbs_slave)
* Back to [TV Adapters](tv_adapters)

---

###Buttons

The following buttons are available:
Expand Down
8 changes: 0 additions & 8 deletions docs/class/linuxdvb_frontend_dvbt.md
Expand Up @@ -5,14 +5,6 @@ parameters.

---

* Other Frontends
- [DVB-T/DVB-T2](class/linuxdvb_frontend_dvbt)
- [ATSC-T](class/linuxdvb_frontend_atsc_t)
- [ISDB-T](class/linuxdvb_frontend_isdb_t)
* Back to [TV Adapters](tv_adapters)

---

###Buttons

The following buttons are available:
Expand Down
17 changes: 0 additions & 17 deletions docs/class/linuxdvb_satconf.md
@@ -1,8 +1,6 @@
This panel tab lists all the available satellite (DVB-S/ISDB-S) configuration
parameters.

!['Example Configuration'](static/img/doc/dvbsatconf.png)

---

###Buttons
Expand All @@ -15,18 +13,3 @@ Button | Function
<tvh_include>inc/common_button_table_end</tvh_include>

---

* Satellite Configuration
- [Universal LNB](class/linuxdvb_satconf_lnbonly)
- [2 Port](class/linuxdvb_satconf_2port)
- [4 Port](class/linuxdvb_satconf_4port)
* Satellite Configuration (Advanced)
- [Advanced LNB](class/linuxdvb_satconf_advanced)
- [Unicable EN50494 (experimental)](class/linuxdvb_satconf_en50494)
- [DiseqC Rotor](class/linuxdvb_rotor)
- [DiSEqC Switch](class/linuxdvb_switch)
- [Rotor (GOTOX)](class/linuxdvb_rotor_gotox)
- [Rotor (USALS)](class/linuxdvb_rotor_usals)
* Back to [TV Adapters](tv_adapters)

---
40 changes: 21 additions & 19 deletions docs/markdown/tv_adapters.md
Expand Up @@ -21,28 +21,19 @@ Button | Function

The device tree lists the available frontends, LNB configuration and
so on related to your device(s) in sections. Clicking on these sections
will display all available parameters and various device information.
will display available parameters and device information.

!['TV Adapter params'](static/img/doc/tvadapterparams.png)

**Tip**: Remember to save your changes *before* switching panels.

---

##Device Configuration Options
###Device Configuration

You will generally see the following parameters for your device(s), however
there are device-specific parameters too, see
[Device-specific Parameters](#device-specific-parameters) for a full
list.
Click on an item to display more information.

<tvh_class_items>linuxdvb_frontend</tvh_class_items>

---

##Device-specific Parameters

###Satellite (DVB-S/ISDB-S)
####Satellite (DVB-S/ISDB-S)

* Frontend
- [Master](class/linuxdvb_frontend_dvbs)
Expand All @@ -60,20 +51,31 @@ list.
- [Rotor (GOTOX)](class/linuxdvb_rotor_gotox)
- [Rotor (USALS)](class/linuxdvb_rotor_usals)

---

###Terrestrial (DVB-T/ATSC-T/ISDB-T)
####Terrestrial (DVB-T/ATSC-T/ISDB-T)

* Frontend
- [DVB-T/DVB-T2](class/linuxdvb_frontend_dvbt)
- [ATSC-T](class/linuxdvb_frontend_atsc_t)
- [ISDB-T](class/linuxdvb_frontend_isdb_t)

---

###Cable (DVB-C/ATSC-C/ISDB-C)
####Cable (DVB-C/ATSC-C/ISDB-C)

* Frontend
- [DVB-C](class/linuxdvb_frontend_dvbc)
- [ATSC-C](class/linuxdvb_frontend_atsc_c)
- [ISDB-C](class/linuxdvb_frontend_isdb_c)

####SAT>IP (DVB-T/ATSC-T/ATSC-C/DVB-S)

* [Client](class/satip_client)

* Frontend
- [ATSC-T](class/satip_frontend_atsc_t)
- [ATSC-C](class/satip_frontend_atsc_c)
- [DVB-T](class/satip_frontend_dvbt)
- [DVB-S (Master)](class/satip_frontend_dvbs)
- [DVB-S (Slave)](class/satip_frontend_dvbs_slave)

* [Satellite Configuration](class/satip_satconf)

---
Binary file modified src/webui/static/img/doc/dvbtfrontendparams.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6058e16

Please sign in to comment.