aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 13 insertions, 23 deletions
diff --git a/README.md b/README.md
index 2984c4b..7bd8b3b 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,26 @@
-## straw-viewer
+## fair-viewer
A lightweight application for searching and streaming videos from YouTube, using the API of [invidio.us](https://invidio.us/).
-### straw-viewer
+### fair-viewer
* command-line interface to YouTube.
-![straw-viewer](https://user-images.githubusercontent.com/614513/73046877-5cae1200-3e7c-11ea-8ab3-f8c444f88b30.png)
+![fair-viewer](https://user-images.githubusercontent.com/614513/73046877-5cae1200-3e7c-11ea-8ab3-f8c444f88b30.png)
-### gtk-straw-viewer
+### gtk-fair-viewer
* GTK+ interface to YouTube.
-![gtk-straw-viewer](https://user-images.githubusercontent.com/614513/73087694-93ffdb80-3edb-11ea-8fea-05901d72f68d.png)
+![gtk-fair-viewer](https://user-images.githubusercontent.com/614513/73087694-93ffdb80-3edb-11ea-8fea-05901d72f68d.png)
### STATUS
The project is in its early stages of development and some features are not implemented yet.
-### AVAILABILITY
-
-* Arch Linux (AUR): https://aur.archlinux.org/packages/straw-viewer-git/
-
### INSTALLATION
-To install `straw-viewer`, run:
+To install `fair-viewer`, run:
```console
perl Build.PL
@@ -32,7 +28,7 @@ To install `straw-viewer`, run:
sudo ./Build install
```
-To install `gtk-straw-viewer` along with `straw-viewer`, run:
+To install `gtk-fair-viewer` along with `fair-viewer`, run:
```console
perl Build.PL --gtk
@@ -42,18 +38,18 @@ To install `gtk-straw-viewer` along with `straw-viewer`, run:
### DEPENDENCIES
-#### For straw-viewer:
+#### For fair-viewer:
* [libwww-perl](https://metacpan.org/release/libwww-perl)
* [LWP::Protocol::https](https://metacpan.org/release/LWP-Protocol-https)
* [Data::Dump](https://metacpan.org/release/Data-Dump)
* [JSON](https://metacpan.org/release/JSON)
-#### For gtk-straw-viewer:
+#### For gtk-fair-viewer:
* [Gtk3](https://metacpan.org/release/Gtk3)
* [File::ShareDir](https://metacpan.org/release/File-ShareDir)
-* \+ the dependencies required by straw-viewer.
+* \+ the dependencies required by fair-viewer.
#### Optional dependencies:
@@ -77,15 +73,9 @@ To package this application, run the following commands:
After installing, you can find documentation with the following commands:
- man straw-viewer
- perldoc WWW::StrawViewer
+ man fair-viewer
+ perldoc WWW::FairViewer
### LICENSE AND COPYRIGHT
-Copyright (C) 2012-2020 Trizen
-
-This program is free software; you can redistribute it and/or modify it
-under the terms of either: the GNU General Public License as published
-by the Free Software Foundation; or the Artistic License.
-
-See http://dev.perl.org/licenses/ for more information.
+This work is under the License [GNU AGPLv3 +](LICENSE)