]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/Backup,-restore,-import-and-export.md
doc: import: add link to derefind conversion tool
[github/shaarli/Shaarli.git] / doc / md / Backup,-restore,-import-and-export.md
index d325222646ffc2c99bb8a827e156bee35ab55688..bb790074c9973dfe45a9c8b9e0a1d3c29aa628fa 100644 (file)
@@ -1,11 +1,3 @@
-
- * [Backup and restore the datastore file](#backup-and-restore-the-datastore-file)
- * [Export links as...](#export-links-as)
- * [Import links from...](#import-links-from)
- * [Import Shaarli links to Firefox](#import-shaarli-links-to-firefox)
-
-----------------------
-
 ## Backup and restore the datastore file
 
 Backup the file `data/datastore.php` (by FTP or SSH). Restore by putting the file back in place.
@@ -18,12 +10,14 @@ rsync -avzP my.server.com:/var/www/shaarli/data/datastore.php datastore-$(date +
 ## Export links as...
 
 To export links as an HTML file, under _Tools > Export_, choose:
+
 - _Export all_ to export both public and private links
 - _Export public_ to export public links only
 - _Export private_ to export private links only
 
 Restore by using the `Import` feature.
-* This can be done using the [shaarchiver](https://github.com/nodiscc/shaarchiver) tool.
+
+- This can be done using the [shaarchiver](https://github.com/nodiscc/shaarchiver) tool.
 
 Example command: 
 ```bash
@@ -46,18 +40,25 @@ To correctly import the tags from a [SemanticScuttle](http://semanticscuttle.sou
 
 ### Scuttle
 
-Shaarli cannot import data directly from [Scuttle](https://github.com/scronide/scuttle). However, you can use this third party tool: https://github.com/q2apro/scuttle-to-shaarli to export the Scuttle database to the Netscape HTML format compatible with the Shaarli importer.
+Shaarli cannot import data directly from [Scuttle](https://github.com/scronide/scuttle).
+
+However, you can use the third-party [scuttle-to-shaarli](https://github.com/q2apro/scuttle-to-shaarli)
+tool to export the Scuttle database to the Netscape HTML format compatible with the Shaarli importer.
+
+### Refind
+
+You can use the third-party tool [Derefind](https://github.com/ShawnPConroy/Derefind) to convert refind.com bookmark exports to a format that can be imported into Shaarli.
 
 ## Import Shaarli links to Firefox
 
- * Export your Shaarli links as described above.
-   * For compatibility reasons, check `Prepend note permalinks with this Shaarli instance's URL (useful to import bookmarks in a web browser)`
- * In Firefox, open the bookmark manager (not the sidebar! `Bookmarks menu > Show all bookmarks` or `Ctrl+Shift+B`)
- * Select `Import and Backup > Import bookmarks in HTML format`
+- Export your Shaarli links as described above.
+    - For compatibility reasons, check `Prepend note permalinks with this Shaarli instance's URL (useful to import bookmarks in a web browser)`
+- In Firefox, open the bookmark manager (not the sidebar! `Bookmarks menu > Show all bookmarks` or `Ctrl+Shift+B`)
+- Select `Import and Backup > Import bookmarks in HTML format`
 
 Your bookmarks will be imported in Firefox, ready to use, with tags and descriptions retained. "Self" (notes) shaares will still point to the Shaarli instance you exported them from, but the note text can be viewed directly in the bookmark properties inside your browser. Depending on the number of bookmarks, the import can take some time.
 
 You may be interested in these Firefox addons to manage links imported from Shaarli
 
- * [Bookmark Deduplicator](https://addons.mozilla.org/en-US/firefox/addon/bookmark-deduplicator/) - provides an easy way to deduplicate your bookmarks
- * [TagSieve](https://addons.mozilla.org/en-US/firefox/addon/tagsieve/) - browse your bookmarks by their tags
+- [Bookmark Deduplicator](https://addons.mozilla.org/en-US/firefox/addon/bookmark-deduplicator/) - provides an easy way to deduplicate your bookmarks
+- [TagSieve](https://addons.mozilla.org/en-US/firefox/addon/tagsieve/) - browse your bookmarks by their tags