pakke Notes - Thoughts that should probably be documented properly someday
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

$Id: notes.txt,v 1.5 2002/06/23 20:28:30 richdawe Exp $

share/pakke/ structure:

db/             Installed package DSMs (and, in future, log files)

db-avail/       Available package DSMs - intention: download them all & then
                use FTP/HTTP download facilites.

How to add a directive to DSM parsing
-------------------------------------

1. Add an entry in include/libpakke/package.h;
2. Add an entry in include/libpakke/dsm.h to declare parsing func;
3. Add an entry in src/libpakke/dsm.c to define parsing func;
4. Add an entry in src/libpakke/dsm.c in parsing func table, so parsing func
   actually gets called.

Richard Dawe <rich@phekda.freeserve.co.uk> 2002-06-23
