aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitali64 <vitali64pmemail@protonmail.com>2021-12-19 16:00:35 +0100
committerVitali64 <vitali64pmemail@protonmail.com>2021-12-19 16:00:35 +0100
commitd5e389a570c724b568763df7b55440d7c9c28c4b (patch)
tree0c673837c5c5696a4f6897dca2286682f98b2aae
parentf58ec195a3811013f88e616bf29399494ed40a40 (diff)
downloadseen-d5e389a570c724b568763df7b55440d7c9c28c4b.tar.gz
seen-d5e389a570c724b568763df7b55440d7c9c28c4b.zip
Add example article
-rw-r--r--.gitignore1
-rw-r--r--articles/Hello_World.cfg3
-rw-r--r--articles/Hello_World.md15
3 files changed, 18 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cbaf369..9cfe7fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
www/*
-articles/*
diff --git a/articles/Hello_World.cfg b/articles/Hello_World.cfg
new file mode 100644
index 0000000..fd3ffb3
--- /dev/null
+++ b/articles/Hello_World.cfg
@@ -0,0 +1,3 @@
+name="Hello World!"
+desc="Click on it for more details!"
+date="$(date)"
diff --git a/articles/Hello_World.md b/articles/Hello_World.md
new file mode 100644
index 0000000..f29ea98
--- /dev/null
+++ b/articles/Hello_World.md
@@ -0,0 +1,15 @@
+# Hello World
+
+If you're reading this, that means `seen` has been successfully
+configured and is working!
+
+Feel free to remove this article from your website.
+
+For more info, please read the [README.md](http://vitali64.duckdns.org/?p=utils/seen.git;a=blob;f=README.md;h=b0b1e953eb2f67f7f1017209e12b6d6695a5de1a;hb=HEAD) file at the root of the repo.
+
+Thanks for using `seen`.
+
+### License
+
+`seen` is licensed under the GNU GPLv3 License as published by the FSF,
+for more information, please read the LICENSE file at the root of the repo.