diff options
author | Marcel Hellkamp <marc@gsites.de> | 2014-12-08 18:44:51 +0100 |
---|---|---|
committer | Marcel Hellkamp <marc@gsites.de> | 2014-12-08 18:44:51 +0100 |
commit | cea519c842846e1ab08d40dbd538d2f06be17cca (patch) | |
tree | 68c28318fd4d9c4d55d81faaaec0bca6834041db /docs | |
parent | 58e6608a7fdb43d9b1fe071d6eba75695381fee4 (diff) | |
download | bottle-cea519c842846e1ab08d40dbd538d2f06be17cca.tar.gz |
Changed all links to the official repository.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_locale/zh_CN/development.po | 32 | ||||
-rw-r--r-- | docs/_locale/zh_CN/plugindev.po | 4 | ||||
-rw-r--r-- | docs/development.rst | 14 | ||||
-rwxr-xr-x | docs/index.rst | 6 | ||||
-rwxr-xr-x | docs/plugindev.rst | 2 | ||||
-rwxr-xr-x | docs/recipes.rst | 2 | ||||
-rwxr-xr-x | docs/tutorial.rst | 4 |
7 files changed, 32 insertions, 32 deletions
diff --git a/docs/_locale/zh_CN/development.po b/docs/_locale/zh_CN/development.po index c07eb76..c859b1c 100644 --- a/docs/_locale/zh_CN/development.po +++ b/docs/_locale/zh_CN/development.po @@ -92,40 +92,40 @@ msgstr "获取源代码" # 94af39778f4a450c8e6b485247e41890 #: ../../development.rst:21 msgid "" -"The bottle `development repository <https://github.com/defnull/bottle>`_ and " -"the `issue tracker <https://github.com/defnull/bottle/issues>`_ are both " -"hosted at `github <https://github.com/defnull/bottle>`_. If you plan to " +"The bottle `development repository <https://github.com/bottlepy/bottle>`_ and " +"the `issue tracker <https://github.com/bottlepy/bottle/issues>`_ are both " +"hosted at `github <https://github.com/bottlepy/bottle>`_. If you plan to " "contribute, it is a good idea to create an account there and fork the main " "repository. This way your changes and ideas are visible to other developers " "and can be discussed openly. Even without an account, you can clone the " "repository or just download the latest development version as a source " "archive." msgstr "" -"Bottle的 `开发仓库 <https://github.com/defnull/bottle>`_ 和 `问题追踪 " -"<https://github.com/defnull/bottle/issues>`_ 都搭建在 `github <https://" -"github.com/defnull/bottle>`_ 上面。如果你打算做贡献,创建一个github帐号然后" +"Bottle的 `开发仓库 <https://github.com/bottlepy/bottle>`_ 和 `问题追踪 " +"<https://github.com/bottlepy/bottle/issues>`_ 都搭建在 `github <https://" +"github.com/bottlepy/bottle>`_ 上面。如果你打算做贡献,创建一个github帐号然后" "fork一下吧。你做出的更改或建议都可被其他开发者看到,可以一起讨论。即使没有" "github帐号,你也可以clone代码仓库,或下载最新开发版本的压缩包。" # d38ec2e3482c4399827e822ca8d24462 #: ../../development.rst:23 -msgid "**git:** ``git clone git://github.com/defnull/bottle.git``" -msgstr "**git:** ``git clone git://github.com/defnull/bottle.git``" +msgid "**git:** ``git clone git://github.com/bottlepy/bottle.git``" +msgstr "**git:** ``git clone git://github.com/bottlepy/bottle.git``" # d97bf4077a5245568712e25474970ae7 #: ../../development.rst:24 -msgid "**git/https:** ``git clone https://github.com/defnull/bottle.git``" -msgstr "**git/https:** ``git clone https://github.com/defnull/bottle.git``" +msgid "**git/https:** ``git clone https://github.com/bottlepy/bottle.git``" +msgstr "**git/https:** ``git clone https://github.com/bottlepy/bottle.git``" # 2f508c13f6744d71b7d1721d42c6fb50 #: ../../development.rst:25 msgid "" -"**Download:** Development branch as `tar archive <http://github.com/defnull/" -"bottle/tarball/master>`_ or `zip file <http://github.com/defnull/bottle/" +"**Download:** Development branch as `tar archive <http://github.com/bottlepy/" +"bottle/tarball/master>`_ or `zip file <http://github.com/bottlepy/bottle/" "zipball/master>`_." msgstr "" -"**Download:** Development branch as `tar archive <http://github.com/defnull/" -"bottle/tarball/master>`_ or `zip file <http://github.com/defnull/bottle/" +"**Download:** Development branch as `tar archive <http://github.com/bottlepy/" +"bottle/tarball/master>`_ or `zip file <http://github.com/bottlepy/bottle/" "zipball/master>`_." # 7acb921ae73c4b8d903e7e7812eab5c2 @@ -447,11 +447,11 @@ msgstr "" msgid "" "First of all you need to create a fork (a personal clone) of the official " "repository. To do this, you simply click the \"fork\" button on the `bottle " -"project page <https://github.com/defnull/bottle>`_. When the fork is done, " +"project page <https://github.com/bottlepy/bottle>`_. When the fork is done, " "you will be presented with a short introduction to your new repository." msgstr "" "首先,你需要从官方代码仓库创建一个fork。只需在 `bottle项目页面 <https://" -"github.com/defnull/bottle>`_ 点击一下\"fork\"按钮就行了。创建玩fork之后,会得" +"github.com/bottlepy/bottle>`_ 点击一下\"fork\"按钮就行了。创建玩fork之后,会得" "到一个关于这个新仓库的简介。" # 2f59f7bd45db4611a0137da8ca0fa908 diff --git a/docs/_locale/zh_CN/plugindev.po b/docs/_locale/zh_CN/plugindev.po index a49acf3..668d57d 100644 --- a/docs/_locale/zh_CN/plugindev.po +++ b/docs/_locale/zh_CN/plugindev.po @@ -38,11 +38,11 @@ msgid "" "This is a draft. If you see any errors or find that a specific part is not " "explained clear enough, please tell the `mailing-list <mailto:" "bottlepy@googlegroups.com>`_ or file a `bug report <https://github.com/" -"defnull/bottle/issues>`_." +"bottlepy/bottle/issues>`_." msgstr "" "这是一份初稿。如果你发现了任何错误,或某些部分解释的不够清楚,请通过 `邮件列" "表 <mailto:bottlepy@googlegroups.com>`_ 或 `bug report <https://github.com/" -"defnull/bottle/issues>`_ 告知。" +"bottlepy/bottle/issues>`_ 告知。" # 070f3ff0fa644258b9d14ac422645f9d #: ../../plugindev.rst:16 diff --git a/docs/development.rst b/docs/development.rst index 95133b3..52e02bd 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -18,11 +18,11 @@ There are several ways to join the community and stay up to date. Here are some Get the Sources --------------- -The bottle `development repository <https://github.com/defnull/bottle>`_ and the `issue tracker <https://github.com/defnull/bottle/issues>`_ are both hosted at `github <https://github.com/defnull/bottle>`_. If you plan to contribute, it is a good idea to create an account there and fork the main repository. This way your changes and ideas are visible to other developers and can be discussed openly. Even without an account, you can clone the repository or just download the latest development version as a source archive. +The bottle `development repository <https://github.com/bottlepy/bottle>`_ and the `issue tracker <https://github.com/bottlepy/bottle/issues>`_ are both hosted at `github <https://github.com/bottlepy/bottle>`_. If you plan to contribute, it is a good idea to create an account there and fork the main repository. This way your changes and ideas are visible to other developers and can be discussed openly. Even without an account, you can clone the repository or just download the latest development version as a source archive. -* **git:** ``git clone git://github.com/defnull/bottle.git`` -* **git/https:** ``git clone https://github.com/defnull/bottle.git`` -* **Download:** Development branch as `tar archive <http://github.com/defnull/bottle/tarball/master>`_ or `zip file <http://github.com/defnull/bottle/zipball/master>`_. +* **git:** ``git clone git://github.com/bottlepy/bottle.git`` +* **git/https:** ``git clone https://github.com/bottlepy/bottle.git`` +* **Download:** Development branch as `tar archive <http://github.com/bottlepy/bottle/tarball/master>`_ or `zip file <http://github.com/bottlepy/bottle/zipball/master>`_. Releases and Updates @@ -99,7 +99,7 @@ You need a recent version of Sphinx to build the documentation. The recommended ./venv/pip install -U sphinx # Clone or download bottle from github - git clone https://github.com/defnull/bottle.git + git clone https://github.com/bottlepy/bottle.git # Activate build environment source ./venv/bin/activate @@ -124,7 +124,7 @@ GIT Workflow Examples The following examples assume that you have an (free) `github account <https://github.com>`_. This is not mandatory, but makes things a lot easier. -First of all you need to create a fork (a personal clone) of the official repository. To do this, you simply click the "fork" button on the `bottle project page <https://github.com/defnull/bottle>`_. When the fork is done, you will be presented with a short introduction to your new repository. +First of all you need to create a fork (a personal clone) of the official repository. To do this, you simply click the "fork" button on the `bottle project page <https://github.com/bottlepy/bottle>`_. When the fork is done, you will be presented with a short introduction to your new repository. The fork you just created is hosted at github and read-able by everyone, but write-able only by you. Now you need to clone the fork locally to actually make changes to it. Make sure you use the private (read-write) URL and *not* the public (read-only) one:: @@ -133,7 +133,7 @@ The fork you just created is hosted at github and read-able by everyone, but wri Once the clone is complete your repository will have a remote named "origin" that points to your fork on github. Don’t let the name confuse you, this does not point to the original bottle repository, but to your own fork. To keep track of the official repository, add another remote named "upstream":: cd bottle - git remote add upstream git://github.com/defnull/bottle.git + git remote add upstream git://github.com/bottlepy/bottle.git git fetch upstream Note that "upstream" is a public clone URL, which is read-only. You cannot push changes directly to it. Instead, we will pull from your public repository. This is described later. diff --git a/docs/index.rst b/docs/index.rst index 421fe90..0232e50 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,8 +11,8 @@ .. _cherrypy: http://www.cherrypy.org/ .. _WSGI: http://www.wsgi.org/ .. _Python: http://python.org/ -.. _testing: https://github.com/defnull/bottle/raw/master/bottle.py -.. _issue_tracker: https://github.com/defnull/bottle/issues +.. _testing: https://github.com/bottlepy/bottle/raw/master/bottle.py +.. _issue_tracker: https://github.com/bottlepy/bottle/issues .. _PyPI: http://pypi.python.org/pypi/bottle .. _gae: https://developers.google.com/appengine/ @@ -44,7 +44,7 @@ Run this script or paste it into a Python console, then point your browser to `< .. rubric:: Download and Install -.. __: https://github.com/defnull/bottle/raw/master/bottle.py +.. __: https://github.com/bottlepy/bottle/raw/master/bottle.py Install the latest stable release with ``pip install bottle``, ``easy_install -U bottle`` or download `bottle.py`__ (unstable) into your project directory. There are no hard [1]_ dependencies other than the Python standard library. Bottle runs with **Python 2.5+ and 3.x**. diff --git a/docs/plugindev.rst b/docs/plugindev.rst index 40da98c..b9e33ca 100755 --- a/docs/plugindev.rst +++ b/docs/plugindev.rst @@ -9,7 +9,7 @@ This guide explains the plugin API and how to write custom plugins. I suggest re .. note:: - This is a draft. If you see any errors or find that a specific part is not explained clear enough, please tell the `mailing-list <mailto:bottlepy@googlegroups.com>`_ or file a `bug report <https://github.com/defnull/bottle/issues>`_. + This is a draft. If you see any errors or find that a specific part is not explained clear enough, please tell the `mailing-list <mailto:bottlepy@googlegroups.com>`_ or file a `bug report <https://github.com/bottlepy/bottle/issues>`_. How Plugins Work: The Basics diff --git a/docs/recipes.rst b/docs/recipes.rst index 0965d50..8c57706 100755 --- a/docs/recipes.rst +++ b/docs/recipes.rst @@ -7,7 +7,7 @@ .. _paste: http://pythonpaste.org/modules/evalexception.html .. _pylons: http://pylonshq.com/ .. _gevent: http://www.gevent.org/ -.. _compression: https://github.com/defnull/bottle/issues/92 +.. _compression: https://github.com/bottlepy/bottle/issues/92 .. _GzipFilter: http://www.cherrypy.org/wiki/GzipFilter .. _cherrypy: http://www.cherrypy.org .. _heroku: http://heroku.com diff --git a/docs/tutorial.rst b/docs/tutorial.rst index bb5b5ea..9416b68 100755 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -14,10 +14,10 @@ .. _Paste: http://pythonpaste.org/ .. _Pound: http://www.apsis.ch/pound/ .. _`WSGI Specification`: http://www.wsgi.org/ -.. _issue: http://github.com/defnull/bottle/issues +.. _issue: http://github.com/bottlepy/bottle/issues .. _Python: http://python.org/ .. _SimpleCookie: http://docs.python.org/library/cookie.html#morsel-objects -.. _testing: http://github.com/defnull/bottle/raw/master/bottle.py +.. _testing: http://github.com/bottlepy/bottle/raw/master/bottle.py ======== Tutorial |