all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rustom <rustompmody@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: syncing w3m/firefox bookmarks
Date: Sat, 21 Nov 2009 09:43:44 -0800 (PST)	[thread overview]
Message-ID: <e77532e1-ae85-4aa8-bb3a-21ac3da37796@u36g2000prn.googlegroups.com> (raw)
In-Reply-To: mailman.11238.1258824109.2239.help-gnu-emacs@gnu.org

On Nov 21, 10:15 pm, Thierry Volpiatto <thierry.volpia...@gmail.com>
wrote:
> rustom <rustompm...256@gmail.com> writes:
> > On Nov 21, 11:30 am, Thierry Volpiatto <thierry.volpia...257@gmail.com>
> > wrote:
>
> >> TODO:
>
> >> - Importing Firefox bookmarks in Emacs bookmarks.
>
> > In /.mozilla/firefox/<user>/ there is a sqlite database called
> > places.sqlite
>
> > If you copy that out (safer that way!) to some other directory say ~/
> > tmp
> > and there run
> > ~/tmp$ sqlite3 places.sqlite
>
> > then give
> > select * from moz_places, moz_bookmarks where moz_places.id =
> > moz_bookmarks.fk
> > you get (I think!!) something like a dump of firefox's bookmarks
> > [My firefox is 3.5]
>
> Thank you for this precious info. ;-)
>
> --
> A + Thierry Volpiatto
> Location: Saint-Cyr-Sur-Mer - France

I think my sql is almost certainly wrong
I got some sense of whats there from here (but its not enough)
https://developer.mozilla.org/en/The_Places_database
http://kb.mozillazine.org/Places.sqlite#Technical_Information
Also if you want to hack on sqlite its nice to have something like
sqlite manager (firefox plugin)


  parent reply	other threads:[~2009-11-21 17:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-20 16:28 syncing w3m/firefox bookmarks Andreas Politz
2009-11-20 19:10 ` Thierry Volpiatto
2009-11-20 19:20   ` Lennart Borgman
2009-11-20 19:39     ` Thierry Volpiatto
2009-11-20 20:56       ` Andreas Politz
2009-11-21  6:30         ` Thierry Volpiatto
     [not found]         ` <mailman.11218.1258785430.2239.help-gnu-emacs@gnu.org>
2009-11-21 15:03           ` rustom
2009-11-21 17:15             ` Thierry Volpiatto
     [not found]             ` <mailman.11238.1258824109.2239.help-gnu-emacs@gnu.org>
2009-11-21 17:43               ` rustom [this message]
2009-11-21 22:17                 ` Thierry Volpiatto
2009-11-26 14:32     ` Thierry Volpiatto
2009-11-26 18:01       ` Lennart Borgman
2009-11-26 18:21         ` Thierry Volpiatto
     [not found] <mailman.11176.1258734543.2239.help-gnu-emacs@gnu.org>
2009-11-20 22:54 ` Tim X
2009-11-21  8:24   ` Andreas Politz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e77532e1-ae85-4aa8-bb3a-21ac3da37796@u36g2000prn.googlegroups.com \
    --to=rustompmody@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.