20 lines
291 B
Plaintext
20 lines
291 B
Plaintext
= sfFeedPlugin plugin =
|
|
|
|
The `sfFeedPlugin` simplifies the creation of syndication feeds.
|
|
|
|
== Installation ==
|
|
|
|
* Install the plugin
|
|
|
|
{{{
|
|
symfony plugin-install http://plugins.symfony-project.com/sfFeedPlugin
|
|
}}}
|
|
|
|
* Clear you cache
|
|
|
|
{{{
|
|
symfony cc
|
|
}}}
|
|
|
|
* You're done.
|