27 Commits

Author SHA1 Message Date
Antonio Cavedoni
fb29d39501 Added, tested and documented the new Config variable available in the Django templates/filters: makes it easy to access .ini configuration items from one's templates 2007-03-01 20:37:02 +01:00
Antonio Cavedoni
7cd69ce7d7 Started testing Django integration, somewhat improved documentation 2007-02-16 00:51:53 +01:00
Antonio Cavedoni
81d10e1f5c Added Django template handler for Planet Venus 2007-02-14 01:07:30 +01:00
Sam Ruby
0a5015d657 Allow filter parameters to be passed "URI style" 2006-10-22 17:48:37 -04:00
Sam Ruby
4010d2d42d config: log_format
only run templates once
ensure idindexes are strings, not unicode
2006-10-20 09:53:04 -04:00
Sam Ruby
42a73b35e8 Enclosure support 2006-10-18 22:38:39 -04:00
Chris Dolan
f9e78f3d80 - Auto-create the cache dir if it doesn't exist
- template_directories defaults to '.'
- Bugfix in xsltproc shell argument order
- Add cache dir to .bzrignore, plus Mac .DS_Store file
2006-10-18 15:32:56 -05:00
Sam Ruby
21864c3aa8 XSLT as a filter and with parameters 2006-10-13 11:01:14 -04:00
Joe Gregorio
9dbc6b5dbe Altered pOpen patch to use sys.executable instead of os.environ['_'] 2006-09-30 10:14:07 -04:00
Joe Gregorio
c00ddec9a9 shell/py.py now tries to pOpen using the python that is currently running, as opposed to just using 'python'. 2006-09-29 09:59:07 -04:00
Sam Ruby
b1dd3a33af Better logging, retention of feed info, concatenation of template list 2006-09-23 14:35:20 -04:00
Brian Ewins
2107817687 integrated portalocker with htmltmpl 2006-09-23 01:17:46 +01:00
Sam Ruby
61b0722fb0 Win32 fixes 2006-09-18 11:05:59 -04:00
Sam Ruby
777cd9b603 More accurately track and report http status 2006-09-04 17:12:22 -04:00
Sam Ruby
9d85882503 Per feed filters and scrubbing 2006-09-04 07:14:41 -04:00
Sam Ruby
eda54c62c7 Add channel_link 2006-08-31 17:01:40 -04:00
Sam Ruby
954093f1bb Implement an excerpt filter 2006-08-31 16:04:29 -04:00
Sam Ruby
9e80c7e77f Initial filter support (no parameters) 2006-08-30 23:07:27 -04:00
Sam Ruby
366fe8b367 Progress towards accomodating Python 2.2 2006-08-30 14:39:08 -04:00
Sam Ruby
671ab353cc Merge in changes from DeWitt to enable this to work on OSX 2006-08-29 19:02:51 -04:00
DeWitt Clinton
eee4075fe8 OSX has a problem with the form:
__import__('a/b/c')

Replaced with a variation of:

 sys.path.append(os.path.join('a','b'))
 __import__('c')
2006-08-29 15:47:42 -07:00
Sam Ruby
1fb1e07c10 Merge in DeWitt Clinton's changes 2006-08-29 15:21:56 -04:00
Sam Ruby
92eab64934 Get htmltmpl mostly working 2006-08-29 15:19:35 -04:00
DeWitt Clinton
9af5a6e001 Renamed local variables to better represent intent. 2006-08-29 11:41:00 -07:00
DeWitt Clinton
a31555899e Corrected the message used when skipping a template due to failure to load the template module. 2006-08-29 10:40:36 -07:00
DeWitt Clinton
2278a73752 Clarify which module was not imported when a failure occurs. 2006-08-29 09:43:03 -07:00
Sam Ruby
d17d509adc Rough in HTMLTMPL support 2006-08-29 01:56:39 -04:00