SyliusBloggerBundle
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:DEPRACATED.
SyliusBloggerBundle
===================

**WARNING! This bundle is DEPRACATED and NOT MAINTAINED!** Please use appropriate software/bundles as an alternative.

Relatively simple blog bundle that allows you to setup blog/news system quickly for your next Symfony2 application.

**This bundle is compatible only with 2.1.x branch of Symfony2**.

Features
--------

### Implemented

* Base support for many different persistence layers. Currently only Doctrine ORM driver is implemented.
* Basic controllers, models, events and general architecture for blogging.
* Flexible post blamers, that use Symfony2 security to define post author.
* Pretty slug generation thanks to [DoctrineExtensions](http://github.com/l3pp4rd/DoctrineExtensions).
* Quick and easy integration with [SyliusCategorizerBundle](http://github.com/Sylius/SyliusCategorizerBundle) to have posts categorized.
* It uses [Pagerfanta](http://github.com/whiteoctober/Pagerfanta) to paginate over the posts, but this can be disabled.
* Thanks to awesome [Symfony2](http://symfony.com) everything is configurable and extensible.

### Planned or in progress

* More unit tests. [![Build status...](https://secure.travis-ci.org/Sylius/SyliusBloggerBundle.png)](http://travis-ci.org/Sylius/SyliusBloggerBundle)
* Viewing posts by date.
* RSS feed support.
* SEO, adding meta description and keywords to post model.
* Doctrine MongoDB ODM driver.
* Doctrine CouchDB ODM driver. `*`
* Propel driver. `*`
`*` - wishlist, would love to see a contribution.

Sylius
------

**Sylius** is simple but **end-user and developer friendly** webshop engine built on top of Symfony2.

Please visit [Sylius.org](http://sylius.org) for more details.

Testing and build status
------------------------

This bundle uses [travis-ci.org](http://travis-ci.org/Sylius/SyliusBloggerBundle) for CI.
[![Build status...](https://secure.travis-ci.org/Sylius/SyliusBloggerBundle.png)](http://travis-ci.org/Sylius/SyliusBloggerBundle)

Before running tests, load the dependencies using [Composer](http://packagist.org).

``` bash
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install --dev
```

Now you can run the tests by simply using this command.

``` bash
$ phpunit
```

Code examples
-------------

If you want to see working implementation, try out the [Sylius sandbox application](http://github.com/Sylius/Sylius-Sandbox).
It's open sourced github project.

Documentation
-------------

Documentation is available on [readthedocs.org](http://sylius.readthedocs.org/en/latest/bundles/SyliusBloggerBundle.html).

Contributing
------------

All informations about contributing to Sylius can be found on [this page](http://sylius.readthedocs.org/en/latest/contributing/index.html).

Mailing lists
-------------

### Users

If you are using this bundle and have any questions, feel free to ask on users mailing list.
[Mail](mailto:sylius@googlegroups.com) or [view it](http://groups.google.com/group/sylius).

### Developers

If you want to contribute, and develop this bundle, use the developers mailing list.
[Mail](mailto:sylius-dev@googlegroups.com) or [view it](http://groups.google.com/group/sylius-dev).

Sylius twitter account
----------------------

If you want to keep up with updates, [follow the official Sylius account on twitter](http://twitter.com/_Sylius)
or [follow me](http://twitter.com/pjedrzejewski).

Bug tracking
------------

This bundle uses [GitHub issues](https://github.com/Sylius/SyliusSalesBundle/issues).
If you have found bug, please create an issue.

Versioning
----------

Releases will be numbered with the format `major.minor.patch`.

And constructed with the following guidelines.

* Breaking backwards compatibility bumps the major.
* New additions without breaking backwards compatibility bumps the minor.
* Bug fixes and misc changes bump the patch.

For more information on SemVer, please visit [semver.org website](http://semver.org/).

This versioning method is same for all **Sylius** bundles and applications.

License
-------

License can be found [here](https://github.com/Sylius/SyliusSalesBundle/blob/master/Resources/meta/LICENSE).

Authors
-------

The bundle was originally created by [Paweł Jędrzejewski](http://pjedrzejewski.com).
See the list of [contributors](https://github.com/Sylius/SyliusBloggerBundle/contributors).

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。