new todo-list
authoridfx <idfx>
Thu, 27 Sep 2001 16:46:40 +0000 (16:46 +0000)
committeridfx <idfx>
Thu, 27 Sep 2001 16:46:40 +0000 (16:46 +0000)
doc/TODO.txt

index da45367..35d7e63 100755 (executable)
@@ -1,61 +1,55 @@
-------------------------------------------------------------
-todoliste indy produktionssystem
-------------------------------------------------------------
-
-So, die Todoliste ist in folgende Berreiche aufgeteilt:
-
-0. TODO - was steht aktuell an
-1. BUGS - aktuelle buglist
-2. DOKU - was muss dokumentiert werden
-3. TMPL - woran mangelst den templates
-4. DATA - was muss an der datenbanl
-5. FEAT - aktuelle features-todo
-6. INTG - was fehlt noch an integrationen
-
-------------------------------------------------------------
-0. TODO ----------------------------------------------------
-
-+ kommentarfunktion
-  - entityrelation orderkriterium muss "date" sein.
-  - orderkriterium datum/artikel fuer redaktion
-  - artikel.title anzeigen in liste
-+ umleiten des freemarlker outstream in saxon in-stream
-
-------------------------------------------------------------
-1. BUGS ----------------------------------------------------
-
-+ kommentarfunktion
-  - einpflegedatum ist ohne uhrzeit
-  - einpflege eines neuen kommentar funktioniert nicht
-  - suche nach inhalt funktioniert nicht.
-
-------------------------------------------------------------
-2. DOKU ----------------------------------------------------
-
-- dokumentation der internen eingabemasken
-
-------------------------------------------------------------
-3. TMPL ----------------------------------------------------
-
-- interne html/freemarker templates auf einheitliches
-  indymedia-desing
-- content-producer-template: images auf server preview
-
-------------------------------------------------------------
-4. DATA ----------------------------------------------------
-
-
-------------------------------------------------------------
-5. FEAT ----------------------------------------------------
-
-- producer als daemon / cache / push auf heissen server
-- open posting
-- mediaupload
-
-------------------------------------------------------------
-6. INTG ----------------------------------------------------
-
-- wap
-- upload von medienfiles auf indymedia-server
-- hotfolder fuer xml-import in die datenbank
-- fop-pdf-produktion
\ No newline at end of file
+Version 1.0: 
+
+Bugfixes/Improvements: 
+a) installation-procedure 
+- config.porperties has to be cleaned and has to be better documentated. 
+- build.sh should be more intelligent. 
+- templates-directory should be splittet in two directories: "internal"- (openmir and mir
+templates) and "external"-templates (producer-templates) 
+b) code-cleaning 
+- the variable-names for the freemarker should be better: the same name for the same thing
+
+c) documentation 
+- it lacks a documentation for creating the producer-templates 
+d) new layout Mir/OpenMir (gilad) 
+e) translating the templates/code-comments to english 
+f) mission-statement and licensing 
+g) there are no memory-leaks 
+
+
+New Features: 
+a) Multifile-Upload in OpenMir and Mir (done, idfx) 
+b) Video and audio-upload in OpenMir and Mir: How will this files be stored, what has to
+be done in the producer-code? (mh) 
+c) Coverage: Alternative start-page for e.g. a event like genua. every article that has
+something to do with this event can be seen on this page. (nn) 
+d) Multilanguage-Support (Step 1): Producing html-pages with navigation for every
+language. Topics and coverage-titles have to be saved in the db in every language that is
+needed. (idfx) 
+e) It should be possible to choose between direct and indirect open posting. (09/14/2001,
+done, idfx). 
+f) Editing producer-templates in the mir-servlet. (idfx) 
+g) "Upcoming Events"-include-file (ha) 
+e) indymedia-links (fh) 
+
+
+Version 1.1: 
+
+New Features: 
+a) Multilanguage-Support (Step 2): Separate OpenMir-servlet to publish a tranlation of an
+article. If a article has translations, only the translated versions are produced in the language
+the translated article is. 
+b) P2P-Data-Transfer/Content-Syndication: Implementing RDF/RSS-Support or a own
+indymedia-protocoll. 
+c) dynamically creating "internal"-templates for new languages. 
+d) email-article-to-a-friend-servlet 
+e) semidynamic create-pdf-from-article-servlet: every requested pdf should be cached 
+
+Version 2: 
+Database-Layer 
+a) Container Managed Persistance (EJB) 
+
+Testing: 
+- tomcat 4.0 (kellan) 
+- resin (idfx) 
+- poolman instead of dbconnectionbroker