]> 91.132.146.200 Git - selfpaste.git/commitdiff
more init files
authorBanana <banana@mirage>
Thu, 19 Dec 2019 20:58:07 +0000 (21:58 +0100)
committerBanana <banana@mirage>
Thu, 19 Dec 2019 20:58:07 +0000 (21:58 +0100)
.gitignore [new file with mode: 0644]
CHANGELOG
TODO [new file with mode: 0644]
VERSION [new file with mode: 0644]
webroot/config.default.php [new file with mode: 0644]
webroot/index.php [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..bb59501
--- /dev/null
@@ -0,0 +1,3 @@
+.idea
+config.php
+sources
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..5f9cf19979e1b29d3528fbf4ba6e8f552b09c27e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -0,0 +1 @@
+TBA version 0.1 Hydrogen
\ No newline at end of file
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/VERSION b/VERSION
new file mode 100644 (file)
index 0000000..17a8e72
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.1 Hydrogen
\ No newline at end of file
diff --git a/webroot/config.default.php b/webroot/config.default.php
new file mode 100644 (file)
index 0000000..ca72d15
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+#
+# You should have received a copy of the
+# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+
+# 2019 https://www.bananas-playground.net/projekt/selfpaste
+
diff --git a/webroot/index.php b/webroot/index.php
new file mode 100644 (file)
index 0000000..ca72d15
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+#
+# You should have received a copy of the
+# COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+# along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+
+# 2019 https://www.bananas-playground.net/projekt/selfpaste
+