0
I currently have my own bookmarks application (cakemarks) written in PHP running on my server. However, I am considering to just import all those bookmarks into Firefox.
The cakemarks project was started by me to have my bookmarks across all browsers and all devices. Since they live on a server, there is no need to sync, and I could use any browser I want. However, even on the impressive hexacore Opteron with 16 GB of RAM, this is painfully slow (it takes more than 500 ms to generate each page). Adding bookmarks cannot be done right in the browser, but has to be done through a bookmarklet and so on. By moving them back into my primary browser, I expect a big usability improvement, although I will use the ubiquity.
Now regarding the how: I know that Firefox supports to import and export bookmarks via HTML, but I am not sure whether I should just create an export which creates something like Firefox exports, or whether there is some better way.
Your question is unclear. We cannot understand what you are trying to ask/achieve yet. – Austin ''Danger'' Powers – 2014-02-09T23:21:39.610
Okay, I added a paragraph. Is it still unclear? – Martin Ueding – 2014-02-10T15:49:18.520
Thanks. As someone who has used Firefox for probably 10+ years now (including bookmarks export/import), my gut feeling is that the "best" way to do this would be to simply export to HTML, but I'm not a developer. What does cakemarks do that this can't? http://support.mozilla.org/en-US/kb/use-sync-share-bookmarks-and-more-with-firefox-mobile
– Austin ''Danger'' Powers – 2014-02-12T20:50:40.210Cakemarks has let me use my bookmarks with any browser on any device in real time. Firefox Sync only works with Firefox browsers. However, I happen to use Firefox on my desktop all the time, and just marginally do casual browsing on the other devices. Therefore, I do not need that any more. – Martin Ueding – 2014-02-12T21:08:28.057