summaryrefslogtreecommitdiffstats
path: root/web/html/rss2.php
AgeCommit message (Collapse)AuthorFilesLines
2009-09-28cleanup rss2.phpelij1-19/+12
- removed excessive string catenation, replaced with variable substitution - consolidated http/https protocol checks - simplified host header parse (centralized) - moved cache file to /tmp, to remove need to custom permission directory in webdir Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2009-08-11Use include_once where applicableDan McGee1-2/+2
All of these are sourcing function libraries so we don't need to include them more than once. Things that insert actual HTML into the output were left calling include(). Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2009-06-25Remove excess whitespace.Loui Chang1-1/+0
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-06-17Remove all vim mode lines. Add HACKING file.Loui Chang1-2/+0
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-04-03Fix FS 10008 and update rss2.phpLoui Chang1-3/+14
The newline was the actual problem. Freaking PHP. rss2.php: - check for protocol once total rather than twice per loop iteration - lower cache time to 30 min Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org>
2007-09-20patch from eliott to convert all <? to <?phppjmattal1-1/+1
2006-08-08added dsa's header include patchpjmattal1-0/+3
2005-06-10fixed some relative links and rss problems with httpssimo1-6/+6
2005-06-10RSS support implementedsimo1-0/+44
Latest packages also on homepage DEPLOYMENT NOTES: - web/html/xml must be world writable