An open API service indexing awesome lists of open source software.

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

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.