install-readme.html file. It has some useful information. It's a very rough-and-ready tool, so you won't find much polish in the code, but it does the job and is not very complicated.
Download: LiteDoodle.zip (25 kB)
LiteDoodle - Simple PHP comics/image blogging system
Filed under: My software by HariPosted at 14:59 IST (last updated: 30 Oct 2008 @ 22:59 IST)
I've written a new blog tool in PHP called LiteDoodle. It's a simple, configuration driven image blogging system, ideal for small webcomics. Doesn't use MySQL or any databases.
Before you test it out, make sure you read the
48 comment(s)
Leave a comment »Comment by (visitor) on 21 Mar 2008 @ 21:32 IST #
Comment by (visitor) on 21 Mar 2008 @ 21:56 IST #
Comment by Sudipta Chatterjee (visitor) on 22 Mar 2008 @ 07:51 IST #
Comment by hari (blog owner) on 22 Mar 2008 @ 09:20 IST #
Comment by (visitor) on 22 Mar 2008 @ 18:27 IST #
Comment by hari (blog owner) on 22 Mar 2008 @ 18:49 IST #
Comment by (visitor) on 23 Mar 2008 @ 02:37 IST #
Comment by hari (blog owner) on 23 Mar 2008 @ 08:06 IST #
Comment by (visitor) on 24 Mar 2008 @ 20:10 IST #
Comment by hari (blog owner) on 24 Mar 2008 @ 21:00 IST #
Comment by (visitor) on 24 Mar 2008 @ 21:31 IST #
Comment by hari (blog owner) on 24 Mar 2008 @ 21:42 IST #
Comment by (visitor) on 24 Mar 2008 @ 21:56 IST #
Comment by hari (blog owner) on 24 Mar 2008 @ 22:07 IST #
Comment by (visitor) on 24 Mar 2008 @ 22:17 IST #
Comment by hari (blog owner) on 24 Mar 2008 @ 22:20 IST #
Comment by (visitor) on 24 Mar 2008 @ 22:37 IST #
Comment by hari (blog owner) on 24 Mar 2008 @ 22:54 IST #
Comment by (visitor) on 24 Mar 2008 @ 23:10 IST #
Comment by (visitor) on 25 Mar 2008 @ 00:44 IST #
Comment by hari (blog owner) on 25 Mar 2008 @ 09:33 IST #
Comment by (visitor) on 25 Mar 2008 @ 19:08 IST #
Comment by hari (blog owner) on 25 Mar 2008 @ 19:57 IST #
Comment by (visitor) on 25 Mar 2008 @ 20:16 IST #
Comment by EdgeVerse (visitor) on 26 Mar 2008 @ 00:34 IST #
Comment by hari (blog owner) on 26 Mar 2008 @ 08:21 IST #
Comment by TGecko (visitor) on 26 Jun 2008 @ 13:05 IST #
Comment by hari (blog owner) on 26 Jun 2008 @ 16:01 IST #
Comment by TGecko (visitor) on 27 Jun 2008 @ 12:00 IST #
// Number of RSS entries to publish as feed
define (NUM_FEED, 10);to whatever value you want (other than 10).TO include the RSS link in your blog theme (I see you're using a custom design), just add a link to the RSS file anywhere on your blog.Also add this line inbetween the <head> </head> of the index.php file.<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rss.php" />
Comment by hari (blog owner) on 27 Jun 2008 @ 12:12 IST #
Comment by TGecko (visitor) on 27 Jun 2008 @ 13:25 IST #
Comment by hari (blog owner) on 27 Jun 2008 @ 13:35 IST #
Comment by Jim (visitor) on 20 Feb 2009 @ 08:44 IST #
Comment by Hari (blog owner) on 20 Feb 2009 @ 08:52 IST #
Comment by Jim (visitor) on 28 Mar 2009 @ 10:59 IST #
<?php echo get_comic_description ($comic['name']) ?>Just below it and *before* the ]]> add this text:<img src=<?php echo SITE_URL . COMICS_DIR . $comic['name']; ?> alt="comic" />If you want to put it above the description, put the code above the description, just after the <![CDATA[ start tag.
Comment by Hari (blog owner) on 28 Mar 2009 @ 14:58 IST #
Comment by Jim (visitor) on 30 Mar 2009 @ 09:15 IST #
Comment by Hari (blog owner) on 30 Mar 2009 @ 13:03 IST #
If you've ever been to Webcomic planet, they check updates by RSS. Mine doesn't show up and this reason was given to me.
"Jim your RSS feed is invalid, it’s missing the field which shows when your RSS entries were published"
Any ideas, and as always,Thanks.Jim
Comment by Jim (visitor) on 29 Apr 2009 @ 10:08 IST #
Comment by Hari (blog owner) on 30 Apr 2009 @ 08:48 IST #
Comment by Jim (visitor) on 1 May 2009 @ 03:32 IST #
Comment by Hari (blog owner) on 1 May 2009 @ 08:46 IST #
Comment by Jim (visitor) on 16 Jun 2009 @ 09:53 IST #
Comment by Hari (blog owner) on 16 Jun 2009 @ 10:00 IST #
Comment by Jim (visitor) on 16 Jun 2009 @ 10:48 IST #
Comment by Hari (blog owner) on 16 Jun 2009 @ 11:02 IST #
Comment by Jim (visitor) on 19 Jun 2009 @ 11:47 IST #
Comment by Hari (blog owner) on 19 Jun 2009 @ 16:16 IST #