Changes between Version 65 and Version 66 of WikiStart


Ignore:
Timestamp:
Dec 15, 2005, 11:55:28 PM (18 years ago)
Author:
Adrian Holovaty
Comment:

Converted dashes to colons to be consistent.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v65 v66  
    77 * [http://code.djangoproject.com/browser/django/trunk/ Browse source]: See the full code via a Web interface.
    88 * [http://code.djangoproject.com/timeline/ Timeline]: Keep track of recent changes.
     9 * See our [http://www.djangoproject.com/download/ download page] for download instructions.
    910
    1011== Get involved ==
     
    1415 * [wiki:LittleEasyChanges Little, easy changes]: Get your feet wet by taking on one of these small tasks.
    1516
    16 == Get the code ==
    17 
    18 See our [http://www.djangoproject.com/download/ download page] for instructions.
    19 
    2017== Example applications ==
    2118
    2219 * [http://code.djangoproject.com/browser/djangoproject.com/django_website/ djangoproject.com]: See the full code and templates for the Django-powered portions of this site (i.e., everything except the ticket system). The Python code is available under the BSD license, but the templates are copyrighted by World Online and shouldn't be copied.
    23  * [wiki:DjangoPoweredSites Django-powered sites] -- List your site(s) here!
     20 * [wiki:DjangoPoweredSites Django-powered sites]: List your site(s) here!
    2421
    2522== Code extras ==
     
    2724 * [wiki:ContributedMiddleware User-contributed middleware]
    2825 * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates for Django]
    29  * [http://126.pl/cheetah.tar.bz2 Cheetah template for django] + generic views + cheetah's admin functions, contact me at dj@126.pl
    30  * [http://djangoutils.python-hosting.com/ djangoutils] Trac/Subversion with miscellaneous django utils witch I find useful (thumbnails, [http://www.bosrup.com/web/overlib/ overLIB] support, admin utilities)
     26 * [http://126.pl/cheetah.tar.bz2 Cheetah template for django]: Generic views + cheetah's admin functions. Contact dj@126.pl.
     27 * [http://djangoutils.python-hosting.com/ Djangoutils]: Trac/Subversion with miscellaneous Django utilities (thumbnails, [http://www.bosrup.com/web/overlib/ overLIB] support, admin utilities).
    3128
    3229== User-contributed documentation ==
    3330
    34  * [wiki:ServerArrangements Server arrangements] -- How to use Django with FCGI, Twisted, etc.
    35  * CookBook -- Code recipes.
    36  * CommonPitfalls -- Common developer errors, gotchas, etc.
    37  * [wiki:BackwardsIncompatibleChanges Backwards-incompatible changes] -- A page that collects all deprecated features and backwards-incompatible changes in preparation for Django's first release.
    38  * DocumentationSuggestions -- A place to put docs that you wish ''you'' could have found while learning
    39  * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers] -- how to make an application that is easy to distribute
    40  * DjangoScreencasts -- Official and unofficial screencasts showing Django development in action.
    41  * [http://itmaurer.com/clepy/htdocs/media/presentation/presentation.html Python Web development with Django] -- A presentation in pseudo-!PowerPoint format that provides a good overview.
    42  * TutorialInBrazilianPortuguese - Translation of the tutorial into BrazilianPortuguese
    43  * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment] -- An example on how to setup your development environment.
     31 * [wiki:ServerArrangements Server arrangements]: How to use Django with FCGI, Twisted, etc.
     32 * CookBook: Code recipes.
     33 * CommonPitfalls: Common developer errors, gotchas, etc.
     34 * [wiki:BackwardsIncompatibleChanges Backwards-incompatible changes]: A page that collects all deprecated features and backwards-incompatible changes in preparation for Django's first release.
     35 * DocumentationSuggestions: A place to put docs that you wish ''you'' could have found while learning
     36 * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers]: how to make an application that is easy to distribute
     37 * DjangoScreencasts: Official and unofficial screencasts showing Django development in action.
     38 * [http://itmaurer.com/clepy/htdocs/media/presentation/presentation.html Python Web development with Django]: A presentation in pseudo-!PowerPoint format that provides a good overview.
     39 * TutorialInBrazilianPortuguese: Translation of the tutorial into BrazilianPortuguese
     40 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example on how to setup your development environment.
    4441
    4542== Under discussion ==
    4643
    47  * [wiki:RemovingTheMagic Removing the magic] -- All about the changes in the magic-removal branch.
     44 * [wiki:RemovingTheMagic Removing the magic]: All about the changes in the magic-removal branch.
    4845 * [wiki:VersionOneFeatures Version One features]
    4946 * [wiki:Localization Localization (l10n)]
    5047 * [wiki:AJAX AJAX and Django]
    51  * [wiki:NewAdminChanges New-admin changes] -- The admin code ~~currently is~~ was being refactored in a separate Subversion branch, and has since been merged to trunk. This explains the differences with the old system.
     48 * [wiki:NewAdminChanges New-admin changes]: The admin code was recently refactored. This explains what's new.
    5249
    5350== Community ==
    5451
    55  * [wiki:DevelopersForHire Developers for hire] -- Community members available to do Django work.
     52 * [wiki:DevelopersForHire Developers for hire]: Community members available to do Django work.
    5653 * [wiki:DjangoFriendlyWebHosts Django-friendly Web hosts].
Back to Top