CARVIEW |
Every repository with this icon (

Every repository with this icon (

Description: | Sync your google reader items with your iPhone for offline viewing edit |
Homepage: | https://code.google.com/p/gris edit |
Public Clone URL: |
git://github.com/gfxmonk/google-reader-iphone-sync.git
Give this clone URL to anyone.
git clone git://github.com/gfxmonk/google-reader-iphone-sync.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:gfxmonk/google-reader-iphone-sync.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
CHANGELOG | ||
![]() |
Capfile | ||
![]() |
LICENCE | Fri Aug 15 20:00:28 -0700 2008 | GPLv2 [gfxmonk] |
![]() |
README.markdown | Fri Jul 10 18:12:43 -0700 2009 | fixed formatting on readme [gfxmonk] |
![]() |
config_example.yml | Fri Oct 03 21:54:35 -0700 2008 | cleaned up capfile & config [gfxmonk] |
![]() |
cydia/ | ||
![]() |
nose.cfg | ||
![]() |
psd/ | Fri Feb 06 02:04:09 -0800 2009 | slight reword of instapaper functionality [gfxmonk] |
![]() |
src/ | ||
![]() |
template/ |
google-reader-iphone-sync
GRis (Google Reader iPhone Sync) is an RSS feed reader for the iPhone. There are already a few available, but this one features:
- It syncs with Google Reader. So items you read will be marked as read, and you can star items to come back to them later.
- It saves images in feeds for offline viewing. Surprisingly few iPhone RSS readers do this, which sucks if (like me) you own an iPod Touch, the sans-3G bastard son of an iPhone.
- It's free
- ... and it's entirely open source (the best kind of free).
Using it:
The best way to install is via my cydia repository at gfxmonk.net/cydia/
If you want to distribute a modified package, you must edit the cydia/control
file so that it won't clash with official versions. You should also probably change the icon, so people don't get confused.
See saurik's tutorial for instructions on creating your own repository.
Running / building / installing:
To build and run on the iPhone simulator, you'll need
- The iPhone SDK
- Python (I use 2.5.1)
- nose
To install on a device, you'll need (for your mac):
- Ruby
- capistrano
- dpkg binaries (specifically dpkg-deb and dpkg-scanpackages. These come with fink, and presumably all other apt ports)
...and the device will need to have:
- Cydia
- OpenSSH
- Link Identity Editor
the python package is a dependency of GRiS, so it'll be installed if you do not already have it.
Configuration required:
- see config_example.yml
Running tasks:
Run cap -T
to see what you can do.
Most of the time, you'll want to run one of:
cap nose
- run the testscap package:install
- build package and install it on your device
Note that currently, the google_reader_test.py tests are very brittle, and require you to have an actual google reader account. I hope to fix this up in the future.
Problems:
If you have any issues building / running, please post them to the issue tracker.