[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r10416 - /man-cgi/extractor/TODO



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&op=diff
==============================================================================
--- man-cgi/extractor/TODO	(original)
+++ man-cgi/extractor/TODO	Sun May 25 13:29:56 2014
@@ -5,3 +5,24 @@
 > precisely depends on the binary package names and the script that sets
 > up the MANPATH). This happens, for example, for lpr(1).
 
+- Optimise extraction by not going through all the packages but just those with manpages
+
+	Use: 
+
+list-manpages-packages.sh
+manpage-extractor.pl
+
+	Sample call:
+
+(sh list-manpages-packages.sh  >data/filenames_with_manpages.sid.i386 ; cat data/filenames_with_manpages.sid.i386 | perl manpage-extractor.pl -d -l /srv/mirrors/debian  )
+
+
+	Steps :
+
+	1.- Extract from Contents which packages have manpages (using list-manpages-dist.sh)
+	2.- List the location of the pool (using list-manpages-packages.sh)
+	3.- Extract the files (using manpage-extractor.pl)
+	4.- Rebuild the manpage archive
+
+This could be done to make extraction of sid more frequent and less CPU intensive. Implement and
+alternative generate-manpages-archive.sh (Fast-generator?


Reply to: