summaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-06-03 00:39:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-06-03 00:39:08 +0200
commit5bdb71b20a220be3dc2f8d482499e41dce5fd7a3 (patch)
tree0e427e6ff6372a3f57b5570cadab375e1ec1e5e1 /docs/README.md
parent2f2c87259fb85976a20a49657d39fae39622490e (diff)
wiki to docs
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 000000000..f3afcb07c
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,13 @@
+# Documentation
+
+
+As a developer you can interact with the News app in the following ways:
+
+* [Use the API for syncing and updating feeds](externalapi/)
+* [Write plugins](plugins/)
+* [Add custom CSS for feeds](feedcss/)
+* [Customize the explore section](explore/)
+
+
+The News app uses [picoFeed](https://github.com/fguillot/picoFeed) for parsing feeds and full text feeds. picoFeed is a fantastic library so if you [add custom full text configurations](https://github.com/fguillot/picoFeed/blob/master/docs/grabber.markdown#how-to-write-a-grabber-rules-file) or fix bugs, please consider **contributing your changes** back to the library to help others :)
+