Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Python
Makefile
CSS
Shell
M4
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
data | ||
|
|
gnomenews | ||
|
|
po | ||
|
|
.editorconfig | ||
|
|
ARTISTS | ||
|
|
AUTHORS | ||
|
|
COPYING | ||
|
|
Dockerfile | ||
|
|
Makefile.am | ||
|
|
NEWS | ||
|
|
README | ||
|
|
VERSION.in | ||
|
|
autogen.sh | ||
|
|
circle.yml | ||
|
|
configure.ac | ||
|
|
git.mk | ||
|
|
gnome-news.doap | ||
|
|
gnome-news.in | ||
README
GNOME News
==========
Requirements
------------
To use `autogen.sh` you need autoconf-archive.
All GObject Introspection (typelib) modules you want to use gnome-news:
* GLib-2.0
* Gio-2.0
* GObject-2.0
* Gtk-3.0 >= 3.12
* Gdk-3.0 >= 3.12
* Tracker-1.0 >= 1.5.1
* WebKit2-4.0
Debugging
---------
Remove all channels and feeds from tracker first.
For adding channels use `tracker-miner-rss -a URL` or add from GUI.
DON'T ADD FEEDS YOURSELF.
Delete all messages/channels:
$ tracker sparql -qu "DELETE { ?u a rdfs:Resource } WHERE { ?u a mfo:FeedChannel }"
$ tracker sparql -qu "DELETE { ?u a rdfs:Resource } WHERE { ?u a mfo:FeedMessage }"