diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 36 |
1 files changed, 13 insertions, 23 deletions
@@ -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. - + -### gtk-straw-viewer +### gtk-fair-viewer * GTK+ interface to YouTube. - + ### 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) |