summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2015-02-06 20:01:33 +0100
committerAlexander Færøy <ahf@0x90.dk>2015-02-06 20:01:33 +0100
commit62f80e44383657b57b71d4ec97e6d00afed39345 (patch)
treec3547def28c123b496e09e9bd0cb2e58007a34dc
parent790b2e23dde2e5e3f79130ed18fbd5a1c7e9ea9a (diff)
downloadirssi.github.io-62f80e44383657b57b71d4ec97e6d00afed39345.zip
Add a bit of info on what we want
-rw-r--r--README.markdown18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index b61dda6..95dc375 100644
--- a/README.markdown
+++ b/README.markdown
@@ -2,3 +2,21 @@ Irssi.org
=========
Nothing to see here, yet ;-)
+
+# What do we want?
+
+We want to have a modern, easily updatable, website that we can use together
+with our already well-functioning Github infrastructure. A contribution should
+arrive as a pull-request such that our contributor team can easily review the
+commits.
+
+Sections we need:
+
+- More or less everything from irssi.org (news, release information, all that
+ jazz).
+- A way to submit articles to the website using Markdown. I'm thinking an index
+ page at `/articles/` and the individual articles as
+ `/articles/my-cool-new-irssi-feature/` where the directory contains an
+ index.markdown with the article itself. The individual article directory can
+ contain images and everything else needed to make the article look shiny.
+- More ideas? :-)