mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
348 B
Plaintext
6 lines
348 B
Plaintext
txrestapi makes it easier to create Twisted REST API services. Normally,
|
|
one would create Resource subclasses defining each segment of a path;
|
|
this is cubersome to implement and results in output that isn't very
|
|
readable. txrestapi provides an APIResource class allowing complex
|
|
mapping of path to callback (a la Django) with a readable decorator.
|