aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/themes/stikkedizr/views/about.php
blob: 71eefbcab3254b996a24645178ffa816ce423afc (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
29
<?php $this->load->view("defaults/header");?>

<div class="row">
	<div class="col-12 col-sm-12 col-lg-12">
		<div class="page-header">
			<h1>About</h1>
		</div>
	</div>
	<div class="col-12 col-sm-12 col-lg-12">
	<p>This is Stikked-fit, a fork of Stikked created 2023 due to the previous upstream becoming stale.</p>
	<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. Visit the <a href="https://github.com/fasterit/stikked-fit">stikked-fit repo on GitHub</a></li>
    </ul>
	</div>
</div>

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

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