Page 1 of 1

Template design questions (was Email Notification Help)

Posted: November 21st, 2014, 8:09 am
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**

Re: Email Notification Help

Posted: November 21st, 2014, 8:21 am
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