Kaydet (Commit) 230d8c73 authored tarafından Yusuke Miyazaki's avatar Yusuke Miyazaki Kaydeden (comit) Tim Graham

Fixed #25578 -- Corrected the casing of "GitHub".

üst a272db70
...@@ -751,6 +751,7 @@ answer newbie questions, and generally made Django that much better: ...@@ -751,6 +751,7 @@ answer newbie questions, and generally made Django that much better:
Yasushi Masuda <whosaysni@gmail.com> Yasushi Masuda <whosaysni@gmail.com>
ye7cakf02@sneakemail.com ye7cakf02@sneakemail.com
ymasuda@ethercube.com ymasuda@ethercube.com
Yusuke Miyazaki <miyazaki.dev@gmail.com>
Zachary Voase <zacharyvoase@gmail.com> Zachary Voase <zacharyvoase@gmail.com>
Zach Thompson <zthompson47@gmail.com> Zach Thompson <zthompson47@gmail.com>
Zain Memon Zain Memon
......
...@@ -40,10 +40,10 @@ used to associate your commits with your GitHub account. ...@@ -40,10 +40,10 @@ used to associate your commits with your GitHub account.
Setting up local repository Setting up local repository
--------------------------- ---------------------------
When you have created your GitHub account, with the nick "github_nick", and When you have created your GitHub account, with the nick "GitHub_nick", and
forked Django's repository, create a local copy of your fork:: forked Django's repository, create a local copy of your fork::
git clone git@github.com:github_nick/django.git git clone git@github.com:GitHub_nick/django.git
This will create a new directory "django", containing a clone of your GitHub This will create a new directory "django", containing a clone of your GitHub
repository. The rest of the git commands on this page need to be run within the repository. The rest of the git commands on this page need to be run within the
...@@ -103,7 +103,7 @@ You can publish your work on GitHub just by doing:: ...@@ -103,7 +103,7 @@ You can publish your work on GitHub just by doing::
When you go to your GitHub page you will notice a new branch has been created. When you go to your GitHub page you will notice a new branch has been created.
If you are working on a Trac ticket, you should mention in the ticket that If you are working on a Trac ticket, you should mention in the ticket that
your work is available from branch ticket_xxxxx of your github repo. Include a your work is available from branch ticket_xxxxx of your GitHub repo. Include a
link to your branch. link to your branch.
Note that the above branch is called a "topic branch" in Git parlance. You are Note that the above branch is called a "topic branch" in Git parlance. You are
......
...@@ -1494,7 +1494,7 @@ Django will also accept URLs (\fBhttp\fP, \fBhttps\fP, \fBftp\fP) to compressed ...@@ -1494,7 +1494,7 @@ Django will also accept URLs (\fBhttp\fP, \fBhttps\fP, \fBftp\fP) to compressed
archives with the app template files, downloading and extracting them on the archives with the app template files, downloading and extracting them on the
fly. fly.
.sp .sp
For example, taking advantage of Github\(aqs feature to expose repositories as For example, taking advantage of GitHub\(aqs feature to expose repositories as
zip files, you can use a URL like: zip files, you can use a URL like:
.INDENT 0.0 .INDENT 0.0
.INDENT 3.5 .INDENT 3.5
...@@ -1596,7 +1596,7 @@ Django will also accept URLs (\fBhttp\fP, \fBhttps\fP, \fBftp\fP) to compressed ...@@ -1596,7 +1596,7 @@ Django will also accept URLs (\fBhttp\fP, \fBhttps\fP, \fBftp\fP) to compressed
archives with the project template files, downloading and extracting them on the archives with the project template files, downloading and extracting them on the
fly. fly.
.sp .sp
For example, taking advantage of Github\(aqs feature to expose repositories as For example, taking advantage of GitHub\(aqs feature to expose repositories as
zip files, you can use a URL like: zip files, you can use a URL like:
.INDENT 0.0 .INDENT 0.0
.INDENT 3.5 .INDENT 3.5
......
...@@ -1097,7 +1097,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed ...@@ -1097,7 +1097,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed
archives with the app template files, downloading and extracting them on the archives with the app template files, downloading and extracting them on the
fly. fly.
For example, taking advantage of Github's feature to expose repositories as For example, taking advantage of GitHub's feature to expose repositories as
zip files, you can use a URL like:: zip files, you can use a URL like::
django-admin startapp --template=https://github.com/githubuser/django-app-template/archive/master.zip myapp django-admin startapp --template=https://github.com/githubuser/django-app-template/archive/master.zip myapp
...@@ -1172,7 +1172,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed ...@@ -1172,7 +1172,7 @@ Django will also accept URLs (``http``, ``https``, ``ftp``) to compressed
archives with the project template files, downloading and extracting them on the archives with the project template files, downloading and extracting them on the
fly. fly.
For example, taking advantage of Github's feature to expose repositories as For example, taking advantage of GitHub's feature to expose repositories as
zip files, you can use a URL like:: zip files, you can use a URL like::
django-admin startproject --template=https://github.com/githubuser/django-project-template/archive/master.zip myproject django-admin startproject --template=https://github.com/githubuser/django-project-template/archive/master.zip myproject
......
...@@ -726,7 +726,7 @@ The localflavor contrib app has been split into separate packages. ...@@ -726,7 +726,7 @@ The localflavor contrib app has been split into separate packages.
``django.contrib.localflavor`` itself will be removed in Django 1.6, ``django.contrib.localflavor`` itself will be removed in Django 1.6,
after an accelerated deprecation. after an accelerated deprecation.
The new packages are available on Github. The core team cannot The new packages are available on GitHub. The core team cannot
efficiently maintain these packages in the long term — it spans just a efficiently maintain these packages in the long term — it spans just a
dozen countries at this time; similar to translations, maintenance dozen countries at this time; similar to translations, maintenance
will be handed over to interested members of the community. will be handed over to interested members of the community.
......
...@@ -929,7 +929,7 @@ Removal of ``django.contrib.formtools`` ...@@ -929,7 +929,7 @@ Removal of ``django.contrib.formtools``
The formtools contrib app has been moved to a separate package and the The formtools contrib app has been moved to a separate package and the
relevant documentation pages have been updated or removed. relevant documentation pages have been updated or removed.
The new package is available `on Github`_ and on PyPI. The new package is available `on GitHub`_ and on PyPI.
.. _on GitHub: https://github.com/django/django-formtools/ .. _on GitHub: https://github.com/django/django-formtools/
......
...@@ -305,7 +305,7 @@ Gettext ...@@ -305,7 +305,7 @@ Gettext
GiB GiB
gid gid
gis gis
github GitHub
globalization globalization
Godwin Godwin
google google
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment