aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/themes/default/views/about.php
blob: d3340eb8854439ae3d373ea55837af5c1766a0b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php $this->load->view("defaults/header");?>

<div class="about">
	<h1>About</h1>
	<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>

<?php $this->load->view("defaults/footer");?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy