Changes between Version 286 and Version 287 of WikiStart


Ignore:
Timestamp:
Sep 9, 2011, 4:33:34 PM (13 years ago)
Author:
Russell Keith-Magee
Comment:

Updated code.djangoproject.com links to be https

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v286 v287  
    11= Django source-code repository, wiki and bug-report system =
    2 Django is available open-source under the [http://code.djangoproject.com/file/django/trunk/LICENSE BSD license].
     2Django is available open-source under the [https://code.djangoproject.com/file/django/trunk/LICENSE BSD license].
    33
    44[[PageOutline(2,, inline)]]
     
    99Assuming you have Subversion installed, the following command in a terminal will fetch the most recent code for you:
    1010{{{
    11 svn co http://code.djangoproject.com/svn/django/trunk/
     11svn co https://code.djangoproject.com/svn/django/trunk/
    1212}}}
    1313
    14 Django also offers "official" release tarballs at the [http://www.djangoproject.com/download/ download page].
     14Django also offers "official" release tarballs at the [https://www.djangoproject.com/download/ download page].
    1515
    1616== Browsing the code online ==
     
    1919
    2020== Getting involved ==
    21 Before ''anything'', please read [http://www.djangoproject.com/documentation/contributing/ How to contribute to Django].  You'll find out how the Django community works, and possibly save yourself much grief in the future.  `:)`
     21Before ''anything'', please read [https://www.djangoproject.com/documentation/contributing/ How to contribute to Django].  You'll find out how the Django community works, and possibly save yourself much grief in the future.  `:)`
    2222
    23  * [http://code.djangoproject.com/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests.
     23 * [https://code.djangoproject.com/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests.
    2424 * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks.
    25  * [http://code.djangoproject.com/query?status=!closed&easy=1 "Easy Pickings" Tickets]: Work on simple tickets to get familiar with Django's code base and the contribution process.
    26  * [http://www.djangoproject.com/documentation/contributing/#reporting-security-issues How to report security issues].
     25 * [https://code.djangoproject.com/query?status=!closed&easy=1 "Easy Pickings" Tickets]: Work on simple tickets to get familiar with Django's code base and the contribution process.
     26 * [https://www.djangoproject.com/documentation/contributing/#reporting-security-issues How to report security issues].
    2727 * DjangoDesign: Are you a designer rather than a coder? We still want your input. Let us know how we can improve on Django's visual/UX design.
    2828
Back to Top