Changeset 1
- Timestamp:
- 02/24/08 17:36:46 (8 months ago)
- Files:
-
- branches (added)
- branches/sandpit (added)
- branches/sandpit/__init__.py (added)
- branches/sandpit/accounts (added)
- branches/sandpit/accounts/__init__.py (added)
- branches/sandpit/accounts/models.py (added)
- branches/sandpit/accounts/registration.py (added)
- branches/sandpit/accounts/urls.py (added)
- branches/sandpit/accounts/views.py (added)
- branches/sandpit/aggregator (added)
- branches/sandpit/aggregator/__init__.py (added)
- branches/sandpit/aggregator/bin (added)
- branches/sandpit/aggregator/bin/__init__.py (added)
- branches/sandpit/aggregator/bin/feedparser.py (added)
- branches/sandpit/aggregator/bin/update_feeds.py (added)
- branches/sandpit/aggregator/feeds.py (added)
- branches/sandpit/aggregator/management.py (added)
- branches/sandpit/aggregator/models.py (added)
- branches/sandpit/aggregator/templatetags (added)
- branches/sandpit/aggregator/templatetags/__init__.py (added)
- branches/sandpit/aggregator/templatetags/aggregator.py (added)
- branches/sandpit/aggregator/urls.py (added)
- branches/sandpit/db (added)
- branches/sandpit/entries (added)
- branches/sandpit/entries/__init__.py (added)
- branches/sandpit/entries/article_urls.py (added)
- branches/sandpit/entries/entry_urls.py (added)
- branches/sandpit/entries/feeds.py (added)
- branches/sandpit/entries/management.py (added)
- branches/sandpit/entries/models.py (added)
- branches/sandpit/entries/templatetags (added)
- branches/sandpit/entries/templatetags/__init__.py (added)
- branches/sandpit/entries/templatetags/entries.py (added)
- branches/sandpit/entries/views.py (added)
- branches/sandpit/jobs (added)
- branches/sandpit/jobs/__init__.py (added)
- branches/sandpit/jobs/management.py (added)
- branches/sandpit/jobs/models.py (added)
- branches/sandpit/jobs/templatetags (added)
- branches/sandpit/jobs/templatetags/__init__.py (added)
- branches/sandpit/jobs/templatetags/offers.py (added)
- branches/sandpit/jobs/urls.py (added)
- branches/sandpit/jobs/views.py (added)
- branches/sandpit/manage.py (added)
- branches/sandpit/media (added)
- branches/sandpit/media.project_one (added)
- branches/sandpit/media.project_one/css (added)
- branches/sandpit/media.project_one/css/main.css (added)
- branches/sandpit/media.project_one/images (added)
- branches/sandpit/media.project_one/images/big_bottom.gif (added)
- branches/sandpit/media.project_one/images/big_middle.gif (added)
- branches/sandpit/media.project_one/images/big_top.gif (added)
- branches/sandpit/media.project_one/images/button.gif (added)
- branches/sandpit/media.project_one/images/button.xcf (added)
- branches/sandpit/media.project_one/images/django-logo.png (added)
- branches/sandpit/media.project_one/images/django.pl-logo.png (added)
- branches/sandpit/media.project_one/images/exclamation.gif (added)
- branches/sandpit/media.project_one/images/grey_bottom.gif (added)
- branches/sandpit/media.project_one/images/grey_top.gif (added)
- branches/sandpit/media.project_one/images/input.gif (added)
- branches/sandpit/media.project_one/images/leftbox_bottom-wide.gif (added)
- branches/sandpit/media.project_one/images/leftbox_bottom.gif (added)
- branches/sandpit/media.project_one/images/leftbox_top-wide.gif (added)
- branches/sandpit/media.project_one/images/leftbox_top.gif (added)
- branches/sandpit/media.project_one/images/logobg.gif (added)
- branches/sandpit/media.project_one/images/nav.gif (added)
- branches/sandpit/media.project_one/images/nav.xcf (added)
- branches/sandpit/media.project_one/images/question.gif (added)
- branches/sandpit/media.project_one/images/searchbg.gif (added)
- branches/sandpit/media.project_one/js (added)
- branches/sandpit/media/css (added)
- branches/sandpit/media/css/bar.gif (added)
- branches/sandpit/media/css/corner.gif (added)
- branches/sandpit/media/css/django-logo.png (added)
- branches/sandpit/media/css/dotted.gif (added)
- branches/sandpit/media/css/input.gif (added)
- branches/sandpit/media/css/searchbg.gif (added)
- branches/sandpit/media/css/style.css (added)
- branches/sandpit/media/css/submit.gif (added)
- branches/sandpit/media/img (added)
- branches/sandpit/media/img/ad.gif (added)
- branches/sandpit/media/img/arrow.gif (added)
- branches/sandpit/media/img/bigimage.gif (added)
- branches/sandpit/media/img/django-logo.png (added)
- branches/sandpit/media/img/image.gif (added)
- branches/sandpit/media/img/submit2.gif (added)
- branches/sandpit/media/js (added)
- branches/sandpit/partners (added)
- branches/sandpit/partners/__init__.py (added)
- branches/sandpit/partners/management.py (added)
- branches/sandpit/partners/models.py (added)
- branches/sandpit/partners/urls.py (added)
- branches/sandpit/partners/views.py (added)
- branches/sandpit/people (added)
- branches/sandpit/people/__init__.py (added)
- branches/sandpit/people/management.py (added)
- branches/sandpit/people/models.py (added)
- branches/sandpit/people/templatetags (added)
- branches/sandpit/people/templatetags/__init__.py (added)
- branches/sandpit/people/templatetags/people.py (added)
- branches/sandpit/people/urls.py (added)
- branches/sandpit/people/views.py (added)
- branches/sandpit/server.bat (added)
- branches/sandpit/settings.py (added)
- branches/sandpit/shell.bat (added)
- branches/sandpit/templates (added)
- branches/sandpit/templates.project_one (added)
- branches/sandpit/templates.project_one/affiliates (added)
- branches/sandpit/templates.project_one/affiliates/affiliate_list.html (added)
- branches/sandpit/templates.project_one/base.html (added)
- branches/sandpit/templates.project_one/comments (added)
- branches/sandpit/templates.project_one/comments/form.html (added)
- branches/sandpit/templates.project_one/comments/posted.html (added)
- branches/sandpit/templates.project_one/comments/preview.html (added)
- branches/sandpit/templates.project_one/entries (added)
- branches/sandpit/templates.project_one/entries/article_detail.html (added)
- branches/sandpit/templates.project_one/entries/article_list.html (added)
- branches/sandpit/templates.project_one/entries/category_detail.html (added)
- branches/sandpit/templates.project_one/index.html (added)
- branches/sandpit/templates.project_one/jobs (added)
- branches/sandpit/templates.project_one/jobs/offer_detail.html (added)
- branches/sandpit/templates.project_one/jobs/offer_list.html (added)
- branches/sandpit/templates.project_one/jobs/own_postings.html (added)
- branches/sandpit/templates.project_one/jobs/post_new_offer.html (added)
- branches/sandpit/templates.project_one/people (added)
- branches/sandpit/templates.project_one/people/person_detail.html (added)
- branches/sandpit/templates.project_one/people/person_list.html (added)
- branches/sandpit/templates.project_one/registration (added)
- branches/sandpit/templates.project_one/registration/edit_profile_form.html (added)
- branches/sandpit/templates.project_one/registration/index.html (added)
- branches/sandpit/templates.project_one/registration/logged_out.html (added)
- branches/sandpit/templates.project_one/registration/login.html (added)
- branches/sandpit/templates.project_one/registration/password_change_done.html (added)
- branches/sandpit/templates.project_one/registration/password_change_form.html (added)
- branches/sandpit/templates.project_one/registration/user_form.html (added)
- branches/sandpit/templates/aggregator (added)
- branches/sandpit/templates/aggregator/feeditem_list.html (added)
- branches/sandpit/templates/base.html (added)
- branches/sandpit/templates/base_entries.html (added)
- branches/sandpit/templates/base_jobs.html (added)
- branches/sandpit/templates/comments (added)
- branches/sandpit/templates/comments/form.html (added)
- branches/sandpit/templates/comments/posted.html (added)
- branches/sandpit/templates/comments/preview.html (added)
- branches/sandpit/templates/entries (added)
- branches/sandpit/templates/entries/article_detail.html (added)
- branches/sandpit/templates/entries/article_list.html (added)
- branches/sandpit/templates/entries/article_partial.html (added)
- branches/sandpit/templates/entries/category_detail.html (added)
- branches/sandpit/templates/entries/comment_list_partial.html (added)
- branches/sandpit/templates/entries/create_user_entry_form.html (added)
- branches/sandpit/templates/entries/edit_user_entry_form.html (added)
- branches/sandpit/templates/entries/entry_detail.html (added)
- branches/sandpit/templates/entries/entry_list.html (added)
- branches/sandpit/templates/entries/entry_partial.html (added)
- branches/sandpit/templates/flatpages (added)
- branches/sandpit/templates/flatpages/default.html (added)
- branches/sandpit/templates/index.html (added)
- branches/sandpit/templates/jobs (added)
- branches/sandpit/templates/jobs/offer_detail.html (added)
- branches/sandpit/templates/jobs/offer_index.html (added)
- branches/sandpit/templates/jobs/offer_list.html (added)
- branches/sandpit/templates/jobs/own_postings.html (added)
- branches/sandpit/templates/jobs/post_new_offer.html (added)
- branches/sandpit/templates/partners (added)
- branches/sandpit/templates/partners/partner_list.html (added)
- branches/sandpit/templates/people (added)
- branches/sandpit/templates/people/person_detail.html (added)
- branches/sandpit/templates/people/person_list.html (added)
- branches/sandpit/templates/registration (added)
- branches/sandpit/templates/registration/create_profile_confirmation.html (added)
- branches/sandpit/templates/registration/create_profile_form.html (added)
- branches/sandpit/templates/registration/edit_profile_form.html (added)
- branches/sandpit/templates/registration/email.txt (added)
- branches/sandpit/templates/registration/index.html (added)
- branches/sandpit/templates/registration/logged_out.html (added)
- branches/sandpit/templates/registration/login.html (added)
- branches/sandpit/templates/registration/password_change_done.html (added)
- branches/sandpit/templates/registration/password_change_form.html (added)
- branches/sandpit/templates/registration/user_form.html (added)
- branches/sandpit/textile.py (added)
- branches/sandpit/urls.py (added)
- django-docs (added)
- django-docs/download.txt (added)
- django-docs/faq.txt (added)
- django-docs/install.txt (added)
- django-docs/main.txt (added)
- django-docs/overview.txt (added)
- trunk (added)
- trunk/__init__.py (added)
- trunk/apps (added)
- trunk/apps/__init__.py (added)
- trunk/apps/accounts (added)
- trunk/apps/accounts/__init__.py (added)
- trunk/apps/accounts/forms.py (added)
- trunk/apps/accounts/urls.py (added)
- trunk/apps/aggregator (added)
- trunk/apps/aggregator/__init__.py (added)
- trunk/apps/aggregator/bin (added)
- trunk/apps/aggregator/bin/mark_defunct_feeds.py (added)
- trunk/apps/aggregator/bin/update_feeds.py (added)
- trunk/apps/aggregator/feeds.py (added)
- trunk/apps/aggregator/models.py (added)
- trunk/apps/aggregator/templatetags (added)
- trunk/apps/aggregator/templatetags/__init__.py (added)
- trunk/apps/aggregator/templatetags/aggregator.py (added)
- trunk/apps/blog (added)
- trunk/apps/blog/__init__.py (added)
- trunk/apps/blog/feeds.py (added)
- trunk/apps/blog/models.py (added)
- trunk/apps/blog/templatetags (added)
- trunk/apps/blog/templatetags/__init__.py (added)
- trunk/apps/blog/templatetags/latestblogentry.py (added)
- trunk/apps/blog/urls.py (added)
- trunk/apps/docs (added)
- trunk/apps/docs/__init__.py (added)
- trunk/apps/docs/builder.py (added)
- trunk/apps/docs/models.py (added)
- trunk/apps/docs/smartypants.py (added)
- trunk/apps/docs/urls.py (added)
- trunk/apps/docs/views.py (added)
- trunk/manage.py (added)
- trunk/settings.py (added)
- trunk/sitemaps.py (added)
- trunk/templates (added)
- trunk/templates/404.html (added)
- trunk/templates/500.html (added)
- trunk/templates/aggregator (added)
- trunk/templates/aggregator/feeditem_list.html (added)
- trunk/templates/base.html (added)
- trunk/templates/base_2col.html (added)
- trunk/templates/base_3col.html (added)
- trunk/templates/base_blogroll.html (added)
- trunk/templates/base_code.html (added)
- trunk/templates/base_community.html (added)
- trunk/templates/base_docs.html (added)
- trunk/templates/base_download.html (added)
- trunk/templates/base_weblog.html (added)
- trunk/templates/blog (added)
- trunk/templates/blog/entry_archive.html (added)
- trunk/templates/blog/entry_archive_day.html (added)
- trunk/templates/blog/entry_archive_month.html (added)
- trunk/templates/blog/entry_archive_year.html (added)
- trunk/templates/blog/entry_detail.html (added)
- trunk/templates/comments (added)
- trunk/templates/comments/free_preview.html (added)
- trunk/templates/comments/freecomment_list.html (added)
- trunk/templates/comments/freeform.html (added)
- trunk/templates/comments/posted.html (added)
- trunk/templates/docs (added)
- trunk/templates/docs/0.96_index.html (added)
- trunk/templates/docs/detail.html (added)
- trunk/templates/docs/index.html (added)
- trunk/templates/docs/model_detail.html (added)
- trunk/templates/docs/model_index.html (added)
- trunk/templates/feeds (added)
- trunk/templates/feeds/comments_description.html (added)
- trunk/templates/feeds/comments_title.html (added)
- trunk/templates/feeds/community_description.html (added)
- trunk/templates/feeds/community_title.html (added)
- trunk/templates/feeds/weblog_description.html (added)
- trunk/templates/feeds/weblog_title.html (added)
- trunk/templates/flatfiles (added)
- trunk/templates/flatfiles/code.html (added)
- trunk/templates/flatfiles/community.html (added)
- trunk/templates/flatfiles/default.html (added)
- trunk/templates/flatfiles/docs.html (added)
- trunk/templates/flatfiles/download.html (added)
- trunk/templates/flatfiles/homepage.html (added)
- trunk/templates/flatfiles/legacy_docs.html (added)
- trunk/templates/flatfiles/overview.html (added)
- trunk/templates/flatpages (added)
- trunk/templates/flatpages/default.html (added)
- trunk/templates/flatpages/snakesandrubies.html (added)
- trunk/templates/registration (added)
- trunk/templates/registration/activate.html (added)
- trunk/templates/registration/activation_email.txt (added)
- trunk/templates/registration/base.html (added)
- trunk/templates/registration/login.html (added)
- trunk/templates/registration/logout.html (added)
- trunk/templates/registration/registration_complete.html (added)
- trunk/templates/registration/registration_form.html (added)
- trunk/urls.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved