mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding the MIT License and updating README.
This commit is contained in:
parent
7212778d7c
commit
b0fe081a14
2 changed files with 44 additions and 9 deletions
22
LICENSE.md
Normal file
22
LICENSE.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
The MIT License
|
||||
===============
|
||||
|
||||
Copyright (c) 2009-2010 Samuel Clay <samuel@ofbrooklyn.com>.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
31
README.md
31
README.md
|
@ -1,33 +1,46 @@
|
|||
# Objective #
|
||||
NEWSBLUR
|
||||
========
|
||||
|
||||
A News/RSS Reader that controls the amount, relevancy, and interestingness of news subscriptions.
|
||||
|
||||
# Roadmap #
|
||||
Roadmap
|
||||
-------
|
||||
|
||||
## version 1.0 ##
|
||||
|
||||
*Spring 2010*
|
||||
|
||||
* Feed management: Adding, removing, sorting/threading, OPML import
|
||||
* Original view: Show the original site and connect stories to rss stories
|
||||
* Feed view: Show all feed entries connected to rss stories
|
||||
* Intelligence: Red/Yellow/Green for Bad/Neutral/Good stories. Based on explicit user preferences.
|
||||
* Feed management: Adding, removing, sorting/threading, OPML import
|
||||
* Original view: Show the original site and connect stories to rss stories
|
||||
* Feed view: Show all feed entries connected to rss stories
|
||||
* Intelligence: Red/Yellow/Green for Bad/Neutral/Good stories. Based on explicit user preferences.
|
||||
|
||||
## version 1.5 ##
|
||||
|
||||
*Summer 2010*
|
||||
|
||||
* Google Reader import
|
||||
* Google Reader import
|
||||
|
||||
## version 2.0 ##
|
||||
|
||||
*Winter 2010*
|
||||
|
||||
* Search
|
||||
* Feed discovery, ala *Give Me Something To Read*
|
||||
* Search
|
||||
* Feed discovery, ala *Give Me Something To Read*
|
||||
|
||||
## version 3.0 ##
|
||||
|
||||
*Spring 2011*
|
||||
|
||||
* Artificial intelligence: implicit behavior creates assumptions about stories
|
||||
|
||||
|
||||
Author
|
||||
------
|
||||
|
||||
* Samuel Clay <samuel@ofbrooklyn.com>
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
NewsBlur is licensed under the MIT License. (See LICENSE)
|
Loading…
Add table
Reference in a new issue