SparkleShare/README

61 lines
1.8 KiB
Plaintext
Raw Normal View History

2010-05-05 01:20:54 +00:00
SparkleShare Version 0.0.11
2010-05-03 02:25:15 +00:00
SparkleShare is a file sharing and collaboration tool inspired by Dropbox. It
2010-05-01 15:32:17 +00:00
allows you to instantly sync with any Git repository you have access to.
2010-04-27 15:10:42 +00:00
SparkleShare isn't just a piece of software, it's part of your workflow. It's
2010-05-01 15:32:17 +00:00
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 SparkleShare useful for other kinds of
2010-05-01 15:32:17 +00:00
purposes as well, like backing up files or monitoring your favourite project.
2010-05-05 01:20:54 +00:00
SparkleShare is not made to be a graphical frontend for git or 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
SparkleShare 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
SparkleShare is free software and licensed under the GNU GPLv3. You are welcome
2010-05-01 15:32:17 +00:00
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
2010-05-05 01:20:54 +00:00
SparkleShare currently requires:
- git >= 1.7
2010-05-01 15:22:54 +00:00
- gtk-sharp2 >= 2.12.7
- mono-core >= 2.2
2010-05-05 01:20:54 +00:00
- ndesk-dbus >= 0.6
2010-04-29 22:50:07 +00:00
- notify-sharp >= 0.4.0
2010-04-29 10:37:59 +00:00
2010-05-05 01:20:54 +00:00
To build SparkleShare you need:
- git >= 1.7
- gtk-sharp2-devel >= 2.12.7
- mono-core >= 2.2
- monodevelop >= 2.0
- ndesk-dbus-devel >= 0.6
- notify-sharp-devel >= 0.4.0
2010-05-01 15:22:54 +00:00
You can build and install SparkleShare like this:
2010-04-30 02:15:01 +00:00
$ make
2010-05-03 02:25:15 +00:00
$ sudo make install
2010-04-30 02:15:01 +00:00
2010-05-01 17:44:23 +00:00
Run the service:
$ sparkleshare start
2010-04-30 02:15:01 +00:00
2010-05-01 17:44:23 +00:00
You can stop the service via the graphical interface or by typing:
$ sparkleshare stop
2010-05-01 17:44:23 +00:00
2010-04-30 02:15:01 +00:00
For help:
$ sparkleshare --help
2010-04-30 02:15:01 +00:00
2010-05-01 15:22:54 +00:00
2010-04-29 10:37:59 +00:00
The official website is:
http://www.github.com/hbons/SparkleShare
2010-05-01 15:22:54 +00:00
2010-05-05 01:20:54 +00:00
Now have fun and create cool things together! :)