# HG changeset patch # User alpar # Date 1150216129 0 # Node ID 141382604153626705a446510cf6183cfa8e0082 # Parent caf1bd7befbe6ed5e9ea4f27fd7277a42a2a504c An uncomplete todo list for releasing a stable version of lemon. It is in emacs Org mode. diff -r caf1bd7befbe -r 141382604153 lemon-stable.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lemon-stable.org Tue Jun 13 16:28:49 2006 +0000 @@ -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 vs. template +* 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