Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicosomb/wallabag-carbondate-bundle
Plugin for wallabag: Try to guess creation date by using carbon date.
https://github.com/nicosomb/wallabag-carbondate-bundle
symfony-bundle wallabag wallabag-plugin
Last synced: 2 months ago
JSON representation
Plugin for wallabag: Try to guess creation date by using carbon date.
- Host: GitHub
- URL: https://github.com/nicosomb/wallabag-carbondate-bundle
- Owner: nicosomb
- License: mit
- Created: 2017-04-28T13:33:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T19:17:22.000Z (over 7 years ago)
- Last Synced: 2024-09-30T16:22:32.949Z (3 months ago)
- Topics: symfony-bundle, wallabag, wallabag-plugin
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plugin for wallabag: Try to guess creation date by using carbon date
This bundle allows you to try to guess the creation date of an article by using carbon date (http://carbondate.cs.odu.edu).
## Requirements
* wallabag >= 2.2.2
## Installation
### Download the bundle
```
composer require nicosomb/wallabag-carbondate-bundle
```### Enable the bundle
```php