| 1 |
// $Id: README.txt,v 1.2 2006/04/18 07:00:47 eaton Exp $
|
| 2 |
|
| 3 |
The webcomic module is designed to maintain an online comic or graphic novel. It can be used for simple strip-a-day comics as well as more complex graphic novels, where organization by storyline and issue are essential.
|
| 4 |
|
| 5 |
FEATURES
|
| 6 |
--------
|
| 7 |
* Maintain bios of every recurring character
|
| 8 |
* List them on a 'cast' page, and link them to each strip they appear in
|
| 9 |
* Organize strips by publish date, strip number, issue/episode, storyline, etc
|
| 10 |
* Scheduled publishing of individual strips
|
| 11 |
* A convenient 'in-story timestamp' for each strip, to maintain continuity
|
| 12 |
* Customizable archiving and browsing
|
| 13 |
* Customizable commenting can point readers to your forum to discuss a strip
|
| 14 |
|
| 15 |
TODO
|
| 16 |
----
|
| 17 |
Basic content types (strip, episode, storyline, character) -- DONE
|
| 18 |
Image manipulation (copy/paste/hack from image.module, with help from audio.module) -- FUNCTIONAL, NEEDS SEPARATE TABLES
|
| 19 |
Settings/customization -- FUNCTIONAL, NEEDS IMPROVEMENT
|
| 20 |
Scheduled publishing -- DONE
|
| 21 |
Browsing system (copy/paste/hack from book.module -- FUNCTIONAL, NEEDS IMPROVEMENT
|
| 22 |
Archive modes (default views, via views.module) -- FUNCTIONAL, NEEDS IMPROVEMENT
|
| 23 |
Archive browsing/summaries (theming functions for the default views) -- STRIP-BASED VIEW DONE
|
| 24 |
Auto-creation of forum topics for each published episode or storyline
|
| 25 |
Latest Comic view, customizable. (Show author per-strip, per-day, latest, etc)
|