From 452b7e3e5f6b836664c9be289b63922a2ac96db4 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 20 Jun 2012 13:26:08 +0200 Subject: [PATCH] update download page --- js/pandora.js | 4 +++- json/pandora.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/js/pandora.js b/js/pandora.js index 1b724ba..129ae47 100644 --- a/js/pandora.js +++ b/js/pandora.js @@ -46,7 +46,9 @@ Ox.getJSON('json/pandora.json?' + +new Date(), function(pandora) { var hash = window.location.hash.substr(1).split('.'), page = hash[0], version = data.split(' ')[0]; - pandora.pages['download'] = pandora.pages['download'].replace('{version}', ' The latest revision is r'+version+''); + pandora.pages.download = pandora.pages.download.replace( + '{version}', ' The latest revision is r' + version + '.' + ); page == 'download' && loadPage(); }); diff --git a/json/pandora.json b/json/pandora.json index 7e54da7..cbd8e56 100644 --- a/json/pandora.json +++ b/json/pandora.json @@ -153,7 +153,7 @@ ] ], "demo": "

While we're still working on a sandbox to demonstrate pan.do/ra's admin features, you can already try out the sites below to see how pan.do/ra works as a regular user:

0xDB is an experimental online movie database. At its core, it provides full text search for more than a hundred years of cinema.



Pad.ma, short for Public Access Digital Media Archive, is an online repository of densely annotated video materials, primarily documentary footage.

", - "download": "

pan.do/ra will be officially released later in 2012.

You can always check out and install the latest version of pan.do/ra from our repository. It runs on most Linux distributions, preferably Ubuntu.{version}


Alternatively download pan.do/ra pre-installed on a virtual machine for VirtualBox, which works fine on many other systems, for example on a MacBook. Download pandora-r2156.torrent (5.66 GiB)

There is also a growing list of tools that have been built for pan.do/ra.

pan.do/ra comes with Firefogg, a browser extension for client-side video encoding and upload. Please visit firefogg.org for more information.


SpeedTrans is a lightweight but powerful video transcription client that runs in your browser. You can get it at Pad.ma.


", + "download": "

There is no \"official\" or \"stable\" release of pan.do/ra yet, but the latest version should be working just fine.

You can check out pan.do/ra from our Bazaar repository. It can be installed on most Linux distributions, preferably Ubuntu. {version}


Alternatively, you can download pan.do/ra (pandora-r2156.torrent, 5.66 GiB) pre-installed on a virtual machine for VirtualBox, which runs on many other operating systems, including Microsoft Windows and Mac OS X.

There is also a growing list of tools that have been built for pan.do/ra.

pan.do/ra comes with Firefogg, a browser extension for client-side video encoding and upload. For more information, please visit firefogg.org.


SpeedTrans is a lightweight but powerful video transcription client that runs in your browser. You can get it at Pad.ma.


", "documentation": "

pan.do/ra documentation is still a work in progress.

A lot of information can be found on our Wiki. If you need instructions for setting up pan.do/ra, check out the readme file that comes with it.

pan.do/ra's public API includes its own documentation. You can browse it at any live instance of pan.do/ra, for example at 0xDB.org/api.

Detailed documentation of OxJS, the JavaScript library used to build pan.do/ra's frontend, can be found at OxJS.org/#doc.

", "development": "

To browse or check out the source, take a look at our repository. If you want to report bugs or request features, please use our tracker. For everything else, there's IRC, and our development mailing list. Your feedback is welcome.

pan.do/ra's interface was made with OxJS, a new JavaScript library for web applications. To learn more about OxJS, check out OxJS.org.



A lot of pan.do/ra's server-side functionality has been packaged as a stand-alone library as well. You can get python-ox here.

", "support": "

In case you just need help with installing, configuring or running pan.do/ra yourself, don't hesitate to get in touch with us.

Beyond that, we provide support and offer hosting for individual instances of pan.do/ra. For more details, please send us an e-mail.



",