Ticket #6569 (new enhancement)
Save As HTML… for chat logs
| Reported by: | neil_mayhew | Owned by: | neil_mayhew |
|---|---|---|---|
| Milestone: | Adium 1.5 | Component: | Logging |
| Version: | 1.3svn | Severity: | normal |
| Keywords: | Cc: | patches@… | |
| Patch Status: | Needs Changes by Author |
Description
It would be very helpful to be able to save logs as HTML for sending to another person who wasn't in the chat (or even someone who was).
XSLT could be used to transform the .chatlog files to HTML. Attached is an XSLT stylesheet that I have written to do this. The libxslt library is present on all versions of Mac OS X since 10.2, and its command-line tool can be invoked in a sub-shell using system(3):
xsltproc -o 'foobar (2007-03-08T09.19.11-0700).html' format-html.xsl \
'foobar (2007-03-08T09.19.11-0700).chatlog'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

