Author: sergiykarpenko
Date: 2010-08-05 08:40:40 -0400 (Thu, 05 Aug 2010)
New Revision: 2885
Modified:
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/cometd-cluster.xml
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/cometd.xml
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/framework-for-cross-domain-ajax.xml
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/javascript-webdav-library.xml
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/kerberos-sso-on-active-directory.xml
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/oauth.xml
Log:
EXOJCR-869: link fixes
Modified:
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/cometd-cluster.xml
===================================================================
---
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/cometd-cluster.xml 2010-08-05
12:04:47 UTC (rev 2884)
+++
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/cometd-cluster.xml 2010-08-05
12:40:40 UTC (rev 2885)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<chapter id = "WS.Cometdcluster">
+<chapter id="WS.Cometdcluster">
<?dbhtml filename="ch-cometd-cluster.html"?>
<title>Cometd cluster</title>
@@ -9,12 +9,12 @@
<section>
<title>Motivation</title>
- <para>When we run Stress Testing Cometd (Jetty implementation) <link
-
linkend="???">http://docs.codehaus.org/display/JETTY/Stress+...
+ <para>When we run Stress Testing Cometd (Jetty implementation) <ulink
+
url="http://docs.codehaus.org/display/JETTY/Stress+Testing+Cometd&qu...
we see that if we connect many clients, deliver message latency tends to
grow up. This situation described in article "20,000 Reasons Why Comet
- Scales". <link
-
linkend="???">http://cometdaily.com/2008/01/07/20000-reasons...
+ Scales". <ulink
+
url="http://cometdaily.com/2008/01/07/20000-reasons-that-comet-scale...
So, in order to support a lot of concurrent cometd connections we need a
mean to horizontally scale eXo cometd support.</para>
@@ -215,16 +215,10 @@
sleep-connection = "500" (мс), will be subscribe on the channel
"/eXo/comedt/test". Then it will be sent two message "hello"
"hello!!!"
the First individually to each of the clients, the second broadcast on the
- channel. Messages delivered with an interval sleep-sending = "200".
<link
- linkend="???">http://localhost:8080/rest/</link> - base URL of Exo
-
- server. For start test execute a command:</para>
+ channel. Messages delivered with an interval sleep-sending = "200".
+ <uri>http://localhost:8080/rest/</uri> - base URL of Exo - server. For
+ start test execute a command:</para>
<programlisting>mvn clean install -f pom-test.xml -Dexo.test.skip=false
-Djetty.home = "./target/jetty"</programlisting>
</section>
-
- <section>
- <title>Bench</title>
-
- <para>See Cometd Cluster Bench</para>
- </section>
</chapter>
Modified:
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/cometd.xml
===================================================================
---
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/cometd.xml 2010-08-05
12:04:47 UTC (rev 2884)
+++
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/cometd.xml 2010-08-05
12:40:40 UTC (rev 2885)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<chapter id = "WS.Cometd">
+<chapter id="WS.Cometd">
<?dbhtml filename="ch-cometd.html"?>
<title>Cometd</title>
@@ -18,8 +18,8 @@
called various names, including server push, HTTP push, HTTP streaming,
Pushlets, Reverse Ajax, and others.</para>
- <para>Cometd on wikipedia <link
-
linkend="???">http://en.wikipedia.org/wiki/Comet_(programmin...
+ <para>Cometd on wikipedia <ulink
+
url="http://en.wikipedia.org/wiki/Comet_(programming)">http:...
<para>It's an implementation of the Bayeux protocol.</para>
</section>
Modified:
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/framework-for-cross-domain-ajax.xml
===================================================================
---
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/framework-for-cross-domain-ajax.xml 2010-08-05
12:04:47 UTC (rev 2884)
+++
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/framework-for-cross-domain-ajax.xml 2010-08-05
12:40:40 UTC (rev 2885)
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<chapter id = "WS.CrossDomainAJAX">
+<chapter id="WS.CrossDomainAJAX">
<?dbhtml filename="ch-framework-for-cross-domain-ajax.html"?>
<title>Framework for cross-domain AJAX</title>
- <para>(<link
-
linkend="???">http://svn.exoplatform.org/projects/ws/branche...
+ <para>(<ulink
+
url="https://anonsvn.jboss.org/repos/exo-jcr/ws/trunk/exo.ws.framewo...
<section>
<title>Motivation</title>
@@ -17,8 +17,8 @@
server. This has put a serious limitation on Ajax developers: you can use
XmlHttpRequests to make background calls to a server, but it has to be the
same server that served up the current page. For detail's you can visit
- <link
-
linkend="???">http://www.mozilla.org/projects/security/compo...
+ <ulink
+
url="http://www.mozilla.org/projects/security/components/same-origin...
<mediaobject>
<imageobject>
Modified:
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/javascript-webdav-library.xml
===================================================================
---
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/javascript-webdav-library.xml 2010-08-05
12:04:47 UTC (rev 2884)
+++
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/javascript-webdav-library.xml 2010-08-05
12:40:40 UTC (rev 2885)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<chapter id = "WS.JavaScriptWebDAVLibrary">
+<chapter id="WS.JavaScriptWebDAVLibrary">
<?dbhtml filename="ch-javascript-webdav-library.html"?>
<title>JavaScript WebDAV Library</title>
@@ -343,16 +343,13 @@
<section>
<title>How to get JavaScript WebDAV library</title>
- <para>You can get this library at the <link
-
linkend="???">http://svn.exoplatform.org/svnroot/exoplatform...
+ <para>You can get this library at the <ulink
+
url="http://svn.exoplatform.org/svnroot/exoplatform/projects/ws/bran...
- <para>Demonstration page was placed as <link
-
linkend="???">http://svn.exoplatform.org/svnroot/exoplatform...
+ <para>Demonstration page was placed as <ulink
+
url="http://svn.exoplatform.org/svnroot/exoplatform/projects/ws/bran...
- <para>JSDoc is available at the <link
-
linkend="???">http://svn.exoplatform.org/svnroot/exoplatform...
-
- <para>Another place of Javadoc will be at the <link
- linkend="???">http://docs.exoplatform.com.ua site
soon</link>.</para>
+ <para>JSDoc is available at the <ulink
+
url="http://svn.exoplatform.org/svnroot/exoplatform/projects/ws/bran...
</section>
</chapter>
Modified:
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/kerberos-sso-on-active-directory.xml
===================================================================
---
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/kerberos-sso-on-active-directory.xml 2010-08-05
12:04:47 UTC (rev 2884)
+++
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/kerberos-sso-on-active-directory.xml 2010-08-05
12:40:40 UTC (rev 2885)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<chapter id = "WS.KerberosSSOOnActiveDirectory">
+<chapter id="WS.KerberosSSOOnActiveDirectory">
<?dbhtml filename="ch-kerberos-sso-on-active-directory.html"?>
<title>Kerberos SSO on Active Directory</title>
@@ -226,10 +226,10 @@
</security-constraint></programlisting>
<para>NOTE At list one roles in web.xml must be corresponding to user
- group in AD. </para>
+ group in AD.</para>
<para>3. Download in lib folder jcif-1.2.17.jar . We need this for support
- NTLM authentication. </para>
+ NTLM authentication.</para>
<para>4. In exo-tomcat/conf/jaas.conf, add :</para>
@@ -279,9 +279,8 @@
of the machine where webserver run (in this exemple : set "ubu"). For IE,
there is no additional configuration.</para>
- <para>8. Go to <link
-
linkend="???">http://ubu.exoua-int:8080/portal/private/classic</link>
If
- use was login windows (domain authentication) then, Active directory
+ <para>8. Go to
<uri>http://ubu.exoua-int:8080/portal/private/classic</uri>
+ If use was login windows (domain authentication) then, Active directory
authentication will be used.</para>
<para>Instead tomcat valve
Modified:
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/oauth.xml
===================================================================
---
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/oauth.xml 2010-08-05
12:04:47 UTC (rev 2884)
+++
jcr/branches/1.12.x/docs/reference/en/src/main/docbook/en-US/modules/ws/oauth.xml 2010-08-05
12:40:40 UTC (rev 2885)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<chapter id = "WS.oAuth">
+<chapter id="WS.oAuth">
<?dbhtml filename="ch-oauth.html"?>
<title>oAuth</title>
@@ -12,17 +12,17 @@
<para>OAuth allows to grant access to private resources on one site (which
is called the Service Provider), to another site (called Consumer). OAuth
is giving access to a resource without sharing your identity at all. More
- about oAuth at the site <link
linkend="???">http://oauth.net/</link>.
- (OAuth protocol: <link
-
linkend="???">http://oauth.net/core/1.0/</link>).</...
+ about oAuth at the site <ulink
+
url="http://oauth.net/">http://oauth.net/</ulink>. (OAuth
protocol: <ulink
+
url="http://oauth.net/core/1.0/">http://oauth.net/core/1.0/&...
<para>This article describes how to configure our implementation of oAuth
service and client part. Both parts, service (Provider) and client
- (Consumer) are based on oAuth core, this code can be found here <link
-
linkend="???">http://oauth.googlecode.com/svn/code/java/core...
+ (Consumer) are based on oAuth core, this code can be found here <ulink
+
url="http://oauth.googlecode.com/svn/code/java/core/">http:/...
- <para>Our implementation can be found here <link
-
linkend="???">http://svn.exoplatform.org/svnroot/exoplatform...
+ <para>Our implementation can be found here <ulink
+
url="http://svn.exoplatform.org/svnroot/exoplatform/projects/ws/trun...
</section>
<section>