Check-in [97fd6a532a]
Overview
Comment: | Split out pack: specifier into `bin` and separately for help/ pages. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
97fd6a532a5fefe8a4c64bd812f812da |
User & Date: | mario on 2015-04-03 17:33:38 |
Other Links: | manifest | tags |
Context
2015-04-03
| ||
17:35 | Got rid of static main.channel_names[] list. Instead now querying Gtk notebook_channels widget for current page name ordering. More plugin defaults added to ConfigDict.defaults(), as workaround for not preparsing inactive plugins on startup. check-in: 18b4da567f user: mario tags: trunk | |
17:33 | Split out pack: specifier into `bin` and separately for help/ pages. check-in: 97fd6a532a user: mario tags: trunk | |
17:32 | Compacter banner/logo base64, removed SVG variant. check-in: 1ed7d9a52b user: mario tags: trunk | |
Changes
Modified bin from [ce543eccb8] to [393485f2cc].
1 2 3 4 5 6 7 8 9 10 11 | #!/usr/bin/env python # api: cli # type: wrapper # title: streamtuner2 # # Invocation script for /usr/share/streamtuner2/streamtunertwo.py import sys sys.path.insert(0, "/usr/share/streamtuner2") import st2 st2.main() | > | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/usr/bin/env python # api: cli # type: wrapper # title: streamtuner2 # pack: bin=/usr/bin/streamtuner2 # # Invocation script for /usr/share/streamtuner2/streamtunertwo.py import sys sys.path.insert(0, "/usr/share/streamtuner2") import st2 st2.main() |
Modified help/index.page from [83ef1ebd5d] to [2cdc6966cb].
1 2 3 4 5 6 7 | <page xmlns="http://projectmallard.org/1.0/" type="guide" id="index"> <info> <credit type="author"><name>Mario Salzer</name></credit> <desc>Documentation overview</desc> | > > > > | 1 2 3 4 5 6 7 8 9 10 11 | <!-- # title: streamtuner2 mallard help pages # pack: *.page, img/* --> <page xmlns="http://projectmallard.org/1.0/" type="guide" id="index"> <info> <credit type="author"><name>Mario Salzer</name></credit> <desc>Documentation overview</desc> |
︙ | ︙ |