Check-in [2ac7d822d9]
Overview
Comment: | Link separate pages in feature plugin list. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2ac7d822d9e7468974faf1f17975b464 |
User & Date: | mario on 2015-05-27 21:42:15 |
Other Links: | manifest | tags |
Context
2015-06-01
| ||
21:43 | Add missing pages to HTML manual version. check-in: 9d10307ec9 user: mario tags: trunk | |
2015-05-27
| ||
21:42 | Link separate pages in feature plugin list. check-in: 2ac7d822d9 user: mario tags: trunk | |
16:02 | Remove some "topic" links, as the Mallard breadcrumbs became overbearing. check-in: aab52a4d0d user: mario tags: trunk | |
Changes
Modified help/contrib_features.page from [840a039b02] to [cfccc790ac].
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + - + - - + + | <p>Some channels provide lower-quality audio streams. In particular Xiph lists some awful radio stations. And this plugin helps filtering those out of station lists.</p> <list> <item><p>MP3 streams often start to sound okay at 96kbit/s.</p></item> <item><p>Whereas OGG Vorbis or AAC are sometimes acceptable at 64kbit/s already.</p></item> </list> |
︙ | |||
67 68 69 70 71 72 73 74 75 | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | + + + + + + + + + + + + + - + - - + + - - - + + + + + + | <p>This plugin merely masks Streamtuner2 as an ordinary web browser when retrieving station lists.</p> <list> <item><p> It's technically unneeded, as ST2 isn't stressful to directory websites and not blocked anywhere. </p></item> <item><p>It's only useful as additional privacy feature really, but shouldn't be used habitually. </p></item> </list> </section> <section> <title>Other feature plugins</title> <list> <item><p><link xref="dragndrop">Drag and Drop</link></p></item> <item><p><link xref="favicon">Favicons</link></p></item> <item><p><link xref="global_key">Global key shortcut</link></p></item> <item><p><link xref="timer">Timer</link></p></item> </list> <p>The "<link xref="search">search</link>", "<link xref="configuration">configwin</link>" and "<link xref="edit">streamedit</link>" plugins are considered built-ins and cannot be disabled.</p> </section> |
Modified help/technical.page from [6056a4e67a] to [14dbf267ca].
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + - - + + + | <section id="dependecies"> <terms> <title>Dependencies</title> <item><p><link action="install:python">Python 2.7 or 3.x</link></p></item> <item><p><link action="install:python-gtk2">PyGtk or PyGI</link></p></item> <item><p>Gtk2 or Gtk3</p></item> <item><p><link action="install:python-requests">Requests/urllib3</link></p></item> <item><p><link action="install:python-imaging">PIL/Pillow</link></p></item> </terms> <terms> <title>Soft dependencies</title> <item><p><link action="install:python-lxml">Python-LXML</link></p></item> <item><p><link action="install:python-pyquery">Python-PyQuery</link></p></item> |
︙ | |||
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | + + + + - + - + | <title><file>~/.config/streamtuner2/cache/***.json</file></title> <p>JSON files for stream lists in each channel.</p> </item> <item> <title><file>~/.config/streamtuner2/icons/*.png</file></title> <p>Holds downloaded favicons for station homepages.</p> </item> <item> <title><file>~/.config/streamtuner2/plugins/*.py</file></title> <p>Contain downloaded contrib/ plugins.</p> </item> </terms> </section> <section id="install_dirs"> <title>Installation spread</title> <terms> <item> <title><file>/usr/bin/streamtuner2</file></title> |