Zine

open source content publishing system


Changeset 1279:088d2f519391


Ignore:
Timestamp:
01/10/10 15:52:14 (2 years ago)
Author:
Georg Brandl <georg@…>
Branch:
default
Message:

Update copyright notices.

Files:
99 edited

Legend:

Unmodified
Added
Removed
  • LICENSE

    r912 r1279  
    1 Copyright (c) 2009 by the Zine Team, see AUTHORS for more details. 
     1Copyright (c) 2010 by the Zine Team, see AUTHORS for more details. 
    22 
    33Some rights reserved. 
  • configure

    r972 r1279  
    77    Simple configure script that creates a makefile. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • external-plugins/dark_vessel_colorscheme/__init__.py

    r1203 r1279  
    66    A dark colorscheme for vessel. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • external-plugins/eric_the_fish/__init__.py

    r1129 r1279  
    88    registration system. 
    99 
    10     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     10    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1111    :license: BSD, see LICENSE for more details. 
    1212""" 
  • external-plugins/eric_the_fish/fortunes.py

    r1129 r1279  
    77    fortune data file.) 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • external-plugins/eric_the_fish/shared/fish.js

    r1129 r1279  
    77 * classes and registeres a click action for the fish that sends a request. 
    88 * 
    9  * :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9 * :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010 * :license: BSD, see LICENSE for more details. 
    1111 */ 
  • external-plugins/markdown_parser/__init__.py

    r1129 r1279  
    99          very bad implementation as it requires multiple parsing steps. 
    1010 
    11     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     11    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1212    :license: BSD, see LICENSE for more details. 
    1313""" 
  • scripts/_init_zine.py

    r910 r1279  
    66    Helper to locate zine and the instance folder. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • scripts/_install-posix.py

    r1227 r1279  
    66    This script is invoked by the makefile to install Zine on a POSIX system. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • scripts/_make-setup-virtualenv.py

    r910 r1279  
    66    Execute this file to regenerate the `setup-virtualenv` script. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • scripts/add-translation

    r910 r1279  
    77    This script adds a new translation to Zine or a Zine plugin. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • scripts/build-documentation

    r910 r1279  
    77    This command builds the documentation for Zine or a plugin. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • scripts/build-event-map

    r910 r1279  
    77    Lists all the events send in a given Zine installation. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • scripts/bundle-plugin

    r1220 r1279  
    1111    The file created can be used to distribute the plugin. 
    1212 
    13     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     13    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1414    :license: BSD, see LICENSE for more details. 
    1515""" 
  • scripts/compile-translations

    r910 r1279  
    99    information in those files. 
    1010 
    11     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     11    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1212    :license: BSD, see LICENSE for more details. 
    1313""" 
  • scripts/create-apache-config

    r910 r1279  
    77    This creates an apache config for static exports. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • scripts/create-package

    r910 r1279  
    77    and .zip archive for distribution. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • scripts/extract-messages

    r910 r1279  
    77    Extract messages into a PO-Template. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • scripts/generate-translit-tab

    r910 r1279  
    99    here: http://www.bitbucket.org/jek/translitcodec/ 
    1010 
    11     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     11    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1212    :license: BSD, see LICENSE for more details. 
    1313""" 
  • scripts/new-plugin

    r910 r1279  
    77    This script asks a few questions to create a plugin skeleton 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
     
    2727    Plugin implementation description goes here. 
    2828 
    29     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     29    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    3030    :license: BSD, see LICENSE for more details. 
    3131""" 
  • scripts/regenerate-post-uids

    r910 r1279  
    1717      they need to be regenerated. 
    1818 
    19     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     19    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    2020    :license: BSD, see LICENSE for more details. 
    2121""" 
  • scripts/reset-instance

    r910 r1279  
    77    This script resets the development instance. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • scripts/run-tests

    r910 r1279  
    77    Run it with the --help option for usage information. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • scripts/server

    r910 r1279  
    77    This script opens a development server for Zine. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • scripts/shell

    r1208 r1279  
    77    This script opens a shell for Zine. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • scripts/update-translations

    r910 r1279  
    77    Update the translations from the POT. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • servers/zine.cgi

    r909 r1279  
    99    have a look at the README file. 
    1010 
    11     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     11    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1212    :license: BSD, see LICENSE for more details. 
    1313""" 
  • servers/zine.fcgi

    r909 r1279  
    1010    For help on configuration have a look at the README file. 
    1111 
    12     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     12    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1313    :license: BSD, see LICENSE for more details. 
    1414""" 
  • servers/zine.wsgi

    r909 r1279  
    77    README file. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • tests/__init__.py

    r972 r1279  
    1414    http://tinyurl.com/doctest-patch 
    1515 
    16     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     16    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1717    :license: BSD, see LICENSE for more details. 
    1818""" 
  • zine/__init__.py

    r966 r1279  
    2222 
    2323 
    24     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     24    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    2525    :license: BSD, see LICENSE for more details. 
    2626""" 
  • zine/_core.py

    r1269 r1279  
    66    Internal core module that survives reloads. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/_dynamic/__init__.py

    r910 r1279  
    1010    in some internal utility modules. 
    1111 
    12     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     12    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1313    :license: BSD, see LICENSE for more details. 
    1414""" 
  • zine/_dynamic/translit_tab.py

    r910 r1279  
    77    file is automatically generated by the `generate-translit-tab`. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • zine/_ext/__init__.py

    r910 r1279  
    1212        nice looking HTML as ZEML tree. 
    1313 
    14     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     14    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1515    :license: BSD, see LICENSE for more details. 
    1616""" 
  • zine/api.py

    r910 r1279  
    77    access to all the important helper functions. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • zine/application.py

    r1274 r1279  
    88 
    99 
    10     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     10    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1111    :license: BSD, see LICENSE for more details. 
    1212""" 
  • zine/cache.py

    r1274 r1279  
    88 
    99 
    10     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     10    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1111    :license: BSD, see LICENSE for more details. 
    1212""" 
  • zine/config.py

    r1269 r1279  
    99 
    1010 
    11     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     11    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1212    :license: BSD, see LICENSE for more details. 
    1313""" 
  • zine/database.py

    r1269 r1279  
    1111 
    1212 
    13     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     13    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1414    :license: BSD, see LICENSE for more details. 
    1515""" 
  • zine/docs/__init__.py

    r910 r1279  
    1010    This is separate from the sphinx powered developer documentation. 
    1111 
    12     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     12    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1313    :license: BSD, see LICENSE for more details. 
    1414""" 
  • zine/docs/builder.py

    r910 r1279  
    77    documentation building script. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • zine/environment.py

    r910 r1279  
    3838                i18n/                       translations 
    3939 
    40     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     40    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    4141    :license: BSD, see LICENSE for more details. 
    4242""" 
  • zine/forms.py

    r1278 r1279  
    66    The form classes the zine core uses. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/i18n/__init__.py

    r1269 r1279  
    5050    New languages are added with `add-translation`. 
    5151 
    52     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     52    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    5353    :license: BSD, see LICENSE for more details. 
    5454""" 
  • zine/importers/__init__.py

    r1269 r1279  
    88    and not as plugin. 
    99 
    10     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     10    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1111    :license: BSD, see LICENSE for more details. 
    1212""" 
  • zine/importers/feed.py

    r1275 r1279  
    77    plus optional Zine extensions. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • zine/importers/wordpress.py

    r1275 r1279  
    66    Implements an importer for WordPress extended RSS feeds. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/models.py

    r1269 r1279  
    66    The core models and query helper functions. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/notifications.py

    r1270 r1279  
    1010    is inspired by Growl. 
    1111 
    12     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     12    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1313    :license: BSD, see LICENSE for more details. 
    1414""" 
  • zine/parsers.py

    r1269 r1279  
    77    default parsers. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • zine/pingback.py

    r1269 r1279  
    2424 
    2525 
    26     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     26    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    2727    :license: BSD, see LICENSE for more details. 
    2828""" 
  • zine/plugins/akismet_spam_filter/__init__.py

    r1269 r1279  
    66    Do spam checking via Akismet of comments. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/plugins/blogger_feedimport/__init__.py

    r1269 r1279  
    66    Import from the blogger.com extended feed format. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/plugins/creole_parser/__init__.py

    r1269 r1279  
    66    Use Markdown for your blog posts. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/plugins/legacy_apis/__init__.py

    r1269 r1279  
    1515    subset required by MarsEdit for the wordpress support is implemented. 
    1616 
    17     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     17    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1818    :license: BSD, see LICENSE for more details. 
    1919""" 
  • zine/plugins/miniblog_theme/__init__.py

    r910 r1279  
    66    Very simple zine theme. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/plugins/myrtle_theme/__init__.py

    r910 r1279  
    66    The current default theme for Zine. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/plugins/pygments_support/__init__.py

    r1269 r1279  
    66    Adds support for pygments to pre code blocks. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/plugins/rst_parser/__init__.py

    r1240 r1279  
    66    Adds support for reStructuredText in posts. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/plugins/rst_parser/translator.py

    r1269 r1279  
    66    Translates a docutils node tree into a ZEML tree. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/plugins/typography/__init__.py

    r1032 r1279  
    1010    other languages a different plugin is a better idea. 
    1111 
    12     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     12    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1313    :license: BSD, see LICENSE for more details. 
    1414""" 
  • zine/plugins/vessel_theme/__init__.py

    r1269 r1279  
    77    features of the Zine theme system. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • zine/pluginsystem.py

    r1269 r1279  
    7676 
    7777 
    78     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     78    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    7979    :license: BSD, see LICENSE for more details. 
    8080""" 
  • zine/privileges.py

    r1229 r1279  
    66    This module contains a list of builtin privileges. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/services.py

    r1140 r1279  
    66    The builtin (JSON) services. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/shared/js/Admin.js

    r1216 r1279  
    66 * functions for the administration interface. 
    77 * 
    8  * :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8 * :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99 * :license: BSD, see LICENSE for more details. 
    1010 */ 
  • zine/shared/js/JSON.js

    r910 r1279  
    55 * Add JSON support for jQuery. 
    66 * 
    7  * :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     7 * :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    88 * :license: BSD, see LICENSE for more details. 
    99 */ 
  • zine/shared/js/WidgetManager.js

    r910 r1279  
    66 * Zine admin panel. 
    77 * 
    8  * :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8 * :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99 * :license: BSD, see LICENSE for more details. 
    1010 */ 
  • zine/shared/js/Zine.js

    r910 r1279  
    66 * functions for the base templates. 
    77 * 
    8  * :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8 * :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99 * :license: BSD, see LICENSE for more details. 
    1010 */ 
  • zine/urls.py

    r1168 r1279  
    77    the core components. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • zine/utils/__init__.py

    r1269 r1279  
    55    This package implements various functions used all over the code. 
    66 
    7     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     7    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    88    :license: BSD, see LICENSE for more details. 
    99""" 
  • zine/utils/account.py

    r1158 r1279  
    66    This module implements various functions used by the account interface. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/utils/admin.py

    r1269 r1279  
    66    This module implements various functions used by the admin interface. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/utils/crypto.py

    r910 r1279  
    55    This module implements various cryptographic functions. 
    66 
    7     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     7    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    88    :license: BSD, see LICENSE for more details. 
    99""" 
  • zine/utils/datastructures.py

    r1069 r1279  
    66    Various data structures. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/utils/dates.py

    r1021 r1279  
    55    This module implements date formatting and parsing functions. 
    66 
    7     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     7    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    88    :license: BSD, see LICENSE for more details. 
    99""" 
  • zine/utils/debug.py

    r1076 r1279  
    66    This module provides various debugging helpers. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/utils/exceptions.py

    r1269 r1279  
    66    Exception utility module. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/utils/forms.py

    r1272 r1279  
    1414    For usage informations see :class:`Form` 
    1515 
    16     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     16    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1717    :license: BSD, see LICENSE for more details. 
    1818""" 
  • zine/utils/htmlhelpers.py

    r910 r1279  
    99    TODO: get rid of that module and use werkzeug.html directly where needed. 
    1010 
    11     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     11    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1212    :license: BSD, see LICENSE for more details. 
    1313""" 
  • zine/utils/http.py

    r1152 r1279  
    66    Various HTTP related helpers. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/utils/io.py

    r910 r1279  
    66    Various helper utilities for input/output. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/utils/log.py

    r910 r1279  
    1111    in a central spot and it's pretty slow. 
    1212 
    13     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     13    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1414    :license: BSD, see LICENSE for more details. 
    1515""" 
  • zine/utils/mail.py

    r1257 r1279  
    55    This module implements some email-related functions and classes. 
    66 
    7     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     7    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    88    :license: BSD, see LICENSE for more details. 
    99""" 
  • zine/utils/net.py

    r1273 r1279  
    77    others a minimal urllib implementation that supports timeouts. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • zine/utils/pagination.py

    r1058 r1279  
    66    Pagination helpers. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/utils/redirects.py

    r1269 r1279  
    66    This module implements the access to the redirect table. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/utils/text.py

    r1269 r1279  
    66    This module provides various text utility functions. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/utils/validators.py

    r1078 r1279  
    1010          forms currently which should be replaced by real forms soon. 
    1111 
    12     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     12    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1313    :license: BSD, see LICENSE for more details. 
    1414""" 
  • zine/utils/xml.py

    r1269 r1279  
    55    This module implements XML-related functions and classes. 
    66 
    7     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     7    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    88    :license: BSD, see LICENSE for more details. 
    99""" 
  • zine/utils/zeml.py

    r1264 r1279  
    99    The rules for ZEML are documented as part of the parser. 
    1010 
    11     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     11    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1212    :license: BSD, see LICENSE for more details. 
    1313""" 
  • zine/views/__init__.py

    r1168 r1279  
    88 
    99 
    10     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     10    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1111    :license: BSD, see LICENSE for more details. 
    1212""" 
  • zine/views/account.py

    r1269 r1279  
    66    This module implements the account views. 
    77 
    8     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     8    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    99    :license: BSD, see LICENSE for more details. 
    1010""" 
  • zine/views/admin.py

    r1269 r1279  
    88    subscribers a simplified account management system exists at /account. 
    99 
    10     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     10    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1111    :license: BSD, see LICENSE for more details. 
    1212""" 
  • zine/views/blog.py

    r1269 r1279  
    77    for the core module. 
    88 
    9     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     9    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1010    :license: BSD, see LICENSE for more details. 
    1111""" 
  • zine/websetup/__init__.py

    r1269 r1279  
    1212    would already be returned by the normal Zine installation. 
    1313 
    14     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     14    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1515    :license: BSD, see LICENSE for more details. 
    1616""" 
  • zine/widgets.py

    r1070 r1279  
    1414    future. 
    1515 
    16     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     16    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1717    :license: BSD, see LICENSE for more details. 
    1818""" 
  • zine/zxa.py

    r1277 r1279  
    1111    each item and wrap it in hand written XML. 
    1212 
    13     :copyright: (c) 2009 by the Zine Team, see AUTHORS for more details. 
     13    :copyright: (c) 2010 by the Zine Team, see AUTHORS for more details. 
    1414    :license: BSD, see LICENSE for more details. 
    1515""" 
Note: See TracChangeset for help on using the changeset viewer.