comparison README.txt @ 9:25424199f1af

fix up apps used and put to k0s.org/portfolio/k0s.org
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 21 Jun 2011 07:08:24 -0700
parents a369798b8d36
children b43cb919b1e4
comparison
equal deleted inserted replaced
8:5c488e3ce533 9:25424199f1af
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 : provides: dispatcher 18 : provides: dispatcher
18 : requires: pyloader, paste 19 : requires: pyloader, paste
19 : type: app 20 : type: app
20 21
21 - paste: WSGI server and utilities 22 - paste: WSGI server and utilities
39 40
40 - silvermirror: mirror portions of filesystems with unison 41 - silvermirror: mirror portions of filesystems with unison
41 : url: http://k0s.org/hg/silvermirror/ 42 : url: http://k0s.org/hg/silvermirror/
42 : provides: sync 43 : provides: sync
43 : requires: unison 44 : requires: unison
44 : type: script 45 : type: utility
45 46
46 - wsgiblob: a precursor of wsgintegrate and pyloader 47 - wsgiblob: a precursor of wsgintegrate and pyloader
47 : url: http://k0s.org/hg/wsgiblob/ 48 : url: http://k0s.org/hg/wsgiblob/
48 49
49 50
103 104
104 - Commentator: comment on mostly arbitrary URLs 105 - Commentator: comment on mostly arbitrary URLs
105 : url: http://k0s.org/hg/commentator/ 106 : url: http://k0s.org/hg/commentator/
106 : provides: comments 107 : provides: comments
107 : requires: lxmlmiddleware 108 : requires: lxmlmiddleware
108 : type: app, middleware 109 : type: app, middleware, unfinished
109 110
110 - SVG site map: make an SVG directed graph counting HTTP references 111 - SVG site map: make an SVG directed graph counting HTTP references
111 : url: http://k0s.org/hg/svgsitemap/ 112 : url: http://k0s.org/hg/svgsitemap/
112 : provides: directed graph 113 : provides: directed graph
113 : dependencies: graphviz 114 : dependencies: graphviz
114 : type: app, middlware 115 : type: app, middlware, unfinished
115 116
116 - Tag In the Middle: configure tagging on various element -> URL 117 - Tag In the Middle: configure tagging on various element -> URL
117 mappings of your site 118 mappings of your site
118 : url: http://k0s.org/hg/TagInTheMiddle 119 : url: http://k0s.org/hg/TagInTheMiddle
119 : provides: tagging 120 : provides: tagging
163 : requires: paste, hg 164 : requires: paste, hg
164 : type: app, factory 165 : type: app, factory
165 166
166 - lxmlmiddleware: decompose an XML/HTML response into via lxml for processing 167 - lxmlmiddleware: decompose an XML/HTML response into via lxml for processing
167 : url: http://k0s.org/hg/lxmlmiddleware/ 168 : url: http://k0s.org/hg/lxmlmiddleware/
168 : dependencies: lxml
169 : provides: response decomposition 169 : provides: response decomposition
170 : requires: lxml
170 : type: middleware 171 : type: middleware
171 172
172 - redirectall: redirect all traffic as moved permanantly 173 - redirectall: redirect all traffic as moved permanantly
173 : url: http://k0s.org/hg/redirectall 174 : url: http://k0s.org/hg/redirectall
174 : provides: redirection 175 : provides: redirection