fthuin / yahoofinance-cinnamon-desklet

A cinnamon desklet that retrieves quotes data from Yahoo! Finance
GNU General Public License v3.0
8 stars 2 forks source link

source code out of sync between github and cinnamon website #3

Open rickyzhang82 opened 8 years ago

rickyzhang82 commented 8 years ago

I found the source code between https://cinnamon-spices.linuxmint.com/desklets/view/23 and github are not in sync. Could you please tell me which version is up-to-date?

fthuin commented 8 years ago

Hello, This repository contains the code merged after a pull request (see https://github.com/fthuin/yahoofinance-cinnamon-desklet/pull/2). It contains a major refactoring of the code to be object-oriented and to handle errors.

The source code on cinnamon-spices contains the old version (non-refactored) but with other improvements (errors handling).

tl;dr: If you want to contribute, the best is to work on the source code in this repository.