[Python-apps-commits] r240 - in /packages/harvestman/trunk/debian: changelog harvestman.1

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Tue Nov 20 19:20:55 UTC 2007


Author: kumanna-guest
Date: Tue Nov 20 19:20:55 2007
New Revision: 240

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=240
Log:
* Fix man page spelling errors.

Modified:
    packages/harvestman/trunk/debian/changelog
    packages/harvestman/trunk/debian/harvestman.1

Modified: packages/harvestman/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/harvestman/trunk/debian/changelog?rev=240&op=diff
==============================================================================
--- packages/harvestman/trunk/debian/changelog (original)
+++ packages/harvestman/trunk/debian/changelog Tue Nov 20 19:20:55 2007
@@ -4,7 +4,8 @@
   * debian/control:
     + Add Homepage field.
     + Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
-
+  * Fix man page spelling errors.
+  
  -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Mon, 08 Oct 2007 20:39:21 +0200
 
 harvestman (1.4.6-6) unstable; urgency=low

Modified: packages/harvestman/trunk/debian/harvestman.1
URL: http://svn.debian.org/wsvn/python-apps/packages/harvestman/trunk/debian/harvestman.1?rev=240&op=diff
==============================================================================
--- packages/harvestman/trunk/debian/harvestman.1 (original)
+++ packages/harvestman/trunk/debian/harvestman.1 Tue Nov 20 19:20:55 2007
@@ -93,7 +93,7 @@
 download.
 .PP
 .IP "\fBSlow Mode\fP"
-In the \fBSlow Mode\fP , download of websites happen in a single thread, the main
+In the \fBSlow Mode\fP, download of websites happen in a single thread, the main
 program thread.
 Each download will have to wait for the previous one to get completed, so
 this is a relatively slow process. You can use this mode, if you have an
@@ -536,11 +536,11 @@
 The filter strings are a kind of regular expression. They are
 internally converted to python regular expressions by the program.
 
-\fB WRITING FILTER REGULAR EXPRESSIONF\fP
-
-\fBa. Url Filters\fP (for the control.urlfilter setting)
-
-Url filters supported by HARVESTMan are of 3 types. These are:
+\fBWriting filter regular expressions\fP
+
+\fBa. URL Filters\fP (for the control.urlfilter setting)
+
+URL filters supported by HarvestMan are of 3 types. These are:
 
 1. Filename extensions
 2. Servers/urls
@@ -626,7 +626,7 @@
 
 To disable retry, set this variable to zero.
 
-.IP "\fBLocalization of Urls\fP"
+.IP "\fBLocalization of URLs\fP"
 
 Tells the program whether to localize (Internet links modified to file
 links) the links in all html files downloaded. This helps user to
@@ -659,7 +659,7 @@
 
 This option is described somewhere below.
 
-.IP "\fBUrl List File\fP"
+.IP "\fBURL List File\fP"
 
 You can tell HarvestMan to dump a list of crawled urls to a file by
 setting this option. The variable for this is files.urlslistfile and
@@ -870,7 +870,7 @@
 This option is enabled by default and is controlled by the variable
 "control.tidyhtml".
 
-.IP "\fBUrl & Website Priorities\fP"
+.IP "\fBURL and Website Priorities\fP"
 
 From this version onwards, HarvestMan allows the user to specify
 priorities for urls and servers.
@@ -881,7 +881,7 @@
 starting url has a generation 0, all urls generated from it have a
 generation 1, and so on.
 
-Urls with a lower generation number are given higher priiority when
+URLs with a lower generation number are given higher priiority when
 compared to urls with a higher generation. Also html /web page urls
 get a higher priority than other urls in the same generation.
 
@@ -930,7 +930,7 @@
 
 This option can be specified by using the variable \fIcontrol.timelimit\fP.
 
-.IP "\fBAsynchronous Url Server\fP"
+.IP "\fBAsynchronous URL Server\fP"
 
 From 1.4 version, another way of managing downloads is available.
 This is an asynchronous url server, which serves urls to the fetcher
@@ -967,7 +967,7 @@
 single file as 1 MB. A url whose file size is more than this will be
 skipped. This can be controlled by the variable \fIcontrol.maxfilesize\fP.
 
-.IP "\fBUrl Tree File\fP"
+.IP "\fBURL Tree File\fP"
 
 From version 1.4, a url tree file ,i.e a file displaying the relation
 of parent and child urls in a project can be saved at the end of the
@@ -978,7 +978,7 @@
 
 .IP "\fBAd Filtering\fP"
 
-A new feature from version 1.4. Urls which look like adveritsement
+A new feature from version 1.4. URLs which look like adveritsement
 graphics or banners or pop-ups will be filtered by HarvestMan. This
 works by using regular expressions. The logic of this is borrowed from
 the Internet Junkbuster program. The option is




More information about the Python-apps-commits mailing list