summaryrefslogtreecommitdiff
path: root/community.tmpl
blob: 984ff392982608e0b81388c3d0dc87023b3bf564 (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
#import WikiRoot
#from Cheetah.Filters import Markdown
#extends WikiRoot.WikiRoot

#def pagename()
	#return 'Community'
#end def

#def content()
#transform Markdown
Cheetah Community
=====================

Mailing List
------------
The majority of Cheetah discussions occur on the [Cheetah mailing list](http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss).
Once you've subscribed to the Cheetah mailing list, you can just send an email to **cheetahtemplate-discuss@lists.sourceforge.net**


IRC
---
You can also find Cheetah on [Freenode](http://freenode.net) in the **\#Cheetah** IRC channel. The channel is currently low traffic, so if there
is nobody available to answer your questions on IRC, you may be better served pinging the mailing list.

#end def