## The contents of this file are subject to the Common Public Attribution ## License Version 1.0. (the "License"); you may not use this file except in ## compliance with the License. You may obtain a copy of the License at ## http://code.reddit.com/LICENSE. The License is based on the Mozilla Public ## License Version 1.1, but Sections 14 and 15 have been added to cover use of ## software over a computer network and provide for limited attribution for the ## Original Developer. In addition, Exhibit A has been modified to be consistent ## with Exhibit B. ## ## Software distributed under the License is distributed on an "AS IS" basis, ## WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for ## the specific language governing rights and limitations under the License. ## ## The Original Code is Reddit. ## ## The Original Developer is the Initial Developer. The Initial Developer of ## the Original Code is CondeNet, Inc. ## ## All portions of the code written by CondeNet are Copyright (c) 2006-2010 ## CondeNet, Inc. All Rights Reserved. ################################################################################ <%! from r2.lib.template_helpers import static %> <%def name="expando_start(phrase)">

[+] ${phrase}

<%def name="good_example(phrase, leadin='OK:')">
  • ${leadin} ${unsafe(phrase)}
  • <%def name="bad_example(phrase, leadin='NOT OK:')">
  • ${leadin} ${unsafe(phrase)}
  • rules of reddit

    reddit is a pretty open platform and free speech place, but there are a few rules:

    1. Don't spam.

      ${expando_start("What is spam?")} ${bad_example('Submitting only links to your blog or personal website.')} ${good_example('Submitting links from a variety of sites and sources.')} ${good_example('Submitting links from your own site, talking with redditors in the comments, and also submitting cool stuff from other sites.')} ${bad_example('Posting the same comment repeatedly in multiple subreddits.')} ${expando_end()}
    2. Don't engage in vote cheating or manipulation.

      ${expando_start("What does vote cheating look like?")} ${bad_example('Buying upvotes from other people.')} ${good_example('Sharing reddit links with your friends.')} ${bad_example('Sharing only  your  reddit links with your friends — then asking them to register and upvote them.')} ${bad_example('Creating submissions that start with "For every upvote I will ______," regardless of cause.')} ${expando_end()}
    3. Don't post personal information.

      ${expando_start("What might be personal information?")} ${bad_example("Posting a link to your friend's facebook profile.")} ${good_example("Posting your senator's publicly available contact information")} ${bad_example("Posting the full name, employer, or other real-life details of another redditor")} ${good_example("Posting a link to a public page maintained by a celebrity.")} ${expando_end()}
    4. No child pornography or sexually suggestive content featuring minors.

    5. Don't break the site or do anything that interferes with normal use of the site.

      ${expando_start("Tell me more.")} ${bad_example('Creating programs that request information more than once every 2 seconds or violate any of our other  API rules.')} ${good_example('Responsibly  reporting security  issues to us.', leadin="AWESOME:")} ${expando_end()}

    This last bit isn't a rule, but you should also be mindful of  reddiquette, an informal expression of reddit's community values as written by the community itself. Please abide by it the best you can.