comparison README.txt @ 24:b43cb919b1e4

minor text change + version bump
author Jeff Hammel <k0scist@gmail.com>
date Wed, 12 Apr 2017 10:57:57 -0700
parents 25424199f1af
children a983d9bb7003
comparison
equal deleted inserted replaced
23:01b0ad159fe3 24:b43cb919b1e4
1 WSGI Software 1 WSGI Integration
2 ============= 2 ================
3 3
4 wsgintegrate provides an integration layer to support general-purpose 4 ``wsgintegrate`` provides an integration layer to support general-purpose
5 WSGI pipes 5 WSGI pipes
6 6
7 7
8 wsgintegrate core 8 wsgintegrate core
9 ----------------- 9 -----------------
10 10
11 - pyloader: utilities for loading and calling python objects 11 - pyloader: utilities for loading and calling python objects
12 : url: http://k0s.org/hg/pyloader 12 : url: http://k0s.org/hg/pyloader
13 : provides: python loader 13 : provides: python loader
14 14
15 - wgintegrate: wsgintegrate provides an integration layer to support 15 - wgintegrate: wsgintegrate provides an integration layer to support
16 general-purpose WSGI pipes 16 general-purpose WSGI pipes
17 : url: http://k0s.org/hg/wsgintegrate 17 : url: http://k0s.org/hg/wsgintegrate
18 : provides: dispatcher 18 : provides: dispatcher
44 : requires: unison 44 : requires: unison
45 : type: utility 45 : type: utility
46 46
47 - wsgiblob: a precursor of wsgintegrate and pyloader 47 - wsgiblob: a precursor of wsgintegrate and pyloader
48 : url: http://k0s.org/hg/wsgiblob/ 48 : url: http://k0s.org/hg/wsgiblob/
49 49
50 50
51 WSGI Endpoint Apps 51 WSGI Endpoint Apps
52 ------------------ 52 ------------------
53 53
54 - bitsyblog: blogging app 54 - bitsyblog: blogging app
56 : provides: blog 56 : provides: blog
57 : requires: auth 57 : requires: auth
58 : type: app 58 : type: app
59 59
60 - clwapp: convert a CLI script into a WSGI app 60 - clwapp: convert a CLI script into a WSGI app
61 : url: http://k0s.org/hg/clwapp/ 61 : url: http://k0s.org/hg/clwapp/
62 : type: app 62 : type: app
63 63
64 - decoupage: dynamic file server 64 - decoupage: dynamic file server
65 : url: http://k0s.org/hg/decoupage/ 65 : url: http://k0s.org/hg/decoupage/
66 : provides: fileserver 66 : provides: fileserver
106 : url: http://k0s.org/hg/commentator/ 106 : url: http://k0s.org/hg/commentator/
107 : provides: comments 107 : provides: comments
108 : requires: lxmlmiddleware 108 : requires: lxmlmiddleware
109 : type: app, middleware, unfinished 109 : type: app, middleware, unfinished
110 110
111 - SVG site map: make an SVG directed graph counting HTTP references 111 - SVG site map: make an SVG directed graph counting HTTP references
112 : url: http://k0s.org/hg/svgsitemap/ 112 : url: http://k0s.org/hg/svgsitemap/
113 : provides: directed graph 113 : provides: directed graph
114 : dependencies: graphviz 114 : dependencies: graphviz
115 : type: app, middlware, unfinished 115 : type: app, middlware, unfinished
116 116