Commit graph

11 commits

Author SHA1 Message Date
Simon L. B. Nielsen
6d575db83d Only sort on entry date, not modified date. It simply causes too much
repo churn with little value to resort all entries which have been
modified.
2006-07-30 13:18:32 +00:00
Jacques Vidrine
ef928928c0 $EDITOR should not be quoted. It might be "emacsclient -a vi" or
something.
2005-05-13 15:34:49 +00:00
Jacques Vidrine
c6d260351e Change the behavior of `make newentry' so that it invokes ${EDITOR}
after adding the template, since this is certainly the next required
action. [1]

Fix the error checking: a pipeline was masking some errors, and `set
errexit' was not effective in some other places.

Suggested by:	delphij [1]
2005-01-08 17:13:09 +00:00
Jacques Vidrine
c510dbc5c3 Add a target, `newentry', that will insert a VuXML <vuln> template
(including generated VID) to the top of the `vuln.xml' file.  This will
save a little time when adding new entries.

Inspired by:	a patch from simon
2005-01-08 15:43:23 +00:00
Hiroki Sato
c65c583e56 - Fix "make validate" problem when textproc/xhtml-basic is
installed by adding an SGML declaration and DTDDECL.
- Remove the --catalogs option for xmllint(1) in validate.sh.

Approved by:	nectar (maintainer)
PR:		ports/63035
2004-08-25 15:36:09 +00:00
Jacques Vidrine
097aea9345 Oops, tidy.xsl should now produce VuXML 1.1 documents on output. 2004-04-03 23:18:05 +00:00
Jacques Vidrine
66172f293e Add VuXML 1.1 DTD
Update document type declaration to VuXML 1.1
2004-04-02 23:31:03 +00:00
Jacques Vidrine
a0b833d3a4 Correct usage message for tidy.sh.
Submitted by:	Frankye Fattarelli <frankye@ipv5.net>
2004-04-01 22:41:02 +00:00
Jacques Vidrine
0ab8bd00ea Add a `make tidy' target that will clean up and sort a VuXML
document.  Requires xsltproc.
2004-03-30 06:16:21 +00:00
Jacques Vidrine
d67cad80c6 Allow validation without the need to specify which processor to use.
Now just invoke `make validate', and a shell script will be run and try
to use xmllint or nsgmls.

Requested by:	des
2004-02-25 17:03:18 +00:00
Jacques Vidrine
b73c2468c3 Add VuXML DTDs and the VuXML document for FreeBSD. 2004-02-12 14:23:48 +00:00