Roadmap for ldapmodule

David Leonard david.leonard at csee.uq.edu.au
Thu Jul 27 13:51:19 CEST 2000


yep. the current CVS directory structure is indeed clumsy. it got that way
i think because some bad decisions were made (by me) early on, and with CVS, 
it is hard to rename directories. (i dont seem to have shell access to the
sourceforge machine with the CVS repository otherwise I would do a mv or six!)

i think using Python's own source tree structure as a basis would be best.
michael's proposed structure is quite similar to this in semantics, and I
liked it. renaming his to become consistent with Python's tree you get:

	Demo/
	Doc/
	Lib/
	Module/

where Module/ contains .c files, Lib/ contains .py libraries, Demo/ contains
some sample apps and Doc/ contains .tex files for documentation. This seems
really reasonable to me.

Also I really don't think that this is the right place for applications.
unless you carefully describe such application as convenient ldap libraries :)
(which is what the core of fog's gtk code could possible be described as.)
otherwise, apps should be independent efforts (not too hard with sourcefogre)
or kept in the Demo/ directory.

d
-- 
David Leonard                           David.Leonard at csee.uq.edu.au
Dept of Comp. Sci. and Elec. Engg   _   Room:78-640  Ph:+61 7 336 51187
The University of Queensland       |+|  http://www.csee.uq.edu.au/~leonard/
QLD 4072  AUSTRALIA               ~` '~ E2A24DC6446E5779D7AFC41AA04E6401

Curses! - Mojo Jojo





More information about the python-ldap mailing list