]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - README.md
update keys
[irc/freenode/web-7.0.git] / README.md
index aee696aad28b680efa3c30229de9176b737cd612..269fc8a2ec7d7e1e00c7104f21b7bc5be68330da 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# web-7.0 [![Build Status](https://travis-ci.org/freenode/web-7.0.svg?branch=master)](https://travis-ci.org/freenode/web-7.0)
+# web-7.0 [![Build Status](https://travis-ci.org/freenode/web-7.0.svg?branch=master)](https://travis-ci.org/freenode/web-7.0) [![irc: #freenode-website](https://img.shields.io/badge/irc-%23freenode--website-brightgreen.svg)](https://webchat.freenode.net/?channels=freenode-website)
 
 A shiny replacement for http://freenode.net.
 
@@ -8,7 +8,8 @@ A shiny replacement for http://freenode.net.
 You'll need our node.js dependencies:
 
 ```console
-$ sudo npm install -g myth svgo
+$ sudo npm install -g postcss-cli svgo
+$ npm install
 ```
 
 Then, assuming a Python 3.4 (or later) installation:
@@ -38,12 +39,14 @@ from any directory, you can also use `cms7 -c /path/to/config.yml`.
 - Wait for discussion of big changes. Your branches will still be here
   tomorrow.
 
+Please comply with the [contribution guidelines](CONTRIBUTING.md)
+
 Helpful tip for those merging PRs: you can browse the tree a merge would
 result in by navigating to
 `https://github.com/freenode/web-7.0/tree/pull/XYZ/merge`, where `XYZ` is the
 pull request number.
 
-You can also go to `https://freenode.github.io/web-7.0/BRANCHNAME/` to see a
+You can also go to `https://freenode.net/web-7.0/BRANCHNAME/` to see a
 build of any particular branch. This also works for *internal* pull requests
 (they are named `pull-X`).
 
@@ -83,6 +86,7 @@ Blog-specific:
 
 - `author`
 - `date`
+- `enclosure` sets the podcast URL of an article
 
 
 ### Internal linking
@@ -113,16 +117,3 @@ To do the same from a template, call `url_for`:
 ```html+jinja
 <a href="{{ url_for('pages/frog') }}">A page about frogs</a>
 ```
-
-
-## TODO
-- [ ] Get the basic static page up, and how to connect (latest two news about
-  the reformation + about page, kinda) scheduled release: 2016-02-29
-  - [x]  Design ready enough
-  - [x] Preprocessor ready
-  - [x] Templates ready enough
-  - [x] Content ready
-- [x] KB pages structure, start adding KB's (note: tagging could be a good thing for searching and finding)
-- [ ] Add possibility to edit on-site integrated with services (log in with your nickserv acc)
-- [ ] Gms integration
-- [ ] Further development TODO: TODO