Skip to content

Commit

Permalink
Fix sonata-project#181 - Renaming the repository to follow best pract…
Browse files Browse the repository at this point in the history
…ices
  • Loading branch information
Thomas Rabaix committed Jul 4, 2011
1 parent a0d7832 commit f1c0afa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Features
- Contextual Breadcrumb
- persistent parameters across an Admin
- side menu option
- Translated into 8 languages : DE, EN, ES, FR, NL, PL, RU and UK.
- Translated into 11 languages : DE, EN, ES, FR, IT, JA, NL, PL, PT_BR, RU and UK.
- Built to be extended
- Explain command line utility

Expand All @@ -90,15 +90,15 @@ There is online documentation here:

- http://rabaix.net/AdminBundle/html/index.html

If you want to contribute to this documentation, you need to go to the ``Resources/doc`` folder where
If you want to contribute to this documentation, you need to go to the ``Resources/doc`` folder where
the reStructuredText documentation is available.
Please note the Github preview might break and hide some content.

Usage examples

- https://github.com/sonata-project/MediaBundle
- https://github.com/sonata-project/NewsBundle
- https://github.com/sonata-project/UserBundle (custom fork of FOS/UserBundle)
- https://github.com/sonata-project/SonataMediaBundle
- https://github.com/sonata-project/SonataNewsBundle
- https://github.com/sonata-project/SoantaUserBundle (custom fork of FOS/UserBundle)

TODO
----
Expand Down
16 changes: 8 additions & 8 deletions Resources/doc/reference/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Download bundles
To begin, add the dependent bundles to the ``src/`` directory. If you are using
git, you can add them as submodules::

git submodule add git://github.com/sonata-project/jQueryBundle.git src/Sonata/jQueryBundle
git submodule add git://github.com/sonata-project/BluePrintBundle.git src/Sonata/BluePrintBundle
git submodule add git://github.com/sonata-project/AdminBundle.git src/Sonata/AdminBundle
git submodule add git://github.com/knplabs/MenuBundle.git src/Knplabs/Bundle/MenuBundle
git submodule add git://github.com/sonata-project/SonatajQueryBundle.git src/Sonata/jQueryBundle
git submodule add git://github.com/sonata-project/SonataBluePrintBundle.git src/Sonata/BluePrintBundle
git submodule add git://github.com/sonata-project/SonataAdminBundle.git src/Sonata/AdminBundle
git submodule add git://github.com/knplabs/KnpMenuBundle.git src/Knplabs/Bundle/MenuBundle

If you are not using git, you will have to download them :

- https://github.com/sonata-project/jQueryBundle/archives/master
- https://github.com/sonata-project/BluePrintBundle/archives/master
- https://github.com/sonata-project/AdminBundle/archives/master
- https://github.com/knplabs/MenuBundle/archives/master
- https://github.com/sonata-project/SonatajQueryBundle/archives/master
- https://github.com/sonata-project/SonataBluePrintBundle/archives/master
- https://github.com/sonata-project/SonataAdminBundle/archives/master
- https://github.com/knplabs/KnpMenuBundle/archives/master

Configuration
-------------
Expand Down

0 comments on commit f1c0afa

Please sign in to comment.