additional_plugins/serendipity_event_comics
2014-11-29 15:51:17 +01:00
..
UTF-8 the other half of da04025 2014-11-29 15:51:17 +01:00
documentation_cs.html Fix DOS linebreaks in CS/CZ translation 2012-02-08 21:09:09 +01:00
documentation_cz.html Fix DOS linebreaks in CS/CZ translation 2012-02-08 21:09:09 +01:00
lang_cs.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_cz.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_en.inc.php also remove $Revision$ 2013-08-12 10:27:53 +02:00
lang_ko.inc.php Remove $Id$ for CVS compoatibility. Thought I already did this some time ago?!?! 2013-08-12 09:49:28 +02:00
README Migrate plugins 2011-12-13 12:29:05 +01:00
serendipity_event_comics.php Use serendipity_specialchars 2014-11-25 01:15:57 +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