Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Minor UI Adjustments #1

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.idea/
/ignore/
7 changes: 7 additions & 0 deletions LICENCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2013-2018 Josh Deltener <[email protected]>

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.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Welcome to Slick RSS
###The news reader extension for Google Chrome.
### The news reader extension for Google Chrome.

####As of 2014 Slick is no longer under active development. Why?
#### As of 2014 Slick is no longer under active development. Why?

1) There are plenty of other kick ass news readers out there, many with more features that are cross device capable.

Expand All @@ -12,7 +12,7 @@
4) RSS is a dieing technology. This may be a little "out there", but if you ask me, RSS is showing some age. Now days, people get their data from a wide variety of sources. RSS, Facebook, Tweets, Pins etc.. RSS seems to be the old way of sharing data.


######I'm including the source to V2 of Slick. Keep in mind, this was my very first Google Chrome Extension, and the code is a bit sloppy. I started it before I got into jQuery, so.. Have fun :)
###### I'm including the source to V2 of Slick. Keep in mind, this was my very first Google Chrome Extension, and the code is a bit sloppy. I started it before I got into jQuery, so.. Have fun :)

If for some reason you decide to do something with this code, it's licensed under MIT License.
http://opensource.org/licenses/MIT
Loading