Repositories
sweet-web-engine
This is the sweet-web tweeting app.
-
Cloning this repository:
git clone git://git.pantoto.org/sweet-web/sweet-web-engine.git sweet-web-engine cd sweet-web-engine
Add this repository as a remote to an existing local repository:
git remote add sweet-web-engine git://git.pantoto.org/sweet-web/sweet-web-engine.git git fetch sweet-web-engine git checkout -b my-local-tracking-branch sweet-web-engine/master_or_other_branch
ecthienders-sweet-web-engine
-
Cloning this repository:
git clone git://git.pantoto.org/~ecthiender/sweet-web/ecthienders-sweet-web-engine.git ecthienders-sweet-web-engine cd ecthienders-sweet-web-engine
Add this repository as a remote to an existing local repository:
git remote add ecthienders-sweet-web-engine git://git.pantoto.org/~ecthiender/sweet-web/ecthienders-sweet-web-engine.git git fetch ecthienders-sweet-web-engine git checkout -b my-local-tracking-branch ecthienders-sweet-web-engine/master_or_other_branch
mural-annotation
This repository contains the mural-annotation example which uses SWeeT to publish and search for related annotations.
-
Cloning this repository:
git clone git://git.pantoto.org/sweet-web/mural-annotation.git mural-annotation cd mural-annotation
Add this repository as a remote to an existing local repository:
git remote add mural-annotation git://git.pantoto.org/sweet-web/mural-annotation.git git fetch mural-annotation git checkout -b my-local-tracking-branch mural-annotation/master_or_other_branch
sweet-maker
-
Cloning this repository:
git clone git://git.pantoto.org/sweet-web/sweet-maker.git sweet-maker cd sweet-maker
Add this repository as a remote to an existing local repository:
git remote add sweet-maker git://git.pantoto.org/sweet-web/sweet-maker.git git fetch sweet-maker git checkout -b my-local-tracking-branch sweet-maker/master_or_other_branch
nitin3006s-sweet-web-engine
-
Cloning this repository:
git clone git://git.pantoto.org/~nitin3006/sweet-web/nitin3006s-sweet-web-engine.git nitin3006s-sweet-web-engine cd nitin3006s-sweet-web-engine
Add this repository as a remote to an existing local repository:
git remote add nitin3006s-sweet-web-engine git://git.pantoto.org/~nitin3006/sweet-web/nitin3006s-sweet-web-engine.git git fetch nitin3006s-sweet-web-engine git checkout -b my-local-tracking-branch nitin3006s-sweet-web-engine/master_or_other_branch
nitin3006s-mural-annotation
-
Cloning this repository:
git clone git://git.pantoto.org/~nitin3006/sweet-web/nitin3006s-mural-annotation.git nitin3006s-mural-annotation cd nitin3006s-mural-annotation
Add this repository as a remote to an existing local repository:
git remote add nitin3006s-mural-annotation git://git.pantoto.org/~nitin3006/sweet-web/nitin3006s-mural-annotation.git git fetch nitin3006s-mural-annotation git checkout -b my-local-tracking-branch nitin3006s-mural-annotation/master_or_other_branch
nitin3006s-sweet-maker
-
Cloning this repository:
git clone git://git.pantoto.org/~nitin3006/sweet-web/nitin3006s-sweet-maker.git nitin3006s-sweet-maker cd nitin3006s-sweet-maker
Add this repository as a remote to an existing local repository:
git remote add nitin3006s-sweet-maker git://git.pantoto.org/~nitin3006/sweet-web/nitin3006s-sweet-maker.git git fetch nitin3006s-sweet-maker git checkout -b my-local-tracking-branch nitin3006s-sweet-maker/master_or_other_branch
swtr
This is the client-side SwtMaker+SwtSwagger application. Simply called swtr.
-
Cloning this repository:
git clone git://git.pantoto.org/sweet-web/swtr.git swtr cd swtr
Add this repository as a remote to an existing local repository:
git remote add swtr git://git.pantoto.org/sweet-web/swtr.git git fetch swtr git checkout -b my-local-tracking-branch swtr/master_or_other_branch
comment-plugin
A plugin to allow commenting through sweets.
-
Cloning this repository:
git clone git://git.pantoto.org/sweet-web/comment-plugin.git comment-plugin cd comment-plugin
Add this repository as a remote to an existing local repository:
git remote add comment-plugin git://git.pantoto.org/sweet-web/comment-plugin.git git fetch comment-plugin git checkout -b my-local-tracking-branch comment-plugin/master_or_other_branch
crawler
A crawler implemented in scrapy to scrape pages and post links to social networking sites.
-
Cloning this repository:
git clone git://git.pantoto.org/sweet-web/crawler.git crawler cd crawler
Add this repository as a remote to an existing local repository:
git remote add crawler git://git.pantoto.org/sweet-web/crawler.git git fetch crawler git checkout -b my-local-tracking-branch crawler/master_or_other_branch