Repositories
wp-pluto
Wordpress theme for http://pluto.kuri.mu
-
Cloning this repository:
git clone git://gitorious.org/naked-on-pluto/wp-pluto.git wp-pluto cd wp-pluto
Add this repository as a remote to an existing local repository:
git remote add wp-pluto git://gitorious.org/naked-on-pluto/wp-pluto.git git fetch wp-pluto git checkout -b my-local-tracking-branch wp-pluto/master_or_other_branch
game-server
The game server source
-
Cloning this repository:
git clone git://gitorious.org/naked-on-pluto/game-server.git game-server cd game-server
Add this repository as a remote to an existing local repository:
git remote add game-server git://gitorious.org/naked-on-pluto/game-server.git git fetch game-server git checkout -b my-local-tracking-branch game-server/master_or_other_branch
www-placeholder
Some placeholder to use as a teaser/curtain in front of the building area.
-
Cloning this repository:
git clone git://gitorious.org/naked-on-pluto/www-placeholder.git www-placeholder cd www-placeholder
Add this repository as a remote to an existing local repository:
git remote add www-placeholder git://gitorious.org/naked-on-pluto/www-placeholder.git git fetch www-placeholder git checkout -b my-local-tracking-branch www-placeholder/master_or_other_branch
game-client
The game client source
-
Cloning this repository:
git clone git://gitorious.org/naked-on-pluto/game-client.git game-client cd game-client
Add this repository as a remote to an existing local repository:
git remote add game-client git://gitorious.org/naked-on-pluto/game-client.git git fetch game-client git checkout -b my-local-tracking-branch game-client/master_or_other_branch
tertius
The underworld of Pluto.
-
Cloning this repository:
git clone git://gitorious.org/naked-on-pluto/tertius.git tertius cd tertius
Add this repository as a remote to an existing local repository:
git remote add tertius git://gitorious.org/naked-on-pluto/tertius.git git fetch tertius git checkout -b my-local-tracking-branch tertius/master_or_other_branch
documentation
doc, papers, slides from NOP
-
Cloning this repository:
git clone git://gitorious.org/naked-on-pluto/documentation.git documentation cd documentation
Add this repository as a remote to an existing local repository:
git remote add documentation git://gitorious.org/naked-on-pluto/documentation.git git fetch documentation git checkout -b my-local-tracking-branch documentation/master_or_other_branch
artwork
bits and bytes of images, logos and stuff
-
Cloning this repository:
git clone git://gitorious.org/naked-on-pluto/artwork.git artwork cd artwork
Add this repository as a remote to an existing local repository:
git remote add artwork git://gitorious.org/naked-on-pluto/artwork.git git fetch artwork git checkout -b my-local-tracking-branch artwork/master_or_other_branch
game-broadcast
A Python daemon to forward bot messages to twitter and the project’s blog.
-
Cloning this repository:
git clone git://gitorious.org/naked-on-pluto/game-broadcast.git game-broadcast cd game-broadcast
Add this repository as a remote to an existing local repository:
git remote add game-broadcast git://gitorious.org/naked-on-pluto/game-broadcast.git git fetch game-broadcast git checkout -b my-local-tracking-branch game-broadcast/master_or_other_branch
wp-naked
WP Theme for the NoP propaganda site/journal.
-
Cloning this repository:
git clone git://gitorious.org/naked-on-pluto/wp-naked.git wp-naked cd wp-naked
Add this repository as a remote to an existing local repository:
git remote add wp-naked git://gitorious.org/naked-on-pluto/wp-naked.git git fetch wp-naked git checkout -b my-local-tracking-branch wp-naked/master_or_other_branch
workshop
Materials for the Naked on Pluto workshop
-
Cloning this repository:
git clone git://gitorious.org/naked-on-pluto/workshop.git workshop cd workshop
Add this repository as a remote to an existing local repository:
git remote add workshop git://gitorious.org/naked-on-pluto/workshop.git git fetch workshop git checkout -b my-local-tracking-branch workshop/master_or_other_branch

