Coder Social home page Coder Social logo

babyluv1416 / smart-rss Goto Github PK

View Code? Open in Web Editor NEW

This project forked from martinkadlec0/smart-rss

1.0 0.0 0.0 1.49 MB

RSS extension for Opera 15+

Home Page: http://blog.martinkadlec.eu/post/501-smart-rss-final-v10

License: MIT License

JavaScript 83.86% HTML 6.30% CSS 9.84%

smart-rss's Introduction

Smart RSS extension

Translations are in scripts/nls/*.js

For technical bug reports use issues here on GitHub

For bugs from user perspective use commments on: http://blog.martinkadlec.eu/post/501-smart-rss-final-v10

For developers

If you are interested in improving Smart RSS then there are few tips to get started.

First of all you will need several command line tools:

To setup your Smart RSS project open your console, go to your projects folders and type:

git clone [email protected]:BS-Harou/Smart-RSS.git smartrss
cd smartrss
npm install

You should also create .gitignore file including at least:

node_modules/*
docs/*
*.map
*-compiled.js
*.sublime-*

(*.sublime-* only if you use sublime text projects)

To check for jshint errors:

grunt jshint

To compile stylus files to css:

grunt stylus

You can also use watch task that will automatically compile your stylus files on change:

grunt watch

To generate source documentaion in ./docs run:

grunt yuidoc

In dev. builds you can run integration tests by pressing shift+insert directly in smart rss tab.

When you are done editing the code you should compile all the js files:

grunt rjs

and then switch to "publish" branch (that will make index.html (bgprocess) and rss.tml (app) use the compiled files instead of loading all the files separately) and rebase it.

git checkout publish
git rebase master

Then you can use Opera to make extenion out of it. Opera will automatically ignore all files and folders beggining with "." like ".git", but you might want to remove some other files too (like sublime text projects files). You have to do this manually or use some script that will do this for you. I have a script to do this but it is not yet ready to get published. In future it might work like this:

grunt build

Then don't forget to switch back to master banch

git checkout master

smart-rss's People

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.