Changes between Version 233 and Version 234 of WikiStart


Ignore:
Timestamp:
Nov 23, 2006, 10:36:47 PM (17 years ago)
Author:
Adrian Holovaty
Comment:

More edits

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v233 v234  
    3434== Descriptions of major changes to the codebase ==
    3535
    36  * [wiki:BackwardsIncompatibleChanges Backwards Incompatible Changes]: Comprehensive list of backwards-incompatible changes made since first public release.
     36 * [wiki:BackwardsIncompatibleChanges Backwards-incompatible changes]: Comprehensive list of backwards-incompatible changes made since first public release.
    3737 * [wiki:RemovingTheMagic Removing the magic]: The magic-removal branch was merged to trunk in May 2006 ([2809]).
    3838 * [wiki:NewAdminChanges New-admin changes]: The new-admin branch was merged to trunk in November 2005 ([1433]).
     
    4242 * [http://code.google.com/hosting/search?q=label:django Django-based projects at Google Code Hosting].
    4343 * [/browser/djangoproject.com/django_website/ djangoproject.com]: See the full code and templates for the Django-powered portions of this site (e.g., 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.
    44  * [http://code.google.com/p/diamanda/ Diamanda Wiki and MyghtyBoard Forum]: Source code for wiki and forum. GPL.
    45  * [https://svn.greenpeace.org/repositories/custard/production/ Custard/Melt]: Source code for a work-in-progress community Web app developed by Greenpeace. LGPL.
    46  * [http://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/DjangoGallery Django Photo Gallery]: Source code for a "Gallery with a twist" by Georg Bauer.
     44 * [http://code.google.com/p/diamanda/ Diamanda Wiki and MyghtyBoard Forum]: A wiki and forum. GPL.
     45 * [https://svn.greenpeace.org/repositories/custard/production/ Custard/Melt]: A work-in-progress community Web app developed by Greenpeace. LGPL.
     46 * [http://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/DjangoGallery Django Photo Gallery]: A "gallery with a twist" by Georg Bauer.
    4747 * [http://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/CmsProject]: A simple CMS by Georg Bauer. (Powers the site [http://rfc1437.de/].)
    4848 * [http://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/IrcLogger]: An IRC logger by Georg Bauer. (Powers the [http://simon.bofh.ms/logger/django/ Django IRC logs].)
    49  * [http://zyons.com Zyons]: A forum/community application. 
     49 * [http://zyons.com Zyons]: A forum/community application.
    5050 * [http://workstyle-py.sourceforge.net/ WorkStyle]: A "Get Things Done" to-do list management application. A [http://django.everes.net/WorkStyle/ sandbox] is available, too.
    5151 * [http://www.carcosa.net/jason/software/django/stockphoto/ Stockphoto]: A simple photo gallery by Jason !McBrayer.
    5252 * [http://www.feedjack.org/ Feedjack]: A planet/feed aggregator by Gustavo Picón. Sample sites: [http://django.feedjack.org/], [http://gnome.feedjack.org/], [http://google.feedjack.org/].
    5353 * [http://dpaste.com/about/ Pastebin]: A pastebin application driven completely by generic views, no custom view code.
    54  * [http://ff-firmware.quamquam.org/trac/wiki/FFSomething FFSomething]: Suite for managing open wireless mesh networks
    55  * [https://svn.wamber.net/projects/bookmaker BookMaker]: An open-source Web application for managing small parimutuel betting pools ( [https://svn.wamber.net/projects/bookmaker/browser Browse BookMaker Source]).
    56  * [http://riseproject.sourceforge.net/ RISE Project (Resources and Information for Success in Education)] - a project to manage and publish academic catalog information including programs, courses, and schedules. (BSD-licensed.)
    57  * [http://www.coulix.net/blog/2006/aug/17/ip-country-flags-django-comments/ Ip to country application] - this application will allow you to get the country flag of comments.
    58  * [http://tools.assembla.com/notmm/wiki notmm] - a multi-purpose application toolkit on top of Django. (Apache License Version 2.0 and BSD-style license compatible)
    59  * [http://trac.dedhost-sil-076.sil.at/trac/filebrowser/wiki FileBrowser] - an extension to the Django Admin-Interface
     54 * [http://ff-firmware.quamquam.org/trac/wiki/FFSomething FFSomething]: A suite for managing open wireless mesh networks
     55 * [https://svn.wamber.net/projects/bookmaker BookMaker]: An open-source Web application for managing small parimutuel betting pools ([https://svn.wamber.net/projects/bookmaker/browser Browse source]).
     56 * [http://riseproject.sourceforge.net/ RISE Project (Resources and Information for Success in Education)]: A project to manage and publish academic catalog information, including programs, courses, and schedules. BSD.
     57 * [http://www.coulix.net/blog/2006/aug/17/ip-country-flags-django-comments/ IP-to-country application]: Allows you to get the country flag of comments.
     58 * [http://tools.assembla.com/notmm/wiki notmm]: A multi-purpose application toolkit on top of Django. (Apache License Version 2.0 and BSD-style license compatible.)
     59 * [http://trac.dedhost-sil-076.sil.at/trac/filebrowser/wiki FileBrowser] - An extension to the Django admin interface.
    6060
    6161== Contributed documentation and examples ==
    6262
    6363=== General ===
     64
    6465 * [http://blixtra.org/blog/2006/07/17/top-30-django-tutorials-and-articles/ Compilation of Tutorials]: Intended to be a complete and concise list of Django tutorials
    6566 * CookBook: Code recipes.
     
    7980 * [http://www.zbyte64.com/code.shtml Django & Open Office]: An example of how to use Django and Open Office to do advance document templating.
    8081
    81 
    8282=== Installing and cnfiguring Django ===
     83
    8384 * [wiki:ServerArrangements Server arrangements]: How to use Django with FCGI, Twisted, etc.
    8485 * [wiki:SetupOnTiger Setup on Mac OS X Tiger]: Includes installing python 2.4 (which isn't required), the latest version of postgresql, and psycopg.
     
    8889
    8990=== Development environment ===
     91
    9092 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment.
    9193 * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE.
     
    9698 * [wiki:GreasemonkeyScriptForSmallTitles Greasemonkey script for djangoproject.com]: Shortens titles to faciliate better tab browsing of Django's documentation
    9799
    98 
    99100=== Templates ===
    100101
     
    106107 * [http://126.pl/cheetah.tar.bz Cheetah template for django]: Generic views + cheetah's admin functions. Contact dj@126.pl.  (BROKEN LINK)
    107108
    108 
    109109=== Code examples ===
     110
    110111 * [wiki:ajax_shop_basket Ajax/DHTML shopping basket in Django example]
    111112 * [wiki:contentBBCode_parser ContentBBcode Parser] - How-to make pluggable special-tag parser
     
    124125 * [wiki:SafeSettingsContextProcessor Safe Settings context processor]: Provide template access to your settings variables.
    125126
    126 
    127127=== Web services/APIs ===
     128
    128129 * [wiki:searchengine A Google search engine front end in Django tutorial]
    129130 * [wiki:XML-RPC] Example of doing XML-RPC in Django
     
    134135
    135136=== Tutorials on the Web ===
     137
    136138 * [http://step-inside.org/blog/2006/jul/01/django_blog_notifying_comments_email/ Django Blog: Notifying about new comments by email]
    137139 * [http://www.mercurytide.com/knowledge/white-papers/django-full-text-search Extending Django's database API to include full-text search]
     
    175177
    176178== Resources in other languages ==
     179
    177180 * [wiki:ChineseDjangoTutorial Chinese Django Tutorial]: A Chinese Django tutorial step by step. [Chinese]
    178181 * [http://blog.zabiello.com/articles/category/django Jarosław Zabiełło Blog]: Various Django tips and tutorials [Polish]
     
    180183 * [http://www.biologeek.com/journal/index.php/Web-frameworks French translation of Django documentation]
    181184
    182 == Under discussion ==
     185== Under discussion ==
     186
    183187 * [wiki:ModelInheritance Model Inheritance]: Subclassing and model inheritance.
    184188 * [wiki:VersionOneFeatures Version One features]
     
    190194 * [wiki:AutoEscaping]: Auto escaping of variables by templates
    191195
    192 == Community ==
     196== Community ==
     197
    193198 * [wiki:DevelopersForHire Developers for hire]: Community members available to do Django work.
    194199 * [wiki:DjangoFriendlyWebHosts Django-friendly Web hosts]
Back to Top