Go to file
2017-11-11 14:30:29 +02:00
assets .desktop file fix. 2017-11-11 13:38:09 +02:00
hammond-data Changed the XDG folder from Hammond to hammond, Added make tar. 2017-11-10 14:09:05 +02:00
hammond-downloader Refactored empty view logic. 2017-11-10 16:15:53 +02:00
hammond-gtk Home button tweak. 2017-11-10 16:25:40 +02:00
scripts Added make release option. 2017-11-11 14:30:29 +02:00
.gitignore Now building with meson. 2017-11-11 13:29:11 +02:00
.gitlab-ci.yml Code cleanup. 2017-10-23 07:37:07 +03:00
Cargo.lock Updated rayon. 2017-11-10 11:42:11 +02:00
Cargo.toml Closed #5. Proper guessing of the file extension from the mime-type. 2017-11-10 11:35:58 +02:00
configure Added make release option. 2017-11-11 14:30:29 +02:00
Hammond.doap Ui minor polish. 2017-10-23 04:00:32 +03:00
LICENSE Added License. 2017-09-30 22:39:31 +03:00
meson.build Added make release option. 2017-11-11 14:30:29 +02:00
README.md Changed the XDG folder from Hammond to hammond, Added make tar. 2017-11-10 14:09:05 +02:00
rustfmt.toml Completed functionality of the delete buttons. 2017-10-27 04:31:39 +03:00
TODO.md Close #11, Added notes for manual installation. 2017-11-10 12:54:09 +02:00

Hammond

Multithreaded, safe, and reliable Gtk+ Podcast client.

This is a prototype of a podcast client written in Rust.

pipeline status

podcasts_view podcast_widget

The following steps assume you have a working installation of rustc and cargo. If you dont take a look at rustup.rs

Quick start:

git clone https://gitlab.gnome.org/alatiera/hammond.git
cd Hammond/
cargo run -p hammond-gtk --release

Install from soure:

git clone https://gitlab.gnome.org/alatiera/hammond.git
cd Hammond/
make && sudo make install

Additionall:

You can run sudo make uninstall for removal

And make clean to clean up the enviroment after instalation.

Flatpak:

Flatpak instructions... Soon™.

Dependancies:

  • Rust stable 1.21 or later.
  • Gtk+ 3.22 or later

Debian/Ubuntu:

apt-get update -yqq
apt-get install -yqq --no-install-recommends build-essential
apt-get install -yqq --no-install-recommends libgtk-3-dev

Fedora:

dnf install -y gtk3-devel glib2-devel openssl-devel sqlite-devel

If you happen to build it on other distributions please let me know the names of the corresponding libraries. Feel free to open a PR or an Issue to note it.

Building:

git clone https://gitlab.gnome.org/alatiera/Hammond.git
cd Hammond/
cargo build --all

Overview:

$ tree -d
├── assets              # png's used in the README.md
├── hammond-data        # Storate related stuff, Sqlite db, XDG setup.
│   ├── migrations      # Diesel migrations.
│   │   └── ...
│   ├── src
│   └── tests
│       └── feeds       # Raw RSS Feeds used for tests.
├── hammond-downloader  # Really basic, Really crappy downloader.
│   └── src
├── hammond-gtk         # The Gtk+ Client
│   ├── resources       # GResources folder
│   │   └── gtk         # Contains the glade.ui files.
│   └── src
│       ├── views       # Currently only contains the Podcasts_view.
│       └── widgets     # Contains custom widgets such as Podcast and Episode.

Contributing:

There alot of thins to be done, take a look at TODO.md or grep for TODO: and FIXME:.

to be added: CONTRIBUTING.md

A note about the project's name:

The project was named after Allan Moore's character Evey Hammond from the graphic novel V for Vendetta.

It has nothing to do with the horrible headlines on the news.