diff options
author | Alexey Shchepin <alexey@process-one.net> | 2004-12-01 22:48:53 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2004-12-01 22:48:53 +0000 |
commit | fb977729a94e99b24139a946edd566d80ae37a19 (patch) | |
tree | 10a49176d34b123232979a8fe1356e6a950757ea /doc/guide.html | |
parent | * src/mod_vcard.erl: Added missed index (diff) |
* src/expat_erl.c: Now uses port control instead of port output
* src/xml_stream.erl: Likewise
* src/stringprep/stringprep.erl: Now register port instead of
storing it in ets table
* doc/guide.tex: Updated URLs to R10C release
SVN Revision: 287
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guide.html b/doc/guide.html index e112b16af..9609458aa 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -179,7 +179,7 @@ To compile <TT>ejabberd</TT> in MS Windows environment, you will need the follow packages: <UL><LI> MS Visual C++ 6.0 Compiler -<LI><A HREF="http://www.erlang.org/download/otp_win32_R9C-0.exe">Erlang/OTP R9C-0</A> +<LI><A HREF="http://erlang.org/download/otp_win32_R10B-1a.exe">Erlang/OTP R10B-1a</A> <LI><A HREF="http://prdownloads.sourceforge.net/expat/expat_win32bin_1_95_7.exe?download">Expat 1.95.7</A> <LI><A HREF="http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.9.1.tar.gz">Iconv 1.9.1</A> (optional) @@ -410,7 +410,8 @@ The following ACLs pre-defined: <B><TT>all</TT></B><DD> Matches all JIDs. <DT><B><TT>none</TT></B><DD> Matches none JIDs. </DL> -An entry allowing or denying different services would look similar to this: +An entry allowing or denying access to different services would look similar to +this: <PRE> {access, <accessname>, [{allow, <aclname>}, {deny, <aclname>}, @@ -811,7 +812,7 @@ Replicating of table makes lookup in this table faster on this node, replicas is down, other replicas will be used.<BR> <BR> Also section ``5.3 Table Fragmentation'' - <A HREF="http://erlang.org/doc/r9c/lib/mnesia-4.1.4/doc/html/part_frame.html">here</A> + <A HREF="http://www.erlang.se/doc/doc-5.4/lib/mnesia-4.2/doc/html/index.html">here</A> can be useful.<BR> <BR> (alt) Same as in previous item, but for other tables.<BR> |