/[drupal]/contributions/modules/webcomic/NOTES.txt
ViewVC logotype

Contents of /contributions/modules/webcomic/NOTES.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Apr 15 22:22:25 2006 UTC (3 years, 7 months ago) by eaton
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
File MIME type: text/plain
Initial commit of a skeleton webcomic management module. More plan than code atm, but should be shaping up soon.
1 fields (for storylines, episodes, AND strips)
2 ----------
3 publish_date (the date to release a strip. if this doesn't match today's date unset the publish flag and let cron handle it)
4 storyline_date (only used for ordering, preserving flashback continuity, etc)
5 sequence_number (sequence number? some way of controlling the order OTHER than publish date)
6 images (stored in webcomic_file table, ala audio module)
7
8 Settings
9 --------
10 Discussions: (alters whether/how comment links are built)
11 (*) Allow comments directly on each strip, issue, and storyline
12 ( ) Provide a forum for each storyline (disable if no storylines)
13 ( ) Provide a forum for each episode (disable if no episodes)
14 ( ) Provide a forum for each strip
15
16 Sort order: (alters the order of browsing, and the archive)
17 (*) Order by publish date
18 ( ) Order by storyline date
19 ( ) Order by sequence number
20
21 Browsing: (alters how next/prev/first/latest links are build)
22 (*) Only show comic strip images
23 ( ) Show storyline and episode images
24 ( ) Return to index after each episode
25 ( ) Return ro index after each storyline
26
27 Archive style: (alters how the archives are built)
28 (*) A list of strips
29 ( ) A list of strips, grouped by month
30 ( ) A list of strips, grouped by year
31 ( ) A list of strips, grouped by episode (disable if no episodes)
32 ( ) A list of episodes (disable if no episodes)
33 ( ) A list of episodes, grouped by year (disable if no episodes)
34 ( ) A list of episodes, grouped by storyline (disable if no episodes or no storylines)
35 ( ) A list of storylines (disable if no storylines)
36
37 Archive display: (alters how archives are displayed)
38 (*) List view (just the titles, with teasers of parents if 'grouped by')
39 ( ) Summary view (Teasers of each, with titles of parents if 'grouped by')
40 ( ) Gallery view (a grid of images with titles)

  ViewVC Help
Powered by ViewVC 1.1.2