updated the TODO
[mir.git] / doc / TODO.txt
1 [Updated 26.10.2001. -mh]
2
3 Version 1.0: 
4
5 Bugfixes/Improvements: 
6 a) installation-procedure 
7 - config.porperties has to be cleaned and has to be better documentated. (half done, mh) --> config.properties is being replaced with new config system.
8 - build.sh should be more intelligent. 
9 - templates-directory should be splittet in two directories: "internal"- (openmir and mir
10 templates) and "external"-templates (producer-templates) 
11 b) code-cleaning 
12 - the variable-names for the freemarker should be better: the same name for the same thing
13 c) We have to make sure that all errors are handled intelligently. e.g. if an 
14 article is corrupt, do we just ignore it, etc..
15 d) Admin interface needs to be made aware of media handlers (mj)
16 e) insposting() in ServletModuleOpenIndy should not insert article text if any associated media upload is wrong. (mh)
17
18 c) documentation 
19 - it lacks a documentation for creating the producer-templates
20 d) new layout Mir/OpenMir (gilad) 
21 e) translating the templates/code-comments to english 
22 f) mission-statement and licensing 
23 g) there are no memory-leaks 
24
25
26 New Features: 
27 a) Multifile-Upload in OpenMir and Mir (done, idfx) 
28 b) Video and audio-upload in OpenMir and Mir: How will this files be stored, what has to
29 be done in the producer-code? (done, mh) 
30 c) Coverage: Alternative start-page for e.g. a event like genua. every article that has
31 something to do with this event can be seen on this page. (nn) 
32 d) Multilanguage-Support (Step 1): Producing html-pages with navigation for every
33 language. Topics and coverage-titles have to be saved in the db in every language that is
34 needed. (idfx) A
35 d.1) Templates should be made common for all languages. (kellan)
36 e) It should be possible to choose between direct and indirect open posting. (09/14/2001,
37 done, idfx). 
38 f) Editing producer-templates in the mir-servlet. (idfx) 
39 g) "Upcoming Events"-include-file (ha) 
40 e) indymedia-links (fh) 
41
42
43 Version 1.1: 
44
45 New Features: 
46 a) Multilanguage-Support (Step 2): Separate OpenMir-servlet to publish a tranlation of an
47 article. If a article has translations, only the translated versions are produced in the language
48 the translated article is. 
49 b) P2P-Data-Transfer/Content-Syndication: Implementing RDF/RSS-Support or a own
50 indymedia-protocoll. 
51 c) dynamically creating "internal"-templates for new languages. 
52 d) email-article-to-a-friend-servlet 
53 e) semidynamic create-pdf-from-article-servlet: every requested pdf should be cached 
54
55 Version 2: 
56 Database-Layer 
57 a) Container Managed Persistance (EJB) 
58
59 Testing: 
60 - tomcat 4.0 (kellan) 
61 - resin (idfx) 
62 - poolman instead of dbconnectionbroker