Template design questions (was Email Notification Help)

Got a neat new template? Share it here!
Post Reply
juliavasa5
Newbie
Newbie
Posts: 1
Joined: November 21st, 2014, 8:06 am

Template design questions (was Email Notification Help)

Post by juliavasa5 »

I've been using SABnzbd for a while now and as a Mac user I really use it a lot. Being a web developer, I started creating my own template. It's starting to get shape and I really like the progress so far. However, the lack of knowledge about SABnzbd's template parser slows the progress down tremendously. I might have overlooked something, but I haven't found any documentation about this so far. I've been copying most of the things from already existing templates, but I'd rather know more about the variables I have access to and which statements I could use. Can anyone tell me if there is such a documentation, or anything else that can help at all?




__________________________
**SignaturE**
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Email Notification Help

Post by shypike »

The templates are written in Cheetah, www.cheetahtemplate.org
The variables are not documented separately.
You'll have to derive the information from existing templates
or look at the Python code in the module interface.py
Post Reply