On 22:51 So 06 Jan, Patrick Ben Koetter wrote: > * Torsten Flammiger <[email protected]>: > > On 21:57 So 06 Jan, Patrick Ben Koetter wrote: > > > * Torsten Flammiger <[email protected]>: > > > > I have written a small read-only tool in C++ to query my OwnCloud > > > > storage. See https://github.com/tfl/qvcardsearch for details. > > > > Maybe it is useful for somebody. > > > > > > You are my hero! > > > > it's by far lightyears away from being perfect but it does its > > job here :) Maybe pugixml can be replaced by QT's internal > > xpath capabilities > > The first idea that came to my mind was 'caching' just in case you ever feel > bored and have no idea what else to do.
done * removed pugixml and all other XML parser dependencies * create a local cache in ~/.config/qvcardsearch/cache.dat with option --create-local-cache give it a try ;)
