SparkleShare/README

58 lines
1.7 KiB
Plaintext
Raw Normal View History

2010-05-01 15:32:17 +00:00
SparklePony is a file sharing and collaboration tool inspired by DropBox. It
allows you to instantly sync with any Git repository you have access to.
2010-04-27 15:10:42 +00:00
2010-05-01 15:32:17 +00:00
SparklePony isn't just a piece of software, it's part of your workflow. It's
designed to make sharing documents and collaboration easier, and to make peers
aware of what you are doing. The user interface and features are made to
support this goal. However, you may find SparklePony useful for other kinds of
purposes as well, like backing up files or monitoring your favourite project.
2010-04-30 00:28:54 +00:00
2010-05-01 15:32:17 +00:00
SparklePony is not designed to be:
2010-04-30 00:28:54 +00:00
- a graphical frontend for git
- a backup tool
2010-04-27 15:10:42 +00:00
2010-04-29 10:37:59 +00:00
In contrast to the projects name, we will very likely
2010-04-29 22:50:07 +00:00
refuse to implement your personal ponies. :)
2010-04-29 10:37:59 +00:00
SparklePony currently only works on Linux/GNOME.
2010-05-01 16:31:03 +00:00
Windows and OSX ports are planned for the future.
2010-05-01 15:22:54 +00:00
2010-05-01 15:32:17 +00:00
SparklePony is free software and licensed under the GNU GPLv3. You are welcome
to change and redistribute it under certain conditions. For more information
see the LICENSE file or visit http://www.gnu.org/licenses/gpl-3.0.html
2010-05-01 15:22:54 +00:00
SparklePony currently requires (in alphabetical order):
- ndesk-dbus-devel >= 0.6
- git >= 1.7
2010-05-01 15:22:54 +00:00
- gtk-sharp2 >= 2.12.7
- mono-core >= 2.2
2010-04-29 22:50:07 +00:00
- notify-sharp >= 0.4.0
2010-04-29 10:37:59 +00:00
2010-05-01 17:44:23 +00:00
Installing dependencies on Fedora:
# yum install git gtk-sharp2 gtk-sharp2-devel mono-core notify-sharp \
2010-05-01 23:34:46 +00:00
notify-sharp-devel ndesk-dbus-devel
2010-05-01 15:22:54 +00:00
2010-05-01 16:33:30 +00:00
You can build and install SparklePony like this:
2010-04-30 02:15:01 +00:00
$ make
2010-05-01 17:44:23 +00:00
$ su
2010-04-30 02:15:01 +00:00
# make install
2010-05-01 17:44:23 +00:00
Run the service:
2010-04-30 02:15:01 +00:00
$ sparklepony start
2010-05-01 17:44:23 +00:00
You can stop the service via the graphical interface or by typing:
$ sparklepony stop
2010-04-30 02:15:01 +00:00
For help:
$ sparklepony --help
2010-05-01 15:22:54 +00:00
2010-04-29 10:37:59 +00:00
The official website is:
2010-04-29 22:50:07 +00:00
http://www.github.com/hbons/SparklePony
2010-05-01 15:22:54 +00:00
Have fun! :)