aboutsummaryrefslogtreecommitdiff
path: root/articles/Hello_World.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--articles/Hello_World.md30
1 files changed, 20 insertions, 10 deletions
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!