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: 3 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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T19:17:22.000Z (over 8 years ago)
- Last Synced: 2025-03-24T17:21:23.865Z (8 months ago)
- Topics: symfony-bundle, wallabag, wallabag-plugin
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- 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