1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-11-23 00:33:44 +00:00
A pastebin service written in c++, featuring speed and a minimalist look https://alarmpi.no-ip.org/kamokan/
Find a file
King_DuckZ 680f13e1f6 Refactoring.
IncRedis is now held by Response, if requested by the base class.
Response objects know their names, and they use it to load
the html (soon to be mustache) data from disk.
Main only prepares a factory, the factory then instantiates
the actual Response.
The code now correctly serves index.cgi when the request is /.
Remove kakoune's safe_ptr from inside src and put an updated
one in lib/kakoune.
2017-04-15 03:18:33 +01:00
cmake/modules Use source-highlight library for syntax colorizing. 2017-04-07 23:57:32 +01:00
config Refactoring. 2017-04-15 03:18:33 +01:00
docs Links to some useful online resources and libraries. 2017-04-06 23:30:54 +01:00
lib Refactoring. 2017-04-15 03:18:33 +01:00
src Refactoring. 2017-04-15 03:18:33 +01:00
.gitmodules First commit 2017-04-04 20:58:40 +01:00
CMakeLists.txt Refactoring. 2017-04-15 03:18:33 +01:00
COPYING Add GPL3 licence. 2017-04-06 23:35:06 +01:00