Check-in [c39a33b3da]
Overview
Comment: | Document fossil repo specific URLs (changelog/, cat/, trunk, version, zip/, tar/). |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c39a33b3da4835b839b469a81fb06c95 |
User & Date: | mario on 2015-04-04 01:50:57 |
Other Links: | manifest | tags |
Context
2015-04-04
| ||
06:03 | Convert shell _pack script into sectioned Makefile. check-in: b2a6fd9de3 user: mario tags: trunk | |
01:50 | Document fossil repo specific URLs (changelog/, cat/, trunk, version, zip/, tar/). check-in: c39a33b3da user: mario tags: trunk | |
01:50 | Use plain module_list() for config_dialog.add_plugins() instead of traversing main.channels and main.features separately. Uses module= lookup with hardwired "channels." and ".py" retrieval. check-in: 9ed03bc901 user: mario tags: trunk | |
Changes
Modified PACKAGERS from [aedd6e0017] to [1eeac62a7c].
︙ | |||
120 121 122 123 124 125 126 | 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | - - + + + + + - + + + + + + + + - + + + + + + - + | in the source modules were always meant for.) Simplifies DEB and RPM packaging, as well as PYZ generation. (They're all workable, but decidedly rather crude packages. So yes, proper distro packages are very much still needed.) |
Modified README from [042864d151] to [2bc93d2bc5].
1 | 1 2 3 4 5 6 7 8 9 | - + |
|
︙ | |||
88 89 90 91 92 93 94 | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | - + | Hacking ------- If you want to edit a channel plugin, just have a look into the channels/*.py files. It's often rather easy to adapt things. |
︙ | |||
116 117 118 119 120 121 122 | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | - + - + - + | Alternatively there are git and svn exports. fossil export --svn http://fossil.include-once.org/streamtuner2/git-fast-export You can send in patches, a fossil bundle, or set up your cloned |