forked from niwanetwork/niwa-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
22 lines (16 loc) · 1.99 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$title = 'About the Nintendo Independent Wiki Alliance';
include('_header.php');
?>
<div class="main">
<h1>About the Square Enix Independent Wiki Alliance</h1>
<p>It's an oft-told tale in every tavern and pub: a cadre of faceless overlords that entice workers with promises of support or wealth, then force their captured prey to submit to exploitative policies or degrading baubles. Eventually, though, a band of dissidents will speak up, and fight to allow freedom for the workers.</p>
<p>Despite what it sounds like, this isn't the story to a role-playing game; it's the story of this organization's founding. The founders of this organization were all hosted under the same host, but were constantly forced to accept new features against their will, all in the name of getting more advertising dollars, or attracting those who only cared about the baubles, not the editing or material.</p>
<p>The editors submitted to the changes, until the final straw: the cadre not only forced the use of a new skin that sacrificed the material for advertising space, but also removed what skin options the editors had previously had. When the editors complained, the words of the original ToC were twisted to forbid dissent. When the editors decided to leave, the cadre claimed that all of the material the editors had worked so hard to make belonged to the cadre alone, and that not even a new community would be allowed to change or remove it.</p>
<p>So the editors left. They copied their material to a new server, one that they hosted themselves, and continued to provide quality content. To assist other wikis, to show them that the cadre's way was not the only way, they formed the Square Enix Independent Wiki Alliance.</p>
<p>It took almost a half-year to complete, but in June 2011, the SEIWA started up with the Kingdom Hearts Wiki as its first member, while its second member, Chronopedia, began performing its own transfer.</p>
</div>
<?php
include('_sidebar.php');
include('_footer.php');
?>