Bringing https://github.com/reality/dbot to the 21st century - again.
Go to file
Alexander D Brown 52cdddf3f7 Added in URL support for the web interface.
The Jade templating code in `views/quotes.jade` will now check against the Regular Expression which has been added to `snippets.js` and is delivered to the template by `modules/web.js`.

The reguar expression used should be able to handle any URL and ensure no non-URL elements are made into URLs. It may be worth adding checking for 4XX error codes at a later date.

This shouldn't affect any of the other modules; features have only been added, not modified.
2011-11-09 23:51:01 +00:00
modules Added in URL support for the web interface. 2011-11-09 23:51:01 +00:00
public CSS! 2011-11-08 20:51:34 +00:00
views Added in URL support for the web interface. 2011-11-09 23:51:01 +00:00
run.js herp fix 2011-10-31 17:09:41 +00:00
snippets.js Added in URL support for the web interface. 2011-11-09 23:51:01 +00:00
timer.js Timers and an ~rmlast command to remove the last quote. 2011-09-04 15:39:03 +01:00