https://github.com/symfony-cmf/blog-bundle
ABANDONED - to focus our efforts, this bundle is no longer maintained
https://github.com/symfony-cmf/blog-bundle
Last synced: 10 days ago
JSON representation
ABANDONED - to focus our efforts, this bundle is no longer maintained
- Host: GitHub
- URL: https://github.com/symfony-cmf/blog-bundle
- Owner: symfony-cmf
- Created: 2013-01-29T17:34:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T08:28:57.000Z (over 5 years ago)
- Last Synced: 2024-08-18T11:49:02.422Z (10 months ago)
- Language: PHP
- Homepage: http://cmf.symfony.com
- Size: 203 KB
- Stars: 22
- Watchers: 17
- Forks: 31
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Symfony CMF Blog Bundle
> **WARNING: Unmaintained** The Blog Bundle was built to demonstrate CMF features. To focus our efforts
> in the CMF project, we decided to abandon this bundle. It is no longer maintained.This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/)
and licensed under the [MIT License](LICENSE).This bundle aims to provide everything you need to create a full blog or
blog-like system. It also includes in-built support for the Sonata Admin
bundle to help you get up-and-running quickly.Current features:
* Host multiple blogs within a single website;
* Place blogs anywhere within your route hierarchy;
* Sonata Admin integration.Pending features:
* Full tag support;
* Frontend pagination (using knp-paginator);
* RSS/ATOM feed;
* Comments;
* User support (FOSUserBundle).## Requirements
* Symfony 2.2.x
* [CoreBundle](https://github.com/symfony-cmf/CoreBundle)
* [RoutingAutoBundle](https://github.com/symfony-cmf/RoutingAutoBundle)## Documentation
For the install guide and reference, see:
* [BlogBundle documentation](http://symfony.com/doc/master/cmf/bundles/blog.html)
See also:
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links## Contributing
Pull requests are welcome. Please see our [CONTRIBUTING](https://github.com/symfony-cmf/BlogBundle/blob/master/CONTRIBUTING.md) guide.
Unit and/or functional tests exist for this bundle. See the [Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html) for a guide to running the tests.
Thanks to [everyone who has contributed](https://github.com/symfony-cmf/BlogBundle/contributors) already.