Initial commit

This commit is contained in:
Flummi
2018-02-16 14:25:46 +01:00
commit d0ae0041e8
21 changed files with 732 additions and 0 deletions

5
views/about.handlebars Normal file
View File

@ -0,0 +1,5 @@
<h1><a name="about">About fpaste.cc</a></h1>
<p>fpaste.cc is here in it&#39;s 1st version and it&#39;s better than expected! A completly written backend in NodeJS makes it possible to develop new features faster than ever before.</p>
<p>With the <a href="http://www.mariadb.org/">MariaDB</a> database backend fpaste.cc is even more reliable and the <a href="http://expressjs.com">express</a> webserver library offers a powerfull framework.</p>
<p>The <a href="https://github.com/andris9/highlight">highlight highlighting engine</a> offers great support for a variety of programming languages.</p>
<p>If you&#39;re interested in the source code of fpaste.cc, take a look at <a href="http://github.com/mcmaniac/npaste.de">github.com</a>. If you have any questions/suggestions or would like to contribute to fpaste.cc feel free to <a href="/a/contact">contact me</a>.</p>