====== Developers ====== ===== Project at a glance ===== * [[http://alioth.debian.org/projects/splashy|Splashy project on Alioth]] * [[http://packages.qa.debian.org/s/splashy.html|Splashy package on Debian]] * "splashy-devel" splashy-devel <~AT> lists.alioth.debian.org * "splashy-users" splashy-users lists.alioth.debian.org * [[http://irc.netsplit.de/webchat/?net=freenode&room=%23splashy|#splashy on irc.freenode.net]] ([[http://irc.netsplit.de/channels/details.php?room=%23splashy&net=freenode|stats]]) ===== Revision control ===== * [[http://git.debian.org/?p=splashy/splashy.git|Changes and history through Gitweb]] * **ssh://git.debian.org/git/splashy/splashy.git** ==== Work Flow ==== * Need to get a new copy of the repository? git clone ssh://$ALIOTHUSER@git.debian.org/git/splashy/splashy.git * Edit changes locally and need to upload/merge? git commit -m "my notes" -a git fetch git rebase origin git push origin * Need a read-only copy of the repository? git clone git://git.debian.org/git/splashy/splashy.git * Need a read-only copy of the repository and you are behind a corporate firewall (no access to port 9418)? git clone http://git.debian.org/git/splashy/splashy.git For more information about Git please read the excellent documentation on X.org/Freedesktop.org: http://www.freedesktop.org/wiki/Infrastructure/git/Developers You might want to use the following alias in your **~/.profile** # git-pull does not cut it for you? alias gitpull='git fetch origin; git rebase origin;' # how about git-push? alias gitpush='git push; git fetch origin; git rebase origin;' ===== Subprojects ===== * [[Gsplashy]] * [[Qsplashy]] ===== Bugs tracking and reporting ===== * [[http://alioth.debian.org/tracker/?group_id=30657|Splashy tracker on Alioth]] * [[http://bugs.debian.org/splashy|Debian Bug Tracking System (DBTS)]] (preferred) ===== Mailing lists archives ===== * [[http://alioth.debian.org/mail/?group_id=30657|All lists at a glance]] * [[http://lists.alioth.debian.org/mailman/listinfo/splashy-users|Splashy Users]] * [[http://lists.alioth.debian.org/mailman/listinfo/splashy-devel|Splashy Developers]] ===== Notes on Operating Systems ===== * [[Gentoo]] * [[Slackware]] * [[Ubuntu]]