Skip to content

Commit 21f140c

Browse files
committed
Merge pull request #28 from damienalexandre/warningReadMe
Add a warning in README about not using this fork for new projects
2 parents 6f23819 + 79c3cdc commit 21f140c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
[![Build Status](https://secure.travis-ci.org/LExpress/symfony1.png?branch=master)](http://travis-ci.org/LExpress/symfony1)
22

3+
About this version
4+
------------------
5+
6+
This is a community driven fork of symfony 1, as official support as been [interrupted in November 2012](http://symfony.com/blog/symfony-1-4-end-of-maintenance-what-does-it-mean).
7+
8+
**Please do not use it for new projects: this version is great to improve existing symfony1 applications, but [Symfony2](http://symfony.com/) is the way to go today.**
9+
All the enhancements and BC breaks are listed in [WHATS_NEW.md](https://github.com/LExpress/symfony1/blob/master/WHATS_NEW.md), this include:
10+
11+
- Composer support
12+
- [DIC](https://github.com/LExpress/symfony1/wiki/ServiceContainer)
13+
- new features like `sfAction::renderJson` or `sfValidatorIp`
14+
- some tickets fixed from the symfony trac
15+
- ...
16+
17+
About symfony
18+
-------------
19+
320
Symfony is a complete framework designed to optimize the development of web applications by way of several key features.
421
For starters, it separates a web application's business rules, server logic, and presentation views.
522
It contains numerous tools and classes aimed at shortening the development time of a complex web application.
@@ -40,4 +57,4 @@ Read the official [symfony1 documentation](http://symfony.com/legacy)
4057
Contributing
4158
------------
4259

43-
You can let pull requests or create an issue.
60+
You can send pull requests or create an issue.

0 commit comments

Comments
 (0)