AUTHORS
author Todd Larsen <tlarsen@google.com>
Sat, 04 Oct 2008 07:17:00 +0000
changeset 282 600e0a9bfa06
parent 261 76c8de298e98
child 604 2552e82258ed
permissions -rw-r--r--
A site layout ("site map") of the web application, including URL regular expression patterns, Django views, and metadata for constructing sidebar menus and (eventually) breadcrumbs. One function, soc.logic.site.map.getDjangoUrlPatterns(), converts these details into urlpatterns for use by Django. Patch by: Todd Larsen Review by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
# Please sort this file in alphabetical order by last (given) name.
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
# Please only include one name per line.  If an (optional) email address is
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     3
# included, it must be RFC 2821 compliant (properly quoted, escaped, etc.).
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     4
# Lines beginning with # can be stripped from the file, as can blank lines.
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     5
41c3b7f045b4 Initial AUTHORS file. Each contributor is added when their first contribution
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     6
"Todd Larsen" <tlarsen@google.com>
261
76c8de298e98 Add Allen (Chen Lunpeng) to trunk/AUTHORS, due to his several recent patches.
Todd Larsen <tlarsen@google.com>
parents: 79
diff changeset
     7
"Chen Lunpeng" <forever.clp@gmail.com>
7
5c72db822ebb Initial revision of the user.py module, containing the User Model, from the
Todd Larsen <tlarsen@google.com>
parents: 5
diff changeset
     8
"Sverre Rabbelier" <sverre@rabbelier.nl>
79
58001ec7720c Home site templates and basic view.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 7
diff changeset
     9
"Pawel Solyga" <pawel.solyga@gmail.com>