|
From: Scott F. <sj...@ra...> - 2000-11-22 19:38:54
|
On Wed, Nov 22, 2000 at 09:51:25AM +0100, the keyboard of Christophe Fergeau was alleged to have written: > Do you plan to switch from the current file format to dbm or are we going > to convert it to dbm at link time? > Link time. > I don't know exactly what dbm is. But I already thought how we could > handle the links in a sql database : the best means would be to use two > different tables : one which lists all the node with all the nodes but the > links and the other which associates a node name with a link > For example, we have : > DBM (I guess I should have explained this before) is a nice simple database format developed at Berkely around the days of 3/4BSD. It's a little less sophisticated than SQL, but you don't need any special software to use it (it's built right into libc). > node nodename 2000/04/12 xxx xxx xxx xxx > > and in another table : > node node2 > node node3 > node node4 > > which indicates the nodes which node is linked to > That would work. I guess I'll do it that way. > I don't know if it is possible in dbm but it would be the easiest > > Otherwise, for your python browser, are you going to use gtk for the > interface or something else? Python GUIs are generally engineered to use Tk. > Once again, I currently can't find enough time to improve my gtk browser > but maybe one day I'll add an editing option... if the python browser > doesn't already do this :-) The python browser is currently nonexistent, but I hope for it to get an editing option before too long. > > Christophe > > > _______________________________________________ > Comp-hist-devel mailing list > Com...@li... > http://lists.sourceforge.net/mailman/listinfo/comp-hist-devel -- -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.0.2 (GNU/Linux) Comment: For info see http://www.gnupg.org mQGiBDmoHL8RBACt7yc65iKzR4IW2kKF0wjfZlRVwcwEws6HueM9uKF6HCzyFtyM XJiHz8f3LI2NY/GedfF+XTFc2zQlPummiOrHfAx9Y2hV4ajEpxNgqm36BT21vLuI iTB6roHHm+EiK9dRINyc+kB4v5QV5S9BGxPuygm/3yLZLmGH6RUmSxis1wCgvGnX n3qhbP7Yf/mLO1Du3oEJhR8EAI+TFhyxg3y2xv++xCxKOL9ofF+wPA4EkXPCAokW 10hDmeGY246wOMPWC0Hou1QJqqRN82n5BbJAzUnE/Iht82SEJgM1vhIbp0uShUdS jzKPnBBUTzLQFPbAG9hDaU/98JklsyDIbacavCuCtky6Xs/wmPjESUJsIl6FiHRv Uz9jA/96nxsDQ8YMEr51F3sHubn7BwrYqGOZLT5btLMG1i9OnWyy0npQ5wKvM2bT t2i6QPcHydTAkX+DLXQv8UeJE+Qpq+duoofMpxdFOKgqW3x0kKWGP14UoOqSQFGL K4fStiwR7fCtExrMFKUHaP5Sij7v8VoyBtyK+w45LoWFFXsPeLQhU2NvdHQgRmVu dG9uIDxzajEyZm5AcmFzY2hrZS5uZXQ+iFYEExECABYFAjmoHL8ECwoEAwMVAwID FgIBAheAAAoJEGtrXbm1pSX6WZoAnRzHUYn+/MSVAsmK7bLJrAfmn8Y+AJ4uzZEX OxVuc0sGg/J0AqlYNpMcqrkBDQQ5qBzcEAQAhJgZzAKBjuKwS0owgknuN+5kSu9U tk75ZKRpBMTFfW1Js2E5v96M3Z4XAvyJFhQYaXWZn0QQY4PkrbbfKib4X3Onn/Gx M1mdtWKAXxb1+JuEH/dpVemt2EDLn6b2VVI5iE6U0HcrJjkvt7DLKsvQFRnnqd6M SHdN3XmxhY+VakcAAwUD/iTTv+fpM+Nn2izo7z0BmRu/+GwQgvOF8Qc+8YA6JgaA UUrD7nO3xUpkoK6gr1se2Wu98BFv2GSKRZZF9QljXn2vGNreYRRI9ZhWpKm3zflz uC7lz63QaiZdAPup37yWYXyaAvUvYufORC4hS9mZUgKbbOC+O6xdzkLBerBk/FK+ iEYEGBECAAYFAjmoHNwACgkQa2tdubWlJfqAvQCfWMWnlCab4pUJEvE4gjSFJ+EV 5LsAn2yeJT+7MWYKIQpPmGMMjeGkykK1 =tjOP -----END PGP PUBLIC KEY BLOCK----- |