Created Feature suggestions (markdown)

This commit is contained in:
shevegen 2012-07-26 15:54:14 -07:00
parent ed52cff5c1
commit e53d0d374a
1 changed files with 19 additions and 0 deletions

19
Feature-suggestions.md Normal file
View File

@ -0,0 +1,19 @@
What features would you like to see in Nimrod or the Nimrod Ecosystem:
- gem like functionality (gem install sinatra)
nimrod install jester
nimrod install aporia
This would allow users to download and install addons in a
convenient and reproducible way.
- A cookbook site similar to Python, where users can share code,
mostly snippets. Driven by normal users rather by experts-only.
- A wiki functionality for parts of the documentation so that
users could update the documentation in a simple way (and Araq
could take these suggestions and approve or reject them
quickly).
- A pastebin for nimrod on the Nimrod Homepage or somewhere else.