1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<?php
$title = 'Contribute';
?>
<H1>Contribute</H1>
<P>
Aha, contributing! Hatkirby admits that he isn't the only person on Earth. If you wish to contribute a comic to
Pillowcase, you can. But you have to follow the procedure below.
</P>
<P>
First, of course, you have to actually write the comic. You can <A HREF="/images/template.png">download the template
here</A>. There are some rules about how you can layout the comic, though.
<UL>
<LI>You are allowed to move around the pillowcase. You are also allowed to make him face the other way, make
him look weird, add special effects, but you cannot change the base pillowcase.</LI>
<LI>You are allowed to make multi-panelled comics. However, they cannot be more than two panels wide. You can
make it how ever many panels you want in height, but the width cannot exceed two panels. This applies only to
regularly sized panels (see below rule).</LI>
<LI>You are allowed to resize the base panel to make it bigger (making it smaller wouldn't make much sense),
but if you do so, it cannot exceed a width of 500 pixels. Also, if you enlarge the base panel and you wish to
make a multi-panelled comic (see above rule), the comic cannot grow horizontally (you can't add any panels to
the width), only vertically.</LI>
<LI>The template is a PNG image. The comic you upload must also be a PNG image (as in, the extension is ".png").</LI>
</UL>
</P>
<P>
Second, come up with a title and some alt text (a.k.a. the addendum that appears when you hover over the comic with
your mouse).
</P>
<P>
Finally, fill out the form below. Upload your comic in the appropriate field. If you wish to be credited for your
comic, fill out the Author field as well. Submit the form and your comic will be added to the moderation list where
hatkirby will review it and (hopefully!) put it on the pending list!
</P>
<H3>Attention!</H3>
<P>
Hatkirby's suddenly lost all hope in his programming (for the time being), so instead of filling out a form, please
<A HREF="http://fourisland.com/fourm/memberlist.php?mode=viewprofile&u=2">contact him</A> with the comic image and
the required details. Thanks!
</P>
|