Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

download [2009/08/28 15:52] – external edit 127.0.0.1download [2015/02/20 22:39] (current) – update outdated info landry
Line 4: Line 4:
 ===== Stable versions ===== ===== Stable versions =====
  
-The most recent releases of all goodies can be found on  [[http://mocha.xfce.org/archive/src/|here]].+The most recent releases of all goodies can be found on  [[http://archive.xfce.org/src/|here]].
  
 ===== Git ===== ===== Git =====
Line 11: Line 11:
 ==== Anonymous access (read-only) ==== ==== Anonymous access (read-only) ====
 Depending on the category of the package to check. Depending on the category of the package to check.
-  git clone http://git.xfce.org/git/$(category)/$(AppName)+  git clone git://git.xfce.org/$(category)/$(AppName)
 for example to check the package ristretto which is part of apps category. for example to check the package ristretto which is part of apps category.
-  git clone http://git.xfce.org/git/apps/ristretto+  git clone git://git.xfce.org/apps/ristretto
  
 ==== Developer access ==== ==== Developer access ====
-  git clone ssh://user_name@git.xfce.org/git/$(category)/$(AppName)+  git clone ssh://git@git.xfce.org/$(category)/$(AppName)
  
 ==== Browsing via CGIT ==== ==== Browsing via CGIT ====