diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-01 20:25:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:32 -0500 |
commit | 77a79baee7b22b62b82496c9cb7039d533c0b756 (patch) | |
tree | ce5ea51194ce5dff8d8b1f6c3263f723868935bf /docs | |
parent | dc56f3b507c4bf09b8f4962e080ccc9da8e853a7 (diff) | |
download | samba-77a79baee7b22b62b82496c9cb7039d533c0b756.tar.gz samba-77a79baee7b22b62b82496c9cb7039d533c0b756.tar.bz2 samba-77a79baee7b22b62b82496c9cb7039d533c0b756.zip |
Fixes for DTD URL redirection
(This used to be commit 087f1929c76ac720206c3059b31bb443d2e69a98)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/README b/docs/README index 9f3e14845b..06345b14d6 100644 --- a/docs/README +++ b/docs/README @@ -110,6 +110,9 @@ For the Pearson DTD, add something like: <public publicId="-//Pearson//DTD Books//DE" uri="file:///home/jelmer/Xml_dtd_1.1/pearson.dtd"/> +For the Samba DTD's, add something like: + <rewriteURI uriStartString="http://www.samba.org/samba/DTD" rewritePrefix="file:///home/jelmer/samba-web/DTD"/> + (of course, adapt /export/user/me/source/ to whatever path db2latex is installed in...) |