You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2012/07/22 22:24:51 UTC

svn commit: r1364425 - in /servicemix/website/trunk/src/main/webapp: community/irc.page site/navigation.page

Author: gertv
Date: Sun Jul 22 20:24:51 2012
New Revision: 1364425

URL: http://svn.apache.org/viewvc?rev=1364425&view=rev
Log:
Update docs links to /docs/4.4.x and fix IRC page

Modified:
    servicemix/website/trunk/src/main/webapp/community/irc.page
    servicemix/website/trunk/src/main/webapp/site/navigation.page

Modified: servicemix/website/trunk/src/main/webapp/community/irc.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/community/irc.page?rev=1364425&r1=1364424&r2=1364425&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/community/irc.page (original)
+++ servicemix/website/trunk/src/main/webapp/community/irc.page Sun Jul 22 20:24:51 2012
@@ -1,41 +1,31 @@
----
-title: IRC
-page_version: 9
-page_creator: gnodet
-page_modifier: gertvanthienen
---- pipeline:conf
-h1. IRC
-
-Although the preferred means of communication regarding ServiceMix is always the [mailing lists|Mailing lists], you can also find most of us hanging out on the [#servicemix channel|irc://irc.codehaus.org/servicemix] on the Codehaus IRC server. Many of us hang out there while we're working because it's a good place to have quick chats.
-
-h3. Connecting to IRC
-
-Below is the connection information: 
-
-{panel}
-*server:* irc.codehaus.org
-*port:* 6667
-*channel:* #servicemix 
-{panel}
-
-h2. Use the Mibbit IRC Client
-
-If you aren't a habitual IRC user, feel free to take a hit off the Mibbit IRC client by entering an optional nick and clicking the connect button below, or you can {html}<a href='#servicemix' onclick='window.open("http://embed.mibbit.com/?server=irc.codehaus.org&channel=%23servicemix&nick=wiki_user&chatOutputShowTimes=true","","width=640,height=480")'>
-open a popout IRC client</a>
-{html}
-
-{html}
-<iframe width="600" height="380" scrolling="no" frameborder="0"
- src="http://embed.mibbit.com/?server=irc.codehaus.org&channel=%23servicemix&nick=wiki_user&chatOutputShowTimes=true">
-</iframe>
-{html}
+---
+title: IRC
+--- pipeline:markdown
+
+# IRC
+
+Although the preferred means of communication regarding ServiceMix is always the [mailing lists](/community/mailing-lists.html), you can also find most of us hanging out on the [#servicemix channel](irc://irc.codehaus.org/servicemix) on the Codehaus IRC server. Many of us hang out there while we're working because it's a good place to have quick chats.
+
+## Connecting to IRC
 
-h2. Other IRC Clients 
+Below is the connection information:
 
-To connect to the Codehaus IRC server, you'll need an IRC client. There's a decent [list of IRC clients on Wikipedia|http://en.wikipedia.org/wiki/List_of_IRC_clients] along with some feature comparisons and other information. 
+* **server**: `irc.codehaus.org`
+* **port**: `6667`
+* **channel**: `#servicemix
+
+### Use the Mibbit IRC Client
+
+If you aren't a habitual IRC user, feel free to take a hit off the Mibbit IRC client by entering an optional nick and clicking the connect button below, or you can
+<a href='#servicemix' onclick='window.open("http://embed.mibbit.com/?server=irc.codehaus.org&channel=%23servicemix&nick=wiki_user&chatOutputShowTimes=true","","width=640,height=480")'>open a popout IRC client</a>
+
+<iframe width="600" height="380" scrolling="no" frameborder="0" src="http://embed.mibbit.com/?server=irc.codehaus.org&channel=%23servicemix&nick=wiki_user&chatOutputShowTimes=true">
+</iframe>
 
-h2. IRC Log 
+### Other IRC Clients
 
-The IRC log is [publicly available for browsing|http://irclogs.dankulp.com/logs/irclogger_logs/servicemix].
+To connect to the Codehaus IRC server, you'll need an IRC client. There's a decent [list of IRC clients on Wikipedia](http://en.wikipedia.org/wiki/List_of_IRC_clients) along with some feature comparisons and other information.
 
+## IRC Log
 
+The IRC log is [publicly available for browsing](http://irclogs.dankulp.com/logs/irclogger_logs/servicemix).
\ No newline at end of file

Modified: servicemix/website/trunk/src/main/webapp/site/navigation.page
URL: http://svn.apache.org/viewvc/servicemix/website/trunk/src/main/webapp/site/navigation.page?rev=1364425&r1=1364424&r2=1364425&view=diff
==============================================================================
--- servicemix/website/trunk/src/main/webapp/site/navigation.page (original)
+++ servicemix/website/trunk/src/main/webapp/site/navigation.page Sun Jul 22 20:24:51 2012
@@ -10,8 +10,8 @@ h3. [Overview|index]
 h3. [Documentation]
 {html}
 <ul>
-<li><a href="http://servicemix.apache.org/docs/4.4.0/quickstart/index.html" target="quickstart">Quickstart Guide</a></li>
-<li><a href="http://servicemix.apache.org/docs/4.4.0/index.html" target="documentation">Documentation: 4.4.0</a></li>
+<li><a href="http://servicemix.apache.org/docs/4.4.x/quickstart/index.html" target="quickstart">Quickstart Guide</a></li>
+<li><a href="http://servicemix.apache.org/docs/4.4.x/index.html" target="documentation">Documentation: 4.4.x</a></li>
 </ul>
 {html}