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: Sat, 25 May 2013 17:28:28 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       13/05/25 17:28:28

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

Log message:
        (EXCLUDED_FILENAMES_REGEXP): Add volunteers.html; the file is
        a redirection.

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

Patches:
Index: linc.py
===================================================================
RCS file: /web/www/www/server/source/linc/linc.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- linc.py     4 May 2013 17:16:03 -0000       1.16
+++ linc.py     25 May 2013 17:28:27 -0000      1.17
@@ -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.12'
+LINC_VERSION = 'LINC 0.13'
 USAGE = \
 '''Usage: %prog [options] [BASE_DIRECTORY]
 Check links in HTML files from BASE_DIRECTORY.'''
@@ -84,9 +84,9 @@
 EXCLUDED_DIRECTORIES_REGEXP = '^(japan|wwwin|education/fr|\
 education/draft|press|screenshots|server/staging|software/[^/]+)$|(^|/)po$'
 EXCLUDED_FILENAMES_REGEXP = \
-  '^server/(standards/boilerplate\.html' + \
+  '^(server/(standards/boilerplate\.html' + \
   '|source/linc/linc-report\.html' + \
-  '|.*whatsnew(\.[a-z]{2}(-[a-z]{2})?)?\.html)$'
+  '|.*whatsnew(\.[a-z]{2}(-[a-z]{2})?)?\.html)|volunteers/volunteers\.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]