Added an overview to README.md .
This commit is contained in:
parent
81af6765f1
commit
9787ce7979
34
README.md
34
README.md
@ -2,15 +2,11 @@
|
||||
## Multithreaded, safe, and reliable Gtk+ Podcast client.
|
||||
This is a prototype of a podcast client written in Rust.
|
||||
|
||||
[](https://gitlab.gnome.org/alatiera/Hammond/commits/master)
|
||||
|
||||

|
||||

|
||||
|
||||
**A note about the project's name:**
|
||||
|
||||
The project was named after Allan Moore's character [Evey Hammond](https://en.wikipedia.org/wiki/Evey_Hammond) from the graphic novel V for Vendetta.
|
||||
|
||||
It has nothing to do with the horrible headlines on the news.
|
||||
|
||||
## Quick start
|
||||
```sh
|
||||
git clone https://gitlab.gnome.org/alatiera/hammond.git
|
||||
@ -49,9 +45,31 @@ cargo build --all
|
||||
|
||||
## Overview:
|
||||
|
||||
To be added.
|
||||
```sh
|
||||
$ 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.
|
||||
│ ├── gtk # Contains the glade.ui files and.
|
||||
│ └── 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
|
||||
to be added: CONTRIBUTING.md
|
||||
|
||||
## A note about the project's name:
|
||||
|
||||
The project was named after Allan Moore's character [Evey Hammond](https://en.wikipedia.org/wiki/Evey_Hammond) from the graphic novel V for Vendetta.
|
||||
|
||||
It has nothing to do with the horrible headlines on the news.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user