Retourner au contenu associé (entrée de forum : Importer les bookmarks de delicious à Firefox 3 ?)
Posté par Bozo_le_clown le 21 juin 2008 à 03:42. En réponse au message Importer les bookmarks de delicious à Firefox 3 ?. Évalué à 2.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Autre astuce
Posté par Bozo_le_clown . En réponse au message Importer les bookmarks de delicious à Firefox 3 ?. Évalué à 2.
You need to following steps, if you want to use it.
0. install ruby environment include library(rubygems, rexml, json) and svn client environment.
1. svn checkout http://svn.assembla.com/svn/import_delicious_bookmark_into_f(...)
2. backup firefox 3 bookmark.
[Bookmark] -> [manage this bookmark] -> [import and backup] -> [backup]
3. export del.icio.us bookmark.
access https://api.del.icio.us/v1/posts/ all and save it.
4. run script
./import_delicious_bookmark.rb <created file at 2> <created file at 3> <output_file>
e.g.
% ./import_delicious_bookmark.rb bookmark_2008-xx-xx.json all.xml imported_bookmark.json
5. restore firefox 3 bookmark by using step 4's file.
[Bookmark] -> [manage this bookmark] -> [import and backup] -> [select file] -> <created file at 4>
enjoy!