r11329 - /man-cgi/man.cgi

2017-01-23 Thread jfs
Author: jfs Date: Mon Jan 23 21:07:38 2017 New Revision: 11329 URL: http://svn.debian.org/wsvn/?sc=1&rev=11329 Log: Last changes in this CGI script for the foreseable future, as the service has now been implemented in manpages.debian.org using debiman: - Add a disclaimer in the main ac

r11328 - /man-cgi/man.cgi

2017-01-23 Thread jfs
Author: jfs Date: Mon Jan 23 21:06:06 2017 New Revision: 11328 URL: http://svn.debian.org/wsvn/?sc=1&rev=11328 Log: Consistent use of debugging statements in the program. Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=11328&

r11327 - /man-cgi/man.cgi

2017-01-23 Thread jfs
Author: jfs Date: Mon Jan 23 21:05:00 2017 New Revision: 11327 URL: http://svn.debian.org/wsvn/?sc=1&rev=11327 Log: Prevent empty apropos queries from taking place Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=11327&

r11326 - /man-cgi/man.cgi

2017-01-23 Thread jfs
Author: jfs Date: Mon Jan 23 21:03:04 2017 New Revision: 11326 URL: http://svn.debian.org/wsvn/?sc=1&rev=11326 Log: Use HTTPS instead of http Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=11326&

r11292 - /packages/trunk/doc-debian/debian/changelog

2016-08-28 Thread jfs
Author: jfs Date: Sun Aug 28 15:33:17 2016 New Revision: 11292 URL: http://svn.debian.org/wsvn/?sc=1&rev=11292 Log: Prepare for release Modified: packages/trunk/doc-debian/debian/changelog Modified: packages/trunk/doc-debian/debian/changelog URL: http://svn.debian.org/wsvn/packages/t

r11113 - /man-cgi/TODO

2016-04-17 Thread jfs
Author: jfs Date: Sun Apr 17 15:58:46 2016 New Revision: 3 URL: http://svn.debian.org/wsvn/?sc=1&rev=3 Log: Remove useless lines Modified: man-cgi/TODO Modified: man-cgi/TODO URL: http://svn.debian.org/wsvn/man-cgi/TODO?rev=3&

r11112 - /man-cgi/INSTALL

2016-04-17 Thread jfs
Author: jfs Date: Sun Apr 17 15:56:30 2016 New Revision: 2 URL: http://svn.debian.org/wsvn/?sc=1&rev=2 Log: Update the INSTALL instruccions Modified: man-cgi/INSTALL Modified: man-cgi/INSTALL URL: http://svn.debian.org/wsvn/man-cgi/INSTALL?rev=2&

r11111 - /man-cgi/conf/apache.conf

2016-04-17 Thread jfs
Author: jfs Date: Sun Apr 17 15:49:05 2016 New Revision: 1 URL: http://svn.debian.org/wsvn/?sc=1&rev=1 Log: - Add HTTP virtual host - Add mod_cache to cache contents returned by the script - Adjust permissions for the static manpages (require includes and other fancy options) Modi

r11110 - /man-cgi/man.cgi

2016-04-17 Thread jfs
Author: jfs Date: Sun Apr 17 15:47:21 2016 New Revision: 0 URL: http://svn.debian.org/wsvn/?sc=1&rev=0 Log: - Make it possible to enable/disable the cache in the script. - Before the cache is enabled make sure that the module can be loaded and that the cache directory exists. If

r11109 - /man-cgi/man.cgi

2016-04-17 Thread jfs
Author: jfs Date: Sun Apr 17 15:22:12 2016 New Revision: 11109 URL: http://svn.debian.org/wsvn/?sc=1&rev=11109 Log: - Use CGI.pm's print header to print the HTTP headers - Add caching values to content return. this will be provided by CGI.pm in the "old" Expires: HTT

r11108 - /man-cgi/man.cgi

2016-04-17 Thread jfs
Author: jfs Date: Sun Apr 17 15:17:06 2016 New Revision: 11108 URL: http://svn.debian.org/wsvn/?sc=1&rev=11108 Log: - Use CGI.pm instead of the Perl4 code. This makes it easier to run the script throught the command line and handles all the URL encoding stuff - Use CGI::Cache to cache

r11107 - /man-cgi/conf/htaccess

2016-04-17 Thread jfs
Author: jfs Date: Sun Apr 17 15:11:33 2016 New Revision: 11107 URL: http://svn.debian.org/wsvn/?sc=1&rev=11107 Log: Add redirect so that http://manpages.debian.org// works. Add redirect for static content Modified: man-cgi/conf/htaccess Modified: man-cgi/conf/htaccess URL:

r10976 - /man-cgi/man.cgi

2015-07-23 Thread jfs
Author: jfs Date: Thu Jul 23 20:44:11 2015 New Revision: 10976 URL: http://svn.debian.org/wsvn/?sc=1&rev=10976 Log: Add a sanitisation function to clean all non-expected characters from the user input. This should prevent XSS attacks as the one found by Gary McAdam (see https://lists.debian

r10902 - /man-cgi/man.cgi

2015-04-26 Thread jfs
Author: jfs Date: Sun Apr 26 20:30:35 2015 New Revision: 10902 URL: http://svn.debian.org/wsvn/?sc=1&rev=10902 Log: Add the correct minor version number Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=10902&

r10901 - in /man-cgi: extractor/compare-manpage-stats.pl static-repository/bin/config static-repository/bin/config.json static-repository/www/functions.js

2015-04-26 Thread jfs
Author: jfs Date: Sun Apr 26 20:26:03 2015 New Revision: 10901 URL: http://svn.debian.org/wsvn/?sc=1&rev=10901 Log: Update repositories scripts and configuration after today's Jessie release. Modified: man-cgi/extractor/compare-manpage-stats.pl man-cgi/static-repository/b

r10900 - /man-cgi/man.cgi

2015-04-26 Thread jfs
Author: jfs Date: Sun Apr 26 20:18:44 2015 New Revision: 10900 URL: http://svn.debian.org/wsvn/?sc=1&rev=10900 Log: Update the CGI script for the Jessie release and future releases Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=1

r10639 - /packages/trunk/doc-debian/debian/changelog

2015-02-17 Thread jfs
Author: jfs Date: Wed Feb 18 04:03:38 2015 New Revision: 10639 URL: http://svn.debian.org/wsvn/?sc=1&rev=10639 Log: Document changes Modified: packages/trunk/doc-debian/debian/changelog Modified: packages/trunk/doc-debian/debian/changelog URL: http://svn.debian.org/wsvn/packages/trunk

r10638 - in /packages/trunk/doc-debian/doc: bug-maint-info.wml bug-reporting.wml

2015-02-17 Thread jfs
Author: jfs Date: Wed Feb 18 04:02:12 2015 New Revision: 10638 URL: http://svn.debian.org/wsvn/?sc=1&rev=10638 Log: Update content with latest WWW pages Modified: packages/trunk/doc-debian/doc/bug-maint-info.wml packages/trunk/doc-debian/doc/bug-reporting.wml Modified: packages/t

r10637 - /packages/trunk/doc-debian/debian/changelog

2015-02-17 Thread jfs
Author: jfs Date: Wed Feb 18 00:31:39 2015 New Revision: 10637 URL: http://svn.debian.org/wsvn/?sc=1&rev=10637 Log: Add reference to additional bug closed with that change Modified: packages/trunk/doc-debian/debian/changelog Modified: packages/trunk/doc-debian/debian/changelog URL:

r10636 - in /packages/trunk/doc-debian: debian/changelog debian/doc-debian.doc-base.debian-constitution-text doc/Makefile doc/constitution.1.4.wml doc/constitution.wml

2015-02-17 Thread jfs
Author: jfs Date: Tue Feb 17 23:41:23 2015 New Revision: 10636 URL: http://svn.debian.org/wsvn/?sc=1&rev=10636 Log: Patch provided by Stefano Zacchiroli: * Update the Constitution to version 1.5, as per "General Resolution: Limiting the term of the technical committee members&q

r10419 - /man-cgi/extractor/compare-manpage-stats.pl

2014-06-02 Thread jfs
Author: jfs Date: Tue Jun 3 00:42:42 2014 New Revision: 10419 URL: http://svn.debian.org/wsvn/?sc=1&rev=10419 Log: Fix stat extraction. Add a newline in end of message Modified: man-cgi/extractor/compare-manpage-stats.pl Modified: man-cgi/extractor/compare-manpage-stats.pl URL:

r10418 - /man-cgi/extractor/list-manpages-packages.sh

2014-05-25 Thread jfs
Author: jfs Date: Sun May 25 13:33:49 2014 New Revision: 10418 URL: http://svn.debian.org/wsvn/?sc=1&rev=10418 Log: For a given distribution, using the information extracted from Contents.gz, list the location in the pool for all the packages that contain the manpages. This output can the

r10417 - /man-cgi/extractor/manpage-extractor.pl

2014-05-25 Thread jfs
Author: jfs Date: Sun May 25 13:30:16 2014 New Revision: 10417 URL: http://svn.debian.org/wsvn/?sc=1&rev=10417 Log: - Add one option to retrieve the packages to extract from standard input (with the precise location in the pool) - Generalise how information (INFO) is logged, add the op

r10416 - /man-cgi/extractor/TODO

2014-05-25 Thread jfs
Author: jfs Date: Sun May 25 13:29:56 2014 New Revision: 10416 URL: http://svn.debian.org/wsvn/?sc=1&rev=10416 Log: Add more stuff to work on Modified: man-cgi/extractor/TODO Modified: man-cgi/extractor/TODO URL: http://svn.debian.org/wsvn/man-cgi/extractor/TODO?rev=10416&

r10415 - /man-cgi/extractor/list-manpages-dist.sh

2014-05-25 Thread jfs
Author: jfs Date: Sun May 25 13:21:34 2014 New Revision: 10415 URL: http://svn.debian.org/wsvn/?sc=1&rev=10415 Log: If no distribution is defined used sid Modified: man-cgi/extractor/list-manpages-dist.sh Modified: man-cgi/extractor/list-manpages-dist.sh URL: http://svn.debian.org/wsvn

r10414 - /man-cgi/extractor/count-manpages-archive.sh

2014-05-25 Thread jfs
Author: jfs Date: Sun May 25 13:20:46 2014 New Revision: 10414 URL: http://svn.debian.org/wsvn/?sc=1&rev=10414 Log: Use DATADIR definition Modified: man-cgi/extractor/count-manpages-archive.sh Modified: man-cgi/extractor/count-manpages-archive.sh URL: http://svn.debian.org/wsvn/man

r10413 - /man-cgi/extractor/config

2014-05-25 Thread jfs
Author: jfs Date: Sun May 25 13:18:55 2014 New Revision: 10413 URL: http://svn.debian.org/wsvn/?sc=1&rev=10413 Log: Add DATADIR to configuration Modified: man-cgi/extractor/config Modified: man-cgi/extractor/config URL: http://svn.debian.org/wsvn/man-cgi/extractor/config?rev=10413&

r10412 - /man-cgi/extractor/check-manpages-dist.sh

2014-05-25 Thread jfs
Author: jfs Date: Sun May 25 13:18:06 2014 New Revision: 10412 URL: http://svn.debian.org/wsvn/?sc=1&rev=10412 Log: Typo fixes in error messages Modified: man-cgi/extractor/check-manpages-dist.sh Modified: man-cgi/extractor/check-manpages-dist.sh URL: http://svn.debian.org/wsvn/man

r10402 - /man-cgi/extractor/README

2014-05-21 Thread jfs
Author: jfs Date: Wed May 21 21:02:50 2014 New Revision: 10402 URL: http://svn.debian.org/wsvn/?sc=1&rev=10402 Log: Update the cron example, to add listing the manpages in the archive and generating a final report. Also update the stats with the current values from glinka Modified: man

r10401 - /man-cgi/extractor/count-manpages-archive.sh

2014-05-21 Thread jfs
Author: jfs Date: Wed May 21 21:02:14 2014 New Revision: 10401 URL: http://svn.debian.org/wsvn/?sc=1&rev=10401 Log: Modify the counting script to generate both a pretty report and a stats file, for comparison. The stats file is rotated every time it is run, which helps when run through

r10400 - /man-cgi/extractor/compare-manpage-stats.pl

2014-05-21 Thread jfs
Author: jfs Date: Wed May 21 21:01:11 2014 New Revision: 10400 URL: http://svn.debian.org/wsvn/?sc=1&rev=10400 Log: Add Perl script to compare the manpage stats between runs Added: man-cgi/extractor/compare-manpage-stats.pl (with props) Added: man-cgi/extractor/compare-manpage-stat

r10399 - /man-cgi/extractor/manpage-extractor.pl

2014-05-21 Thread jfs
Author: jfs Date: Wed May 21 18:03:06 2014 New Revision: 10399 URL: http://svn.debian.org/wsvn/?sc=1&rev=10399 Log: Change the way the temporary filename is obtained, for some reason, it has stopped working in glink since December the 2nd last year (but worked the month before, november the

r10394 - /manuals/trunk/Makefile

2014-05-18 Thread jfs
Author: jfs Date: Sun May 18 09:56:28 2014 New Revision: 10394 URL: http://svn.debian.org/wsvn/?sc=1&rev=10394 Log: Revert r8967: Don't handle java-faq from the java-common package. Use the DDP sources instead to include translations not available yet in the package. Modified:

r10385 - /man-cgi/man.cgi

2014-03-04 Thread jfs
Author: jfs Date: Tue Mar 4 20:22:55 2014 New Revision: 10385 URL: http://svn.debian.org/wsvn/?sc=1&rev=10385 Log: Add a link keyword search as an alternative when a manpage query is not found. Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man

r10382 - /man-cgi/man.cgi

2014-03-04 Thread jfs
Author: jfs Date: Tue Mar 4 20:18:45 2014 New Revision: 10382 URL: http://svn.debian.org/wsvn/?sc=1&rev=10382 Log: Improve HTML pages presented as part of errors by adding the same header as for other pages and providing a more descriptive link. Modified: man-cgi/man.cgi Modified:

r10384 - /man-cgi/man.cgi

2014-03-04 Thread jfs
Author: jfs Date: Tue Mar 4 20:21:29 2014 New Revision: 10384 URL: http://svn.debian.org/wsvn/?sc=1&rev=10384 Log: Improve error messages when a manpage is not found: add links to the original english manpage (if asking for a localised version), add link to a search in all sections, and

r10383 - /man-cgi/man.cgi

2014-03-04 Thread jfs
Author: jfs Date: Tue Mar 4 20:20:01 2014 New Revision: 10383 URL: http://svn.debian.org/wsvn/?sc=1&rev=10383 Log: Treat locale 'C' as english, this prevents errors in the script when this locale is used in redirections (not from the HTML form as this lcoale is not available th

r10381 - /man-cgi/man.cgi

2014-03-04 Thread jfs
Author: jfs Date: Tue Mar 4 20:18:20 2014 New Revision: 10381 URL: http://svn.debian.org/wsvn/?sc=1&rev=10381 Log: Revert previous commit, not described properly Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=10381&

r10380 - /man-cgi/man.cgi

2014-03-04 Thread jfs
Author: jfs Date: Tue Mar 4 20:16:20 2014 New Revision: 10380 URL: http://svn.debian.org/wsvn/?sc=1&rev=10380 Log: Improve HTML pages presented as part of errors by adding the same header as for other pages and providing a more descriptive link. Modified: man-cgi/man.cgi Modified:

r10379 - /man-cgi/man.cgi

2014-03-04 Thread jfs
Author: jfs Date: Tue Mar 4 20:14:25 2014 New Revision: 10379 URL: http://svn.debian.org/wsvn/?sc=1&rev=10379 Log: - Fix error handling of invalid locale (it was generating error 500 instead of producing a proper error page) - (Temporary) block manpage generation of Japanese-local

r10378 - /man-cgi/man.cgi

2014-03-04 Thread jfs
Author: jfs Date: Tue Mar 4 20:09:26 2014 New Revision: 10378 URL: http://svn.debian.org/wsvn/?sc=1&rev=10378 Log: Update years Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=10378&

r10377 - in /man-cgi/conf: apache.conf htaccess

2014-03-03 Thread jfs
Author: jfs Date: Mon Mar 3 22:55:25 2014 New Revision: 10377 URL: http://svn.debian.org/wsvn/?sc=1&rev=10377 Log: Apply patch provided by Paul Wise: - Apache configuration redirects call to the (old) manpages.debian.net domain to manpages.debian.org - htaccess: optional lang

r10376 - /man-cgi/man.cgi

2014-02-28 Thread jfs
Author: jfs Date: Fri Feb 28 12:00:09 2014 New Revision: 10376 URL: http://svn.debian.org/wsvn/?sc=1&rev=10376 Log: - Improve child process handling - Fix how childs were being called (script was being executed twice) - When a manpage is not found and it was a localised request, direct

r10371 - /man-cgi/man.cgi

2014-02-08 Thread jfs
Author: jfs Date: Sat Feb 8 16:51:19 2014 New Revision: 10371 URL: http://svn.debian.org/wsvn/?sc=1&rev=10371 Log: Added code to control the exec() and timeout if it does not finish in time. Under some calls, man does not seem to return cleanly. It happens when accessing

r10334 - /man-cgi/static-repository/bin/make-manpage-repo.sh

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 21:11:53 2013 New Revision: 10334 URL: http://svn.debian.org/wsvn/?sc=1&rev=10334 Log: - Load configuration file using absolute location - Add support for DEBUG variable - To reduce memory use, generate the compressed package list in a file and then rea

r10333 - in /man-cgi/static-repository/bin: fetch-man-pages.sh generate-static-archive.sh

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 21:09:51 2013 New Revision: 10333 URL: http://svn.debian.org/wsvn/?sc=1&rev=10333 Log: - Add a script to generate the archive - Do not define TMPDIR, do it in the main archive generation script instead Added: man-cgi/static-repository/bin/generate-st

r10332 - /man-cgi/static-repository/bin/fetch-man-pages.sh

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 21:07:27 2013 New Revision: 10332 URL: http://svn.debian.org/wsvn/?sc=1&rev=10332 Log: - Import configuration from absolute path, not relative - Add support of debugging through DEBUG variable, uncomment debug printf calls - Try to not create cruft under /tmp bu

r10331 - /man-cgi/static-repository/bin/config

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 21:00:27 2013 New Revision: 10331 URL: http://svn.debian.org/wsvn/?sc=1&rev=10331 Log: Define temporary directory, log directory and a variable to enable debug messages Modified: man-cgi/static-repository/bin/config Modified: man-cgi/static-repository

r10330 - /man-cgi/extractor/manpage-extractor.pl

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 20:59:14 2013 New Revision: 10330 URL: http://svn.debian.org/wsvn/?sc=1&rev=10330 Log: - Improved error handling to ensure that the temporary files created get removed - Extract files always from arch: all packages, since these apply to all architectures Modi

r10329 - /man-cgi/extractor/list-manpages-dist.sh

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 20:57:43 2013 New Revision: 10329 URL: http://svn.debian.org/wsvn/?sc=1&rev=10329 Log: Improve error messages Modified: man-cgi/extractor/list-manpages-dist.sh Modified: man-cgi/extractor/list-manpages-dist.sh URL: http://svn.debian.org/wsvn/man-cgi/extra

r10328 - /man-cgi/extractor/files-release.pl

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 20:56:51 2013 New Revision: 10328 URL: http://svn.debian.org/wsvn/?sc=1&rev=10328 Log: Improve comments, use a better function name Modified: man-cgi/extractor/files-release.pl Modified: man-cgi/extractor/files-release.pl URL: http://svn.debian.org/wsvn/man

r10327 - /man-cgi/extractor/count-manpages-archive.sh

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 20:22:59 2013 New Revision: 10327 URL: http://svn.debian.org/wsvn/?sc=1&rev=10327 Log: Count the manpages properly, including X11R6. Also, import the configuration using full pathname Modified: man-cgi/extractor/count-manpages-archive.sh Modified: man

r10326 - /man-cgi/extractor/config

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 20:22:04 2013 New Revision: 10326 URL: http://svn.debian.org/wsvn/?sc=1&rev=10326 Log: Add repositories and architecture to the configuration Modified: man-cgi/extractor/config Modified: man-cgi/extractor/config URL: http://svn.debian.org/wsvn/man-cgi/extra

r10325 - /man-cgi/man.cgi

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 20:21:49 2013 New Revision: 10325 URL: http://svn.debian.org/wsvn/?sc=1&rev=10325 Log: - Add a more verbose description when a manpage (or apropos query) are not found. - Replace mailto variable with 'author' variable to make it more clear - Update c

r10324 - /man-cgi/extractor/check-manpages-dist.sh

2013-11-06 Thread jfs
Author: jfs Date: Wed Nov 6 20:16:18 2013 New Revision: 10324 URL: http://svn.debian.org/wsvn/?sc=1&rev=10324 Log: Add new script to check if all the manpages in the archive, for a given release, have been extracted properly Added: man-cgi/extractor/check-manpages-dist.sh (with p

r10322 - /man-cgi/extractor/list-manpages-dist.sh

2013-11-05 Thread jfs
Author: jfs Date: Tue Nov 5 22:57:20 2013 New Revision: 10322 URL: http://svn.debian.org/wsvn/?sc=1&rev=10322 Log: Add script to list the manpages that exist in a given distribution. To compare the extracted manpages with the indexed files in Contents.gz Added: man-cgi/extractor/

r10323 - /man-cgi/extractor/generate-manpages-lists.sh

2013-11-05 Thread jfs
Author: jfs Date: Tue Nov 5 22:57:53 2013 New Revision: 10323 URL: http://svn.debian.org/wsvn/?sc=1&rev=10323 Log: Script to generate the list of manpages for all the releases present in the mirrordir Added: man-cgi/extractor/generate-manpages-lists.sh (with props) Added: man

r10319 - /man-cgi/extractor/manpage-extractor.pl

2013-11-04 Thread jfs
Author: jfs Date: Tue Nov 5 00:26:01 2013 New Revision: 10319 URL: http://svn.debian.org/wsvn/?sc=1&rev=10319 Log: - Use getopt long (more versatile) instead of the short version. - Make sure we only recurse through directories, reject anything else provided - Improve debug messages for

r10317 - in /man-cgi/extractor: config generate-manpages-archive.sh

2013-11-04 Thread jfs
Author: jfs Date: Tue Nov 5 00:22:52 2013 New Revision: 10317 URL: http://svn.debian.org/wsvn/?sc=1&rev=10317 Log: Do not use TMPDIR, but use TEMPDIR instead and check in the mainscript if the temporary directory exists (create it if required). Also ensure the script works when called wit

r10316 - /man-cgi/extractor/README

2013-11-04 Thread jfs
Author: jfs Date: Tue Nov 5 00:21:22 2013 New Revision: 10316 URL: http://svn.debian.org/wsvn/?sc=1&rev=10316 Log: Updated documentation and KNOWN bugs Modified: man-cgi/extractor/README Modified: man-cgi/extractor/README URL: http://svn.debian.org/wsvn/man-cgi/extractor/README?rev=1

r10318 - /man-cgi/extractor/generate-indexes.sh

2013-11-04 Thread jfs
Author: jfs Date: Tue Nov 5 00:23:38 2013 New Revision: 10318 URL: http://svn.debian.org/wsvn/?sc=1&rev=10318 Log: Make sure the script works when called with absolute path Modified: man-cgi/extractor/generate-indexes.sh Modified: man-cgi/extractor/generate-indexes.sh URL:

r10299 - /man-cgi/extra/test-manpages.sh

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 02:14:41 2013 New Revision: 10299 URL: http://svn.debian.org/wsvn/?sc=1&rev=10299 Log: Use the HOST definition in the calls, do not hardcode hostname Modified: man-cgi/extra/test-manpages.sh Modified: man-cgi/extra/test-manpages.sh URL: http://svn.debian

r10298 - in /man-cgi/extra: ./ test-manpages.sh

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 02:13:36 2013 New Revision: 10298 URL: http://svn.debian.org/wsvn/?sc=1&rev=10298 Log: Extra files for manpages archive Added: man-cgi/extra/ man-cgi/extra/test-manpages.sh Added: man-cgi/extra/test-manpages.sh URL: http://svn.debian.org/wsvn/man-cgi/e

r10297 - /man-cgi/conf/htaccess

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 02:10:37 2013 New Revision: 10297 URL: http://svn.debian.org/wsvn/?sc=1&rev=10297 Log: Improve htaccess with more redirections: for 404 use the static page, allow redirection when missing the first slash. Add also redirections for server downtime Modified:

r10296 - /man-cgi/static-repository/bin/fetch-man-pages.sh

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:56:11 2013 New Revision: 10296 URL: http://svn.debian.org/wsvn/?sc=1&rev=10296 Log: Document BUGs/issues found while running the scripts in glinka Modified: man-cgi/static-repository/bin/fetch-man-pages.sh Modified: man-cgi/static-repository/bin/fetch

r10295 - /man-cgi/static-repository/bin/fetch-man-pages.sh

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:48:17 2013 New Revision: 10295 URL: http://svn.debian.org/wsvn/?sc=1&rev=10295 Log: Send w3mman2html.cgi stderr to null due to deprecated warning. Update locations for Debian Modified: man-cgi/static-repository/bin/fetch-man-pages.sh Modified: man-cgi/st

r10294 - /man-cgi/static-repository/www/

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:42:11 2013 New Revision: 10294 URL: http://svn.debian.org/wsvn/?sc=1&rev=10294 Log: Add HTML code for static repository based on Ubuntu's Manpage engine Added: man-cgi/static-repository/www/ man-cgi/static-repository/www/.htaccess man-c

r10293 - /man-cgi/INSTALL

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:36:19 2013 New Revision: 10293 URL: http://svn.debian.org/wsvn/?sc=1&rev=10293 Log: Update space estimate, the previous one was way off Modified: man-cgi/INSTALL Modified: man-cgi/INSTALL URL: http://svn.debian.org/wsvn/man-cgi/INSTALL?rev=10293&

r10292 - in /man-cgi: INSTALL README.txt conf/lighttpd.conf index.html

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:35:06 2013 New Revision: 10292 URL: http://svn.debian.org/wsvn/?sc=1&rev=10292 Log: Manpages is now an official service, update the documentation and assorted files Modified: man-cgi/INSTALL man-cgi/README.txt man-cgi/conf/lighttpd.conf man

r10291 - /man-cgi/extractor/count-manpages-archive.sh

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:26:55 2013 New Revision: 10291 URL: http://svn.debian.org/wsvn/?sc=1&rev=10291 Log: Small script to count the manual pages per distribution Added: man-cgi/extractor/count-manpages-archive.sh (with props) Added: man-cgi/extractor/count-manpages-archiv

r10290 - /man-cgi/INSTALL

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:25:59 2013 New Revision: 10290 URL: http://svn.debian.org/wsvn/?sc=1&rev=10290 Log: Adjust the documentation to use the config file and refer the cronjob to the extractor's README Modified: man-cgi/INSTALL Modified: man-cgi/INSTALL URL: http://svn.d

r10289 - /man-cgi/extractor/README

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:22:47 2013 New Revision: 10289 URL: http://svn.debian.org/wsvn/?sc=1&rev=10289 Log: Update the README using the 'config' script and document how does the cronjob need to be setup Modified: man-cgi/extractor/README Modified: man-cgi/extractor/RE

r10288 - in /man-cgi/extractor: config generate-indexes.sh generate-manpages-archive.sh

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:17:33 2013 New Revision: 10288 URL: http://svn.debian.org/wsvn/?sc=1&rev=10288 Log: Add external configuration file for variables to prevent script editing when switching location. Also add lockfile support to generate-manpages-archive.sh, which is run thr

r10287 - /man-cgi/extractor/files-release.pl

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:15:04 2013 New Revision: 10287 URL: http://svn.debian.org/wsvn/?sc=1&rev=10287 Log: Use by default glinka's mirror location Modified: man-cgi/extractor/files-release.pl Modified: man-cgi/extractor/files-release.pl URL: http://svn.debian.org/wsv

r10286 - /man-cgi/man.cgi

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:13:30 2013 New Revision: 10286 URL: http://svn.debian.org/wsvn/?sc=1&rev=10286 Log: Update service history information Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=10286&

r10285 - /man-cgi/man.cgi

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:13:13 2013 New Revision: 10285 URL: http://svn.debian.org/wsvn/?sc=1&rev=10285 Log: Distinguish between out of date timestamp and no timestamp and output proper messages accordingly. There might be no timestamp if the extractor scripts have not run yet (or

r10284 - /man-cgi/man.cgi

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:11:23 2013 New Revision: 10284 URL: http://svn.debian.org/wsvn/?sc=1&rev=10284 Log: Manpages is now an official Debian service update URL Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=10284&

r10283 - /man-cgi/man.cgi

2013-10-29 Thread jfs
Author: jfs Date: Wed Oct 30 01:07:42 2013 New Revision: 10283 URL: http://svn.debian.org/wsvn/?sc=1&rev=10283 Log: Add a horizontal line between the language list and the actual manpage content Modified: man-cgi/man.cgi Modified: man-cgi/man.cgi URL: http://svn.debian.org/wsvn/man

r10275 - /man-cgi/static-repository/README.txt

2013-10-28 Thread jfs
Author: jfs Date: Mon Oct 28 20:18:34 2013 New Revision: 10275 URL: http://svn.debian.org/wsvn/?sc=1&rev=10275 Log: Add link to original scripts Modified: man-cgi/static-repository/README.txt Modified: man-cgi/static-repository/README.txt URL: http://svn.debian.org/wsvn/man-cgi/st

r10274 - /man-cgi/static-repository/bin/config.json

2013-10-28 Thread jfs
Author: jfs Date: Mon Oct 28 20:14:49 2013 New Revision: 10274 URL: http://svn.debian.org/wsvn/?sc=1&rev=10274 Log: Modify config file to suit glinka.debian.org Modified: man-cgi/static-repository/bin/config.json Modified: man-cgi/static-repository/bin/config.json URL:

r10272 - /man-cgi/static-repository/README.txt

2013-10-28 Thread jfs
Author: jfs Date: Mon Oct 28 20:11:18 2013 New Revision: 10272 URL: http://svn.debian.org/wsvn/?sc=1&rev=10272 Log: Add basic README to describe the purpose of this code Added: man-cgi/static-repository/README.txt Added: man-cgi/static-repository/README.txt URL: http://svn.debian.org/

r10273 - /man-cgi/static-repository/bin/config

2013-10-28 Thread jfs
Author: jfs Date: Mon Oct 28 20:12:58 2013 New Revision: 10273 URL: http://svn.debian.org/wsvn/?sc=1&rev=10273 Log: Modify config file to suit glinka.debian.org Modified: man-cgi/static-repository/bin/config Modified: man-cgi/static-repository/bin/config URL: http://svn.debian.org/wsvn

r10260 - in /man-cgi/extractor: manpages-dists/ manpages-dists/.nobackup manpages-files/ manpages-files/.nobackup

2013-10-23 Thread jfs
Author: jfs Date: Wed Oct 23 20:42:09 2013 New Revision: 10260 URL: http://svn.debian.org/wsvn/?sc=1&rev=10260 Log: Add empty directories which are part of the structure. With nobackup files (for DSA) Added: man-cgi/extractor/manpages-dists/ man-cgi/extractor/manpages-dists/.noba

r10259 - in /man-cgi/www: ./ favicon.ico index.html robots.txt

2013-10-23 Thread jfs
Author: jfs Date: Wed Oct 23 17:11:45 2013 New Revision: 10259 URL: http://svn.debian.org/wsvn/?sc=1&rev=10259 Log: Add common contents that are in the DocumentRoot of the man-cgi server Added: man-cgi/www/ man-cgi/www/favicon.ico (with props) man-cgi/www/index.html man-cgi

r10258 - /man-cgi/INSTALL

2013-10-23 Thread jfs
Author: jfs Date: Wed Oct 23 17:06:40 2013 New Revision: 10258 URL: http://svn.debian.org/wsvn/?sc=1&rev=10258 Log: Change package providing ps2pdf Modified: man-cgi/INSTALL Modified: man-cgi/INSTALL URL: http://svn.debian.org/wsvn/man-cgi/INSTALL?rev=10258&

r9418 - in /packages/trunk/doc-debian/debian: changelog control

2012-10-19 Thread jfs
Author: jfs Date: Fri Oct 19 20:50:46 2012 New Revision: 9418 URL: http://svn.debian.org/wsvn/?sc=1&rev=9418 Log: Add Build-Depends Modified: packages/trunk/doc-debian/debian/changelog packages/trunk/doc-debian/debian/control Modified: packages/trunk/doc-debian/debian/changelog

r9411 - /packages/trunk/doc-debian/debian/changelog

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:52:24 2012 New Revision: 9411 URL: http://svn.debian.org/wsvn/?sc=1&rev=9411 Log: Document the fact that contents are updated Modified: packages/trunk/doc-debian/debian/changelog Modified: packages/trunk/doc-debian/debian/changelog URL: http://svn.debian

r9410 - /packages/trunk/doc-debian/debian/doc-debian.doc-base.debian-reporting-bugs

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:50:23 2012 New Revision: 9410 URL: http://svn.debian.org/wsvn/?sc=1&rev=9410 Log: Use compressed version Modified: packages/trunk/doc-debian/debian/doc-debian.doc-base.debian-reporting-bugs Modified: packages/trunk/doc-debian/debian/doc-debian

r9409 - /packages/trunk/doc-debian/debian/changelog

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:50:03 2012 New Revision: 9409 URL: http://svn.debian.org/wsvn/?sc=1&rev=9409 Log: Document changes Modified: packages/trunk/doc-debian/debian/changelog Modified: packages/trunk/doc-debian/debian/changelog URL: http://svn.debian.org/wsvn/packages/trunk

r9408 - /packages/trunk/doc-debian/debian/doc-debian.doc-base.debian-constitution-text

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:49:48 2012 New Revision: 9408 URL: http://svn.debian.org/wsvn/?sc=1&rev=9408 Log: Update constitution version distributed and refer to the compressed version Modified: packages/trunk/doc-debian/debian/doc-debian.doc-base.debian-constitution-text Modi

r9407 - /packages/trunk/doc-debian/debian/doc-debian.install

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:49:10 2012 New Revision: 9407 URL: http://svn.debian.org/wsvn/?sc=1&rev=9407 Log: Add the manifesto to the list of files to install Modified: packages/trunk/doc-debian/debian/doc-debian.install Modified: packages/trunk/doc-debian/debian/doc-debian.install

r9406 - /packages/trunk/doc-debian/debian/doc-debian.doc-base.debian-mailing-lists

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:48:41 2012 New Revision: 9406 URL: http://svn.debian.org/wsvn/?sc=1&rev=9406 Log: Use compressed file Modified: packages/trunk/doc-debian/debian/doc-debian.doc-base.debian-mailing-lists Modified: packages/trunk/doc-debian/debian/doc-debian.doc-base.de

r9405 - /packages/trunk/doc-debian/debian/doc-debian.doc-base.debian-manifesto

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:48:09 2012 New Revision: 9405 URL: http://svn.debian.org/wsvn/?sc=1&rev=9405 Log: Improve abstract and use compressed file Modified: packages/trunk/doc-debian/debian/doc-debian.doc-base.debian-manifesto Modified: packages/trunk/doc-debian/debian

r9404 - /packages/trunk/doc-debian/debian/control

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:47:39 2012 New Revision: 9404 URL: http://svn.debian.org/wsvn/?sc=1&rev=9404 Log: Updated Standards version Modified: packages/trunk/doc-debian/debian/control Modified: packages/trunk/doc-debian/debian/control URL: http://svn.debian.org/wsvn/packages/t

r9403 - /packages/trunk/doc-debian/debian/doc-debian.doc-base.debian-social-contract

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:47:16 2012 New Revision: 9403 URL: http://svn.debian.org/wsvn/?sc=1&rev=9403 Log: More documentation on the contract and use compressed file Modified: packages/trunk/doc-debian/debian/doc-debian.doc-base.debian-social-contract Modified: packages/trunk

r9402 - /packages/trunk/doc-debian/debian/changelog

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:34:04 2012 New Revision: 9402 URL: http://svn.debian.org/wsvn/?sc=1&rev=9402 Log: Wrap lines Modified: packages/trunk/doc-debian/debian/changelog Modified: packages/trunk/doc-debian/debian/changelog URL: http://svn.debian.org/wsvn/packages/trunk/doc-de

r9401 - in /packages/trunk/doc-debian: README README.build doc/Makefile

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:27:10 2012 New Revision: 9401 URL: http://svn.debian.org/wsvn/?sc=1&rev=9401 Log: Rename the name of the README to prevent confusion Added: packages/trunk/doc-debian/README.build - copied unchanged from r9388, packages/trunk/doc-debian/README Rem

r9400 - /packages/trunk/doc-debian/debian/changelog

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:19:06 2012 New Revision: 9400 URL: http://svn.debian.org/wsvn/?sc=1&rev=9400 Log: Document bug fixed in earlier release Modified: packages/trunk/doc-debian/debian/changelog Modified: packages/trunk/doc-debian/debian/changelog URL: http://svn.debian.org/

r9399 - in /packages/trunk/doc-debian/debian: doc-debian.docs doc-debian.install

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:14:48 2012 New Revision: 9399 URL: http://svn.debian.org/wsvn/?sc=1&rev=9399 Log: Move the txt files to the previous location (/usr/share/doc/debian) Added: packages/trunk/doc-debian/debian/doc-debian.install - copied, changed from r9389, packages/t

r9398 - /packages/trunk/doc-debian/debian/rules

2012-10-17 Thread jfs
Author: jfs Date: Wed Oct 17 22:05:45 2012 New Revision: 9398 URL: http://svn.debian.org/wsvn/?sc=1&rev=9398 Log: Add missing build target Modified: packages/trunk/doc-debian/debian/rules Modified: packages/trunk/doc-debian/debian/rules URL: http://svn.debian.org/wsvn/packages/trunk

  1   2   >