additional_plugins/serendipity_event_comics
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00
..
UTF-8 Remove $Id$ 2011-12-25 10:07:20 +01:00
documentation_cs.html Migrate plugins 2011-12-13 12:29:05 +01:00
documentation_cz.html Migrate plugins 2011-12-13 12:29:05 +01:00
lang_cs.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
lang_cz.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
lang_en.inc.php Remove $Id$ 2011-12-25 10:07:20 +01:00
lang_ko.inc.php Remove $Id$ 2011-12-25 10:07:20 +01:00
README Migrate plugins 2011-12-13 12:29:05 +01:00
serendipity_event_comics.php Remove $Id$ 2011-12-25 10:07:20 +01:00

Serendipity 'Comics' Plug-in
by Wesley Hwang-Chung, version 1.3

This plug-in enables you to post webcomics in your blog. The
latest comic will show up on the front page. Each comic page
gets a navigation link to first, previous, next, and last comics
(if they exist). The style for the navigation links is defined
under ".serendipity_comics". Add this class to your template
to customize.

You can control whether the past comics will show up on the
front page as regular entries or not. If you post lots of comics
it may look better to have them not showing up.

Title for the comic is shown in "Latest Comic : (date)" format.
You can choose to hide this. The comic on the front page is
output in raw form without any markups or styles by default for
optimal showing of the graphics. You can choose to apply markups
to make it look like a normal entry if you want.

Contact
http://tool-box.info
wesley96@gmail.com

History
1.3: Potential parameter-related bug fixed
1.2: Moved up the navigation links above 'Posted by...' line when
     viewing individual entries to keep visual consistency.
1.1: Initial Release