aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/themes/i386/views/about.php
blob: 82312baf8a91ea26d6d53274798f963d70b50b91 (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
24
25
26
27
28
<?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");?>

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