~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to sope-appserver/SoOFS/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TODO's for SOPE OFS
 
2
===================
 
3
 
 
4
- distinguish between WebMethods and WebDocuments !!! WebMethods operate
 
5
  on the 'clientObject' while WebDocuments operate on themselves (eg
 
6
  /a/b.wox - if b.wox is a method, the clientObject is 'a')
 
7
 
 
8
- currently OFSImage/OFSFile "GET" returns a WOResponse, it should return 
 
9
  itself and the SOPE rendering step should morph the OFSImage into a 
 
10
  WOResponse, this way we are much more flexible in handling (eg a renderer
 
11
  could convert or compress an image on the fly)
 
12
  [DONE?]
 
13
 
 
14
- autodetect "special" versioned folders based on ".svn" and "CVS", this
 
15
  should be supported in the core to trigger categories based on that ?
 
16
  [DONE?]
 
17
 
 
18
- add some caching logic, eg a "cached" filemanager which wraps an 
 
19
  NGFileManager (remember, SOPE objects itself should be controller !)
 
20
 
 
21
- OFSImage/OFSFile (or their renderer) should properly deliver the last
 
22
  modified and etag HTTP headers
 
23
 
 
24
- add MIME-type mapping to OFSFile/OFSImage using /etc/mime.types
 
25
 
 
26
- store permissions of objects in folders (special file ?)
 
27
  - acquire object permissions from parent folders ?
 
28
 
 
29
- a "property storage" object for abstracting where OFS properties are
 
30
  stored:
 
31
  - in a plist file
 
32
  - in Subversion
 
33
  - in ...
 
34
  The property storage should not be fixed on the OFS SoClass !
 
35
 
 
36
- add support for Zope Page Template syntax (create a WOxElementBuilder for
 
37
  the tal: namespace)
 
38
 
 
39
- add a dynamic element for "rendering" HTTP headers, eg:
 
40
  <http:header name="content-type" value="text/xml+svg" />
 
41
 
 
42
- add an XSLT method using libxml2
 
43
 
 
44
- add a PHP OFS method
 
45
  - how to apply templates ? 
 
46
  - internal redirect ?
 
47
 
 
48
- add support for "source.html", like in Zope
 
49
  - edit raw source of a document