File: irc.xml

package info (click to toggle)
classworlds 1.0.1-1.1
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k, sarge
  • size: 548 kB
  • ctags: 381
  • sloc: java: 3,211; xml: 1,103; makefile: 45
file content (37 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<document>

  <properties>
    <author email="bob@eng.werken.com">bob mcwhirter</author>
    <title>IRC</title>
  </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>
      You may find folks hanging out in either <code><b>#werken</b></code>
      or <code><b>#classworlds</b></code>.
      </p>

    </section>
  </body>

</document>