summary refs log tree commit diff
path: root/pkgs/data/sgml+xml/schemas
Commit message (Collapse)AuthorAge
* Attach a bunch of meta.branch info for the monitorMateusz Kowalczyk2014-11-17
| | | | | This should stop explicitly-versioned expressions from showing up in the monitor as in need of update.
* Adding the sgml dtd for docbook 3.1LluĂ­s Batlle i Rossell2013-03-18
| | | | Required by iputils manpages.
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Added the Docbook 4.1 SGML DTDs.Eelco Dolstra2011-11-01
| | | | | | | * Fixed the "docbook2man --sgml" command in docbook2x. * Fixed the module-init-tools manual pages. svn path=/nixpkgs/trunk/; revision=30165
* pkgs/data/sgml+xml/schemas/xml-dtd/docbook/4.5.nix: added docbook 4.5 XML DTDPeter Simons2009-11-03
| | | | | | The new asciidoc version generates docbook output for this version. svn path=/nixpkgs/trunk/; revision=18077
* * XHTML 1.0 DTDs.Eelco Dolstra2009-09-16
| | | | svn path=/nixpkgs/trunk/; revision=17185
* * Docbook 5.Eelco Dolstra2008-06-11
| | | | | | * Docbook XSL 1.74.0. svn path=/nixpkgs/trunk/; revision=12040
* * Standards compliance.Eelco Dolstra2007-10-19
| | | | svn path=/nixpkgs/trunk/; revision=9476
* * Added the old DocBook XML 4.1.2 (Gnome needs it).Eelco Dolstra2007-10-18
| | | | svn path=/nixpkgs/trunk/; revision=9469
* * Refactoring the old DocBook DTDs (step 1).Eelco Dolstra2007-10-18
| | | | svn path=/nixpkgs/trunk/; revision=9468
* * 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
* * DocBook 5.0 candidate release 1.Eelco Dolstra2007-01-30
| | | | svn path=/nixpkgs/trunk/; revision=7810
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * Rename for consistency.Eelco Dolstra2006-08-18
| | | | svn path=/nixpkgs/trunk/; revision=6179
* * 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
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * "." -> "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
* OepsMartin Bravenboer2005-08-12
| | | | svn path=/nixpkgs/trunk/; revision=3563
* * 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