>>It looks like MediaWiki has a working plugin already. Too bad >> it's in PHP or we could use their code directly (GPL'd). > > Or perhaps reverse engineer it?
Well, they do have a drastically different programming style so it would be some work nonetheless. I'll start hacking soon. > Has any thought been put into vCards or other micro-formats along this > line? It maybe be useful to also generate well defined microformat > files or feeds while implementing this. The triples that I'm talking about storing could include FOAF and vcard info so it would be trivial to setup a export to vcard. > reads/writes from files. Ya, you should use a db. No need to build a dbms from scratch. > says things like 'varchar' and others have "char", varchar is for strings of variable length. char is for strings of fixed length. If you can you should use char but usually I end up using varchar because it's hard to tell how exactly large a string will be in advance. > P.P.S I wasted another 2 hours last night trying to get commit to the > sapling branch to work. Still no luck. I haven't tried committing yet so I can't help. Did you register a username/password? I'm not familiar with the SVN setup. generally you can just run 'svn ci --username=scott -m "some message"' once you have checked out the code correctly. Scott _______________________________________________ Sycamore-Dev mailing list [EMAIL PROTECTED] http://www.projectsycamore.org/ https://tools.cernio.com/mailman/listinfo/sycamore-dev