misc. doc update
authormh <mh>
Wed, 20 Feb 2002 13:27:43 +0000 (13:27 +0000)
committermh <mh>
Wed, 20 Feb 2002 13:27:43 +0000 (13:27 +0000)
doc/MAINTENANCE
doc/TODO.txt

index b0e2334..907411a 100755 (executable)
@@ -13,3 +13,5 @@ be "cleaned". See postgresql docs for commands VACUUM and VACUUM ANALYZE
 Every once in a while (or make a script) postgresql database should
 be "cleaned". See postgresql docs for commands VACUUM and VACUUM ANALYZE
 
+We also have misc. perl scripts to merge Large Objects from other DB's.
+these can be used as a basis to write your own custom scripts.
index c2ebf73..f7036bd 100755 (executable)
@@ -1,26 +1,34 @@
-[Updated 29.01.2002. -mh]
+[Updated 19.02.2002. -mh]
+
+General/Forever valid:
+
+a) watch performance.. mimimize SQL
+b) try to use more freemarker feature like transformations when possible
+instead of putting it in Java code. i.e make it more localizable.
 
 Version 1.0: 
 
 Bugfixes/Improvements: 
 a) installation-procedure 
 - config.porperties has to be cleaned and has to be better documentated. (half done, mh) --> config.properties is being replaced with new config system.
-- build.sh should be more intelligent. 
+- build.sh should be more intelligent. (underway, convert to build.xml, mj)
 - 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) We have to make sure that all errors are handled intelligently. e.g. if an 
-article is corrupt, do we just ignore it, etc.. (almost there, mh)
-d) Admin interface needs to be made aware of media handlers (mj)
+article is corrupt, do we just ignore it, etc.. (done, mh)
+d) Admin interface needs to be made aware of media handlers (mh, tob)
 e) insposting() in ServletModuleOpenIndy should not insert article text if any associated media upload is wrong. (done, mh)
 
 c) documentation 
 - it lacks a documentation for creating the producer-templates
-d) new layout Mir/OpenMir (gilad, indy de team??) 
+d) new layout Mir/OpenMir (underway, indy de team??) 
 e) translating the templates/code-comments to english (underway, mir-coders)
 f) mission-statement and licensing 
-g) there are no memory-leaks (done, confirmed by indy NL)
+g) there are no memory-leaks
+h) tomcat 4.x (done, magic)
+i) poolman (done, idfx)
 
 
 New Features: 
@@ -46,6 +54,8 @@ 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) single template for all languages. i.e use gettext like system for templates.
+(underway, kellan, br1)
 b) P2P-Data-Transfer/Content-Syndication: Implementing RDF/RSS-Support or a own
 indymedia-protocoll. 
 c) dynamically creating "internal"-templates for new languages. 
@@ -57,6 +67,4 @@ Database-Layer
 a) Container Managed Persistance (EJB) 
 
 Testing: 
-- tomcat 4.0 (kellan) 
 - resin (idfx) 
-- poolman instead of dbconnectionbroker