File: help.xml

package info (click to toggle)
libapache2-mod-rivet 3.2.6-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 6,384 kB
  • sloc: tcl: 8,982; xml: 8,619; ansic: 7,074; sh: 5,039; makefile: 195; sql: 91; lisp: 78
file content (104 lines) | stat: -rw-r--r-- 3,014 bytes parent folder | download | duplicates (7)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
  <section id="help">
    <title>Resources - How to Get Help</title>

    <section>
      <title>Mailing Lists</title>
      <para>
	The Rivet mailing list is the first place you should turn for
	help. If you haven't found the solution to your problem in the documentation  
	or you have a question, idea, or comment about the Rivet code itself send email to
	<email>rivet-dev@tcl.apache.org</email>. To subscribe to the list, post email to
	<email>rivet-dev-subscribe@tcl.apache.org</email>.
      </para>
      <para>
	The mailing list archives are available at <ulink
	  url="http://mail-archives.apache.org/mod_mbox/tcl-rivet-dev/" />
      </para>
    </section>

    <section>
      <title>Newsgroup</title>
      <para>
	The <ulink url="news:comp.lang.tcl"/> newsgroup is a good
	place to ask about Tcl questions in general.  Rivet developers
	also follow the newsgroup, but it's best to ask Rivet-specific
	questions on the Rivet list.
      </para>
    </section>

    <section id="websites">
      <title>Web Sites</title>

      <para>
	There are several web sites that cover Apache and Tcl
	extensively.
      </para>
      <itemizedlist>
	<listitem>
	  <para>
	    <ulink url="http://tcl.apache.org"/> is the home for the
	    Apache Tcl project.  Go there for the latest versions of
	    our software (if you aren't reading these pages off of the
	    site!).
	  </para>
	</listitem>
	<listitem>
	  <para>
	    <ulink url="http://httpd.apache.org/docs/"/> is the first
	    place to go for questions about the Apache web server.
	  </para>
	</listitem>
	<listitem>
	  <para>
	    <ulink url="http://www.tcl.tk"/> is the canonical site
	    for Tcl information.
	  </para>
	</listitem>
	<listitem>
	  <para>
	    <ulink url="http://wiki.tcl.tk"/> is the Tcl'ers Wiki, a
	    free-form place to search for answers and ask for help.
	  </para>
	</listitem>
      </itemizedlist>
    </section>

    <section>
      <title>Bug Tracking System</title>

      <para>
	Apache Rivet uses the Apache Bug Tracking system at <ulink
	  url="http://issues.apache.org/bugzilla/"></ulink>.  Here,
	you can report problems, or check and see if existing issues
	are already known and being dealt with.
      </para>
    </section>

    <section>
      <title>IRC</title>

      <para>
        Occasionally, someone from the Rivet team is on IRC at
        irc.freenode.net, channel #tcl.
      </para>
    </section>

    <section>
      <title>Editing Rivet Template Files</title>
      <para>
	Rivet makes available code for two popular editors,
	<application>emacs</application> and
	<application>vim</application> to facilitate the editing of
	Rivet template files.  The key concept is that the editor is
	aware of the &lt;? and ?&gt; tags and switches back and forth
	between Tcl and HTML modes as the cursor moves.  These files,
	<filename>two-mode-mode.el</filename> and
	<filename>rvt.vim</filename> are available in the
	<filename>contrib/</filename> directory.
      </para>
    </section>


  </section>