CVS update by apa-guest . ...
[email protected] Sun, 06 Dec 2009 13:54:38 +0000
| Newsgroups | gmane.emacs.xemacs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: apa-guest Date: 09/12/06 13:54:38 Modified: . ChangeLog batch-psgml-validate.el Makefile Log: xemacsweb: turn on validation and site indexing -------------------- ChangeLog entries follow: -------------------- ChangeLog addition: 2009-12-06 Adrian Aichner <[email protected]> * batch-psgml-validate.el (batch-psgml-validate): Don't indent file, which takes all the time. * Makefile (all): turn on validation and site indexing. Revision Changes Path 1.289 XEmacs/xemacsweb/ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/xemacs/XEmacs/xemacsweb/ChangeLog,v retrieving revision 1.288 retrieving revision 1.289 diff -u -p -r1.288 -r1.289 --- ChangeLog 29 Nov 2009 14:47:44 -0000 1.288 +++ ChangeLog 6 Dec 2009 13:54:33 -0000 1.289 @@ -1,3 +1,9 @@ +2009-12-06 Adrian Aichner <[email protected]> + + * batch-psgml-validate.el (batch-psgml-validate): Don't indent + file, which takes all the time. + * Makefile (all): turn on validation and site indexing. + 2009-11-29 Stephen J. Turnbull <[email protected]> * Makefile (real-validate): Use xargs, we have too many html files. 1.23 XEmacs/xemacsweb/batch-psgml-validate.el Index: batch-psgml-validate.el =================================================================== RCS file: /cvsroot/xemacs/XEmacs/xemacsweb/batch-psgml-validate.el,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- batch-psgml-validate.el 8 Nov 2003 23:05:29 -0000 1.22 +++ batch-psgml-validate.el 6 Dec 2009 13:54:35 -0000 1.23 @@ -1,13 +1,13 @@ ;;; batch-psgml-validate.el --- Batch-validation of HTML with PSGML for XEmacs ;;; -;;; $Id: batch-psgml-validate.el,v 1.22 2003-11-08 23:05:29 adrian Exp $ +;;; $Id: batch-psgml-validate.el,v 1.23 2009-12-06 13:54:35 apa-guest Exp $ ;;; ;;; Copyright (C) 2000 Adrian Aichner ;; Author: Adrian Aichner <[email protected]> ;; Maintainer: XEmacs Development Team <[email protected]> -;; Date: $Date: 2003-11-08 23:05:29 $ -;; Version: $Revision: 1.22 $ +;; Date: $Date: 2009-12-06 13:54:35 $ +;; Version: $Revision: 1.23 $ ;; Keywords: xemacsweb ;; This file is part of XEmacs. @@ -107,8 +107,10 @@ conformance of files in FILE-OR-DIR with (member (file-name-extension file) (list "htm" "html")) (null (backup-file-name-p file))) - (batch-psgml-validate-file file t t)))) - (batch-psgml-validate-file file-or-dir t t)))) + ;; drop indent which takes all the time + (batch-psgml-validate-file file t)))) + ;; drop indent which takes all the time + (batch-psgml-validate-file file-or-dir t)))) (defun batch-psgml-validate-file (file &optional insert-result indent) "Uses `sgml-next-trouble-spot' from the PSGML package to validate 1.61 XEmacs/xemacsweb/Makefile Index: Makefile =================================================================== RCS file: /cvsroot/xemacs/XEmacs/xemacsweb/Makefile,v retrieving revision 1.60 retrieving revision 1.61 diff -u -p -r1.60 -r1.61 --- Makefile 29 Nov 2009 14:47:45 -0000 1.60 +++ Makefile 6 Dec 2009 13:54:37 -0000 1.61 @@ -61,7 +61,7 @@ include Local.rules.mk # all: validate # Just generate .html from .content without validate until validation # is working incrementally again. -all: htdocs +all: validate namazu-re-index everything: validate Download/win32 namazu-re-index