www-commits
[Top][All Lists]
Advanced

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

www/server/source/linc linc.py


From: Pavel Kharitonov
Subject: www/server/source/linc linc.py
Date: Thu, 21 Mar 2013 05:10:29 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       13/03/21 05:10:29

Modified files:
        server/source/linc: linc.py 

Log message:
        Skip links in linc-report.html

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/linc/linc.py?cvsroot=www&r1=1.13&r2=1.14

Patches:
Index: linc.py
===================================================================
RCS file: /web/www/www/server/source/linc/linc.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- linc.py     12 Mar 2013 05:52:59 -0000      1.13
+++ linc.py     21 Mar 2013 05:10:28 -0000      1.14
@@ -18,7 +18,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-LINC_VERSION = 'LINC 0.9'
+LINC_VERSION = 'LINC 0.10'
 USAGE = \
 '''Usage: %prog [options] [BASE_DIRECTORY]
 Check links in HTML files from BASE_DIRECTORY.'''
@@ -84,7 +84,9 @@
 EXCLUDED_DIRECTORIES_REGEXP = '^(japan|wwwin|education/fr|\
 education/draft|press|server/staging|software/[^/]+)$|(^|/)po$'
 EXCLUDED_FILENAMES_REGEXP = \
-  '^server/standards/boilerplate\.html|server/.*whatsnew\.html$'
+  '^server/(standards/boilerplate\.html' + \
+  '|source/linc/linc-report\.html' + \
+  '|.*whatsnew\.html)$'
 
 FILENAMES_TO_CHECK_REGEXP = '\.html$' # Only matching files will be checked.
 SYMLINKS_FILENAME = '.symlinks'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]