Changes between Initial Version and Version 1 of Ticket #960, comment 4
- Timestamp:
- 17.06.2016 16:48:48 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #960, comment 4
initial v1 2 2 3 3 Furthermore Chromium and Firefox Bookmark Exports produce HTML files and i am currently thinking about a client-side solution (converting the HTML to JSON and sending it as a String) for importing those files. Another way would be to parse the HTML server side (either through integrating some third party HTML parsing lib or simply using regular expressions). Ok, we'll see. 4 5 Note: There is a difference between simple "Bookmark Exports" (HTML, supported by Chromium and Firefox, possibly even a similar data format) and the "Firefox Bookmark Backup" documents (JSON) now implemented.