colophon

A colophon is defined as an inscription placed at the end of a book or other work that talks about how the work was created and what things were used in its creation.

This blog is based on wordpress MU with this plugins:

Below is my MyCSS style:

pre { overflow:auto;
         background:#EAF0F6;}
body {color:#000000;}
#sidebar {
color:#000000;
}
#sidebar p {
color:#000000;
}
#sidebar li li a {
color:#557799;
}

I use mtsend to post my blog. I wrote a dirty script so I can write in a simple syntax.

#!/bin/bash

mtsend -R $(wiki2post | mtsend -N 2>&1 | grep [0-9])

wiki2post is a script based on Alex’s wiki2html to convert wiki-like simple syntax to a format mtsend understands.

Sometimes I just want to write a short or mini blog, and don’t feel like to open vim. Thus I have this script: (wpsend is the script above)

#!/bin/bash

echo -e $2 > /tmp/note.log
wpsend $1

Trackback URL.

Leave a Reply