Changeset 322
- Timestamp:
- 02/01/07 10:04:56 (2 years ago)
- Files:
-
- trunk/hotstuff/ChangeLog (modified) (2 diffs)
- trunk/hotstuff/Makefile (modified) (2 diffs)
- trunk/hotstuff/debian/control (modified) (2 diffs)
- trunk/hotstuff/debian/docs (modified) (1 diff)
- trunk/hotstuff/debian/hotstuff-common.postinst (modified) (1 diff)
- trunk/hotstuff/debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/hotstuff/ChangeLog
r274 r322 1 2006-01-13 14:40 josef 2 3 * TODO, admin/.cvsignore: - addition of previously local-only TODO 4 file - shutting up the darn CVS 5 6 2006-01-09 18:51 josef 1 2007-02-01 08:41 josef 2 3 * Makefile, installation.txt, man/hotstuff-siteadmin.1, 4 src/hotstuff-siteadmin: - manual page for hotstuff-siteadmin 5 - simplify installation instructions a bit - who needs manual SQL 6 editing anyway? 7 8 [commit from josef@nada] 9 10 2007-02-01 07:56 josef 11 12 * .cvsignore, AUTHORS, INSTALL, Makefile, NEWS, README, TODO, 13 admin/.cvsignore, debian/.cvsignore, debian/changelog, 14 debian/control, debian/hotstuff-common.templates, 15 debian/postinst, debian/rules, dxs, dxs/ChangeLog.old, 16 dxs/DXS.pm, dxs/NEWS.old, dxs/README.dxs, dxs/TODO, 17 dxs/TODO.plus, dxs/cdxs.pl, dxs/hotstuff-dxs, hotstuff-osd.xml, 18 hotstuff.sql, hotstuffadmin.sql, installation.txt, 19 man/dxsclient.1, man/ghnsmetatemplate.1, schemas, 20 schemas/hotstuff-osd.xml, schemas/hotstuff.sql, 21 schemas/hotstuffadmin.sql, scripts, scripts/dxsclient, 22 scripts/ghnsmetatemplate: - integration of DXS into hotstuff 23 - vastly extended installation instructions and general 24 information 25 - some updates to the debian packaging 26 - some preparation for version 0.9.1 27 - manual page for ghnsmetatemplate 28 - improved makefile, always taking into account the $(DESTDIR) 29 - removal of obsolete .cvsignore files 30 31 [commit from josef@nada] 32 33 2006-09-16 15:28 josef 34 35 * hotstuff.sql, src/allproviders.xml: - category meta information 36 for Hotstuff databases 37 - providers listing fixed for wallpapers 38 39 2006-04-03 13:05 josef 40 41 * hotstuff.sql, src/hotstuff-scan, src/htconf-dist, 42 src/stuff.xml.php: - documentation for the SQL schema, and a 43 security table 44 - some minor fixes 45 46 2006-03-27 16:33 josef 47 48 * src/htconf-dist: - $baseurl argument for stuff.xml generation 49 50 2006-03-27 15:20 josef 51 52 * src/hotstuff-siteadmin: - compatibility with older psql variants 53 54 2006-03-27 09:37 josef 55 56 * src/hotstuff-scan, src/hotstuff-siteadmin: - new script 57 hotstuff-siteadmin to create GHNS repos quickly 58 - honour new 'changes' field in meta data 59 60 2006-01-13 13:57 josef 61 62 * AUTHORS, COPYING, ChangeLog, README: - preparing release 0.9 63 64 2006-01-13 13:46 josef 65 66 * docs, docs-src: - removal of all documentation, part of it are 67 not hotstuff-specific anyway 68 - they will be readded in other places if necessary 69 70 2006-01-13 13:40 josef 71 72 * TODO, admin, admin/.cvsignore: - addition of previously 73 local-only TODO file 74 - shutting up the darn CVS 75 76 2006-01-09 17:51 josef 7 77 8 78 * installation.txt: - weirdly enhanced install guide - needs real 9 79 cleanup! 10 80 11 2006-01-09 1 8:50 josef81 2006-01-09 17:50 josef 12 82 13 83 * src/hotstuff-scan: - quote contents arguments properly when 14 inserting new entries - do not delete foo.xml file when importing 15 from this file - even when not fetching entries, modify names to 16 refer to local ones [TODO: implement real caching scheme] 17 18 2006-01-09 18:35 josef 84 inserting new entries 85 - do not delete foo.xml file when importing from this file 86 - even when not fetching entries, modify names to refer to local 87 ones 88 [TODO: implement real caching scheme] 89 90 2006-01-09 17:35 josef 19 91 20 92 * hotstuff.sql: - addition of email attribute (forgot to add it 21 93 earlier) 22 94 23 2006-01-02 17:22 josef 24 25 * src/allproviders.xml: - addition of SuperKaramba - fix for amaroK 26 27 2005-12-19 09:49 josef 95 2006-01-02 16:22 josef 96 97 * src/allproviders.xml: - addition of SuperKaramba 98 - fix for amaroK 99 100 2005-12-19 08:49 josef 28 101 29 102 * hotstuff.sql, man/hotstuff-stuff.1, src/README.files, … … 33 106 src/providers.xml.php, src/providers.xml.select, 34 107 src/stuff.xml.php: - introduction of compatibility switch for 35 incoming/outgoing/both formats - moving all sample files and36 scripts to new ghns format - support for different feeds in37 hotstuff-stuff38 39 2005-12-12 1 3:09 josef108 incoming/outgoing/both formats 109 - moving all sample files and scripts to new ghns format 110 - support for different feeds in hotstuff-stuff 111 112 2005-12-12 12:09 josef 40 113 41 114 * src/hotstuff.conf-dist: - syncing parameters with installed 42 115 version 43 116 44 2005-12-12 13:03 josef 45 46 * src/: README.files, allproviders.xml, htaccess-dist, 47 stuff.xml.php: - fixing stuff.xml.php to work with new database 48 format - addition of .htaccess suggestion and a documented list 49 of all files 50 51 2005-11-02 21:30 josef 52 53 * src/: hotstuff-downloads, hotstuff-http, hotstuff.conf-dist: - 54 converting all script to use /etc/hotstuff.conf 55 56 2005-11-02 21:09 josef 57 58 * Makefile, debian/control: - install additional manpages - let 59 hotstuff-scripts depend on SVN (for hotstuff-versioning) 60 61 2005-11-02 21:06 josef 62 63 * man/: hotstuff-downloads.1, hotstuff-dxs.1, hotstuff-http.1, 64 hotstuff-scan.1, hotstuff-search.1, hotstuff-stuff.1, 65 hotstuff-versioning.1: - more dummy manpages 66 67 2005-11-02 20:27 josef 68 69 * debian/: hotstuff-common.config, hotstuff-common.postinst, 70 hotstuff-common.templates: - more usable postinst/debconf script 117 2005-12-12 12:03 josef 118 119 * src/README.files, src/allproviders.xml, src/htaccess-dist, 120 src/stuff.xml.php: - fixing stuff.xml.php to work with new 121 database format 122 - addition of .htaccess suggestion and a documented list of all 123 files 124 125 2005-11-02 20:30 josef 126 127 * src/hotstuff-downloads, src/hotstuff-http, 128 src/hotstuff.conf-dist: - converting all script to use 129 /etc/hotstuff.conf 130 131 2005-11-02 20:09 josef 132 133 * Makefile, debian/control: - install additional manpages 134 - let hotstuff-scripts depend on SVN (for hotstuff-versioning) 135 136 2005-11-02 20:06 josef 137 138 * man/hotstuff-downloads.1, man/hotstuff-dxs.1, 139 man/hotstuff-http.1, man/hotstuff-scan.1, man/hotstuff-search.1, 140 man/hotstuff-stuff.1, man/hotstuff-versioning.1: - more dummy 141 manpages 142 143 2005-11-02 19:27 josef 144 145 * debian/hotstuff-common.config, debian/hotstuff-common.postinst, 146 debian/hotstuff-common.templates: - more usable postinst/debconf 147 script 71 148 - hide password during input 72 149 73 2005-11-02 19:25 josef 74 75 * debian/: hotstuff-common.conffiles, hotstuff-common.postinst, 76 postinst, rules: - remove conffiles stuff (not maintained by us) 150 2005-11-02 18:25 josef 151 152 * debian/hotstuff-common.conffiles, 153 debian/hotstuff-common.postinst, debian/postinst, debian/rules: - 154 remove conffiles stuff (not maintained by us) 77 155 - add postinst file for hotstuff-common to invoke debconf 78 156 79 2005-11-02 1 9:19 josef80 81 * . cvsignore, debian/.cvsignore: - shutting up CVS82 83 2005-11-02 1 9:17 josef84 85 * Makefile, debian/control, debian/postinst, debian/rules, 157 2005-11-02 18:19 josef 158 159 * ., .cvsignore, debian, debian/.cvsignore: - shutting up CVS 160 161 2005-11-02 18:17 josef 162 163 * Makefile, debian/control, debian/postinst, debian/rules, man, 86 164 man/hotstuff-dxs.1, man/hotstuff-scan.1: - some dummy manpages 87 for some of the scripts - installation of the manpages - 88 squashing more packaging bugs, thanks to lintian 89 90 2005-11-02 19:10 josef 91 92 * src/: hotstuff-downloads, hotstuff-downloads.pl, hotstuff-http, 93 hotstuff-http.pl, hotstuff-scan, hotstuff-scan.pl, 94 hotstuff-search, hotstuff-search.pl, hotstuff-stuff, 95 hotstuff-stuff.pl, hotstuff-versioning, hotstuff-versioning.pl: - 96 remove .pl suffixes from all hotstuff scripts 97 98 2005-11-02 18:52 josef 165 for some of the scripts 166 - installation of the manpages 167 - squashing more packaging bugs, thanks to lintian 168 169 2005-11-02 18:10 josef 170 171 * src/hotstuff-downloads, src/hotstuff-downloads.pl, 172 src/hotstuff-http, src/hotstuff-http.pl, src/hotstuff-scan, 173 src/hotstuff-scan.pl, src/hotstuff-search, 174 src/hotstuff-search.pl, src/hotstuff-stuff, 175 src/hotstuff-stuff.pl, src/hotstuff-versioning, 176 src/hotstuff-versioning.pl: - remove .pl suffixes from all 177 hotstuff scripts 178 179 2005-11-02 17:52 josef 99 180 100 181 * Makefile, debian/conffiles, debian/hotstuff-common.conffiles: - 101 182 fix conffile location and general installation 102 183 103 2005-11-02 1 8:45 josef184 2005-11-02 17:45 josef 104 185 105 186 * Makefile, admin/index.php, debian/rules, src/hotstuff-scan.pl: - 106 new: makefile for easier installation - use makefile to create 107 per-package installations - bump version of hotstuff-scan - 108 require .htconf file with leading dot in admin interface 109 110 2005-11-02 18:35 josef 111 112 * debian/: config, hotstuff-common.config, templates, 113 hotstuff-common.templates: - renaming these files so only 114 hotstuff-common uses them 115 116 2005-11-02 18:25 josef 117 118 * debian/: config, control, templates: - first debconf integration 119 stuff 120 121 2005-11-01 19:13 josef 122 123 * debian/: README.Debian, changelog, compat, conffiles, control, 124 copyright, cron.d, docs, hotstuff.7, postinst, rules, watch: - 125 debianisation as of 30.09.2005 (might not yet be finished) 126 127 2005-09-01 22:07 josef 128 129 * admin/: approvals.inc, approvals_general.inc, approvals_list.inc, 130 categories.inc, categories_edit.inc, categories_general.inc, 131 categories_noedit.inc, categories_select.inc, footer.inc, 132 general.inc, header.inc, help.inc, htconf-dist, index.php, 133 licences.inc, licences_edit.inc, licences_general.inc, 134 licences_noedit.inc, licences_select.inc, notice_error.inc, 135 notice_success.inc, translations.inc, translations_general.inc, 136 users.inc, users_edit.inc, users_general.inc, users_noedit.inc, 137 users_select.inc, images/content.gif, images/contenterror.gif, 138 images/contentsuccess.gif, images/footer.gif, 139 images/footererror.gif, images/footersuccess.gif, 140 images/header.gif, images/headererror.gif, 141 images/headersuccess.gif, images/logo.gif, images/menufooter.gif, 142 images/menuheader.gif, images/menulink.gif, 143 images/rightcontent.gif, images/rightfooter.gif, 144 images/rightheader.gif, images/style.css: - new administrative 145 interface for Hotstuff, currently called Hotstuff Admin - manages 146 users, categories, licences - item approvals and translation 147 settings - although translations are now be done by all users 148 149 2005-09-01 15:48 josef 150 151 * hotstuff.sql: - manage categories via hotstuff now - unless users 152 can auto-create categories 153 154 2005-09-01 00:22 josef 187 new: makefile for easier installation 188 - use makefile to create per-package installations 189 - bump version of hotstuff-scan 190 - require .htconf file with leading dot in admin interface 191 192 2005-11-02 17:35 josef 193 194 * debian/config, debian/hotstuff-common.config, 195 debian/hotstuff-common.templates, debian/templates: - renaming 196 these files so only hotstuff-common uses them 197 198 2005-11-02 17:25 josef 199 200 * debian/config, debian/control, debian/templates: - first debconf 201 integration stuff 202 203 2005-11-01 18:13 josef 204 205 * debian, debian/README.Debian, debian/changelog, debian/compat, 206 debian/conffiles, debian/control, debian/copyright, 207 debian/cron.d, debian/docs, debian/hotstuff.7, debian/postinst, 208 debian/rules, debian/watch: - debianisation as of 30.09.2005 209 (might not yet be finished) 210 211 2005-09-01 20:07 josef 212 213 * admin, admin/approvals.inc, admin/approvals_general.inc, 214 admin/approvals_list.inc, admin/categories.inc, 215 admin/categories_edit.inc, admin/categories_general.inc, 216 admin/categories_noedit.inc, admin/categories_select.inc, 217 admin/footer.inc, admin/general.inc, admin/header.inc, 218 admin/help.inc, admin/htconf-dist, admin/images, 219 admin/images/content.gif, admin/images/contenterror.gif, 220 admin/images/contentsuccess.gif, admin/images/footer.gif, 221 admin/images/footererror.gif, admin/images/footersuccess.gif, 222 admin/images/header.gif, admin/images/headererror.gif, 223 admin/images/headersuccess.gif, admin/images/logo.gif, 224 admin/images/menufooter.gif, admin/images/menuheader.gif, 225 admin/images/menulink.gif, admin/images/rightcontent.gif, 226 admin/images/rightfooter.gif, admin/images/rightheader.gif, 227 admin/images/style.css, admin/index.php, admin/licences.inc, 228 admin/licences_edit.inc, admin/licences_general.inc, 229 admin/licences_noedit.inc, admin/licences_select.inc, 230 admin/notice_error.inc, admin/notice_success.inc, 231 admin/translations.inc, admin/translations_general.inc, 232 admin/users.inc, admin/users_edit.inc, admin/users_general.inc, 233 admin/users_noedit.inc, admin/users_select.inc: - new 234 administrative interface for Hotstuff, currently called Hotstuff 235 Admin 236 - manages users, categories, licences 237 - item approvals and translation settings 238 - although translations are now be done by all users 239 240 2005-09-01 13:48 josef 241 242 * hotstuff.sql: - manage categories via hotstuff now 243 - unless users can auto-create categories 244 245 2005-08-31 22:22 josef 155 246 156 247 * hotstuff.sql: - policies table (somehow replacing configuration 157 248 file) 158 249 159 2005-08-31 1 8:13 josef250 2005-08-31 16:13 josef 160 251 161 252 * src/hotstuff-stuff.pl: - more or less complete feed generation 162 253 163 2005-08-31 1 7:59 josef254 2005-08-31 15:59 josef 164 255 165 256 * hotstuff.sql: - licences are now handled by hotstuff as well 166 257 167 2005-08-31 1 7:39 josef258 2005-08-31 15:39 josef 168 259 169 260 * hotstuff.sql: - authors will now be managed by hotstuff too 170 261 171 2005-08-31 1 7:34 josef262 2005-08-31 15:34 josef 172 263 173 264 * src/hotstuff-stuff.pl: - beginnings for a GHNS feed generator 174 265 written in Perl 175 266 176 2005-08-29 2 2:57 josef267 2005-08-29 20:57 josef 177 268 178 269 * installation.txt: - small changes: fix PERL5LIB path and add 179 270 thttpd stuff 180 271 181 2005-08-29 21:18 josef272 2005-08-29 19:18 josef 182 273 183 274 * hotstuff.sql: - new table to keep track of revisions using 184 275 hotstuff-versioning.pl 185 276 186 2005-08-29 21:18 josef277 2005-08-29 19:18 josef 187 278 188 279 * src/hotstuff-versioning.pl: - extended versioning support: 189 280 keeping track in the database 190 281 191 2005-08-29 20:20 josef282 2005-08-29 18:20 josef 192 283 193 284 * src/hotstuff-versioning.pl: - basic versioning support for 194 285 hotstuff entries 195 286 196 2005-08-29 1 9:58 josef287 2005-08-29 17:58 josef 197 288 198 289 * installation.txt: - new installation instructions 199 290 200 2005-08-29 1 9:50 josef291 2005-08-29 17:50 josef 201 292 202 293 * src/hotstuff-scan.pl: - several small fixes to prepare versioning 203 support - fail more user-friendly if config file not present or 204 malformed - warn if argument to scan doesn't exist or cannot be 205 read - append default language to entries which do not have them 206 yet 207 208 2005-07-23 11:34 josef 294 support 295 - fail more user-friendly if config file not present or malformed 296 - warn if argument to scan doesn't exist or cannot be read 297 - append default language to entries which do not have them yet 298 299 2005-07-23 09:49 josef 300 301 * docs/hotstuff.png, docs/hotstuff.svg: - preliminary logo 302 303 2005-07-23 09:34 josef 209 304 210 305 * hotstuff-osd.xml, src/hotstuff-search.pl: - OpenSearch 211 306 description file and simple content-based implementation 212 307 213 2005-07-19 1 7:06 josef308 2005-07-19 15:06 josef 214 309 215 310 * hotstuff.sql: - forgotten (new) comments table 216 311 217 2005-07-18 21:22 josef312 2005-07-18 19:22 josef 218 313 219 314 * src/hotstuff-scan.pl: - proper argument quoting 220 315 221 2005-07-18 20:14 josef316 2005-07-18 18:14 josef 222 317 223 318 * hotstuff.sql: - provide more space for description/URL/name 224 319 translations 225 320 226 2005-07-09 0 9:36 josef321 2005-07-09 07:36 josef 227 322 228 323 * THOUGHTS, database.txt: - more documentation 229 324 230 2005-07-09 0 9:26 josef325 2005-07-09 07:26 josef 231 326 232 327 * INSTALL, hotstuff.sql: - installation instructions 233 328 234 2005-07-09 0 9:20 josef329 2005-07-09 07:20 josef 235 330 236 331 * src/hotstuff.conf-dist: - example log file 237 332 238 2005-07-09 0 9:19 josef333 2005-07-09 07:19 josef 239 334 240 335 * src/hotstuff-scan.pl: - new backend script, conformance aim to 241 336 ghns.freedesktop.org 242 337 243 2005-07-08 21:46 josef338 2005-07-08 19:46 josef 244 339 245 340 * README, hotstuff.sql, hotstuffadmin.sql, src/allproviders.xml: - 246 341 new database schema, influenced by ghns.freedesktop.org 247 342 248 2005-06-17 1 9:15 josef343 2005-06-17 17:15 josef 249 344 250 345 * src/providers.xml.select: - selection base 251 346 252 2005-06-17 1 9:15 josef347 2005-06-17 17:15 josef 253 348 254 349 * src/providers.xml.php: - fix script for newer PHP variants 255 350 256 2005-04- 10 00:14 josef351 2005-04-09 22:14 josef 257 352 258 353 * src/providers.xml.php: - dynamic load-balancing of upload and 259 354 download providers 260 355 261 2005-04-09 2 3:34 josef356 2005-04-09 21:34 josef 262 357 263 358 * src/hotstuff-http.pl: - merging HTTP upload queue into FTP upload 264 359 queue with hotstuff-http.pl 265 360 266 2005-03-08 1 3:27 josef361 2005-03-08 12:27 josef 267 362 268 363 * src/allproviders.xml: - fix korganizer icon path 269 364 270 2005-03-08 1 3:13 josef365 2005-03-08 12:13 josef 271 366 272 367 * src/allproviders.xml: - global repository overview 273 368 274 2005-03-08 1 1:36 josef369 2005-03-08 10:36 josef 275 370 276 371 * src/stuff.xml.php: - don't display replaced entries in the 277 372 database 278 373 279 2005-03-08 1 1:17 josef374 2005-03-08 10:17 josef 280 375 281 376 * src/hotstuff-scan.pl: - fix upgrades: invalidate older entries 282 377 283 2005-03-08 10:12 josef378 2005-03-08 09:12 josef 284 379 285 380 * hotstuff.sql: - SQL schema for the history 286 381 287 2004-10-24 12:13 josef 382 2004-11-10 14:46 josef 383 384 * docs/overview.pdf: - permanent overview docs 385 386 2004-11-10 14:46 josef 387 388 * docs-src/overview.php: - updated overview docs 389 390 2004-11-10 14:34 josef 391 392 * docs/admin.pdf: - permanent admin docs 393 394 2004-11-10 14:33 josef 395 396 * docs-src/admin.php: - revision of administrator documentation 397 398 2004-11-10 14:20 josef 399 400 * docs/clients.pdf: - make client documentation permanent 401 402 2004-11-10 14:20 josef 403 404 * docs-src/clients.php, docs-src/ghns.png, docs-src/kde-isa.png, 405 docs-src/knewstuff.png, docs-src/sdlnewstuff.png: - new 406 documentation for client integration 407 408 2004-11-10 13:33 josef 409 410 * docs-src/gear.png: - fix graphics file (transparency not allowed) 411 412 2004-11-10 13:29 josef 413 414 * docs-src/gear.png: - always forgot to commit 415 416 2004-10-24 10:13 josef 288 417 289 418 * src/stuff.xml.php: - update 290 419 291 2004-10-24 1 2:10 josef420 2004-10-24 10:10 josef 292 421 293 422 * src/hotstuff-scan.pl: - make sure db arguments are quoted 294 423 295 2004-05-28 2 3:44 josef424 2004-05-28 21:44 josef 296 425 297 426 * src/stuff.xml.php: - 'type' is an attribute, not a child tag! 298 427 299 2004-05-24 1 5:19 josef428 2004-05-24 13:19 josef 300 429 301 430 * hotstuffadmin.sql: - new SQL tables needed for administrator web 302 431 frontend 303 432 304 2004-05-20 02:11 josef 305 306 * src/: hotstuff-downloads.pl, hotstuff-scan.pl, 307 providers.xml-dist: - new script to evaluate number of downloads 308 (hotstuff-downloads.pl) - example providers.xml file - 309 hotstuff-scan.xml: create directory if missing (should be 433 2004-05-20 00:12 josef 434 435 * docs-src/admin.php: - some smaller docs updates due to local test 436 installation findings 437 438 2004-05-20 00:11 josef 439 440 * src/hotstuff-downloads.pl, src/hotstuff-scan.pl, 441 src/providers.xml-dist: - new script to evaluate number of 442 downloads (hotstuff-downloads.pl) 443 - example providers.xml file 444 - hotstuff-scan.xml: create directory if missing (should be 310 445 configurable) 311 446 312 2004-05-12 2 3:25 josef313 314 * src/ : htconf-dist,stuff.xml.php: - scripts for dynamic447 2004-05-12 21:25 josef 448 449 * src/htconf-dist, src/stuff.xml.php: - scripts for dynamic 315 450 generation of entry list 316 451 317 2004-05-12 22:16 josef 318 319 * README, THOUGHTS, hotstuff.sql, src/hotstuff-scan.pl: - Hotstuff 320 import 321 322 2004-05-12 22:16 josef 323 324 * README, THOUGHTS, hotstuff.sql, src/hotstuff-scan.pl: Initial 452 2004-05-12 20:14 josef 453 454 * trunk/cvsfilter, trunk/cvsfilter/README, 455 trunk/cvsfilter/cvsfilter.pl, trunk/cvsfilter/cvsfilter.sh, 456 trunk/cvsfilter/cvsfilter.sql, ., README, THOUGHTS, docs, 457 docs-src, docs-src/admin.php, docs-src/ghns.png, 458 docs-src/kde-isa.png, docs-src/kstuff-extended-ghns.kpr, 459 docs-src/kstuff-extended.kpr, docs-src/overview.php, 460 docs-src/radio.php, docs/admin.pdf, docs/overview.pdf, 461 docs/radio.pdf, hotstuff.sql, src, src/hotstuff-scan.pl, 462 trunk/kstuff, trunk/kstuff/.htaccess, trunk/kstuff/bottom.inc, 463 trunk/kstuff/cr64-action-knewstuff.png, trunk/kstuff/cvsfilter, 464 trunk/kstuff/cvsfilter.php, trunk/kstuff/cvsfilter/add.inc, 465 trunk/kstuff/cvsfilter/changes.inc, 466 trunk/kstuff/cvsfilter/conf.inc, 467 trunk/kstuff/cvsfilter/conf.inc.de, 468 trunk/kstuff/cvsfilter/detail.inc, 469 trunk/kstuff/cvsfilter/func.my.inc, 470 trunk/kstuff/cvsfilter/help.inc, 471 trunk/kstuff/cvsfilter/help.inc.de, 472 trunk/kstuff/cvsfilter/htconf-dist, 473 trunk/kstuff/cvsfilter/index.php, 474 trunk/kstuff/cvsfilter/list.inc, 475 trunk/kstuff/cvsfilter/login.inc, 476 trunk/kstuff/cvsfilter/login.inc.de, 477 trunk/kstuff/cvsfilter/logout.inc, trunk/kstuff/cvsfilter/my.inc, 478 trunk/kstuff/cvsfilter/my.inc.de, trunk/kstuff/demo.php, 479 trunk/kstuff/docs, trunk/kstuff/docs/apidocs, 480 trunk/kstuff/docs/apidocs/placeholder, 481 trunk/kstuff/docs/changes.php, trunk/kstuff/docs/changes.rss, 482 trunk/kstuff/docs/download, trunk/kstuff/docs/download/admin.pdf, 483 trunk/kstuff/docs/download/overview.pdf, 484 trunk/kstuff/docs/download/radio.pdf, 485 trunk/kstuff/docs/index.php, trunk/kstuff/docs/main.php, 486 trunk/kstuff/docs/rss.png, trunk/kstuff/hotstuff, 487 trunk/kstuff/hotstuff.php, trunk/kstuff/hotstuff/.cvsignore, 488 trunk/kstuff/hotstuff/admin, 489 trunk/kstuff/hotstuff/admin/.cvsignore, 490 trunk/kstuff/hotstuff/admin/htconf-dist, 491 trunk/kstuff/hotstuff/admin/index.php, 492 trunk/kstuff/hotstuff/admin/main.php, 493 trunk/kstuff/hotstuff/cr32-action-knewstuff.png, 494 trunk/kstuff/hotstuff/directory, 495 trunk/kstuff/hotstuff/directory/placeholder, 496 trunk/kstuff/hotstuff/htconf-dist, 497 trunk/kstuff/hotstuff/index.php, trunk/kstuff/hotstuff/main.php, 498 trunk/kstuff/hotstuff/nopreview.png, 499 trunk/kstuff/hotstuff/rating.png, trunk/kstuff/i18n, 500 trunk/kstuff/i18n.php, trunk/kstuff/i18n/index.php, 501 trunk/kstuff/i18n/main.php, trunk/kstuff/index.php, 502 trunk/kstuff/kstuff-banner.png, trunk/kstuff/main.php, 503 trunk/kstuff/radio, trunk/kstuff/radio.php, 504 trunk/kstuff/radio/index.php, trunk/kstuff/radio/main.php, 505 trunk/kstuff/source, trunk/kstuff/source/download, 506 trunk/kstuff/source/download/placeholder, 507 trunk/kstuff/source/index.php, trunk/kstuff/source/main.php, 508 trunk/kstuff/stats.php, trunk/kstuff/top.inc, 509 trunk/kstuff/valid-css, trunk/kstuff/valid-css.png, 510 trunk/kstuff/valid-xhtml10.png, trunk/scripts, 511 trunk/scripts/README, trunk/scripts/kstuff.sh, 512 trunk/scripts/sloc.sh, trunk/scripts/start.sh, trunk/silly-i18n, 513 trunk/silly-i18n/README, trunk/silly-i18n/generate-pkgs.sh, 514 trunk/silly-i18n/kde-i18n-de-silly, 515 trunk/silly-i18n/kde-i18n-de-silly/Makefile, 516 trunk/silly-i18n/kde-i18n-de-silly/Makefile.head, 517 trunk/silly-i18n/kde-i18n-de-silly/Makefile.silly-i18n, 518 trunk/silly-i18n/kde-i18n-de-silly/Makefile.stable, 519 trunk/silly-i18n/kde-i18n-de-silly/README, 520 trunk/silly-i18n/kde-i18n-de-silly/debian, 521 trunk/silly-i18n/kde-i18n-de-silly/debian/changelog, 522 trunk/silly-i18n/kde-i18n-de-silly/debian/control, 523 trunk/silly-i18n/kde-i18n-de-silly/debian/copyright, 524 trunk/silly-i18n/kde-i18n-de-silly/debian/files, 525 trunk/silly-i18n/kde-i18n-de-silly/debian/rules, 526 trunk/silly-i18n/kde-i18n-de-silly/kde-i18n-de-silly.spec, 527 trunk/silly-i18n/kde-i18n-de-silly/l10n, 528 trunk/silly-i18n/kde-i18n-de-silly/l10n/de_BN.charset, 529 trunk/silly-i18n/kde-i18n-de-silly/l10n/de_BN.entry.desktop, 530 trunk/silly-i18n/kde-i18n-de-silly/l10n/de_BN.flag.png, 531 trunk/silly-i18n/kde-i18n-de-silly/l10n/de_SB.charset, 532 trunk/silly-i18n/kde-i18n-de-silly/l10n/de_SB.entry.desktop, 533 trunk/silly-i18n/kde-i18n-de-silly/l10n/de_SB.flag.png, 534 trunk/silly-i18n/kde-i18n-de-silly/l10n/de_SN.charset, 535 trunk/silly-i18n/kde-i18n-de-silly/l10n/de_SN.entry.desktop, 536 trunk/silly-i18n/kde-i18n-de-silly/l10n/de_SN.flag.png, 537 trunk/silly-i18n/kde-i18n-de-silly/l10n/locale.entry.desktop, 538 trunk/silly-i18n/kde-i18n-de-silly/scripts, 539 trunk/silly-i18n/kde-i18n-de-silly/scripts/berlin, 540 trunk/silly-i18n/kde-i18n-de-silly/scripts/berlin/berlinifyer.pl, 541 trunk/silly-i18n/kde-i18n-de-silly/scripts/kde-do-it-all.sh, 542 trunk/silly-i18n/kde-i18n-de-silly/scripts/merge.pl, 543 trunk/silly-i18n/kde-i18n-de-silly/scripts/no-accel.pl, 544 trunk/silly-i18n/kde-i18n-de-silly/scripts/saxon, 545 trunk/silly-i18n/kde-i18n-de-silly/scripts/saxon/GermanGrammar.py, 546 trunk/silly-i18n/kde-i18n-de-silly/scripts/saxon/Saxophone.py, 547 trunk/silly-i18n/kde-i18n-de-silly/scripts/schwob, 548 trunk/silly-i18n/kde-i18n-de-silly/scripts/schwob/webschwob.lex, 549 trunk/silly-i18n/kde-i18n-de-silly/scripts/trans.sh, 550 trunk/silly-i18n/kde-i18n-de-silly/scripts/translate.sh: Initial 325 551 revision 326 552 trunk/hotstuff/Makefile
r320 r322 17 17 $(MAKE) install-dxs 18 18 $(MAKE) install-admin 19 $(MAKE) install-doc19 #$(MAKE) install-doc 20 20 21 21 install-common: … … 63 63 cp -r admin/images/*.* $(dwebprefix)/hotstuff-admin/images 64 64 65 install-doc:66 mkdir -p $(dprefix)/share/doc/hotstuff67 cp database.txt $(dprefix)/share/doc/hotstuff65 #install-doc: 66 # mkdir -p $(dprefix)/share/doc/hotstuff 67 # cp database.txt $(dprefix)/share/doc/hotstuff 68 68 69 69 dist: trunk/hotstuff/debian/control
r318 r322 8 8 Package: hotstuff 9 9 Architecture: all 10 Depends: hotstuff- doc (= ${Source-Version}), hotstuff-common (= ${Source-Version}), hotstuff-scripts (= ${Source-Version}), hotstuff-admin (= ${Source-Version}), hotstuff-dxs (= ${Source-Version})10 Depends: hotstuff-common (= ${Source-Version}), hotstuff-scripts (= ${Source-Version}), hotstuff-admin (= ${Source-Version}), hotstuff-dxs (= ${Source-Version}) 11 11 Description: [Hotstuff] Complete hotstuff installation 12 12 This package is a meta package which ensures that all components of the … … 67 67 Homepage: http://www.kstuff.org/hotstuff/ 68 68 69 Package: hotstuff-doc70 Architecture: all71 Description: [Hotstuff] Documentation72 Additional documentation not yet present in the individual packages73 can be found when installing this package.74 .75 Hotstuff is a collection of server scripts which implement the provider76 tasks as defined by the 'Get Hot New Stuff' specification (GHNS).77 .78 Homepage: http://www.kstuff.org/hotstuff/69 #Package: hotstuff-doc 70 #Architecture: all 71 #Description: [Hotstuff] Documentation 72 # Additional documentation not yet present in the individual packages 73 # can be found when installing this package. 74 # . 75 # Hotstuff is a collection of server scripts which implement the provider 76 # tasks as defined by the 'Get Hot New Stuff' specification (GHNS). 77 # . 78 # Homepage: http://www.kstuff.org/hotstuff/ 79 79 trunk/hotstuff/debian/docs
r240 r322 1 README 1 2 database.txt 2 installation.txt3 READMEtrunk/hotstuff/debian/hotstuff-common.postinst
r249 r322 4 4 5 5 # ??? lintian warning 6 . /usr/share/debconf/confmodule6 #. /usr/share/debconf/confmodule 7 7 8 8 case "$1" in 9 9 configure) 10 10 11 db_get hotstuff/conf_host12 conf_host=$RET13 db_get hotstuff/conf_database14 conf_database=$RET15 db_get hotstuff/conf_user16 conf_user=$RET17 db_get hotstuff/conf_password18 conf_password=$RET11 #db_get hotstuff/conf_host 12 #conf_host=$RET 13 #db_get hotstuff/conf_database 14 #conf_database=$RET 15 #db_get hotstuff/conf_user 16 #conf_user=$RET 17 #db_get hotstuff/conf_password 18 #conf_password=$RET 19 19 20 if [ "$conf_host" != "" ]; then21 #echo "CREATE DATABASE: $conf_host, $conf_database, $conf_user, $conf_password"22 if [ "$conf_host" != "localhost" ]; then23 echo "Remote database - no local setup"24 else25 echo "Local database - perform setup"26 su -c "createuser -A -D $conf_user" postgres || echo "User $conf_user exists already? Error during creation."27 su -c "createdb -O $conf_user $conf_database" postgres || echo "Database $conf_database exists already? Error during creation."28 fi29 fi20 #if [ "$conf_host" != "" ]; then 21 # #echo "CREATE DATABASE: $conf_host, $conf_database, $conf_user, $conf_password" 22 # if [ "$conf_host" != "localhost" ]; then 23 # echo "Remote database - no local setup" 24 # else 25 # echo "Local database - perform setup" 26 # su -c "createuser -A -D $conf_user" postgres || echo "User $conf_user exists already? Error during creation." 27 # su -c "createdb -O $conf_user $conf_database" postgres || echo "Database $conf_database exists already? Error during creation." 28 # fi 29 #fi 30 30 31 31 ;; trunk/hotstuff/debian/rules
r320 r322 35 35 $(MAKE) install-dxs DESTDIR=$(CURDIR)/debian/hotstuff-dxs prefix=/usr 36 36 $(MAKE) install-admin DESTDIR=$(CURDIR)/debian/hotstuff-admin prefix=/usr webprefix=/usr/share 37 $(MAKE) install-doc DESTDIR=$(CURDIR)/debian/hotstuff-doc prefix=/usr37 #$(MAKE) install-doc DESTDIR=$(CURDIR)/debian/hotstuff-doc prefix=/usr 38 38 39 39 binary-indep: build install … … 42 42 dh_testdir 43 43 dh_testroot 44 dh_installchangelogs 44 dh_installchangelogs ChangeLog 45 45 dh_installdocs 46 46 dh_installexamples
