shaarli / Shaarli

The personal, minimalist, super-fast, database free, bookmarking service - community repo
https://shaarli.readthedocs.io/
Other
3.4k stars 287 forks source link

Introduce a generic Netscape bookmark parser #607

Closed virtualtam closed 7 years ago

virtualtam commented 8 years ago

TL;DR - Shaarli now requires Composer

Example usage:

$ cd path/to/shaarli

# if Composer is installed system-wide
$ composer update --no-dev

# if Composer is installed for your local user only
$ php path/to/composer.phar update --no-dev

Bio

ArthurHoaro commented 8 years ago

That's nice, and also a great step toward a proper dependency management.

virtualtam commented 8 years ago

Doc pages updated w/ Composer usage for the master branch, they'll need a second edit once a new release has been tagged and included in the stable branch.

virtualtam commented 8 years ago

Moving to v0.8.1 as the remaining points require a new Shaarli version to be released in order to be addressed

ArthurHoaro commented 7 years ago

I think everything has been addressed, can we close?

virtualtam commented 7 years ago

Functionally, yes, though I'd like to wait for a new release to be marked as stable to check Docker image generation :)

virtualtam commented 7 years ago

Finally closing, I'll raise new issues in case further modifications are required :)