summary refs log tree commit diff
path: root/pkgs/data/sgml+xml/schemas/xml-dtd
Commit message (Collapse)AuthorAge
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Latest DocBook5 beta.Eelco Dolstra2006-08-18
| | | | | | | | * Removed schemas/xml-dtd/docbook-5.0, it's subsumed by schemas/docbook5 which contains both the RelaxNG and DTD schemata, as well some other stuff. svn path=/nixpkgs/trunk/; revision=6178
* Updated docbook-xsl to 1.70.1, which improves the docbook 5 support.Martin Bravenboer2006-07-01
| | | | | | | Added docbook 5.0b6, which replaces docbook-ng. svn path=/nixpkgs/trunk/; revision=5550
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Scrollkeeper requires DocBook XML 4.2 (not 4.3).Eelco Dolstra2004-04-08
| | | | svn path=/nixpkgs/trunk/; revision=930
* * Upgraded the DocBook DTD and the DocBook XSL stylesheets.Eelco Dolstra2004-04-08
| | | | | | * Added the DocBook EBNF module. svn path=/nixpkgs/trunk/; revision=926
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * "!isNull x" -> "x != null". Done automatically. Hope nothingEelco Dolstra2004-03-29
| | | | | | broke. svn path=/nixpkgs/trunk/; revision=870
* * DocBook DTD / XSLT stylesheets.Eelco Dolstra2003-11-25
svn path=/nixpkgs/trunk/; revision=543