irclog2html
irclog2html copied to clipboard
Question: Using with data other than files
So I am writing a script that is storing IRC messages in a database. Is there a way to utilize this so that when I render the code into a website (it's Django) I could have it add the html stuff using this?
Thanks!
Maybe? Check the source code, see how e.g. irclogsearch reuses the HTMLization code to render computed search results.