nicosomb / wallabag-carbondate-bundle
尝试通过碳年代测定法猜测创建日期,请参阅 http://carbondate.cs.odu.edu。
1.0.0-alpha.1
2017-04-28 14:03 UTC
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-09-04 22:44:53 UTC
README
此包允许您通过使用碳年代测定法尝试猜测文章的创建日期(http://carbondate.cs.odu.edu)。
要求
- wallabag >= 2.2.2
安装
下载包
composer require nicosomb/wallabag-carbondate-bundle
启用包
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Nicosomb\WallabagCarbondateBundle\NicosombWallabagCarbondateBundle(), ); // ... } // ... }
配置您的应用程序
# app/config/config.yml nicosomb_wallabag_carbondate: server: 'http://carbondate.cs.odu.edu' enabled: true