Displaying 1 result from an estimated 1 matches for "ics_todo_titl".
Did you mean:
ics_todo_title
2006 Feb 20
0
vpimd, a personal information server
...download it, despite the rudimentary security.
#
server.mount( ''/calfile'', WEBrick::HTTPServlet::FileHandler, $ical_folder, :FancyIndexing=>true )
# For debugging...
register( ''My Calendar Folder'', ''/calfile'' )
##### iCalendar/todo as RSS
$ics_todo_title = ''My Todo Items as an RSS Feed''
$ics_todo_path = "/ics/todo.rss"
class IcalTodoRssServlet < WEBrick::HTTPServlet::AbstractServlet
def do_GET(req, resp)
rss = RSS::Maker.make("0.9") do |maker|
title = $ics_todo_title
link = ''...