On Sat, Mar 10, 2012 at 10:53 PM, Peter Bittner <[email protected]> wrote:
> Pygit brainstorming:
>
> 1) I will attempt to come up with a UI similar to Github (e.g.
> https://github.com/lkcl/pyjamas) in "Code".

 great!

>  * On top a "Branch" combobox (ListBox) to select the branch to
> display files for
>  * As the main panel a tabbed pane (TabPanel) with "Files", "Commits"
> - not sure if we need "Branches" (there's the combobox above)

 true.

> Something else that could be shown?

 hmm....

> 2) Can I access the back-end on pyjs.org for developing/testing the
> application front-end?

 use an apache redirect - it's what's on pyjs.org anyway :)

    ProxyPass /JSON http://127.0.0.1:8000/JSON
    ProxyPassReverse /JSON http://127.0.0.1:8000/JSON

so if you make that http://pyjs.org:8000/JSON it'll be all hunky-dory.

Reply via email to