diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2006-09-24 12:35:47 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2006-09-24 12:35:47 +0000 |
commit | b2e83ffca655ab0fc573a38a8ad7bc5cec825ac2 (patch) | |
tree | a77d884efdadb9ab3e5b4460323626f804aba024 | |
parent | * src/doc/features.html: Added to be consistent (guide.html is in the (diff) |
* src/doc/guide.html: Minor W3C compliance fix in an Hevea
generated URL.
SVN Revision: 625
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | doc/guide.html | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2006-09-24 Mickael Remond <mickael.remond@process-one.net> + * src/doc/guide.html: Minor W3C compliance fix in an Hevea + generated URL. + * src/doc/features.html: Added to be consistent (guide.html is in the repository to make Latex optional, but still allow access to the doc). diff --git a/doc/guide.html b/doc/guide.html index 130a9c128..214f8ef7f 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -321,7 +321,7 @@ To compile <TT>ejabberd</TT> on a Windows flavour, you need: <UL CLASS="itemize"><LI CLASS="li-itemize"> MS Visual C++ 6.0 Compiler <LI CLASS="li-itemize"><A HREF="http://erlang.org/download.html">Erlang/OTP R9C-2 or higher</A> -<LI CLASS="li-itemize"><A HREF="http://sourceforge.net/project/showfiles.php?group_id=10127&package_id=11277">Expat 1.95.7 or higher</A> +<LI CLASS="li-itemize"><A HREF="http://sourceforge.net/project/showfiles.php?group_id=10127&package_id=11277">Expat 1.95.7 or higher</A> <LI CLASS="li-itemize"><A HREF="http://www.gnu.org/software/libiconv/">GNU Iconv 1.9.1</A> (optional) <LI CLASS="li-itemize"><A HREF="http://www.slproweb.com/products/Win32OpenSSL.html">Shining Light OpenSSL</A> |