summaryrefslogtreecommitdiff
path: root/examples/webware_examples/cheetahSite/contribute.tmpl
blob: 62863b643028e049cbc0cd5a369e21976d269e8e (plain)
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
#from SiteTemplate import SiteTemplate
#extends SiteTemplate
#implements writeMainContentsCell

<h2>How can I contribute?
</h2>

<p> Cheetah is the work of many volunteers.  If you use Cheetah, share
your experiences, tricks, customizations, and frustrations.  Please join the <a
href=http://lists.sourceforge.net/mailman/listinfo/cheetahtemplate-discuss>mailing
list</a>.
</p>

<p>

<h3>Bug reports and patches</h3>

<p>
If you think there is a bug in Cheetah, send a message to the email list
with the following information:
</p>

<p>
<OL>
<LI>a description of what you were trying to do and what happened
</LI>
<LI>all tracebacks and error output
</LI>
<LI>your version of Cheetah
</LI>
<LI>your version of Python
</LI>
<LI>your operating system
</LI>
<LI>whether you have changed anything in the Cheetah installation
</LI>
</OL>
</p>

<h3>Example sites and tutorials</h3>
<p>
If you're developing a website with Cheetah, please send a link to the
email list so we can keep track of Cheetah sites.  Also, if you discover
new and interesting ways to use Cheetah please share your experience and
write a quick tutorial about your technique.
</p>

<h3>Macro libraries</h3> 
<p>
We hope to build up a framework of macros
libraries (see the Users Guide) to distribute with Cheetah and would
appreciate any contributions.
</p>


<h3>Test cases</h3>
<p>
Cheetah is packaged with a regression testing suite that is run with each
new release to ensure that everything is working as expected and that recent
changes haven't broken anything.  The test cases are in the Cheetah.Tests
module.  If you find a reproduceable bug please consider writing a test case
that will pass only when the bug is fixed.  Send any new test cases to the email
list with the subject-line ``new test case for Cheetah.''
</p>

<h3>Publicity</h3>
<p>
Help spread the word ... recommend it to others, write articles about it, etc.
</p>

################################################################################
## reimplement a few other methods from SiteTemplate
#def writeCrumbs
<a class="locationBar" href="index">Home</a>&nbsp;&gt;&nbsp; 
<a class="locationBar" href="contribute">Contribute</a>
#end def 
################################################################################