<p>Clicking the <ahref="<?phpecho\Chibi\UrlHelper::route('post','list')?>">Browse</a> button at the top will take you to the list of recent posts. Use the search box in the top right corner to find posts you want to see.</p>
<p>If you’re not a registered user, you will only see public (Safe) posts. Logging in to your account will enable you to filter content by its rating: Safe, Sketchy, and NSFW.</p>
<li>contatining tag "Haruhi": <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'Haruhi'])?>"><code>Haruhi</code></a></li>
<li><strong>not</strong> contatining tag "Kyon": <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'-Kyon'])?>"><code>-Kyon</code></a></li>
<li>uploaded by David: <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'submit:David'])?>"><code>submit:David</code></a> (note no spaces)</li>
<li>favorited by David: <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'fav:David'])?>"><code>fav:David</code></a></li>
<li>favorited by at least four users: <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'favmin:4'])?>"><code>favmin:4</code></a></li>
<li>exactly from the specified date: <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'date:2001'])?>"><code>date:2001</code></a><spanclass="comma">, </span><ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'date:2012-09-29'])?>"><code>date:2012-09-29</code></a> (yyyy-mm-dd format)</li>
<li>from the specified date onwards: <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'datemin:2001-01-01'])?>"><code>datemin:2001-01-01</code></a></li>
<li>up to the specified date: <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'datemax:2004-07'])?>"><code>datemax:2004-07</code></a></li>
<p>You can combine tags and negate any of them for interesting results. <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'sea -favmin:8 type:swf submit:Pirate'])?>"><code>sea -favmin:8 type:swf submit:Pirate</code></a> will show you <strong>flash files</strong> tagged as <strong>sea</strong>, that were <strong>liked by seven people</strong> at most, uploaded by user <strong>Pirate</strong>.</p>
<p>All of the above can be sorted using additional sorting tags:</p>
<ul>
<li>as random as it can get: <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'order:random'])?>"><code>order:random</code></a></li>
<li>newest to oldest: <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'order:date'])?>"><code>order:date</code></a> (pretty much default browse view)</li>
<li>oldest to newest: <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'-order:date'])?>"><code>-order:date</code></a></li>
<p>As shown with <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'-order:date'])?>"><code>-order:date</code></a><spanclass="comma">, </span>any of them can be reversed in the same way as negating other tags: by placing a dash before the tag.</p>
<p>The e-mail you enter during account creation is only used to retrieve your <ahref="http://gravatar.com">Gravatar</a> and activate your account. Only you can see it (well, except the database staff… we won’t spam your mailbox anyway).</p>
<p>Oh, and you can delete your account at any time. Posts you uploaded will stay, unless some angry admin removes them.</p>
<p>Registered users can post comments. Comments support <ahref="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a>, extended by some handy tags:</p>
<ul>
<li>permalink to post number 426: <ahref="<?phpecho\Chibi\UrlHelper::route('post','view',['id'=>426])?>"><code>@426</code></a></li>
<li>link to tag "Dragon_Ball": <ahref="<?phpecho\Chibi\UrlHelper::route('post','list',['query'=>'Dragon_Ball'])?>"><code>#Dragon_Ball</code></a></li>
<li>mark text as spoiler and hide it: <codeclass="spoiler">[spoiler]There is no spoon.[/spoiler]</code></li>
<p>After registering and activating your account, you gain the power to upload files to the service, for everyone else to see. Owners of the site are not responsible for content uploaded by users. You are not allowed to post any form of <ahref="http://www.urbandictionary.com/define.php?term=cp">cp</a>. If you possess it, we ask you to leave immediately and never come back.</p>