#3244 closed task

Switch away from using nevow — at Version 6

Reported by: habnabit Owned by: habnabit
Priority: normal Milestone: Support Python 3
Component: website Version: n/a
Keywords: Cc:
Launchpad Bug:

Description (last modified by meejah)

As part of the effort of porting to python 3, moving the web code away from nevow is the simplest option, since nevow won't be updated (and the code is using old parts of nevow anyway) but twisted.web is already compatible with python 3. twisted.web.template already does most of what the templates used in nevow in the first place.

Since nevow and twisted.web interoperate enough, this port can be done piecemeal at the granularity of one template per ticket/PR.

  • #3245: allmydata.web.introweb
  • #3246: allmydata.web.info
  • #3247: allmydata.web.storage
  • #3252: allmydata.web.directory
  • #3254: allmydata.web.status
  • #3257: allmydata.web.root.URIHandler

Change History (6)

comment:1 Changed at 2019-08-19T17:06:59Z by habnabit

Last edited at 2019-08-19T17:07:54Z by habnabit (previous) (diff)

comment:2 Changed at 2019-08-19T17:07:41Z by habnabit

  • Description modified (diff)
  • Status changed from new to assigned

comment:3 Changed at 2019-08-19T17:17:01Z by habnabit

  • Description modified (diff)

comment:4 Changed at 2019-08-22T23:08:26Z by meejah

  • Description modified (diff)

comment:5 Changed at 2019-08-27T01:46:04Z by meejah

  • Description modified (diff)

comment:6 Changed at 2019-09-24T19:45:33Z by meejah

  • Description modified (diff)
Note: See TracTickets for help on using tickets.