aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2021-07-29 17:03:21 +0300
committeraqua <aqua@iserlohn-fortress.net>2021-07-29 17:03:21 +0300
commitdca2252f30d90ebaf87157c6c153793c686988d7 (patch)
tree2c7003e5a09948e44dba93e905646114a7ffdc0a
parentSplit off Gemini code into gemini.go (diff)
downloadgemcat-dca2252f30d90ebaf87157c6c153793c686988d7.tar.xz
Add readme and license
-rw-r--r--.hgignore2
-rw-r--r--license.md30
-rw-r--r--readme.md17
3 files changed, 49 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..1cf8d15
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,2 @@
+syntax: glob
+gemcat
diff --git a/license.md b/license.md
new file mode 100644
index 0000000..792f50f
--- /dev/null
+++ b/license.md
@@ -0,0 +1,30 @@
+---
+title: BSD 2-Clause "Simplified" License
+spdx-id: BSD-2-Clause
+---
+
+BSD 2-Clause License
+
+Copyright (c) 2021, aqua@iserlohn-fortress.net
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..c45aab1
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,17 @@
+# gemcat?
+
+## What is this and why should I care?
+It's just yet another Gemini client. It can fetch Gemini pages.
+
+## What's up with the name?
+Gemini cat-like utility
+
+## Sounds dumb, how do I use it?
+You build it yourself using your preferred flavour of go:
+```sh
+go build
+```
+
+## It doesn't work, what now?
+
+