Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Dec 2014 11:12:45 +0800
From:      Ernie Luzar <luzar722@gmail.com>
To:        Polytropon <freebsd@edvax.de>
Cc:        Sean DuBois <sean@siobud.com>, FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: firefox bookmarks verifier
Message-ID:  <547E7FAD.2040305@gmail.com>
In-Reply-To: <20141203022349.8c81b802.freebsd@edvax.de>
References:  <547E4CD8.4010509@gmail.com>	<20141203005232.GA64389@3006.local> <20141203022349.8c81b802.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Polytropon wrote:
> On Tue, 2 Dec 2014 18:52:32 -0600, Sean DuBois wrote:
>   
>> It doesn't solve your exact problem, but it is how I would solve the
>> problem. I would loop over your bookmarks and filter links that return a
>> 404 etc..
>>     
>
> That would have been my suggestion, too. But be aware
> that just checking for 404 often isn't sufficient, because
> some error pages indicate things like "oops, article or
> blog post not found" which is a ("valid") 200 response,
> but the requested content simply isn't there anymore...
>
> So maybe you would extract the fields "bookmark title"
> and "bookmark URI", then use wget to dump the page, grep
> for <title> and compare. Otherwise, wget --spider would
> probably be enough.
>
> For those entries still valid, create a new bookmark file
> that can then be re-imported into Firefox (or exchanged
> for the one that was the original source). The original
> format can be recreated quite easily; if I remember
> correctly, Firefox stores bookmarks in HTML or JSON.
>
>
>   
So your answer is that Firefox has no built in function to verify bookmarks?
Secondly
When I imported my bookmarks from my MS browser into Firefox they were 
all organized in folders just like they were in the MS browser. Now when 
to go to export Firefox bookmarks I get them listed in URL sorted order 
missing there organized folders. This is not acceptable. Need to have 
them exported grouped in their folders as Firefox shows them.
How can I get this accomplished?
Where does Firefox store the raw bookmarks html file? This file must be 
like a directory tree with each folder being a sub-directory.

Does any one know of any Firefox addon's that address these problems 
with Firefox bookmarks?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?547E7FAD.2040305>