Gazelle/sections/rules/collages.php
What.CD 27da8d54c4 34 changes from Wed Aug 10 07:46:49 2011 -0400 to Fri Aug 12 14:53:11 2011 -0500
rules typo
featured album text change
fixed spacing issue on user edit page
remove time limit
file name changes
don't run blank searches
fixing email history ip
syntax fix
restrict re-scoring to EAC 0.95 logs, extension of previous commit to this file
fix per http://what.cd/forums.php?action=viewthread&threadid=137863&postid=3422033#post3422033
extend probable fix for http://what.cd/forums.php?action=viewthread&threadid=115673
probable fix for http://what.cd/forums.php?action=viewthread&threadid=115673
Revert "probable fix for http://what.cd/forums.php?action=viewthread&threadid=115673"
implemented suggestion per http://what.cd/forums.php?action=viewthread&threadid=137863
Revert "implemented suggestion per http://what.cd/forums.php?action=viewthread&threadid=137863"
fix per http://what.cd/forums.php?action=viewthread&threadid=136996
typo
notify of disabling remove snatched
I suck at grammar
collage rule update
2011-08-12 21:42:06 +00:00

58 lines
2.6 KiB
PHP

<?
//Include the header
show_header('Collages Rules');
?>
<div class="thin">
<h2 class="center">Collages</h2>
<div class="box pad" style="padding:10px 10px 10px 20px;">
<ul>
<li>Collages in the Discography, Staff Picks, Label, and Charts categories must be based on fact, and not opinion. If something is a published Best Of (for instance, "Pitchfork's Best Albums of the 1990's") then it should go in the Charts category.</li>
<li>
Collages in the Personal, Theme, and Genre Introductions categories may be based on opinion. You must respect others' opinions whilst creating and populating Theme and Genre Introduction collages.
</li>
<li>
Vandalizing of collages will be taken very seriously, resulting in collage editing privileges being removed (at a minimum).
</li>
<li>
Personal Best Of collages are only allowed in the new Personal Collages category. You must be a Power User+ or Donor to create one.
</li>
<li>
A well-defined group of people, for instance Torrent Masters, or Interviewers, may create a Group Picks Theme collage with one pick per person, after having gained permission for the collage from Staff.
</li>
<li>
There may only be one collage per Genre Introduction/Theme. Dupe collages will be deleted.
</li>
<li>
Theme/Genre Introduction collages must be sensible, and reasonably broad. Those that do not fit this description will be deleted.
</li>
<li>
Collages are not an alternative to the tagging system. A collage such as 'mathcore torrents' wouldn't be allowed, because it is far more appropriate to just tag the torrents as mathcore. Of course, an 'xysite.com worst 50 mathcore albums' collage would be looked upon differently.
</li>
<li>
Collages should not be used to create artist discographies, as the artist pages already exist for this purpose. However, for an artist who has a multitude of side projects, it is allowed to create a collage containing all of the projects, to be placed in the Discography category.
</li>
<li>
Only one personal collage is allowed per person.
</li>
<li>
Every collage must have at least 3 albums in it.
</li>
<li>
Please check to see that a similar collage does not already exist. If a similar collage does exist, please contribute to the existing collage.
</li>
<li>
Please give your collage an appropriate title and a decent description explaining its purpose.
</li>
<li>
Please attempt to add album art to every torrent in your collage.
</li>
</ul>
</div>
<? include('jump.php'); ?>
</div>
<?
show_footer();
?>