Repositories
pyblosxom-web
Source files for the PyBlosxom website at pyblosxom.bluesock.org. The pyblosxom-web repository is solely for generating the PyBlosxom website. For example, although the website contains a copy of the PyBlosxom documentation this repository is not the authoritative source for the PyBlosxom docs, they get copied into this repository from the pyblosxom repository when the website gets updated.
-
Cloning this repository:
git clone git://gitorious.org/pyblosxom/pyblosxom-web.git pyblosxom-web cd pyblosxom-web
Add this repository as a remote to an existing local repository:
git remote add pyblosxom-web git://gitorious.org/pyblosxom/pyblosxom-web.git git fetch pyblosxom-web git checkout -b my-local-tracking-branch pyblosxom-web/master_or_other_branch
pyblosxom-contrib
Old plugin repository. Plugins in here will either become officially supported (after being updated) or removed. Look in the pyblosxom repository before looking in here.
-
Cloning this repository:
git clone git://gitorious.org/pyblosxom/pyblosxom-contrib.git pyblosxom-contrib cd pyblosxom-contrib
Add this repository as a remote to an existing local repository:
git remote add pyblosxom-contrib git://gitorious.org/pyblosxom/pyblosxom-contrib.git git fetch pyblosxom-contrib git checkout -b my-local-tracking-branch pyblosxom-contrib/master_or_other_branch
pyblosxom
This is the official source repository for PyBlosxom, including the PyBlosxom source code, documentation and official plugins. For more details on PyBlosxom see http://pyblosxom.bluesock.org/ .
-
Cloning this repository:
git clone git://gitorious.org/pyblosxom/pyblosxom.git pyblosxom cd pyblosxom
Add this repository as a remote to an existing local repository:
git remote add pyblosxom git://gitorious.org/pyblosxom/pyblosxom.git git fetch pyblosxom git checkout -b my-local-tracking-branch pyblosxom/master_or_other_branch
spaetz-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~spaetz/pyblosxom/spaetz-pyblosxom.git spaetz-pyblosxom cd spaetz-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add spaetz-pyblosxom git://gitorious.org/~spaetz/pyblosxom/spaetz-pyblosxom.git git fetch spaetz-pyblosxom git checkout -b my-local-tracking-branch spaetz-pyblosxom/master_or_other_branch
weakishs-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~weakish/pyblosxom/weakishs-pyblosxom.git weakishs-pyblosxom cd weakishs-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add weakishs-pyblosxom git://gitorious.org/~weakish/pyblosxom/weakishs-pyblosxom.git git fetch weakishs-pyblosxom git checkout -b my-local-tracking-branch weakishs-pyblosxom/master_or_other_branch
inyukis-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~inyuki/pyblosxom/inyukis-pyblosxom.git inyukis-pyblosxom cd inyukis-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add inyukis-pyblosxom git://gitorious.org/~inyuki/pyblosxom/inyukis-pyblosxom.git git fetch inyukis-pyblosxom git checkout -b my-local-tracking-branch inyukis-pyblosxom/master_or_other_branch
tgrays-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~tgray/pyblosxom/tgrays-pyblosxom.git tgrays-pyblosxom cd tgrays-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add tgrays-pyblosxom git://gitorious.org/~tgray/pyblosxom/tgrays-pyblosxom.git git fetch tgrays-pyblosxom git checkout -b my-local-tracking-branch tgrays-pyblosxom/master_or_other_branch
tgrays-pyblosxom-contrib
-
Cloning this repository:
git clone git://gitorious.org/~tgray/pyblosxom/tgrays-pyblosxom-contrib.git tgrays-pyblosxom-contrib cd tgrays-pyblosxom-contrib
Add this repository as a remote to an existing local repository:
git remote add tgrays-pyblosxom-contrib git://gitorious.org/~tgray/pyblosxom/tgrays-pyblosxom-contrib.git git fetch tgrays-pyblosxom-contrib git checkout -b my-local-tracking-branch tgrays-pyblosxom-contrib/master_or_other_branch
dieterbe-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~dieterbe/pyblosxom/dieterbe-pyblosxom.git dieterbe-pyblosxom cd dieterbe-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add dieterbe-pyblosxom git://gitorious.org/~dieterbe/pyblosxom/dieterbe-pyblosxom.git git fetch dieterbe-pyblosxom git checkout -b my-local-tracking-branch dieterbe-pyblosxom/master_or_other_branch
waris-pyblosxom-web
-
Cloning this repository:
git clone git://gitorious.org/~wari/pyblosxom/waris-pyblosxom-web.git waris-pyblosxom-web cd waris-pyblosxom-web
Add this repository as a remote to an existing local repository:
git remote add waris-pyblosxom-web git://gitorious.org/~wari/pyblosxom/waris-pyblosxom-web.git git fetch waris-pyblosxom-web git checkout -b my-local-tracking-branch waris-pyblosxom-web/master_or_other_branch
waris-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~wari/pyblosxom/waris-pyblosxom.git waris-pyblosxom cd waris-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add waris-pyblosxom git://gitorious.org/~wari/pyblosxom/waris-pyblosxom.git git fetch waris-pyblosxom git checkout -b my-local-tracking-branch waris-pyblosxom/master_or_other_branch
waris-pyblosxom-contrib
-
Cloning this repository:
git clone git://gitorious.org/~wari/pyblosxom/waris-pyblosxom-contrib.git waris-pyblosxom-contrib cd waris-pyblosxom-contrib
Add this repository as a remote to an existing local repository:
git remote add waris-pyblosxom-contrib git://gitorious.org/~wari/pyblosxom/waris-pyblosxom-contrib.git git fetch waris-pyblosxom-contrib git checkout -b my-local-tracking-branch waris-pyblosxom-contrib/master_or_other_branch
psjinx-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~psjinx/pyblosxom/psjinx-pyblosxom.git psjinx-pyblosxom cd psjinx-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add psjinx-pyblosxom git://gitorious.org/~psjinx/pyblosxom/psjinx-pyblosxom.git git fetch psjinx-pyblosxom git checkout -b my-local-tracking-branch psjinx-pyblosxom/master_or_other_branch
seanhs-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~seanh/pyblosxom/seanhs-pyblosxom.git seanhs-pyblosxom cd seanhs-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add seanhs-pyblosxom git://gitorious.org/~seanh/pyblosxom/seanhs-pyblosxom.git git fetch seanhs-pyblosxom git checkout -b my-local-tracking-branch seanhs-pyblosxom/master_or_other_branch
vmjs-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~vmj/pyblosxom/vmjs-pyblosxom.git vmjs-pyblosxom cd vmjs-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add vmjs-pyblosxom git://gitorious.org/~vmj/pyblosxom/vmjs-pyblosxom.git git fetch vmjs-pyblosxom git checkout -b my-local-tracking-branch vmjs-pyblosxom/master_or_other_branch
makos-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~mako/pyblosxom/makos-pyblosxom.git makos-pyblosxom cd makos-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add makos-pyblosxom git://gitorious.org/~mako/pyblosxom/makos-pyblosxom.git git fetch makos-pyblosxom git checkout -b my-local-tracking-branch makos-pyblosxom/master_or_other_branch
sirechs-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~sirech/pyblosxom/sirechs-pyblosxom.git sirechs-pyblosxom cd sirechs-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add sirechs-pyblosxom git://gitorious.org/~sirech/pyblosxom/sirechs-pyblosxom.git git fetch sirechs-pyblosxom git checkout -b my-local-tracking-branch sirechs-pyblosxom/master_or_other_branch
pyblosxom-wsgi-fix
-
Cloning this repository:
git clone git://gitorious.org/~bwinton/pyblosxom/pyblosxom-wsgi-fix.git pyblosxom-wsgi-fix cd pyblosxom-wsgi-fix
Add this repository as a remote to an existing local repository:
git remote add pyblosxom-wsgi-fix git://gitorious.org/~bwinton/pyblosxom/pyblosxom-wsgi-fix.git git fetch pyblosxom-wsgi-fix git checkout -b my-local-tracking-branch pyblosxom-wsgi-fix/master_or_other_branch
pyblosxom-doc-zh
-
Cloning this repository:
git clone git://gitorious.org/~zoomquiet/pyblosxom/pyblosxom-doc-zh.git pyblosxom-doc-zh cd pyblosxom-doc-zh
Add this repository as a remote to an existing local repository:
git remote add pyblosxom-doc-zh git://gitorious.org/~zoomquiet/pyblosxom/pyblosxom-doc-zh.git git fetch pyblosxom-doc-zh git checkout -b my-local-tracking-branch pyblosxom-doc-zh/master_or_other_branch
cwebbers-pyblosxom
-
Cloning this repository:
git clone git://gitorious.org/~cwebber/pyblosxom/cwebbers-pyblosxom.git cwebbers-pyblosxom cd cwebbers-pyblosxom
Add this repository as a remote to an existing local repository:
git remote add cwebbers-pyblosxom git://gitorious.org/~cwebber/pyblosxom/cwebbers-pyblosxom.git git fetch cwebbers-pyblosxom git checkout -b my-local-tracking-branch cwebbers-pyblosxom/master_or_other_branch

