Jolle's slog
Browse All jolle.se RSS Feed

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:

int main()
{
   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.

Comments

Add a comment

Name:
URL:
Comment:
Markdown can be used, except for images and inline HTML. Max 2048 characters.
captcha. sorry.
Security string:
Enter the word shown in the image above.

©2004-2008 Ola Frid. Not powered by WordPress. Powered by me, PHP, SQLite, x-g, PHP Markdown and some other stuff. Times are CET/CEST.
* slog: Short for stupid log, a parody of blog, and a pun.