[Lemon-commits] [lemon_svn] alpar: r2783 - hugo/branches/lemon-1.0

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:55:14 CET 2006


Author: alpar
Date: Tue Jun 13 18:28:49 2006
New Revision: 2783

Added:
   hugo/branches/lemon-1.0/lemon-stable.org

Log:
An uncomplete todo list for releasing a stable version of lemon.
It is in emacs Org mode.


Added: hugo/branches/lemon-1.0/lemon-stable.org
==============================================================================
--- (empty file)
+++ hugo/branches/lemon-1.0/lemon-stable.org	Tue Jun 13 18:28:49 2006
@@ -0,0 +1,65 @@
+The LEMON-STABLE project  -*- mode: org; -*-
+
+#+TYP_TODO: TODO Ákos Alpár Balázs Márk Jácint ALL DONE
+
+* Ákos Separate GLEMON from LEMON
+** It should go to https://hugo.cs.elte.hu/svn/glemon/trunk
+** Probably the main lemon trunk should also be renamed to
+   https://hugo.cs.elte.hu/svn/lemon/trunk
+* Ákos Change to single makefile
+* Ákos Set up a compilation environment in branches/lemon-1.0
+** Copy from the trunk
+** Comment out the missing files
+* TODO Revise/Clarify/Extend the naming conventions
+** setXYZ/getXYZ issue
+** class-local variables vs. access functions to them
+** standard naming rules for function/template parameters
+** template<class X> vs. template<typename X>
+* TODO Revise doc (globally)
+** Revise the module structures
+** Revise 'Related Pages'
+*** Intro/Tutorials
+**** What are missing?
+**** Aren't there some duplications?
+* Revise Basic components
+** Graph Structures
+*** ALL Directed Graphs
+**** Do we need concepts other than StaticGraph?
+***** If don't, rename StaticGraph to Graph
+**** Revise doc
+**** Revise check files
+*** TODO Undirected Graph
+**** Revise doc
+**** Revise check files
+*** TODO Bipartite Graphs
+**** Revise doc
+**** Revise check files
+* TODO Revise Tools
+** Graph Adaptors
+*** Revise doc
+*** Revise check files
+** Map Structures
+*** Special Maps
+*** Map Adaptors
+** Graph I/O
+*** Change @uedgeset  @edgeset 
+** Graph Drawing
+** xy
+*** Doesn't follow the naming convention
+*** 
+* TODO Revise Algorithms
+* TODO Revise repository maintenance files
+** Related files
+*** AUTHORS
+*** ChangeLog
+*** COPYING
+*** INSTALL
+*** LICENSE
+*** NEWS
+*** README
+* TODO Revise demos
+** What are missing?
+** What are superfluous?
+** Documentation
+** Add links from the doc of a data struct/alg to the related demo
+*** Create a \demo macro similar to \sa



More information about the Lemon-commits mailing list