Registered by Jason Gerard DeRose

Allows WebKitGtk apps to talk to a local per-user CouchDB

Video of UserWebKit in action: http://vimeo.com/29748141
Novacut Wiki Home: https://wiki.ubuntu.com/Novacut

Stable Releases PPA: https://launchpad.net/~novacut/+archive/stable
Daily Builds PPA: https://launchpad.net/~novacut/+archive/daily

If you're on IRC, come chat with us on #novacut (freenode)

Create a ui/ directory with your splash.html and index.html files, and then you can create your own WebKit + CouchDB native app with just a few lines of Python3 code:

#!/usr/bin/python3

from userwebkit import BaseApp

class App(BaseApp):
    name = 'foo'
    dbname = 'foo-0'
    title = 'Foo App'
    splash = 'splash.html'
    page = 'index.html'

app = App()
app.run()

Project information

Maintainer:
Novacut Dev
Driver:
Not yet selected
Licence:
GNU LGPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

Downloads

Latest version is 16.05
released

All downloads