mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
better about page
This commit is contained in:
parent
fc3f2b2feb
commit
124debd00e
@ -2,7 +2,22 @@
|
||||
|
||||
<div class="about">
|
||||
<h1>About</h1>
|
||||
To edit this page edit application/views/about.php.
|
||||
<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 Repo on GitHub: <a href="https://github.com/claudehohl/Stikked">https://github.com/claudehohl/Stikked</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<?php $this->load->view("defaults/footer");?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user