]> git.notmuchmail.org Git - notmuch/commit
devel/notmuch-web: single user web front end using python-cffi
authorDavid Bremner <david@tethera.net>
Sun, 16 Jan 2022 19:31:00 +0000 (15:31 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 25 Feb 2022 12:20:31 +0000 (08:20 -0400)
commit3a311ed5ecf3c685cf274c355ac65e21f934fa83
treeea9de3ae278e7a431ac1b37c3f9e6f4ea3ef45c8
parent08da7f25e5ebf6536002c9a544d687a1d28aea3e
devel/notmuch-web: single user web front end using python-cffi

Originally contributed by Brian Sniffen [1]. Quite a few unpublished
fixes from Daniel Kahn Gilmour. We've been running it a few years now
as the "official" archive of the notmuch mailing list. There also a
few fixes from myself and Austin Ray. Finally I converted it to the
new python bindings.

This commit squashes the several years of development history and
moves it under devel, in recognition of the now established role it
plays in the project infrastructure.

[1]: id:87tvyvp4f2.fsf@istari.evenmere.org
13 files changed:
NEWS
devel/notmuch-web/nmgunicorn.py [new file with mode: 0644]
devel/notmuch-web/nmweb.py [new file with mode: 0755]
devel/notmuch-web/static/css/jquery-ui.css [new symlink]
devel/notmuch-web/static/css/notmuch-0.1.css [new file with mode: 0644]
devel/notmuch-web/static/js/jquery-ui.js [new symlink]
devel/notmuch-web/static/js/jquery.js [new symlink]
devel/notmuch-web/static/js/notmuch-0.1.js [new file with mode: 0644]
devel/notmuch-web/templates/base.html [new file with mode: 0644]
devel/notmuch-web/templates/index.html [new file with mode: 0644]
devel/notmuch-web/templates/search.html [new file with mode: 0644]
devel/notmuch-web/templates/show.html [new file with mode: 0644]
devel/notmuch-web/todo [new file with mode: 0644]