website_jukni/pastebin/themes/geocities/views/about.php
2017-12-29 15:51:59 +01:00

28 lines
1.1 KiB
PHP

<?php $this->load->view("defaults/header");?>
<div class="row">
<div class="span12">
<div class="page-header">
<h1>About</h1>
</div>
</div>
<div class="span12">
<p>Stikked is an Open-Source PHP Pastebin, with the aim of keeping a simple and easy to use user interface.</p>
<p>Stikked allows you to easily share code with anyone you wish. Here are some features:</p>
<ul>
<li>Easy setup</li>
<li>Syntaxhighlighting for many languages, including live syntaxhighlighting with CodeMirror</li>
<li>Paste replies</li>
<li>Diff view between the original paste and the reply</li>
<li>An API</li>
<li>Trending pastes</li>
<li>Anti-Spam features</li>
<li>Themes support</li>
<li>Multilanguage support</li>
<li>And many more. View <a href="http://maketecheasier.com/run-your-own-pastebin-with-stikked/2013/01/11">this review</a> or visit the <a href="https://github.com/claudehohl/Stikked">Repo on GitHub</a></li>
</ul>
</div>
</div>
<?php $this->load->view("defaults/footer");?>