# Incase you're wondering why we're using source RPMs, this is because
# they contain patches required to either fix build or runtime problems,
# and it's easier to maintain this hunk of a package when the patches &
# sources are self contained.

# linuxdoc-tools:
# This provides things such as sgml2txt.
wget -c http://ftp.de.debian.org/debian/pool/main/l/linuxdoc-tools/linuxdoc-tools_0.9.56.tar.gz

# OpenSP:
# http://openjade.sourceforge.net/download.html
# wget -c http://kent.dl.sourceforge.net/sourceforge/openjade/OpenSP-1.5.2.tar.gz
# 
wget -c http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/opensp-1.5.2-11.fc11.src.rpm

# OpenJade:
# http://openjade.sourceforge.net/
wget -c http://kent.dl.sourceforge.net/sourceforge/openjade/openjade-1.3.2.tar.gz

# sgmltools-common.
# It's broken and needs patching so we'll use Fedora's.
#wget -c ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-0.6.3.tgz
wget -c http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/sgml-common-0.6.3-27.fc11.src.rpm

# DocBook docs:
# http://www.oasis-open.org/docbook/sgml/
#
wget -c http://www.oasis-open.org/docbook/sgml/3.1/docbk31.zip
wget -c http://www.docbook.org/sgml/4.5/docbook-4.5.zip
# http://www.linuxfromscratch.org/blfs/view/stable/pst/docbook-dsssl.html
wget -c ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/docbook-dsssl-1.79.tar.bz2
wget -c http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-dsssl-doc-1.79.tar.bz2
# Why don't they put the patches into the distributed source...???
#wget -c ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-0.6.14.tar.gz
wget -c http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/docbook-utils-0.6.14-16.fc11.src.rpm
#
wget -c http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip
# https://sourceforge.net/project/showfiles.php?group_id=21935&package_id=16608
wget -c http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-1.73.2.tar.bz2
wget -c http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-doc-1.73.2.tar.bz2

# gnome-doc-utils, needed to build gtk-doc:
wget -c http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.16/gnome-doc-utils-0.16.0.tar.bz2

# gtk-doc:
wget -c http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.11/gtk-doc-1.11.tar.bz2

# sgmlspl
# http://www.cs.indiana.edu/~asengupt/sgml/SGMLSpm/DOC/HTML/sgmlspl/sgmlspl.html
# There's nothing in the FTP download site at this time, so I'll take it from Debian.
wget -c http://ftp.debian.org/debian/pool/main/libs/libsgmls-perl/libsgmls-perl_1.03ii.orig.tar.gz
wget -c http://ftp.de.debian.org/debian/pool/main/libs/libsgmls-perl/libsgmls-perl_1.03ii-32.diff.gz

# xmlto
# https://fedorahosted.org/releases/x/m/xmlto
wget -c --no-check-certificate http://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.22.tar.bz2

# AsciiDoc
# http://www.methods.co.nz/asciidoc/
wget -c http://www.methods.co.nz/asciidoc/asciidoc-8.4.4.tar.gz