aboutsummaryrefslogtreecommitdiff
path: root/articles
diff options
context:
space:
mode:
Diffstat (limited to 'articles')
-rw-r--r--articles/Hello_World.cfg3
-rw-r--r--articles/Hello_World.md30
2 files changed, 20 insertions, 13 deletions
diff --git a/articles/Hello_World.cfg b/articles/Hello_World.cfg
deleted file mode 100644
index fd3ffb3..0000000
--- a/articles/Hello_World.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
-name="Hello World!"
-desc="Click on it for more details!"
-date="$(date)"
diff --git a/articles/Hello_World.md b/articles/Hello_World.md
index 2982493..dc448fb 100644
--- a/articles/Hello_World.md
+++ b/articles/Hello_World.md
@@ -1,17 +1,27 @@
-# Hello World
-
-If you're reading this, that means `seen` has been successfully
-configured and is working!
+If you're reading this, that means `seen` 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;hb=HEAD) file at the root of the repo.
-
-Thanks for using `seen`.
+For more info, please read the [README.md](http://git.vitali64.duckdns.org/utils/seen.git)
+file at the root of the repo.
### 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.
+`seen` v0.1 was licensed under the GNU GPLv3 License as published by the FSF.
+This version of `seen`, Flask Edition, is licensed under the GNU **A**GPLv3
+License instead. Take a look at the `COPYING` or `LICENSE` file at the root
+of the repository for more information.
+
+### How to add new articles
+
+That's really easy. Write your article in markdown format, then put it in the
+`articles/` directory. Then, create an entry for your article in the `config.ini`
+file that looks like this:
+<pre>
+[Installing_Arch_Linux]
+Title=Installing Arch Linux (btw)!
+Description=No, there won't be any memes.
+Date=23 November 2017
+</pre>
-~ Vitali64
+Enjoy your new blog!