diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-08 20:00:07 +0000 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-08 20:00:07 +0000 |
commit | e0eb4e7dd88789432b50260276bfd06242a8ebf6 (patch) | |
tree | 5548d89139f1526091a9219af7eaba5d0feea5ec | |
parent | 06f9c88609992d85d8a93d50f23b6006262ae4cb (diff) | |
download | pillowcase-e0eb4e7dd88789432b50260276bfd06242a8ebf6.tar.gz pillowcase-e0eb4e7dd88789432b50260276bfd06242a8ebf6.tar.bz2 pillowcase-e0eb4e7dd88789432b50260276bfd06242a8ebf6.zip |
Fix pronoun stuff
-rwxr-xr-x | pages/about.php | 6 | ||||
-rwxr-xr-x | pages/comic.php | 8 | ||||
-rwxr-xr-x | pages/contribute.php | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/pages/about.php b/pages/about.php index c8990a8..6557f37 100755 --- a/pages/about.php +++ b/pages/about.php | |||
@@ -1,7 +1,7 @@ | |||
1 | <H1>About</H1> | 1 | <H1>About</H1> |
2 | 2 | ||
3 | <P> | 3 | <P> |
4 | Pillowcase is a <A HREF="http://fourisland.com/">Four Island</A> project, majorly operated by Starla Insigna, though | 4 | Pillowcase is a <A HREF="http://fourisland.com/">Four Island</A> project, majorly operated by hatkirby, though |
5 | it is possible that other people may have contributed to it (see <A HREF="/contribute.htm">contributing</A>). | 5 | it is possible that other people may have contributed to it (see <A HREF="/contribute.htm">contributing</A>). |
6 | </P> | 6 | </P> |
7 | 7 | ||
@@ -15,7 +15,7 @@ | |||
15 | Pillowcase was originally a fake news story on another Four Island project, | 15 | Pillowcase was originally a fake news story on another Four Island project, |
16 | <A HREF="http://false.fourisland.com/">True Falsities</A> (<A HREF="http://false.fourisland.com/2009/02/bluemonkeys-saga/">the story</A>). | 16 | <A HREF="http://false.fourisland.com/">True Falsities</A> (<A HREF="http://false.fourisland.com/2009/02/bluemonkeys-saga/">the story</A>). |
17 | It was a short story about how Bluemonkey (a Four Island regular), after going a bit insane, started a webcomic | 17 | It was a short story about how Bluemonkey (a Four Island regular), after going a bit insane, started a webcomic |
18 | called "Pillowcase". The story was written by Starla, so she is not stealing anyone's ideas. Anyway, after writing the | 18 | called "Pillowcase". The story was written by hatkirby, so he is not stealing anyone's ideas. Anyway, after writing the |
19 | story and providing the first 11 Pillowcase comics with it, Starla went a little Pillowcase-insane and turned it | 19 | story and providing the first 11 Pillowcase comics with it, hatkirby went a little Pillowcase-insane and turned it |
20 | into a real webcomic. | 20 | into a real webcomic. |
21 | </P> | 21 | </P> |
diff --git a/pages/comic.php b/pages/comic.php index 95df3dc..28a420e 100755 --- a/pages/comic.php +++ b/pages/comic.php | |||
@@ -130,13 +130,13 @@ if (has_meta($getcomic3['id'], 'text')) | |||
130 | 130 | ||
131 | <P> | 131 | <P> |
132 | <?php if ($numpending == 1): ?> | 132 | <?php if ($numpending == 1): ?> |
133 | there is 1 comic in the pending queue, which means that if Starla wants to be lazy and can't be bothered to update, she can relax for 1 more day before she starts getting angry emails | 133 | there is 1 comic in the pending queue, which means that if Hatkirby wants to be lazy and can't be bothered to update, he can relax for 1 more day before he starts getting angry emails |
134 | <?php elseif ($numpending == 0): ?> | 134 | <?php elseif ($numpending == 0): ?> |
135 | oh dear, there aren't any comics in the pending queue, which means that if Starla doesn't hurry up, there may not be a comic tomorrow | 135 | oh dear, there aren't any comics in the pending queue, which means that if Hatkirby doesn't hurry up, there may not be a comic tomorrow |
136 | <?php elseif ($numpending > 100): ?> | 136 | <?php elseif ($numpending > 100): ?> |
137 | OMG! There are <?php echo($numpending); ?> comics in the pending queue! Starla, you relax as long as you want! | 137 | OMG! There are <?php echo($numpending); ?> comics in the pending queue! Hatkirby, you relax as long as you want! |
138 | <?php else: ?> | 138 | <?php else: ?> |
139 | there are <?php echo($numpending); ?> comics in the pending queue, which means that if Starla wants to be lazy and can't be bothered to update, she can relax for <?php echo($numpending); ?> days before she starts getting angry emails | 139 | there are <?php echo($numpending); ?> comics in the pending queue, which means that if Hatkirby wants to be lazy and can't be bothered to update, he can relax for <?php echo($numpending); ?> days before he starts getting angry emails |
140 | <?php endif; ?> | 140 | <?php endif; ?> |
141 | </P> | 141 | </P> |
142 | <?php | 142 | <?php |
diff --git a/pages/contribute.php b/pages/contribute.php index eb99e08..7b89531 100755 --- a/pages/contribute.php +++ b/pages/contribute.php | |||
@@ -6,7 +6,7 @@ $title = 'Contribute'; | |||
6 | <H1>Contribute</H1> | 6 | <H1>Contribute</H1> |
7 | 7 | ||
8 | <P> | 8 | <P> |
9 | Aha, contributing! Starla admits that she isn't the only person on Earth. If you wish to contribute a comic to | 9 | Aha, contributing! Hatkirby admits that he 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. | 10 | Pillowcase, you can. But you have to follow the procedure below. |
11 | </P> | 11 | </P> |
12 | 12 | ||
@@ -39,13 +39,13 @@ $title = 'Contribute'; | |||
39 | <P> | 39 | <P> |
40 | Finally, fill out the form below. Upload your comic in the appropriate field. If you wish to be credited for your | 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 | 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! | 42 | hatkirby will review it and (hopefully!) put it on the pending list! |
43 | </P> | 43 | </P> |
44 | 44 | ||
45 | <H3>Attention!</H3> | 45 | <H3>Attention!</H3> |
46 | 46 | ||
47 | <P> | 47 | <P> |
48 | Starla's suddenly lost all hope in her programming (for the time being), so instead of filling out a form, please | 48 | Hatkirby's suddenly lost all hope in his 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 | 49 | <A HREF="http://fourisland.com/fourm/memberlist.php?mode=viewprofile&u=2">contact him</A> with the comic image and |
50 | the required details. Thanks! | 50 | the required details. Thanks! |
51 | </P> | 51 | </P> |