Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
Go to file
Michael Scherer c1bdc05b91 Do not use a predictible filename in /tmp for pid
Since any user can write the file in /tmp, any user could inject a
incorrect pid or anything ( that would be passed to kill
later ), or to put a link to a file ( which would be erased if the timing is
good ) when SparkleShare is started. So using a file in the hme, prefixed
with the hostname ( for nfs shared home ). This is a problem only on
distribution where $XDG_RUNTIME_DIR is not set ( for example RHEL 6 ).
2013-01-04 23:13:55 +01:00
build build: remove obsolete refs 2012-10-23 22:59:22 +01:00
legal Rename hack for previous commit 2012-09-25 21:00:17 +02:00
SparkleLib git: fix typo. closes #1134 2013-01-03 22:13:18 +01:00
SparkleShare Do not use a predictible filename in /tmp for pid 2013-01-04 23:13:55 +01:00
.gitignore linux: Fix build. Closes #886 2012-08-03 12:22:22 +02:00
autogen.sh Disable translations for now 2012-06-19 19:20:33 +01:00
configure.ac bump version 2012-12-07 17:19:51 +00:00
Makefile.am build: Update new text file names 2012-09-26 12:17:05 +02:00
News.txt news: update timestamp 2012-12-09 16:27:07 +01:00
README.md statusicon: Fix delay in menu closing when clicking Add... 2012-09-26 12:01:58 +02:00

SparkleShare

SparkleShare is an Open Source collaboration and sharing tool that is designed to keep things simple and to stay out of your way. It allows you to instantly sync with Git repositories and is available for Linux distributions, Mac and Windows.

Resources

Website: http://www.sparkleshare.org/
Twitter: https://www.twitter.com/SparkleShare
Development: https://github.com/hbons/SparkleShare
IRC channel: #sparkleshare on irc.gnome.org

License

SparkleShare is Open Source software and licensed under the GNU General Public License version 3 or later. You are welcome to change and redistribute it under certain conditions.For more information see the legal/License.txt file.

Setting up a host

You can use any host that runs Git. For a simple setup script, check out Dazzle. If you need to manage a lot of projects and/or users it may be worth looking at Gitlab.

Building...

...on Linux distributions
...on Mac
...on Windows

Finally...

Have fun, make awesome. :)