ivicaaa / organize-search-engines

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

avoid useless leftovers in rdf #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
we shouldn't save the rdf directly, but copy the data over to a temporary
rdf data source and save that.
This makes sure, that relicts of engines that are in no folders go away.

Original issue reported on code.google.com by maltekr...@gmail.com on 18 Feb 2008 at 5:07

GoogleCodeExporter commented 8 years ago
fixed by iterating over all the nodes in the rdf and removing those without any
references from somewhere else

Original comment by maltekr...@gmail.com on 5 Mar 2008 at 5:31