Author: chirino
Date: Mon Sep 18 07:50:58 2006
New Revision: 447421
URL: http://svn.apache.org/viewvc?view=rev&rev=447421
Log:
Latest export from confluence
Modified:
incubator/servicemix/site/sm30ug/users-guide.html
Modified: incubator/servicemix/site/sm30ug/users-guide.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/users-guide.html?view=diff&rev=447421&r1=447420&r2=447421
==============================================================================
--- incubator/servicemix/site/sm30ug/users-guide.html (original)
+++ incubator/servicemix/site/sm30ug/users-guide.html Mon Sep 18 07:50:58 2006
@@ -50,7 +50,15 @@
<UL>
- <LI><A href="3-installation.html" title="3. Installation">3.
Installation</A></LI>
+ <LI><A href="3-installation.html" title="3. Installation">3.
Installation</A>
+ <UL>
+ <LI><A
href="3-installation.html#3.Installation-PreInstallationRequirements"
title="Pre-Installation Requirements on 3. Installation">Pre-Installation
Requirements</A></LI>
+ <LI><A
href="3-installation.html#3.Installation-InstallationProcedureforWindows"
title="Installation Procedure for Windows on 3. Installation">Installation
Procedure for Windows</A> for Binary, Source and Developers' Release</LI>
+ <LI><A
href="3-installation.html#3.Installation-InstallationProcedureForUnix"
title="Installation Procedure For Unix on 3. Installation">Installation
Procedure For Unix</A> for Binary, Source and Developers' Release</LI>
+ <LI><A
href="3-installation.html#3.Installation-StartingServiceMix" title="Starting
ServiceMix on 3. Installation">Starting ServiceMix</A> and <A
href="3-installation.html#3.Installation-TestingtheInstallation" title="Testing
the Installation on 3. Installation">Testing the Installation</A></LI>
+ <LI><A
href="3-installation.html#3.Installation-StoppingServiceMix" title="Stopping
ServiceMix on 3. Installation">Stopping ServiceMix</A></LI>
+ </UL>
+ </LI>
</UL>
@@ -181,9 +189,35 @@
</DIV>
<DIV id="site-footer">
Added by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume
Nodet</A>,
- last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume
Nodet</A> on Sep 11, 2006
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13484&originalId=13617">view
change</A>)
-
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski">Georg
Dembowski</A> on Sep 18, 2006
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13484&originalId=13738">view
change</A>)
+ <SPAN id="show" class="inline-control-link"><A href=""
onclick="showComment(); return false;">show comment</A></SPAN>
+ <SPAN id="hide" class="inline-control-link" style="display:none;"><A
href="" onclick="hideComment(); return false;">hide comment</A></SPAN>
+ <DIV id="versionComment" class="noteMacro" style="display:none;
padding: 5px;">
+ <B>Comment:</B>
+ Added subchapters for cha 3<BR>
+ <SPAN class="smalltext"><A
href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=13484">View
page history</A></SPAN>
+ </DIV>
+
+ <SCRIPT>
+ var show = document.getElementById('show');
+ var hide = document.getElementById('hide');
+ var versionComment = document.getElementById('versionComment');
+
+ function showComment(){
+ show.style.display = 'none';
+ hide.style.display = 'inline';
+ versionComment.style.display = 'block';
+ }
+
+ function hideComment(){
+ show.style.display = 'inline';
+ hide.style.display = 'none';
+ versionComment.style.display = 'none';
+ }
+
+ </SCRIPT>
+
(<A
href="http://goopen.org/confluence/pages/editpage.action?pageId=13484">edit
page</A>)
</DIV>