Ok, I added tags for: quotes, code, and AIM conversations. Here's a quick demo:
Quote tag.
The only way to be remembered is to make up a quote.
- Anonymous (Source: MOTD, Slackware 9)
Of course, I could also specify the source/author:
Quoting Anonymous (Source: MOTD, Slackware 9):
The only way to be remembered is to make up a quote.
Now for the code tag. Two different syntax patterns: regular code, or specify code language. For the more technically inclined, it uses highlight_file()/show_source() to colorize the code. A limitation of it is if you don't put in a starting PHP tag, it won't colorize the code. I've made it so it colorizes it anyway (by putting in a PHP tag, colorizing it, and removing the PHP tag [and supporting html]). Anyway:
Now, I will specify a language.
Code (JavaScript):
- alert("Hello World!");
- document.location.replace("http://force.danwa.net/graphite");
There are a lot more combinations I could use to demonstrate, but these illustrate the basics.
Now for the AIM conversation tag.
IM Conversation with bapple999:
bapple999: hey do you have any trojan horse programs
TheUnknownFactor: bleh
TheUnknownFactor: no
TheUnknownFactor: give me an IP
bapple999: i dont have any ip's
TheUnknownFactor: why do you want a trojan?
bapple999: they sound fun
TheUnknownFactor: mmm
TheUnknownFactor: who's your intended target?
bapple999: i dont really have one
bapple999: i dont really know how they work either
TheUnknownFactor: oh
TheUnknownFactor: ok
bapple999: i just read about them
TheUnknownFactor: yah
bapple999: and they sound interesting
bapple999: i just wanna screw around
bapple999: how can i get one
This demonstrates the AIM tag with the remote user (the person you're talking to) specified with aim=$remote_user
If no user is specified, it will assume the user that appears in the first line is the local guy (eg. you). To distinguish, AIM (stock) displays your name in red and the person you are talking to in blue.
TheUnknownFactor: Sample AIM conversation snippet.
Anomaly Concept: I'm talking to myself! Aauugh!
TheUnknownFactor: Yes, but it's for the better.
TheUnknownFactor: See, it even works correctly when I speak 2x in a row.
So, that's basically it.