From ef7974de7fd9cf988e454be9ce76c7fcecfde859 Mon Sep 17 00:00:00 2001 From: Mladen Mijatov Date: Fri, 25 Jul 2014 15:33:45 +0200 Subject: [PATCH 1/2] Updated readme file. Added detailed description with screen shots and links. --- README.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13061d662..6c6a84f86 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,42 @@ Sunflower ========= -Small and highly customizable twin-panel file manager for Linux with support for plugins. +Sunflower is a small and highly customizable twin-panel file manager for Linux with support for plugins. It is intended to be an easy-to-use and powerful file manager that seamlessly integrates into the GNOME desktop environment (but not limited to). + +![Screen shot](http://img713.imageshack.us/img713/3218/sunflowerpreview.png) + +### Packages + +Sunflower package can be downloaded from following locations: + +* [Arch Linux AUR](http://aur.archlinux.org/packages.php?ID=49321) +* [Arch Linux AUR, repository version](http://aur.archlinux.org/packages.php?ID=49725)] +* [Ubuntu PPA](https://launchpad.net/~atareao/+archive/sunflower) (usually late by a version or two) +* [Gentoo](http://packages.gentoo.org/package/x11-misc/sunflower) + Installation: `emerge --ask x11-misc/sunflower` + +[Official packages can be downloaded from here](http://sunflower-fm.org/pub) or releases page above. + +### Plugins + +Check some of the plugins made by community: +* [Image manipulation](https://github.com/ArseniyK/image_manipulation) +* [Extract here menu option](https://github.com/ArseniyK/archiver) +* [SQLite viewer](https://github.com/ArseniyK/sqlite_viewer) + +Plugins can be installed locally to: `~/.config/sunflower/user_plugins/` + +### How to contribute +You can be a part of this project in many ways. We suggest posting on our mailing list or visiting our IRC channel on FreeNode and we'll try to help you get started. + +And as usual testers are more than welcome. + +### Staying in touch +Preferred way of getting in touch with us is through [mailing list](https://groups.google.com/forum/#!forum/sunflower-fm). + +I like talking to people a lot so please feel free to contact me any time. You can always follow me on my [twitter account](http://twitter.com/MeanEYE_rcf) and [Google+](http://gplus.to/MeanEYE). We also have IRC channel, `#sunflower` on `irc.freenode.org`. Central place for news is now on Google+ [page](https://plus.google.com/104972396836379309898). + +### Screenshots +Check out [screenshots](https://picasaweb.google.com/MeanEYE.rcf/Sunflower). + +Please note that screen shots and videos are months old, but they will help you know a little bit more what you are getting with this program. From 5ea7ec0c831c537b9f6a9e8d2f6cf73cbdbbdae5 Mon Sep 17 00:00:00 2001 From: Mladen Mijatov Date: Sun, 3 Aug 2014 02:13:58 +0200 Subject: [PATCH 2/2] Updated Arch Linux AUR links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c6a84f86..192d63377 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Sunflower is a small and highly customizable twin-panel file manager for Linux w Sunflower package can be downloaded from following locations: -* [Arch Linux AUR](http://aur.archlinux.org/packages.php?ID=49321) -* [Arch Linux AUR, repository version](http://aur.archlinux.org/packages.php?ID=49725)] +* [Arch Linux AUR](https://aur.archlinux.org/packages/sunflower/) +* [Arch Linux AUR, repository version](https://aur.archlinux.org/packages/sunflower-hg/) * [Ubuntu PPA](https://launchpad.net/~atareao/+archive/sunflower) (usually late by a version or two) * [Gentoo](http://packages.gentoo.org/package/x11-misc/sunflower) Installation: `emerge --ask x11-misc/sunflower`