mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-02-13 09:33:56 +00:00
A pastebin service written in c++, featuring speed and a minimalist look
https://alarmpi.no-ip.org/kamokan/
It will either return the full string if its length was maxlen or less, or up to maxlen characters with a "..." appended at the end. It will also replace any \n or \r character with a literal "\n" or "\r" respectively. Only line breaks are being replaced, and this happens inside truncated_string() because truncating only makes sense to me if you want to use it to keep stuff short and in one single line. |
||
---|---|---|
cmake/modules | ||
config | ||
docs | ||
html | ||
lib | ||
oldcode | ||
src | ||
test | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
COPYING | ||
index.html.mstch |