瀏覽代碼

s/Typo3/TYPO3/g

Jordi Boggiano 14 年之前
父節點
當前提交
4d0206736c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Packagist/WebBundle/Resources/views/About/about.html.twig

+ 2 - 2
src/Packagist/WebBundle/Resources/views/About/about.html.twig

@@ -10,7 +10,7 @@
     <p>First of all, you must pick a package name. This is a very important step since it can not change, and it should be unique enough to avoid problems in the future.</p>
     <p>The most important part is that the first bit of the package name must be the vendor name. This follows the <a href="http://groups.google.com/group/php-standards/web/psr-0-final-proposal">PSR0 standard</a> for namespaces naming.</p>
     <p>For libraries and applications, the vendor is in most cases the library name itself, and you can use any name, although it's best to avoid using common names like DB, Logger, MySQL, etc. Try to be imaginative when naming your project.</p>
-    <p>For plugins, be it Typo3 extensions, Symfony2 bundles, Drupal modules, or whatever your project of choice calls them, you are free to handle it as you wish, but you may want to add some specific information about the target platform in the package name to avoid conflicts if you provide many plugins to integrate one lib in many frameworks. For example, if your vendor name is Acme, and your library is called Email, you could have the following names: <code>Acme-EmailSymfonyBundle</code>, <code>Acme-EmailTypo3Extension</code> and such. This ensures uniqueness across frameworks/applications, and clearly says what your package relates to. Here is a list of typical package names for reference:
+    <p>For plugins, be it TYPO3 extensions, Symfony2 bundles, Drupal modules, or whatever your project of choice calls them, you are free to handle it as you wish, but you may want to add some specific information about the target platform in the package name to avoid conflicts if you provide many plugins to integrate one lib in many frameworks. For example, if your vendor name is Acme, and your library is called Email, you could have the following names: <code>Acme-EmailSymfonyBundle</code>, <code>Acme-EmailTYPO3Extension</code> and such. This ensures uniqueness across frameworks/applications, and clearly says what your package relates to. Here is a list of typical package names for reference:
 <pre>
 // Monolog is a library, so the vendor name is the complete package name.
 Monolog
@@ -59,4 +59,4 @@ v4.4.4beta2
 v2.0.0-alpha
 </pre>
     In your master branch, or any other dev branch, you can use a -dev (e.g. <code>1.1.0-dev</code>) suffix to the version inside the composer.json file to indicate that this is a development branch leading to the future 1.1.0 (in this example) version.</p>
-{% endblock %}
+{% endblock %}