summary refs log tree commit diff stats
path: root/about.php
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2009-02-22 13:15:37 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2009-02-22 13:15:37 -0500
commiteee98526c48b9154cd9e9bc8bc3e07769e6a39ea (patch)
tree9d8d719a2ccea91de86435ccd985241ddb3fa0cb /about.php
parent653c7b3a488488d4b161a8fae41ada5851bf7685 (diff)
downloadpillowcase-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 'about.php')
-rw-r--r--about.php31
1 files changed, 0 insertions, 31 deletions
diff --git a/about.php b/about.php deleted file mode 100644 index 83b284a..0000000 --- a/about.php +++ /dev/null
@@ -1,31 +0,0 @@
1<?php
2
3include('header.php');
4
5?>
6 <H1>About</H1>
7
8 <P>
9 Pillowcase is a <A HREF="http://fourisland.com/">Four Island</A> project, majorly operated by Starla Insigna, though
10 it is possible that other people may have contributed to it (see <A HREF="/contribute.php">contributing</A>).
11 </P>
12
13 <P>
14 Pillowcase is a webcomic about.... you guessed it, a Pillowcase. While ordinarily this may seem drab and boring, some
15 people can be <DEL>insane</DEL> very imaginative. This comic updates daily with a new short edition of the
16 Pillowcase's latest act of insanity.
17 </P>
18
19 <P>
20 Pillowcase was originally a fake news story on another Four Island project,
21 <A HREF="http://false.fourisland.com/">True Falsities</A> (<A HREF="http://false.fourisland.com/2009/02/bluemonkeys-saga/">the story</A>).
22 It was a short story about how Bluemonkey (a Four Island regular), after going a bit insane, started a webcomic
23 called "Pillowcase". The story was written by Starla, so she is not stealing anyone's ideas. Anyway, after writing the
24 story and providing the first 11 Pillowcase comics with it, Starla went a little Pillowcase-insane and turned it
25 into a real webcomic.
26 </P>
27<?php
28
29include('footer.php');
30
31?>