From 49588ea138304e8286330bb597b6c61746191df6 Mon Sep 17 00:00:00 2001 From: monaco Date: Fri, 14 Jan 2022 20:29:55 +0100 Subject: Latest update --- about.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 about.html (limited to 'about.html') diff --git a/about.html b/about.html new file mode 100644 index 0000000..8616289 --- /dev/null +++ b/about.html @@ -0,0 +1,82 @@ + + + +KISSmo 1.0 + + + + +

KISSmo 1.0 Home | Archive | About | Contact

+ + + +
+Released May 17, 2021. (1st KISSmo release)
+Copyright 2021, init a.k.a monaco.
+
    +
  • To download KISSmo source visit our gitlab repositories Click here! . +
  • Keep it simple stupid (KISSmo paste). +
  • KISSmo requires no database of anykind it is based on a flatfile paste system.

+ +
+ +
+

What's New

+

+This is a partial list of new features included on KISSmo. + +

+ +
+

Install

+

+Please refer to the following links for download and help documents: + +

+ +
+ +
+

How to upgrade

+

Upgrade will not be painful as with other pieces of software you simply would need to replace 2 files index.php and archive.php for a new version, and add other features if another file has been added and would be explained why. +

+ +
+ +
+

Nginx Config

+

Explain for howto make it work under systems running nginx.

    location /p/ {
+   alias /home/admin/web/paste.oddprotocol.org/public_html/p/;
+   index index.txt;
+   autoindex on;
+}
+
+

This configuration is needed to be added under nginx confing for that specific domain name that you're trying to run KISSmo. +

+ +
+ +
+

OpenHTTPD Config

+

+AExplain howto make it work under system OpenBSD running OpenHTTPD: +

	location "/test/p/*" { 
+		directory { auto index, index "index.txt" }
+	}
+
+

[Under httpd.conf referring to the specific domain name configuration you would need to add the configuration above.]

init a.k.a monaco - (C) 2021

+ -- cgit v1.2.3