Browse Source

Fix #181 - Renaming the repository to follow best practices

Thomas Rabaix 14 năm trước cách đây
mục cha
commit
f1c0afa898

+ 5 - 5
README.md

@@ -78,7 +78,7 @@ Features
     - Contextual Breadcrumb
     - Contextual Breadcrumb
     - persistent parameters across an Admin
     - persistent parameters across an Admin
     - side menu option
     - 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
     - Built to be extended
     - Explain command line utility
     - Explain command line utility
 
 
@@ -90,15 +90,15 @@ There is online documentation here:
 
 
  - http://rabaix.net/AdminBundle/html/index.html
  - 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.
 the reStructuredText documentation is available.
 Please note the Github preview might break and hide some content.
 Please note the Github preview might break and hide some content.
 
 
 Usage examples
 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
 TODO
 ----
 ----

+ 8 - 8
Resources/doc/reference/installation.rst

@@ -7,17 +7,17 @@ Download bundles
 To begin, add the dependent bundles to the ``src/`` directory. If you are using
 To begin, add the dependent bundles to the ``src/`` directory. If you are using
 git, you can add them as submodules::
 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 :
 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
 Configuration
 -------------
 -------------