SQLite Inside
# Tue, 1 Apr 2008 22:25 – No comments
While there's no visible hints of it, this log now uses SQLite for storing entries and so. This makes it much easier to add lots of different stuff, only I haven't. Previously I just used a simple text file. Except for improving the log code, the intention was to learn SQL, which I have put off for an unnecessarily long time.
I've also added the formatter from my Thesis work log, so now I don't have to write using HTML tags, and can also use my code formatter:
I could really change to Markdown instead (or too), but that's for another other day. As is many other changes, such as adding comment support, and real permalinks.
Oh, and there's a slight change to the RSS feed, too. While it still doesn't keep formatting of posts, at least it now give you line breaks.
I've also added the formatter from my Thesis work log, so now I don't have to write using HTML tags, and can also use my code formatter:
int main()
{
printf("Hello World!");
return 0;
}
{
printf("Hello World!");
return 0;
}
I could really change to Markdown instead (or too), but that's for another other day. As is many other changes, such as adding comment support, and real permalinks.
Oh, and there's a slight change to the RSS feed, too. While it still doesn't keep formatting of posts, at least it now give you line breaks.
Latest comments
Latest posts
- BaconTue, 31 Aug 2010 18:17
- I do believe it's winterThu, 31 Dec 2009 15:33
- Cave NinjaSun, 20 Sep 2009 09:02
- Eee Pc 901Sun, 12 Jul 2009 23:21
- Balcony ViewMon, 6 Jul 2009 19:26
- Recipe for MuffinsSun, 5 Jul 2009 22:51
- Locality of TravellingSat, 4 Jul 2009 23:32
- An update on existenceWed, 1 Jul 2009 22:51
- This is like a poem.Tue, 3 Feb 2009 18:44
- Mr Spider and the Search for Evolutionary PowerupsTue, 13 Jan 2009 20:45

Comments
Add a comment