diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-22 13:15:37 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-22 13:15:37 -0500 |
commit | eee98526c48b9154cd9e9bc8bc3e07769e6a39ea (patch) | |
tree | 9d8d719a2ccea91de86435ccd985241ddb3fa0cb /pages/contribute.php | |
parent | 653c7b3a488488d4b161a8fae41ada5851bf7685 (diff) | |
download | pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.tar.gz pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.tar.bz2 pillowcase-eee98526c48b9154cd9e9bc8bc3e07769e6a39ea.zip |
Rewrote Pillowcase
NOTE: There is a new database schema now, so the database from the testing server has to be copied over to the production server, otherwise this code will fail.
Diffstat (limited to 'pages/contribute.php')
-rw-r--r-- | pages/contribute.php | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/pages/contribute.php b/pages/contribute.php new file mode 100644 index 0000000..eb99e08 --- /dev/null +++ b/pages/contribute.php | |||
@@ -0,0 +1,51 @@ | |||
1 | <?php | ||
2 | |||
3 | $title = 'Contribute'; | ||
4 | |||
5 | ?> | ||
6 | <H1>Contribute</H1> | ||
7 | |||
8 | <P> | ||
9 | Aha, contributing! Starla admits that she isn't the only person on Earth. If you wish to contribute a comic to | ||
10 | Pillowcase, you can. But you have to follow the procedure below. | ||
11 | </P> | ||
12 | |||
13 | <P> | ||
14 | First, of course, you have to actually write the comic. You can <A HREF="/images/template.png">download the template | ||
15 | here</A>. There are some rules about how you can layout the comic, though. | ||
16 | |||
17 | <UL> | ||
18 | <LI>You are allowed to move around the pillowcase. You are also allowed to make him face the other way, make | ||
19 | him look weird, add special effects, but you cannot change the base pillowcase.</LI> | ||
20 | |||
21 | <LI>You are allowed to make multi-panelled comics. However, they cannot be more than two panels wide. You can | ||
22 | make it how ever many panels you want in height, but the width cannot exceed two panels. This applies only to | ||
23 | regularly sized panels (see below rule).</LI> | ||
24 | |||
25 | <LI>You are allowed to resize the base panel to make it bigger (making it smaller wouldn't make much sense), | ||
26 | but if you do so, it cannot exceed a width of 500 pixels. Also, if you enlarge the base panel and you wish to | ||
27 | make a multi-panelled comic (see above rule), the comic cannot grow horizontally (you can't add any panels to | ||
28 | the width), only vertically.</LI> | ||
29 | |||
30 | <LI>The template is a PNG image. The comic you upload must also be a PNG image (as in, the extension is ".png").</LI> | ||
31 | </UL> | ||
32 | </P> | ||
33 | |||
34 | <P> | ||
35 | Second, come up with a title and some alt text (a.k.a. the addendum that appears when you hover over the comic with | ||
36 | your mouse). | ||
37 | </P> | ||
38 | |||
39 | <P> | ||
40 | Finally, fill out the form below. Upload your comic in the appropriate field. If you wish to be credited for your | ||
41 | comic, fill out the Author field as well. Submit the form and your comic will be added to the moderation list where | ||
42 | Starla will review it and (hopefully!) put it on the pending list! | ||
43 | </P> | ||
44 | |||
45 | <H3>Attention!</H3> | ||
46 | |||
47 | <P> | ||
48 | Starla's suddenly lost all hope in her programming (for the time being), so instead of filling out a form, please | ||
49 | <A HREF="http://fourisland.com/fourm/memberlist.php?mode=viewprofile&u=2">contact her</A> with the comic image and | ||
50 | the required details. Thanks! | ||
51 | </P> | ||