Baton34 / organize-search-engines

Automatically exported from code.google.com/p/organize-search-engines
Other
32 stars 4 forks source link

switch from rdf to sqlite #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
we don't know how long rdf will be supported and rdf code constantly crashes...

This would break compatibility with Firefox 2 (no sqlite templates there),
so no hurry here.

Original issue reported on code.google.com by maltekr...@gmail.com on 30 Oct 2007 at 4:16

GoogleCodeExporter commented 8 years ago
I looked into this somewhat. There are some problems:
 - SQL sucks for tree structures. It can be made to work, but the results aren't pretty. RDF on the other hand can handle arbitrary graphs.
 - SQLite backed XUL templates aren't really meant to handle tree structures. I found some hacks to make this work for menus. I'd probably have to write a custom tree view for the settings, though.
 - It would basically necessitate a complete rewrite of the extension.

So.. this is probably not gonna happen unless circumstances change (i.e. RDF is 
removed or recursive SQLite templates are added).

Original comment by maltekr...@gmail.com on 16 Jul 2013 at 10:33