An uncomplete todo list for releasing a stable version of lemon. lemon-1.0
authoralpar
Tue, 13 Jun 2006 16:28:49 +0000
branchlemon-1.0
changeset 2641141382604153
parent 2640 caf1bd7befbe
child 2642 e823f4084d1f
An uncomplete todo list for releasing a stable version of lemon.
It is in emacs Org mode.
lemon-stable.org
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lemon-stable.org	Tue Jun 13 16:28:49 2006 +0000
     1.3 @@ -0,0 +1,65 @@
     1.4 +The LEMON-STABLE project  -*- mode: org; -*-
     1.5 +
     1.6 +#+TYP_TODO: TODO Ákos Alpár Balázs Márk Jácint ALL DONE
     1.7 +
     1.8 +* Ákos Separate GLEMON from LEMON
     1.9 +** It should go to https://hugo.cs.elte.hu/svn/glemon/trunk
    1.10 +** Probably the main lemon trunk should also be renamed to
    1.11 +   https://hugo.cs.elte.hu/svn/lemon/trunk
    1.12 +* Ákos Change to single makefile
    1.13 +* Ákos Set up a compilation environment in branches/lemon-1.0
    1.14 +** Copy from the trunk
    1.15 +** Comment out the missing files
    1.16 +* TODO Revise/Clarify/Extend the naming conventions
    1.17 +** setXYZ/getXYZ issue
    1.18 +** class-local variables vs. access functions to them
    1.19 +** standard naming rules for function/template parameters
    1.20 +** template<class X> vs. template<typename X>
    1.21 +* TODO Revise doc (globally)
    1.22 +** Revise the module structures
    1.23 +** Revise 'Related Pages'
    1.24 +*** Intro/Tutorials
    1.25 +**** What are missing?
    1.26 +**** Aren't there some duplications?
    1.27 +* Revise Basic components
    1.28 +** Graph Structures
    1.29 +*** ALL Directed Graphs
    1.30 +**** Do we need concepts other than StaticGraph?
    1.31 +***** If don't, rename StaticGraph to Graph
    1.32 +**** Revise doc
    1.33 +**** Revise check files
    1.34 +*** TODO Undirected Graph
    1.35 +**** Revise doc
    1.36 +**** Revise check files
    1.37 +*** TODO Bipartite Graphs
    1.38 +**** Revise doc
    1.39 +**** Revise check files
    1.40 +* TODO Revise Tools
    1.41 +** Graph Adaptors
    1.42 +*** Revise doc
    1.43 +*** Revise check files
    1.44 +** Map Structures
    1.45 +*** Special Maps
    1.46 +*** Map Adaptors
    1.47 +** Graph I/O
    1.48 +*** Change @uedgeset  @edgeset 
    1.49 +** Graph Drawing
    1.50 +** xy
    1.51 +*** Doesn't follow the naming convention
    1.52 +*** 
    1.53 +* TODO Revise Algorithms
    1.54 +* TODO Revise repository maintenance files
    1.55 +** Related files
    1.56 +*** AUTHORS
    1.57 +*** ChangeLog
    1.58 +*** COPYING
    1.59 +*** INSTALL
    1.60 +*** LICENSE
    1.61 +*** NEWS
    1.62 +*** README
    1.63 +* TODO Revise demos
    1.64 +** What are missing?
    1.65 +** What are superfluous?
    1.66 +** Documentation
    1.67 +** Add links from the doc of a data struct/alg to the related demo
    1.68 +*** Create a \demo macro similar to \sa