diff options
author | Badlop <badlop@process-one.net> | 2009-12-09 10:09:35 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-12-09 10:09:35 +0000 |
commit | 3250c24ff15e8477c3b12a0523338ca6f2c92570 (patch) | |
tree | 45229f8c242463b07fef430e49d69e43f5e7eedd /doc | |
parent | Fix erl -setcookie argument in cluster setup (thanks to Jan Koum) (diff) |
This is ejabberd 2.1.x branch, not 2.1.0 tag.
SVN Revision: 2796
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev.html | 4 | ||||
-rw-r--r-- | doc/features.html | 4 | ||||
-rw-r--r-- | doc/guide.html | 6 | ||||
-rw-r--r-- | doc/version.tex | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/dev.html b/doc/dev.html index 78b7cb092..c6c10b947 100644 --- a/doc/dev.html +++ b/doc/dev.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> -<TITLE>Ejabberd 2.1.0 Developers Guide +<TITLE>Ejabberd 2.1.x Developers Guide </TITLE> <META http-equiv="Content-Type" content="text/html; charset=US-ASCII"> @@ -49,7 +49,7 @@ TD P{margin:0px;} <!--HEVEA command line is: /usr/bin/hevea -fix -pedantic dev.tex --> <!--CUT DEF section 1 --><P><A NAME="titlepage"></A> -</P><TABLE CLASS="title"><TR><TD><H1 CLASS="titlemain">Ejabberd 2.1.0 Developers Guide</H1><H3 CLASS="titlerest">Alexey Shchepin<BR> +</P><TABLE CLASS="title"><TR><TD><H1 CLASS="titlemain">Ejabberd 2.1.x Developers Guide</H1><H3 CLASS="titlerest">Alexey Shchepin<BR> <A HREF="mailto:alexey@sevcom.net"><TT>mailto:alexey@sevcom.net</TT></A><BR> <A HREF="xmpp:aleksey@jabber.ru"><TT>xmpp:aleksey@jabber.ru</TT></A></H3></TD></TR> </TABLE><DIV CLASS="center"> diff --git a/doc/features.html b/doc/features.html index 36f8087d4..503ac0d3f 100644 --- a/doc/features.html +++ b/doc/features.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> -<TITLE>Ejabberd 2.1.0 Feature Sheet +<TITLE>Ejabberd 2.1.x Feature Sheet </TITLE> <META http-equiv="Content-Type" content="text/html; charset=US-ASCII"> @@ -50,7 +50,7 @@ SPAN{width:20%; float:right; text-align:left; margin-left:auto;} <!--HEVEA command line is: /usr/bin/hevea -fix -pedantic features.tex --> <!--CUT DEF section 1 --><P><A NAME="titlepage"></A> -</P><TABLE CLASS="title"><TR><TD><H1 CLASS="titlemain">Ejabberd 2.1.0 Feature Sheet</H1><H3 CLASS="titlerest">Sander Devrieze<BR> +</P><TABLE CLASS="title"><TR><TD><H1 CLASS="titlemain">Ejabberd 2.1.x Feature Sheet</H1><H3 CLASS="titlerest">Sander Devrieze<BR> <A HREF="mailto:s.devrieze@pandora.be"><TT>mailto:s.devrieze@pandora.be</TT></A><BR> <A HREF="xmpp:sander@devrieze.dyndns.org"><TT>xmpp:sander@devrieze.dyndns.org</TT></A></H3></TD></TR> </TABLE><DIV CLASS="center"> diff --git a/doc/guide.html b/doc/guide.html index 1a56ae7a4..9c3414957 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -6,7 +6,7 @@ - ejabberd 2.1.0 + ejabberd 2.1.x Installation and Operation Guide @@ -76,7 +76,7 @@ BLOCKQUOTE.figure DIV.center DIV.center HR{display:none;} <HR SIZE=2><BR> <BR> -<TABLE CELLSPACING=6 CELLPADDING=0><TR><TD ALIGN=right NOWRAP> <FONT SIZE=6><B>ejabberd 2.1.0 </B></FONT></TD></TR> +<TABLE CELLSPACING=6 CELLPADDING=0><TR><TD ALIGN=right NOWRAP> <FONT SIZE=6><B>ejabberd 2.1.x </B></FONT></TD></TR> <TR><TD ALIGN=right NOWRAP> </TD></TR> <TR><TD ALIGN=right NOWRAP> <FONT SIZE=6>Installation and Operation Guide</FONT></TD></TR> </TABLE><BR> @@ -3823,7 +3823,7 @@ serving this connection, otherwise a new connection is opened.</P><P> <A NAME="c and you need to setup another one to make an <TT>ejabberd</TT> cluster. Then do following steps:</P><OL CLASS="enumerate" type=1><LI CLASS="li-enumerate"> Copy <CODE>~ejabberd/.erlang.cookie</CODE> file from <TT>first</TT> to -<TT>second</TT>.<P>(alt) You can also add ‘<CODE>-cookie content_of_.erlang.cookie</CODE>’ +<TT>second</TT>.<P>(alt) You can also add ‘<CODE>-setcookie content_of_.erlang.cookie</CODE>’ option to all ‘<TT>erl</TT>’ commands below.</P></LI><LI CLASS="li-enumerate">On <TT>second</TT> run the following command as the <TT>ejabberd</TT> daemon user, in the working directory of <TT>ejabberd</TT>:<PRE CLASS="verbatim">erl -sname ejabberd \ -mnesia dir "/var/lib/ejabberd/" \ diff --git a/doc/version.tex b/doc/version.tex index 6ef8b9e67..905ac86f2 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1,2 +1,2 @@ % ejabberd version (automatically generated). -\newcommand{\version}{2.1.0} +\newcommand{\version}{2.1.x} |