PHPackages                             adibaba/delicious-export - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. adibaba/delicious-export

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

adibaba/delicious-export
========================

Parser for del.icio.us export files

v1.2.2(8y ago)029[1 issues](https://github.com/adibaba/DeliciousExport/issues)MITPHP

Since Aug 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/adibaba/DeliciousExport)[ Packagist](https://packagist.org/packages/adibaba/delicious-export)[ RSS](/packages/adibaba-delicious-export/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (6)Used By (0)

DeliciousExport
===============

[](#deliciousexport)

The social bookmarking service Delicious ([del.icio.us](https://del.icio.us/)) was acquired by Pinboard (see [blog post](https://blog.pinboard.in/2017/06/pinboard_acquires_delicious/)) and is in read-only mode now. You can export your delicious bookmarks and save them in a HTML file. This script parses those files.

Features
--------

[](#features)

- Backup private bookmarks (or exclude them)
- Create a structured HTML file
- Generate JSON file with PHP
- Split tags which were accidentally separated with whitespaces
- Include or exclude bookmark notes/descriptions
- Sort tags by size or name
- Include bookmarks without tags
- Specify the format of date/time
- Adapt templates or extend PHP classes (no private methods)

Examples
--------

[](#examples)

### Preparation

[](#preparation)

- Install [PHP](http://php.net/manual/en/install.php).
- Download the latest DeliciousExport release at [GitHub](https://github.com/adibaba/DeliciousExport/releases)
    Decompress the ZIP-file.
- Download your bookmarks at [del.icio.us/export](https://del.icio.us/export).
    Copy the downloaded *delicious.html* into the folder *src*.
- Create a file *run.php* with an example code below and store it in the folder *src*.
    Open the console (Windows: Press \[Win\] + \[R\], enter *cmd*).
    Navigate to the *src* directory and enter *php run.php*.

### Create structured HTML bookmarks file

[](#create-structured-html-bookmarks-file)

```

```

### Create JSON bookmarks file

[](#create-json-bookmarks-file)

```

```

### Option for HTML parser: Split tags

[](#option-for-html-parser-split-tags)

A tag 'php code' will become two tags 'php' and 'code'.

```

```

### Options for HTML Generator

[](#options-for-html-generator)

The following options are defaults.

```
