Download the PHP package adibaba/delicious-export without Composer
On this page you can find all versions of the php package adibaba/delicious-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package delicious-export
DeliciousExport
The social bookmarking service Delicious (del.icio.us) was acquired by Pinboard (see blog post) 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
- 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
Preparation
- Install PHP.
- Download the latest DeliciousExport release at GitHub
Decompress the ZIP-file. - Download your bookmarks at 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 JSON bookmarks file
Option for HTML parser: Split tags
A tag 'php code' will become two tags 'php' and 'code'.
Options for HTML Generator
The following options are defaults.
Work with PHP objects
All versions of delicious-export with dependencies
PHP Build Version
Package Version
No informations.
The package adibaba/delicious-export contains the following files
Loading the files please wait ....