]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Refactor Netscape bookmark exporting 538/head
authorVirtualTam <virtualtam@flibidi.net>
Sun, 10 Apr 2016 15:34:07 +0000 (17:34 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Sun, 10 Apr 2016 19:28:04 +0000 (21:28 +0200)
commitcd5327bee83f3e9467d786752bbd447963b941f7
tree7abb6d242fc551b33b1d5b9f066fdabf4ef64c4d
parent745304c842e6e1234aac41a3f1c496c4522f32c5
Refactor Netscape bookmark exporting

Relates to https://github.com/shaarli/netscape-bookmark-parser/issues/5

Fixes:
- respect the Netscape bookmark format "specification"

Modifications:
- [application] introduce the NetscapeBookmarkUtils class
- [template] export           - improve formatting, rename export selection parameter
- [template] export.bookmarks - template for Netscape exports
- [tests] bookmark filtering, additional field generation

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
application/NetscapeBookmarkUtils.php [new file with mode: 0644]
index.php
tests/NetscapeBookmarkUtilsTest.php [new file with mode: 0644]
tpl/export.bookmarks.html [new file with mode: 0644]
tpl/export.html