git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
To: git@vger.kernel.org
Subject: [ANN] git JSONRPC web service and matching pyjamas front-end
Date: Tue, 29 Jun 2010 23:26:36 +0000	[thread overview]
Message-ID: <AANLkTilkowXIJYPsE-YSXdcwPv5gBCZ-dzuQTx8nhnwn@mail.gmail.com> (raw)
In-Reply-To: <AANLkTilIUNJkyJ60AgYSuceDfNuNCFtBFfNi9o6_oEhM@mail.gmail.com>

as more than just a proof-of-concept to get pyjamas out of "a nice
toy, doesn't do much, great demos, shame about real life" mode, i've
created yet another git repository browser.  this one, thanks to
pyjamas, obviously runs as both a desktop application and also as a
web application - same source code.

pyjamasgitweb is actually two independent happily small projects.  the
first is simply a JSONRPC-based git web server (in python, using
python-git) and the second is a matching front-end.

the front-end is happily bare but functional.  a demo is here (please
be nice to it) where you will see immediately a total lack of colour
or even borders:
http://pyjs.org/pygit

if anyone wants the source code, or to help contribute, it's at:
  git clone gitolite@pyjs.org:pyjamasgitweb

to start the server, read the README, install the dependencies, then do:

$ cd jsonservice
$ python srv.py {path to top level of repository} &
$ cd ../pyjamas
$ ./build.sh # requires symlink ~/bin/pyjsbuild to sandbox
$ firefox http://127.0.0.1:8000/outputJSONRPCService.html &
$ python JSONRPCService.py # for the desktop version

obviously, if you just want to write your own JSONRPC client, you
don't need pyjamas...

l.

           reply	other threads:[~2010-06-29 23:26 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <AANLkTilIUNJkyJ60AgYSuceDfNuNCFtBFfNi9o6_oEhM@mail.gmail.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTilkowXIJYPsE-YSXdcwPv5gBCZ-dzuQTx8nhnwn@mail.gmail.com \
    --to=lkcl@lkcl.net \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).