You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/07/30 16:46:30 UTC

cvs commit: jakarta-commons-sandbox/jelly/xdocs irc.xml navigation.xml

jstrachan    2002/07/30 07:46:29

  Modified:    jelly/xdocs navigation.xml
  Added:       jelly/xdocs irc.xml
  Log:
  adding a new link to the IRC channel as well as grouping the navigations a little to make it easier to spott stuff
  
  Revision  Changes    Path
  1.10      +4 -1      jakarta-commons-sandbox/jelly/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/xdocs/navigation.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- navigation.xml	23 Jul 2002 10:28:56 -0000	1.9
  +++ navigation.xml	30 Jul 2002 14:46:29 -0000	1.10
  @@ -13,7 +13,10 @@
         <item name="Tag Reference"           href="/tags.html"/>
         <item name="Download"                href="http://jakarta.apache.org/turbine/jars2/commons-jelly/distributions/"/>
         <item name="To Do List"              href="/todo.html"/>
  -      <item name="Blog"			   		   href="http://blogs.werken.com/projects/jelly/"/>
  +    </menu>
  +    <menu name="Community">
  +      <item name="News Blog"			   href="http://blogs.werken.com/projects/jelly/"/>
  +      <item name="IRC"					   href="/irc.html"/>
       </menu>
     </body>
   </project>
  
  
  
  1.1                  jakarta-commons-sandbox/jelly/xdocs/irc.xml
  
  Index: irc.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>IRC</title>
      <author email="jstrachan@apache.org">James Strachan</author>
    </properties>
  
    <body>
  
      <section name="IRC">
  
        <p>
        The Werken Company runs an IRC server to support the interactive
        efforts of project members.
        </p>
  
        <p>
        To access the IRC server, point an appropriate IRC client at:
        </p>
  
        <blockquote>
          <pre>
              server: <b>irc.werken.com</b>
                port: <b>6667</b>
          </pre>
        </blockquote>
  
        <p>
        If you have <a href="http://www.mozilla.org/">Mozilla</a> installed you can point your browser at
        <a href="irc://irc.werken.com:6667/#jelly">#jelly</a>.
        </p>
  
        <p>
        You may find folks hanging out in either <code><b>#jelly</b></code>
        or <code><b>#maven</b></code>.
        </p>
  
        <subsection name="Logs">
          <p>
          Many of the channels hosted by The Werken Company are archived
          and available through the 
          <a href="http://irc.werken.com/channels/">Werken IRC Archives</a>.
          </p>
  
          <p>
          <a href="http://irc.werken.com/channels/jelly/">#jelly archive</a>
          </p>
        </subsection>
        
  
      </section>
      
    </body>
  </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>