summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-12 17:58:23 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-12 17:58:23 +0200
commitb15b40bcc1bd4e8b55f3959a8e835839e4381d24 (patch)
tree5c8bc0c7e4bb59db0d5c318e032ff8c60079c7b3
parente1af6113c7c916ab776f9b2f6de8dfe8cb6b5469 (diff)
remove contributing md
-rw-r--r--CONTRIBUTING.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8458d9443..76dda732d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -91,8 +91,6 @@ The project is structured in the following way:
* **appinfo/**: Contains metadata related things, like names, versions, database structure, routes and the container that tells ownCloud how the app is assembled
-* **articleenhancer/**: All the code that deals with fetching additional content from websites and transforming RSS/Atom content. Keep in mind that some stuff is done by picoFeed, the feed library that is used in ownCloud News.
-
* **bin/**: Git hooks and the custom Python updater
* **build/**: The folder where complete archives are saved when running make appstore
@@ -131,4 +129,4 @@ The project is structured in the following way:
* **utility/**: Stuff that did not fit anywhere, mostly factories that are needed to deal with 3rdparty libraries like picoFeed, but also OPML exporters and updater classes
-* **vendor/**: 3rdparty libraries that are managed using composer. \ No newline at end of file
+* **vendor/**: 3rdparty libraries that are managed using composer.