Changeset 1634

Show
Ignore:
Timestamp:
06/05/08 12:57:04 (22 months ago)
Author:
JensDiemer
Message:

Update Meta Informations:

  • file encoding
  • shebang
  • copyleft and license line
  • svn:keywords
Location:
trunk
Files:
168 modified

Legend:

Unmodified
Added
Removed
  • trunk/AUTHORS

    r1433 r1634  
    1111  Homepage: <http://webshox.org/> 
    1212 
    13 CONTRIBUTORS: 
     13CONTRIBUTORS are (and/or have been): 
    1414    Perttu Ranta-aho <http://djangopeople.net/prantaaho/> 
    15     IbOn <ibonso@gmail.com> 
    16     Guido Leisker <http://www.guido-leisker.de> 
    17     Alen Hopek <http://www.mactricks.de> 
    18     Benjamin Weber <http://builtin.de> 
    19     Jürgen Schlag <http://www.frickelgrube.de> 
     15    IbOn <ibonso@gmail.com/> 
     16    Guido Leisker <http://www.guido-leisker.de/> 
     17    Alen Hopek <http://www.mactricks.de/> 
     18    Benjamin Weber <http://builtin.de/> 
     19    Jürgen Schlag <http://www.frickelgrube.de/> 
    2020    Martin Bergner <http://www.um-gottes-willen.net/> 
    21     Brian Johnson <http://sherbang.com> 
    22     Manuel Herzog <http://www.manuel-herzog.de> 
     21    Brian Johnson <http://sherbang.com/> 
     22    Manuel Herzog <http://www.manuel-herzog.de/> 
     23    Marc 'BlackJack' Rintsch <http://www.marc.rintsch.de/> 
    2324 
    2425Spezial thanks to the python-forum.de guys, particularly (in alphabetic order): 
    2526    birkenfeld 
    26     BlackJack 
    2727    CM 
    2828    dookie 
  • trunk/dev_scripts/local_tests/models_test.py

    • Property svn:eol-style set to LF
  • trunk/dev_scripts/local_tests/prefereces_test.py

    • Property svn:eol-style set to LF
  • trunk/dev_scripts/svn_keywords_client.py

    r1246 r1634  
    11#!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     2# -*- coding: utf-8 -*- 
    33 
    44""" 
     
    2020    $Author:JensDiemer $ 
    2121 
    22     :copyright: 2007 by Jens Diemer 
    23     :license: GNU GPL v3, see LICENSE.txt for more details. 
     22    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     23    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2424""" 
    2525 
     
    5858    sync_keywords(config) 
    5959#    print_status(config) 
     60    print 
     61    print "---END---" 
    6062 
    6163 
  • trunk/pylucid/doc/plugin_api.py

    r1616 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22 
    33""" 
     
    1313    $Author$ 
    1414 
    15     :copyleft: 2008 by Jens Diemer 
    16     :license: GNU GPL v3, see LICENSE.txt for more details. 
     15    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     16    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1717""" 
    1818 
  • trunk/pylucid/index.cgi

    r1619 r1634  
    88    You should check if the shebang is ok for your environment! 
    99    some examples: 
     10        #!/usr/bin/env python 
    1011        #!/usr/bin/env python2.4 
    1112        #!/usr/bin/env python2.5 
     13        #!/usr/bin/python 
    1214        #!/usr/bin/python2.4 
    1315        #!/usr/bin/python2.5 
     
    2628    $Author: $ 
    2729 
    28     :copyright: 2007-2008 by Jens Diemer 
    29     :license: GNU GPL v3, see LICENSE.txt for more details. 
     30    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     31    :license: GNU GPL v3 or above, see LICENSE for more details. 
    3032""" 
    3133 
  • trunk/pylucid/index.fcgi

    r1564 r1634  
    88    You should check if the shebang is ok for your environment! 
    99    some examples: 
     10        #!/usr/bin/env python 
    1011        #!/usr/bin/env python2.4 
    1112        #!/usr/bin/env python2.5 
     13        #!/usr/bin/python 
    1214        #!/usr/bin/python2.4 
    1315        #!/usr/bin/python2.5 
     
    4143    $Author: $ 
    4244 
    43     :copyright: 2007 by Jens Diemer 
    44     :license: GNU GPL v3, see LICENSE.txt for more details. 
     45    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     46    :license: GNU GPL v3 or above, see LICENSE for more details. 
    4547""" 
    4648from PyLucid.system.fastcgi_server import fastcgi_server 
  • trunk/pylucid/PyLucid/db/page.py

    r1592 r1634  
    1 #!/usr/bin/python 
    21# -*- coding: utf-8 -*- 
    32""" 
     
    1514    $Author: $ 
    1615 
    17     :copyright: 2007 by Jens Diemer 
    18     :license: GNU GPL v3, see LICENSE.txt for more details. 
     16    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     17    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1918""" 
    2019 
  • trunk/pylucid/PyLucid/db/page_archiv.py

    r1480 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32""" 
    43    PyLucid cms page archiv 
     
    1312    $Author: $ 
    1413 
    15     :copyleft: 2008 by Jens Diemer 
    16     :license: GNU GPL v3, see LICENSE.txt for more details. 
     14    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     15    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1716""" 
    1817 
  • trunk/pylucid/PyLucid/db/preferences.py

    • Property svn:eol-style set to LF
    • Property svn:keywords set to Author Rev LastChangedDate
    r1548 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32""" 
    43    PyLucid preferences API 
     
    1312    $Author: $ 
    1413 
    15     :copyleft: 2008 by Jens Diemer 
    16     :license: GNU GPL v3, see LICENSE.txt for more details. 
     14    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     15    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1716""" 
    1817 
  • trunk/pylucid/PyLucid/db_dump_datadir/PyLucid_page.py

    r1585 r1634  
    66[1, u'Note:\r\n\r\n* After install deactivate the _install section!\r\n\r\n=== list of last page updates\r\n\r\n{% lucidTag page_update_list count=10 %}', None, 0, u'Welcome', u'Welcome', u'Welcome to your PyLucid CMS =;-)', 1, 1, 6, u'', u'', '2007-06-22 09:48:29', '2008-05-23 11:24:42', 1, 1, True, True, None, None] 
    77[2, u'h2. sub menu\r\n\r\n{% lucidTag sub_menu %}', None, 0, u'example pages', u'ExamplePages', u'example pages', 1, 1, 2, u'', u'', '2007-06-22 09:48:29', '2007-06-22 09:48:33', 1, 1, True, True, None, None] 
    8 [3, u'h1. tinyTextile help\r\n\r\nh1. headlines\r\n\r\nheadlines are introduced with \'h1.\':\r\n\r\n<pre>\r\nh1. h-1 headline\r\n\r\nh2. h-2 headline\r\n</pre>\r\n\r\nResult:\r\n\r\nh1. h-1 headline\r\n\r\nh2. h-2 headline\r\n\r\n(Important: one blank line under the headline!)\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Text formatting\r\n\r\n<pre>\r\nI am a --small-- word with &lt;small&gt; tag.\r\nThis is a *fat* word with &lt;strong&gt; tag.\r\n</pre>\r\n\r\nResult:\r\n\r\nI am a --small-- word with ==<small>== tag.\r\nThis is a *fat* word with ==<strong>== tag.\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Links\r\n\r\nLinks according in the following pattern:\r\n\r\n<pre>"LinkText":URL</pre>\r\n\r\nexamples:\r\n<pre>\r\nhttp://exampledomain.dtl\r\nftp://exampledomain.dtl\r\nmailto:name@exampledomain.dtl\r\nhttp://www.python-forum.de\r\nor better: "Das deutsche Python-Forum":http://www.python-forum.de\r\nThis is a link, too: "Link":?#unten\r\nWiki like, internal PyLucid links: [[ExamplePageName]]\r\n</pre>\r\n\r\nResult:\r\nhttp://exampledomain.dtl\r\nftp://exampledomain.dtl\r\nmailto:name@exampledomain.dtl\r\nhttp://www.python-forum.de\r\nor better: "Das deutsche Python-Forum":http://www.python-forum.de\r\nThis is a link, too: "Link":?#unten\r\nWiki like, internal PyLucid links: [[ExamplePageName]]\r\n\r\n<hr class="big_hr">\r\n\r\nh1. List\r\n\r\nYou can make ==<ul>== liste with "*" and ==<ol>== list with "#".\r\nNote: You can\'t mixed this list types ;)\r\n\r\nexamples:\r\n\r\n<pre>\r\nnormal list:\r\n* Lorem ipsum dolor sit amet\r\n** consectetuer adipiscing elit\r\n**** sed diam nonummy nibh\r\n**** euismod tincidunt ut laoreet\r\n** dolore magna aliquam erat volutpat.\r\n\r\nnumbered list:\r\n# Lorem ipsum dolor sit amet\r\n## consectetuer adipiscing elit\r\n#### sed diam nonummy nibh\r\n#### euismod tincidunt ut laoreet\r\n## dolore magna aliquam erat volutpat.\r\n</pre>\r\n\r\nResult:\r\n\r\nnormal list:\r\n* Lorem ipsum dolor sit amet\r\n** consectetuer adipiscing elit\r\n**** sed diam nonummy nibh\r\n**** euismod tincidunt ut laoreet\r\n** dolore magna aliquam erat volutpat.\r\n\r\nnumbered list:\r\n# Lorem ipsum dolor sit amet\r\n## consectetuer adipiscing elit\r\n#### sed diam nonummy nibh\r\n#### euismod tincidunt ut laoreet\r\n## dolore magna aliquam erat volutpat.\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Bilder\r\n\r\nEin HTML-img-Tag wird erzeugt, wenn eine Adresse mit einem "!"-Zeichen\r\numschlossen ist.\r\n\r\n<pre>\r\n!http://images.sourceforge.net/images/project-support.jpg!\r\n!/favicon.ico!\r\n!http://domain.tld/pics/ich werde zu keiner URL weil hier leerzeichen sind.jpg!\r\n</pre>\r\n\r\nResult:\r\n\r\n!http://images.sourceforge.net/images/project-support.jpg!\r\n!/favicon.ico!\r\n!http://domain.tld/pics/ich werde zu keiner URL weil hier leerzeichen sind.jpg!\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Embed Python SourceCode\r\n\r\nPut sourcecode between ==<python>== tag. Note: The start and end tag must be located alone in a line!\r\n\r\nexample:\r\n\r\n==\r\n<python>\r\n#!/usr/bin/python\r\n# -*- coding: UTF-8 -*-\r\n\r\n"""Ein kleines Skript"""\r\n\r\nprint "Hello Word: I love Python!"\r\n</python>\r\n==\r\n\r\nResult:\r\n<python>\r\n#!/usr/bin/python\r\n# -*- coding: UTF-8 -*-\r\n\r\n"""Ein kleines Skript"""\r\n\r\nprint "Hello Word: I love Python!"\r\n</python>\r\n\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Embed source code generally\r\n\r\nWith the ==<code=ext>== Tag you can highlight everything, which offers Pygments.\r\n\'ext\' is the file extension.\r\n\r\nexamples:\r\n\r\n==\r\n<code=php>\r\n<?php\r\n$conn_id = ftp_connect($ftp_server);\r\n?>\r\n</code>\r\n<code=css>\r\nbody {\r\n  color: black;\r\n}\r\n</code>\r\n==\r\n\r\nResult:\r\n\r\n<code=php>\r\n<?php\r\n$conn_id = ftp_connect($ftp_server);\r\n?>\r\n</code>\r\n<code=css>\r\nbody {\r\n  color: black;\r\n}\r\n</code>\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Escaping\r\n\r\nText inner two "="-chars would be escaped.\r\n\r\nexample:\r\n--------\r\n========\r\nTable: <table width="90%" border="0" align="center">\r\nLink: <a href="URL">txt</a>\r\nInput: <input type="submit" value="preview" />\r\n========\r\n\r\nIt goes also within a flow text:\r\nHere ist no Link: ========<a href="URL">txt</a>======== nice?\r\n\r\n<hr class="big_hr">\r\n\r\nh1. pre-Formarted-Text\r\n\r\nYou can use the ==<pre>== tag. tinyTextile ingnore the Markup in the area.\r\n\r\n<pre>\r\nExample:\r\n---------\r\nh2. Not a textile headline\r\n<h3>Manuelly h3 headline with html tags</h3>\r\n* This is not a...\r\n* ...textile list\r\n</pre>\r\n\r\n<hr class="big_hr">\r\n\r\nh1. HTML-Code\r\n\r\nYou can insert any HTML code directy in you page. tinyTextile ingnore it.', 2, 0, u'tinyTextile example', u'TinyTextileExample', u'complete tinyTextile Formating examples', 1, 1, 2, u'', u'', '2007-06-22 09:48:29', '2007-06-22 09:51:45', 1, 1, True, True, None, None] 
     8[3, u'h1. tinyTextile help\r\n\r\nh1. headlines\r\n\r\nheadlines are introduced with \'h1.\':\r\n\r\n<pre>\r\nh1. h-1 headline\r\n\r\nh2. h-2 headline\r\n</pre>\r\n\r\nResult:\r\n\r\nh1. h-1 headline\r\n\r\nh2. h-2 headline\r\n\r\n(Important: one blank line under the headline!)\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Text formatting\r\n\r\n<pre>\r\nI am a --small-- word with &lt;small&gt; tag.\r\nThis is a *fat* word with &lt;strong&gt; tag.\r\n</pre>\r\n\r\nResult:\r\n\r\nI am a --small-- word with ==<small>== tag.\r\nThis is a *fat* word with ==<strong>== tag.\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Links\r\n\r\nLinks according in the following pattern:\r\n\r\n<pre>"LinkText":URL</pre>\r\n\r\nexamples:\r\n<pre>\r\nhttp://exampledomain.dtl\r\nftp://exampledomain.dtl\r\nmailto:name@exampledomain.dtl\r\nhttp://www.python-forum.de\r\nor better: "Das deutsche Python-Forum":http://www.python-forum.de\r\nThis is a link, too: "Link":?#unten\r\nWiki like, internal PyLucid links: [[ExamplePageName]]\r\n</pre>\r\n\r\nResult:\r\nhttp://exampledomain.dtl\r\nftp://exampledomain.dtl\r\nmailto:name@exampledomain.dtl\r\nhttp://www.python-forum.de\r\nor better: "Das deutsche Python-Forum":http://www.python-forum.de\r\nThis is a link, too: "Link":?#unten\r\nWiki like, internal PyLucid links: [[ExamplePageName]]\r\n\r\n<hr class="big_hr">\r\n\r\nh1. List\r\n\r\nYou can make ==<ul>== liste with "*" and ==<ol>== list with "#".\r\nNote: You can\'t mixed this list types ;)\r\n\r\nexamples:\r\n\r\n<pre>\r\nnormal list:\r\n* Lorem ipsum dolor sit amet\r\n** consectetuer adipiscing elit\r\n**** sed diam nonummy nibh\r\n**** euismod tincidunt ut laoreet\r\n** dolore magna aliquam erat volutpat.\r\n\r\nnumbered list:\r\n# Lorem ipsum dolor sit amet\r\n## consectetuer adipiscing elit\r\n#### sed diam nonummy nibh\r\n#### euismod tincidunt ut laoreet\r\n## dolore magna aliquam erat volutpat.\r\n</pre>\r\n\r\nResult:\r\n\r\nnormal list:\r\n* Lorem ipsum dolor sit amet\r\n** consectetuer adipiscing elit\r\n**** sed diam nonummy nibh\r\n**** euismod tincidunt ut laoreet\r\n** dolore magna aliquam erat volutpat.\r\n\r\nnumbered list:\r\n# Lorem ipsum dolor sit amet\r\n## consectetuer adipiscing elit\r\n#### sed diam nonummy nibh\r\n#### euismod tincidunt ut laoreet\r\n## dolore magna aliquam erat volutpat.\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Bilder\r\n\r\nEin HTML-img-Tag wird erzeugt, wenn eine Adresse mit einem "!"-Zeichen\r\numschlossen ist.\r\n\r\n<pre>\r\n!http://images.sourceforge.net/images/project-support.jpg!\r\n!/favicon.ico!\r\n!http://domain.tld/pics/ich werde zu keiner URL weil hier leerzeichen sind.jpg!\r\n</pre>\r\n\r\nResult:\r\n\r\n!http://images.sourceforge.net/images/project-support.jpg!\r\n!/favicon.ico!\r\n!http://domain.tld/pics/ich werde zu keiner URL weil hier leerzeichen sind.jpg!\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Embed Python SourceCode\r\n\r\nPut sourcecode between ==<python>== tag. Note: The start and end tag must be located alone in a line!\r\n\r\nexample:\r\n\r\n==\r\n<python>\r\n#!/usr/bin/python\r\n# -*- coding: utf-8 -*-\r\n\r\n"""Ein kleines Skript"""\r\n\r\nprint "Hello Word: I love Python!"\r\n</python>\r\n==\r\n\r\nResult:\r\n<python>\r\n#!/usr/bin/python\r\n# -*- coding: utf-8 -*-\r\n\r\n"""Ein kleines Skript"""\r\n\r\nprint "Hello Word: I love Python!"\r\n</python>\r\n\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Embed source code generally\r\n\r\nWith the ==<code=ext>== Tag you can highlight everything, which offers Pygments.\r\n\'ext\' is the file extension.\r\n\r\nexamples:\r\n\r\n==\r\n<code=php>\r\n<?php\r\n$conn_id = ftp_connect($ftp_server);\r\n?>\r\n</code>\r\n<code=css>\r\nbody {\r\n  color: black;\r\n}\r\n</code>\r\n==\r\n\r\nResult:\r\n\r\n<code=php>\r\n<?php\r\n$conn_id = ftp_connect($ftp_server);\r\n?>\r\n</code>\r\n<code=css>\r\nbody {\r\n  color: black;\r\n}\r\n</code>\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Escaping\r\n\r\nText inner two "="-chars would be escaped.\r\n\r\nexample:\r\n--------\r\n========\r\nTable: <table width="90%" border="0" align="center">\r\nLink: <a href="URL">txt</a>\r\nInput: <input type="submit" value="preview" />\r\n========\r\n\r\nIt goes also within a flow text:\r\nHere ist no Link: ========<a href="URL">txt</a>======== nice?\r\n\r\n<hr class="big_hr">\r\n\r\nh1. pre-Formarted-Text\r\n\r\nYou can use the ==<pre>== tag. tinyTextile ingnore the Markup in the area.\r\n\r\n<pre>\r\nExample:\r\n---------\r\nh2. Not a textile headline\r\n<h3>Manuelly h3 headline with html tags</h3>\r\n* This is not a...\r\n* ...textile list\r\n</pre>\r\n\r\n<hr class="big_hr">\r\n\r\nh1. HTML-Code\r\n\r\nYou can insert any HTML code directy in you page. tinyTextile ingnore it.', 2, 0, u'tinyTextile example', u'TinyTextileExample', u'complete tinyTextile Formating examples', 1, 1, 2, u'', u'', '2007-06-22 09:48:29', '2007-06-22 09:51:45', 1, 1, True, True, None, None] 
    99[4, u'{% lucidTag SiteMap %}', 2, 5, u'SiteMap', u'SiteMap', u'SiteMap', 1, 1, 2, u'', u'', '2007-06-22 09:48:29', '2007-06-22 09:48:33', 1, 1, True, True, None, None] 
    1010[6, u'With this lucidTag you can easy integrade a RSS news feed into your CMS page:\r\n\r\n<code>\r\n{% lucidTag RSS url="http url" title="a feed" %}\r\n</code>\r\n\r\nHere a example:\r\n\r\nh2. PyLucid Project-NEWS RSS feed from sourceforge:\r\n\r\n{% lucidTag RSS url="http://sourceforge.net/export/rss2_projnews.php?group_id=146328&rss_fulltext=1" title="new from sf.net" %}', 2, 0, u'RSS', u'RSS', u'RSS feed test', 1, 1, 2, u'', u'', '2007-06-22 09:48:29', '2007-10-29 05:42:29', 1, 1, True, True, None, None] 
     
    1616[12, u'h2. a small white design\r\n\r\nBy:\r\n* Martin Bergner\r\n* Jens Diemer\r\n\r\nBased on the original design by "Andreas Viklund":http://andreasviklund.com\r\n\r\n----\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 8, -5, u'small white', u'small-white', u'small white', 5, 6, 2, u'', u'', '2007-06-22 09:48:29', '2007-10-29 05:49:43', 1, 1, True, True, None, None] 
    1717[13, u'{% lucidTag sub_menu %}', 2, 0, u'Markups', u'Markups', u'Markup test pages', 1, 1, 2, u'', u'', '2007-06-26 01:31:02', '2007-06-26 01:32:09', 1, 1, True, True, None, None] 
    18 [14, u'h1. headlines\r\n\r\nheadlines are introduced with \'h1.\':\r\n\r\n<pre>\r\nh1. h-1 headline\r\n\r\nh2. h-2 headline\r\n</pre>\r\n\r\nResult:\r\n\r\nh1. h-1 headline\r\n\r\nh2. h-2 headline\r\n\r\n(Important: one blank line under the headline!)\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Text formatting\r\n\r\n<pre>\r\nI am a --small-- word with &lt;small&gt; tag.\r\nThis is a *fat* word with &lt;strong&gt; tag.\r\n</pre>\r\n\r\nResult:\r\n\r\nI am a --small-- word with ==<small>== tag.\r\nThis is a *fat* word with ==<strong>== tag.\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Links\r\n\r\nLinks according in the following pattern:\r\n\r\n<pre>"LinkText":URL</pre>\r\n\r\nexamples:\r\n<pre>\r\nhttp://exampledomain.dtl\r\nftp://exampledomain.dtl\r\nmailto:name@exampledomain.dtl\r\nhttp://www.python-forum.de\r\nor better: "Das deutsche Python-Forum":http://www.python-forum.de\r\nThis is a link, too: "Link":?#unten\r\nWiki like, internal PyLucid links: [[ExamplePageName]]\r\n</pre>\r\n\r\nResult:\r\nhttp://exampledomain.dtl\r\nftp://exampledomain.dtl\r\nmailto:name@exampledomain.dtl\r\nhttp://www.python-forum.de\r\nor better: "Das deutsche Python-Forum":http://www.python-forum.de\r\nThis is a link, too: "Link":?#unten\r\nWiki like, internal PyLucid links: [[ExamplePageName]]\r\n\r\n<hr class="big_hr">\r\n\r\nh1. List\r\n\r\nYou can make ==<ul>== liste with "*" and ==<ol>== list with "#".\r\nNote: You can\'t mixed this list types ;)\r\n\r\nexamples:\r\n\r\n<pre>\r\nnormal list:\r\n* Lorem ipsum dolor sit amet\r\n** consectetuer adipiscing elit\r\n**** sed diam nonummy nibh\r\n**** euismod tincidunt ut laoreet\r\n** dolore magna aliquam erat volutpat.\r\n\r\nnumbered list:\r\n# Lorem ipsum dolor sit amet\r\n## consectetuer adipiscing elit\r\n#### sed diam nonummy nibh\r\n#### euismod tincidunt ut laoreet\r\n## dolore magna aliquam erat volutpat.\r\n</pre>\r\n\r\nResult:\r\n\r\nnormal list:\r\n* Lorem ipsum dolor sit amet\r\n** consectetuer adipiscing elit\r\n**** sed diam nonummy nibh\r\n**** euismod tincidunt ut laoreet\r\n** dolore magna aliquam erat volutpat.\r\n\r\nnumbered list:\r\n# Lorem ipsum dolor sit amet\r\n## consectetuer adipiscing elit\r\n#### sed diam nonummy nibh\r\n#### euismod tincidunt ut laoreet\r\n## dolore magna aliquam erat volutpat.\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Bilder\r\n\r\nEin HTML-img-Tag wird erzeugt, wenn eine Adresse mit einem "!"-Zeichen\r\numschlossen ist.\r\n\r\n<pre>\r\n!http://images.sourceforge.net/images/project-support.jpg!\r\n!/favicon.ico!\r\n!http://domain.tld/pics/ich werde zu keiner URL weil hier leerzeichen sind.jpg!\r\n</pre>\r\n\r\nResult:\r\n\r\n!http://images.sourceforge.net/images/project-support.jpg!\r\n!/favicon.ico!\r\n!http://domain.tld/pics/ich werde zu keiner URL weil hier leerzeichen sind.jpg!\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Embed Python SourceCode\r\n\r\nPut sourcecode between ==<python>== tag. Note: The start and end tag must be located alone in a line!\r\n\r\nexample:\r\n\r\n==\r\n<python>\r\n#!/usr/bin/python\r\n# -*- coding: UTF-8 -*-\r\n\r\n"""Ein kleines Skript"""\r\n\r\nprint "Hello Word: I love Python!"\r\n</python>\r\n==\r\n\r\nResult:\r\n<python>\r\n#!/usr/bin/python\r\n# -*- coding: UTF-8 -*-\r\n\r\n"""Ein kleines Skript"""\r\n\r\nprint "Hello Word: I love Python!"\r\n</python>\r\n\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Embed source code generally\r\n\r\nWith the ==<code=ext>== Tag you can highlight everything, which offers Pygments.\r\n\'ext\' is the file extension.\r\n\r\nexamples:\r\n\r\n==\r\n<code=php>\r\n<?php\r\n$conn_id = ftp_connect($ftp_server);\r\n?>\r\n</code>\r\n<code=css>\r\nbody {\r\n  color: black;\r\n}\r\n</code>\r\n==\r\n\r\nResult:\r\n\r\n<code=php>\r\n<?php\r\n$conn_id = ftp_connect($ftp_server);\r\n?>\r\n</code>\r\n<code=css>\r\nbody {\r\n  color: black;\r\n}\r\n</code>\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Escaping\r\n\r\nText inner two "="-chars would be escaped.\r\n\r\nexample:\r\n--------\r\n========\r\nTable: <table width="90%" border="0" align="center">\r\nLink: <a href="URL">txt</a>\r\nInput: <input type="submit" value="preview" />\r\n========\r\n\r\nIt goes also within a flow text:\r\nHere ist no Link: ========<a href="URL">txt</a>======== nice?\r\n\r\n<hr class="big_hr">\r\n\r\nh1. pre-Formarted-Text\r\n\r\nYou can use the ==<pre>== tag. tinyTextile ingnore the Markup in the area.\r\n\r\n<pre>\r\nExample:\r\n---------\r\nh2. Not a textile headline\r\n<h3>Manuelly h3 headline with html tags</h3>\r\n* This is not a...\r\n* ...textile list\r\n</pre>\r\n\r\n<hr class="big_hr">\r\n\r\nh1. HTML-Code\r\n\r\nYou can insert any HTML code directy in you page. tinyTextile ingnore it.', 13, 0, u'tinyTextile', u'TinyTextileExample1', u'tinyTextile Example', 1, 1, 2, u'', u'', '2007-06-26 01:34:19', '2007-06-26 01:34:19', 1, 1, True, True, None, None] 
     18[14, u'h1. headlines\r\n\r\nheadlines are introduced with \'h1.\':\r\n\r\n<pre>\r\nh1. h-1 headline\r\n\r\nh2. h-2 headline\r\n</pre>\r\n\r\nResult:\r\n\r\nh1. h-1 headline\r\n\r\nh2. h-2 headline\r\n\r\n(Important: one blank line under the headline!)\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Text formatting\r\n\r\n<pre>\r\nI am a --small-- word with &lt;small&gt; tag.\r\nThis is a *fat* word with &lt;strong&gt; tag.\r\n</pre>\r\n\r\nResult:\r\n\r\nI am a --small-- word with ==<small>== tag.\r\nThis is a *fat* word with ==<strong>== tag.\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Links\r\n\r\nLinks according in the following pattern:\r\n\r\n<pre>"LinkText":URL</pre>\r\n\r\nexamples:\r\n<pre>\r\nhttp://exampledomain.dtl\r\nftp://exampledomain.dtl\r\nmailto:name@exampledomain.dtl\r\nhttp://www.python-forum.de\r\nor better: "Das deutsche Python-Forum":http://www.python-forum.de\r\nThis is a link, too: "Link":?#unten\r\nWiki like, internal PyLucid links: [[ExamplePageName]]\r\n</pre>\r\n\r\nResult:\r\nhttp://exampledomain.dtl\r\nftp://exampledomain.dtl\r\nmailto:name@exampledomain.dtl\r\nhttp://www.python-forum.de\r\nor better: "Das deutsche Python-Forum":http://www.python-forum.de\r\nThis is a link, too: "Link":?#unten\r\nWiki like, internal PyLucid links: [[ExamplePageName]]\r\n\r\n<hr class="big_hr">\r\n\r\nh1. List\r\n\r\nYou can make ==<ul>== liste with "*" and ==<ol>== list with "#".\r\nNote: You can\'t mixed this list types ;)\r\n\r\nexamples:\r\n\r\n<pre>\r\nnormal list:\r\n* Lorem ipsum dolor sit amet\r\n** consectetuer adipiscing elit\r\n**** sed diam nonummy nibh\r\n**** euismod tincidunt ut laoreet\r\n** dolore magna aliquam erat volutpat.\r\n\r\nnumbered list:\r\n# Lorem ipsum dolor sit amet\r\n## consectetuer adipiscing elit\r\n#### sed diam nonummy nibh\r\n#### euismod tincidunt ut laoreet\r\n## dolore magna aliquam erat volutpat.\r\n</pre>\r\n\r\nResult:\r\n\r\nnormal list:\r\n* Lorem ipsum dolor sit amet\r\n** consectetuer adipiscing elit\r\n**** sed diam nonummy nibh\r\n**** euismod tincidunt ut laoreet\r\n** dolore magna aliquam erat volutpat.\r\n\r\nnumbered list:\r\n# Lorem ipsum dolor sit amet\r\n## consectetuer adipiscing elit\r\n#### sed diam nonummy nibh\r\n#### euismod tincidunt ut laoreet\r\n## dolore magna aliquam erat volutpat.\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Bilder\r\n\r\nEin HTML-img-Tag wird erzeugt, wenn eine Adresse mit einem "!"-Zeichen\r\numschlossen ist.\r\n\r\n<pre>\r\n!http://images.sourceforge.net/images/project-support.jpg!\r\n!/favicon.ico!\r\n!http://domain.tld/pics/ich werde zu keiner URL weil hier leerzeichen sind.jpg!\r\n</pre>\r\n\r\nResult:\r\n\r\n!http://images.sourceforge.net/images/project-support.jpg!\r\n!/favicon.ico!\r\n!http://domain.tld/pics/ich werde zu keiner URL weil hier leerzeichen sind.jpg!\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Embed Python SourceCode\r\n\r\nPut sourcecode between ==<python>== tag. Note: The start and end tag must be located alone in a line!\r\n\r\nexample:\r\n\r\n==\r\n<python>\r\n#!/usr/bin/python\r\n# -*- coding: utf-8 -*-\r\n\r\n"""Ein kleines Skript"""\r\n\r\nprint "Hello Word: I love Python!"\r\n</python>\r\n==\r\n\r\nResult:\r\n<python>\r\n#!/usr/bin/python\r\n# -*- coding: utf-8 -*-\r\n\r\n"""Ein kleines Skript"""\r\n\r\nprint "Hello Word: I love Python!"\r\n</python>\r\n\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Embed source code generally\r\n\r\nWith the ==<code=ext>== Tag you can highlight everything, which offers Pygments.\r\n\'ext\' is the file extension.\r\n\r\nexamples:\r\n\r\n==\r\n<code=php>\r\n<?php\r\n$conn_id = ftp_connect($ftp_server);\r\n?>\r\n</code>\r\n<code=css>\r\nbody {\r\n  color: black;\r\n}\r\n</code>\r\n==\r\n\r\nResult:\r\n\r\n<code=php>\r\n<?php\r\n$conn_id = ftp_connect($ftp_server);\r\n?>\r\n</code>\r\n<code=css>\r\nbody {\r\n  color: black;\r\n}\r\n</code>\r\n\r\n<hr class="big_hr">\r\n\r\nh1. Escaping\r\n\r\nText inner two "="-chars would be escaped.\r\n\r\nexample:\r\n--------\r\n========\r\nTable: <table width="90%" border="0" align="center">\r\nLink: <a href="URL">txt</a>\r\nInput: <input type="submit" value="preview" />\r\n========\r\n\r\nIt goes also within a flow text:\r\nHere ist no Link: ========<a href="URL">txt</a>======== nice?\r\n\r\n<hr class="big_hr">\r\n\r\nh1. pre-Formarted-Text\r\n\r\nYou can use the ==<pre>== tag. tinyTextile ingnore the Markup in the area.\r\n\r\n<pre>\r\nExample:\r\n---------\r\nh2. Not a textile headline\r\n<h3>Manuelly h3 headline with html tags</h3>\r\n* This is not a...\r\n* ...textile list\r\n</pre>\r\n\r\n<hr class="big_hr">\r\n\r\nh1. HTML-Code\r\n\r\nYou can insert any HTML code directy in you page. tinyTextile ingnore it.', 13, 0, u'tinyTextile', u'TinyTextileExample1', u'tinyTextile Example', 1, 1, 2, u'', u'', '2007-06-26 01:34:19', '2007-06-26 01:34:19', 1, 1, True, True, None, None] 
    1919[15, u'h2{color:green}. This is a title\r\n\r\nh3. This is a subhead\r\n\r\np{color:red}. This is some text of dubious character. Isn\'t the use of "quotes" just lazy writing -- and theft of \'intellectual property\' besides? I think the time has come to see a block quote.\r\n\r\nbq[fr]. This is a block quote. I\'ll admit it\'s not the most exciting block quote ever devised.\r\n\r\nSimple list:\r\n\r\n#{color:blue} one\r\n# two\r\n# three\r\n\r\nMulti-level list:\r\n\r\n# one\r\n## aye\r\n## bee\r\n## see\r\n# two\r\n## x\r\n## y\r\n# three\r\n\r\nMixed list:\r\n\r\n* Point one\r\n* Point two\r\n## Step 1\r\n## Step 2\r\n## Step 3\r\n* Point three\r\n** Sub point 1\r\n** Sub point 2\r\n\r\n\r\nWell, that went well. How about we insert an <a href="/" title="watch out">old-fashioned hypertext link</a>? Will the quote marks in the tags get messed up? No!\r\n\r\n"This is a link (optional title)":http://www.textism.com\r\n\r\ntable{border:1px solid black}.\r\n|_. this|_. is|_. a|_. header|\r\n<{background:gray}. |\\2. this is|{background:red;width:200px}. a|^<>{height:200px}. row|\r\n|this|<>{padding:10px}. is|^. another|(bob#bob). row|\r\n\r\nAn image:\r\n\r\n!/common/textist.gif(optional alt text)!\r\n\r\n# Librarians rule\r\n# Yes they do\r\n# But you knew that\r\n\r\nSome more text of dubious character. Here is a noisome string of CAPITAL letters. Here is something we want to _emphasize_. \r\nThat was a linebreak. And something to indicate *strength*. Of course I could use <em>my own HTML tags</em> if I <strong>felt</strong> like it.\r\n\r\nh3. Coding\r\n\r\nThis <code>is some code, "isn\'t it"</code>. Watch those quote marks! Now for some preformatted text:\r\n\r\n<pre>\r\n<code>\r\n\t$text = str_replace("<p>%::%</p>","",$text);\r\n\t$text = str_replace("%::%</p>","",$text);\r\n\t$text = str_replace("%::%","",$text);\r\n\r\n</code>\r\n</pre>\r\n\r\nThis isn\'t code.\r\n\r\n\r\nSo you see, my friends:\r\n\r\n* The time is now\r\n* The time is not later\r\n* The time is not yesterday\r\n* We must act\r\n\r\n', 13, 0, u'Textile (original)', u'TextileOriginal', u'', 1, 1, 3, u'', u'', '2007-06-26 01:35:24', '2007-06-26 01:35:24', 1, 1, True, True, None, None] 
    2020[16, u"A First Level Header\r\n====================\r\n\r\nA Second Level Header\r\n---------------------\r\n\r\nNow is the time for all good men to come to\r\nthe aid of their country. This is just a\r\nregular paragraph.\r\n\r\nThe quick brown fox jumped over the lazy\r\ndog's back.\r\n\r\n### Header 3\r\n\r\n> This is a blockquote.\r\n> \r\n> This is the second paragraph in the blockquote.\r\n>\r\n> ## This is an H2 in a blockquote", 13, 0, u'Markdown', u'Markdown', u'', 1, 1, 4, u'', u'', '2007-06-26 01:38:42', '2007-06-26 01:38:42', 1, 1, True, True, None, None] 
  • trunk/pylucid/PyLucid/index.py

    r1627 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32""" 
     
    1817    $Author: $ 
    1918 
    20     :copyleft: 2007-2008 by Jens Diemer 
    21     :license: GNU GPL v3, see LICENSE.txt for more details. 
     19    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     20    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2221""" 
    2322 
  • trunk/pylucid/PyLucid/middlewares/cache.py

    r1545 r1634  
    2626    $Author: $ 
    2727 
    28     :copyleft: 2007-2008 by Jens Diemer 
    29     :license: GNU GPL v3, see LICENSE.txt for more details. 
     28    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     29    :license: GNU GPL v3 or above, see LICENSE for more details. 
    3030""" 
    3131 
  • trunk/pylucid/PyLucid/middlewares/common.py

    r1627 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32 
     
    1918    $Author: $ 
    2019 
    21     :copyleft: 2008 by Jens Diemer 
    22     :license: GNU GPL v3, see LICENSE.txt for more details. 
     20    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     21    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2322""" 
    2423 
  • trunk/pylucid/PyLucid/middlewares/headline_anchor.py

    r1545 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32 
     
    1817    $Author: $ 
    1918 
    20     :copyleft: 2008 by Jens Diemer 
    21     :license: GNU GPL v3, see LICENSE.txt for more details. 
     19    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     20    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2221""" 
    2322 
  • trunk/pylucid/PyLucid/middlewares/pagemessages.py

    • Property svn:eol-style set to LF
    • Property svn:keywords set to Author Rev LastChangedDate
    r1617 r1634  
    1111    $Author: $ 
    1212 
    13     :copyleft: 2008 by Jens Diemer 
    14     :license: GNU GPL v3, see LICENSE.txt for more details. 
     13    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     14    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1515""" 
    1616 
  • trunk/pylucid/PyLucid/middlewares/pagestats.py

    r1585 r1634  
    1616    $Author: $ 
    1717 
    18     :copyleft: 2007-2008 by Jens Diemer 
    19     :license: GNU GPL v3, see LICENSE.txt for more details. 
     18    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     19    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2020""" 
    2121 
  • trunk/pylucid/PyLucid/middlewares/page_cache_debug.py

    r1503 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32 
     
    1918    $Author: $ 
    2019 
    21     :copyright: 2007 by Jens Diemer 
    22     :license: GNU GPL v3, see LICENSE.txt for more details. 
     20    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     21    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2322""" 
    2423 
  • trunk/pylucid/PyLucid/middlewares/traceback_logger.py

    r1476 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32 
     
    2019    $Author: $ 
    2120 
    22     :copyright: 2007 by Jens Diemer 
    23     :license: GNU GPL v3, see LICENSE.txt for more details. 
     21    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     22    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2423""" 
    2524 
  • trunk/pylucid/PyLucid/middlewares/utils.py

    • Property svn:eol-style set to LF
    • Property svn:keywords set to Author Rev LastChangedDate
    r1585 r1634  
    1111    $Author: $ 
    1212 
    13     :copyleft: 2008 by Jens Diemer 
    14     :license: GNU GPL v3, see LICENSE.txt for more details. 
     13    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     14    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1515""" 
    1616 
  • trunk/pylucid/PyLucid/models/JS_LoginData.py

    • Property svn:eol-style set to LF
    r1584 r1634  
    1515    $Author$ 
    1616 
    17     :copyright: 2007 by the PyLucid team. 
    18     :license: GNU GPL v3, see LICENSE.txt for more details. 
     17    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     18    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1919""" 
    2020 
  • trunk/pylucid/PyLucid/models/Page.py

    r1626 r1634  
    1212    $Author: $ 
    1313 
    14     :copyright: 2007 by the PyLucid team. 
    15     :license: GNU GPL v3, see LICENSE.txt for more details. 
     14    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     15    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1616""" 
    1717 
  • trunk/pylucid/PyLucid/models/Plugin.py

    • Property svn:eol-style set to LF
    r1631 r1634  
    1212    $Author$ 
    1313 
    14     :copyright: 2007 by the PyLucid team. 
    15     :license: GNU GPL v3, see LICENSE.txt for more details. 
     14    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     15    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1616""" 
    1717 
  • trunk/pylucid/PyLucid/models/Style.py

    • Property svn:eol-style set to LF
    r1584 r1634  
    1212    $Author$ 
    1313 
    14     :copyright: 2007 by the PyLucid team. 
    15     :license: GNU GPL v3, see LICENSE.txt for more details. 
     14    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     15    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1616""" 
    1717 
  • trunk/pylucid/PyLucid/models/Template.py

    • Property svn:eol-style set to LF
    r1584 r1634  
    1212    $Author$ 
    1313 
    14     :copyright: 2007 by the PyLucid team. 
    15     :license: GNU GPL v3, see LICENSE.txt for more details. 
     14    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     15    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1616""" 
    1717 
  • trunk/pylucid/PyLucid/models/__init__.py

    • Property svn:eol-style set to LF
    r1584 r1634  
    1313    $Author$ 
    1414 
    15     :copyright: 2007 by the PyLucid team. 
    16     :license: GNU GPL v3, see LICENSE.txt for more details. 
     15    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     16    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1717""" 
    1818 
  • trunk/pylucid/PyLucid/new_v09_models.py

    r1545 r1634  
    1 #!/usr/bin/python 
    21#-*- coding: utf-8 -*- 
    32 
     
    1716    $Author: $ 
    1817 
    19     :copyleft: 2007-2008 by the PyLucid team. 
     18    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
    2019""" 
    2120 
  • trunk/pylucid/PyLucid/plugins_external/__init__.py

    r1252 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
  • trunk/pylucid/PyLucid/plugins_internal/admin_menu/admin_menu.py

    r1610 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1413    $Author$ 
    1514 
    16     :copyright: 2007 by Jens Diemer 
     15    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
    1716    :license: GNU GPL v2 or above, see LICENSE for more details 
    1817""" 
  • trunk/pylucid/PyLucid/plugins_internal/admin_menu/admin_menu_cfg.py

    r1602 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22 
    33from pprint import pformat 
  • trunk/pylucid/PyLucid/plugins_internal/admin_menu/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
  • trunk/pylucid/PyLucid/plugins_internal/auth/auth.py

    r1581 r1634  
    1 #!/usr/bin/python 
    21# -*- coding: utf-8 -*- 
    32 
     
    3635    Author.........: $Author$ 
    3736 
    38     :copyright: 2007 by Jens Diemer 
    39     :license: GNU GPL v3, see LICENSE for more details 
     37    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     38    :license: GNU GPL v3 or above, see LICENSE for more details 
    4039""" 
    4140 
  • trunk/pylucid/PyLucid/plugins_internal/auth/auth_cfg.py

    r1479 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/auth/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
  • trunk/pylucid/PyLucid/plugins_internal/back_links/back_links.py

    r1590 r1634  
    1 #!/usr/bin/python 
    21# -*- coding: utf-8 -*- 
    32 
     
    2827 
    2928    :created: 29.11.2005 10:14:02 by Jens Diemer 
    30     :copyleft: 2005-2008 by Jens Diemer, Manuel Herzog 
     29    :copyleft: 2005-2008 by the PyLucid team, see AUTHORS for more details. 
    3130    :license: GNU GPL v2 or above, see LICENSE for more details 
    3231""" 
  • trunk/pylucid/PyLucid/plugins_internal/back_links/back_links_cfg.py

    r1590 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/back_links/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/EMailSystem/EMailSystem.py

    r1531 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1413    $Author:JensDiemer $ 
    1514 
    16     :copyright: 2007 by Jens Diemer 
     15    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
    1716    :license: GNU GPL v2 or above, see LICENSE for more details 
    1817""" 
  • trunk/pylucid/PyLucid/plugins_internal/EMailSystem/EMailSystem_cfg.py

    r1602 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22 
    33from django.utils.translation import gettext_lazy as _ 
  • trunk/pylucid/PyLucid/plugins_internal/filemanager/filemanager.py

    r1604 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    4443    $Author$ 
    4544 
    46     :copyleft: Ibon, Jens Diemer 
     45    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
    4746    :license: GNU GPL v2 or above, see LICENSE for more details 
    4847""" 
  • trunk/pylucid/PyLucid/plugins_internal/filemanager/filemanager_cfg.py

    r1602 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22 
    33from django.utils.translation import gettext_lazy as _ 
  • trunk/pylucid/PyLucid/plugins_internal/filemanager/__init__.py

    r1384 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/find_and_replace/find_and_replace.py

    r1551 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    2019    $Author$ 
    2120 
    22     :copyleft: 2008 by Jens Diemer 
     21    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    2322    :license: GNU GPL v2 or above, see LICENSE for more details 
    2423""" 
  • trunk/pylucid/PyLucid/plugins_internal/find_and_replace/find_and_replace_cfg.py

    r1602 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22 
    33from django import newforms as forms 
  • trunk/pylucid/PyLucid/plugins_internal/find_and_replace/__init__.py

    r1476 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/flv_player/flv_metadata.py

    • Property svn:eol-style set to LF
  • trunk/pylucid/PyLucid/plugins_internal/flv_player/flv_player.py

    • Property svn:eol-style set to LF
    • Property svn:keywords set to Author Rev LastChangedDate
    r1614 r1634  
    99    Last commit info: 
    1010    ~~~~~~~~~ 
    11     $LastChangedDate:$ 
    12     $Rev:$ 
    13     $Author: JensDiemer $ 
     11    $LastChangedDate$ 
     12    $Rev$ 
     13    $Author$ 
    1414 
    15     :copyleft: 2008 by Jens Diemer 
     15    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    1616    :license: GNU GPL v2 or above, see LICENSE for more details 
    1717""" 
    1818 
    19 __version__= "$Rev:$" 
     19__version__= "$Rev$" 
    2020 
    2121import os, posixpath 
  • trunk/pylucid/PyLucid/plugins_internal/flv_player/flv_player_cfg.py

    • Property svn:eol-style set to LF
    r1605 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/flv_player/__init__.py

    • Property svn:eol-style set to LF
    r1605 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/IncludeRemote/IncludeRemote.py

    r1390 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
  • trunk/pylucid/PyLucid/plugins_internal/IncludeRemote/IncludeRemote_cfg.py

    r1479 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/IncludeRemote/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/main_menu/main_menu.py

    r1557 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    2322    $Author: $ 
    2423 
    25     :copyright: 2007 by Jens Diemer 
    26     :license: GNU GPL v3, see LICENSE.txt for more details. 
     24    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     25    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2726""" 
    2827 
  • trunk/pylucid/PyLucid/plugins_internal/main_menu/main_menu_cfg.py

    r1479 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/main_menu/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/page_admin/page_admin.py

    r1596 r1634  
    1 #!/usr/bin/python 
    21# -*- coding: utf-8 -*- 
    32 
     
    1817    $Author:JensDiemer $ 
    1918 
    20     :copyright: 2007 by Jens Diemer 
     19    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
    2120    :license: GNU GPL v2 or above, see LICENSE for more details 
    2221""" 
  • trunk/pylucid/PyLucid/plugins_internal/page_admin/page_admin_cfg.py

    r1602 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22 
    33from django.utils.translation import gettext_lazy as _ 
  • trunk/pylucid/PyLucid/plugins_internal/page_admin/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
  • trunk/pylucid/PyLucid/plugins_internal/page_counter/page_counter.py

    • Property svn:eol-style set to LF
    • Property svn:keywords set to Author Rev LastChangedDate
    r1629 r1634  
    1010    Last commit info: 
    1111    ~~~~~~~~~ 
    12     $LastChangedDate:$ 
    13     $Rev:$ 
    14     $Author: JensDiemer $ 
     12    $LastChangedDate$ 
     13    $Rev$ 
     14    $Author$ 
    1515 
    16     :copyleft: 2008 by Jens Diemer 
     16    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    1717    :license: GNU GPL v3 or above, see LICENSE for more details 
    1818""" 
    1919 
    20 __version__= "$Rev:$" 
     20__version__= "$Rev$" 
    2121 
    2222from django.db import models 
  • trunk/pylucid/PyLucid/plugins_internal/page_counter/page_counter_cfg.py

    • Property svn:eol-style set to LF
    r1613 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/page_counter/__init__.py

    • Property svn:eol-style set to LF
    r1613 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/page_style/page_style.py

    r1471 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    2625    $Author$ 
    2726 
    28     :copyright: 2007 by Jens Diemer 
    29     :license: GNU GPL v3, see LICENSE.txt for more details. 
     27    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     28    :license: GNU GPL v3 or above, see LICENSE for more details. 
    3029""" 
    3130 
  • trunk/pylucid/PyLucid/plugins_internal/page_style/page_style_cfg.py

    r1479 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/page_style/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
  • trunk/pylucid/PyLucid/plugins_internal/page_update_list/page_update_list.py

    r1357 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1413    $Author$ 
    1514 
    16     :copyright: 2007 by Jens Diemer 
    17     :license: GNU GPL v3, see LICENSE.txt for more details.p 
     15    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     16    :license: GNU GPL v3 or above, see LICENSE for more details.p 
    1817 
    1918""" 
  • trunk/pylucid/PyLucid/plugins_internal/page_update_list/page_update_list_cfg.py

    r1479 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/page_update_list/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/plugin_admin/plugin_admin.py

    r1631 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
  • trunk/pylucid/PyLucid/plugins_internal/plugin_admin/plugin_admin_cfg.py

    r1602 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22 
    33from django.utils.translation import gettext_lazy as _ 
  • trunk/pylucid/PyLucid/plugins_internal/plugin_admin/__init__.py

    r1199 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
  • trunk/pylucid/PyLucid/plugins_internal/preference_editor/preference_editor.py

    r1551 r1634  
    1414    $Author:JensDiemer $ 
    1515 
    16     :copyleft: 2008 by the PyLucid team. 
    17     :license: GNU GPL v3, see LICENSE.txt for more details. 
     16    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     17    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1818""" 
    1919 
  • trunk/pylucid/PyLucid/plugins_internal/preference_editor/preference_editor_cfg.py

    r1602 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22 
    33from django.utils.translation import gettext_lazy as _ 
  • trunk/pylucid/PyLucid/plugins_internal/preference_editor/__init__.py

    r1544 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/RSS/RSS.py

    r1261 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
  • trunk/pylucid/PyLucid/plugins_internal/RSS/RSS_cfg.py

    r1479 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/RSS/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/RSSfeedGenerator/RSSfeedGenerator.py

    r1296 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    2019    $Author$ 
    2120 
    22     :copyright: 2007 by Jens Diemer 
    23     :license: GNU GPL v3, see LICENSE.txt for more details. 
     21    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     22    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2423""" 
    2524 
  • trunk/pylucid/PyLucid/plugins_internal/RSSfeedGenerator/RSSfeedGenerator_cfg.py

    r1479 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/RSSfeedGenerator/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/search/search.py

    r1551 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1817    $Author$ 
    1918 
    20     :copyright: 2007 by Jens Diemer 
     19    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
    2120    :license: GNU GPL v2 or above, see LICENSE for more details 
    2221""" 
  • trunk/pylucid/PyLucid/plugins_internal/search/search_cfg.py

    r1551 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/search/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/show/show.py

    r1335 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    2019    $Author: $ 
    2120 
    22     :copyright: 2007 by Jens Diemer 
    23     :license: GNU GPL v3, see LICENSE.txt for more details. 
     21    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     22    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2423""" 
    2524 
  • trunk/pylucid/PyLucid/plugins_internal/show/show_cfg.py

    r1479 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/show/__init__.py

    r1305 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/show_internals/module_info.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
  • trunk/pylucid/PyLucid/plugins_internal/show_internals/plugin_cfg_debug.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43"""Plugin config debug 
  • trunk/pylucid/PyLucid/plugins_internal/show_internals/show_internals.py

    r1574 r1634  
    1212    $Author$ 
    1313 
    14     :copyleft: 2005-2008 by Jens Diemer 
    15     :license: GNU GPL v3, see LICENSE.txt for more details. 
     14    :copyleft: 2005-2008 by the PyLucid team, see AUTHORS for more details. 
     15    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1616""" 
    1717 
  • trunk/pylucid/PyLucid/plugins_internal/show_internals/show_internals_cfg.py

    r1602 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22 
    33from django.utils.translation import gettext_lazy as _ 
  • trunk/pylucid/PyLucid/plugins_internal/show_internals/system_info.py

    r1574 r1634  
    1212    $Author$ 
    1313 
    14     :copyleft: 2005-2008 by Jens Diemer 
    15     :license: GNU GPL v3, see LICENSE.txt for more details. 
     14    :copyleft: 2005-2008 by the PyLucid team, see AUTHORS for more details. 
     15    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1616""" 
    1717 
  • trunk/pylucid/PyLucid/plugins_internal/show_internals/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/SiteMap/SiteMap.py

    r1434 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1716    $Author$ 
    1817 
    19     :copyright: 2007 by Jens Diemer 
     18    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
    2019    :license: GNU GPL v2 or above, see LICENSE for more details 
    2120""" 
  • trunk/pylucid/PyLucid/plugins_internal/SiteMap/SiteMap_cfg.py

    r1479 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/SiteMap/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/SourceCode/SourceCode.py

    r1206 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
  • trunk/pylucid/PyLucid/plugins_internal/SourceCode/SourceCode_cfg.py

    r1206 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/SourceCode/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/sub_menu/sub_menu.py

    r1266 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
  • trunk/pylucid/PyLucid/plugins_internal/sub_menu/sub_menu_cfg.py

    r1479 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/sub_menu/__init__.py

    r824 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/system_settings/system_settings.py

    • Property svn:eol-style set to LF
    • Property svn:keywords set to Author
    r1551 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1211    $LastChangedDate$ 
    1312    $Rev$ 
    14     $Author: JensDiemer $ 
     13    $Author$ 
    1514 
    16     :copyright: 2008 by Jens Diemer 
     15    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    1716    :license: GNU GPL v2 or above, see LICENSE for more details 
    1817""" 
  • trunk/pylucid/PyLucid/plugins_internal/system_settings/system_settings_cfg.py

    • Property svn:eol-style set to LF
    r1590 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43#_____________________________________________________________________________ 
  • trunk/pylucid/PyLucid/plugins_internal/system_settings/__init__.py

    • Property svn:eol-style set to LF
    r1544 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/plugins_internal/__init__.py

    r870 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
  • trunk/pylucid/PyLucid/settings_example.py

    r1609 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32""" 
     
    2423    $Author$ 
    2524 
    26     :copyright: 2007 by Jens Diemer 
    27     :license: GNU GPL v3, see LICENSE.txt for more details. 
     25    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     26    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2827""" 
    2928 
  • trunk/pylucid/PyLucid/system/BasePlugin.py

    r1596 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    2827    $Author$ 
    2928 
    30     :copyright: 2007 by Jens Diemer 
    31     :license: GNU GPL v3, see LICENSE.txt for more details. 
     29    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     30    :license: GNU GPL v3 or above, see LICENSE for more details. 
    3231""" 
    3332 
  • trunk/pylucid/PyLucid/system/exceptions.py

    r1601 r1634  
    1 #!/usr/bin/python 
    21# -*- coding: utf-8 -*- 
    32 
     
    1514    $Author: $ 
    1615 
    17     :copyleft: 2008 by Jens Diemer 
    18     :license: GNU GPL v3, see LICENSE.txt for more details. 
     16    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     17    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1918""" 
    2019 
  • trunk/pylucid/PyLucid/system/fastcgi_server.py

    r1476 r1634  
    1 #!/usr/bin/env python2.4 
     1 
    22# -*- coding: utf-8 -*- 
    33 
     
    1414    $Author: $ 
    1515 
    16     :copyright: 2007 by Jens Diemer 
    17     :license: GNU GPL v3, see LICENSE.txt for more details. 
     16    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     17    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1818""" 
    1919import sys, os, time 
  • trunk/pylucid/PyLucid/system/hightlighter.py

    r1494 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1615    $Author: $ 
    1716 
    18     :copyright: 2007 by Jens Diemer 
    19     :license: GNU GPL v3, see LICENSE.txt for more details. 
     17    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     18    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2019""" 
    2120 
  • trunk/pylucid/PyLucid/system/internal_page.py

    r1585 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1413    $Author$ 
    1514 
    16     :copyleft: 2008 by Jens Diemer 
    17     :license: GNU GPL v3, see LICENSE.txt for more details. 
     15    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     16    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1817""" 
    1918 
  • trunk/pylucid/PyLucid/system/LocalModuleResponse.py

    r1079 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
  • trunk/pylucid/PyLucid/system/markups/creole.py

    • Property svn:eol-style set to LF
  • trunk/pylucid/PyLucid/system/markups/creole2html.py

    • Property svn:eol-style set to LF
    r1561 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32 
  • trunk/pylucid/PyLucid/system/markups/tinyTextile.py

    r1585 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    2928    $Author:JensDiemer $ 
    3029 
    31     :copyleft: 2007-2008 by Jens Diemer 
    32     :license: GNU GPL v3, see LICENSE.txt for more details. 
     30    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     31    :license: GNU GPL v3 or above, see LICENSE for more details. 
    3332""" 
    3433 
  • trunk/pylucid/PyLucid/system/markups/__init__.py

    • Property svn:eol-style set to LF
  • trunk/pylucid/PyLucid/system/page_msg.py

    r1627 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
  • trunk/pylucid/PyLucid/system/plugin_import.py

    • Property svn:eol-style set to LF
    • Property svn:keywords set to Author Rev LastChangedDate
    r1630 r1634  
    2121    $Author: $ 
    2222 
    23     :copyleft: 2008 by Jens Diemer 
    24     :license: GNU GPL v3, see LICENSE.txt for more details. 
     23    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     24    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2525""" 
    2626 
  • trunk/pylucid/PyLucid/system/plugin_manager.py

    r1631 r1634  
    1515    $Author: $ 
    1616 
    17     :copyright: 2007 by Jens Diemer 
    18     :license: GNU GPL v3, see LICENSE.txt for more details. 
     17    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     18    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1919""" 
    2020 
  • trunk/pylucid/PyLucid/system/PyLucidPlugins/models.py

    • Property svn:eol-style set to LF
  • trunk/pylucid/PyLucid/system/PyLucidPlugins/__init__.py

    • Property svn:eol-style set to LF
  • trunk/pylucid/PyLucid/system/response.py

    r1507 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1211    $Author: $ 
    1312 
    14     :copyleft: 2007-2008 by Jens Diemer 
    15     :license: GNU GPL v3, see LICENSE.txt for more details. 
     13    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     14    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1615""" 
    1716 
  • trunk/pylucid/PyLucid/system/template.py

    r1545 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22 
    33""" 
     
    1111    $Author: $ 
    1212 
    13     :copyleft: 2007-2008 by Jens Diemer 
    14     :license: GNU GPL v3, see LICENSE.txt for more details. 
     13    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     14    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1515""" 
    1616 
  • trunk/pylucid/PyLucid/system/URLs.py

    r1596 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32""" 
     
    2019    $Author: $ 
    2120 
    22     :copyright: 2007 by Jens Diemer 
    23     :license: GNU GPL v3, see LICENSE.txt for more details. 
     21    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     22    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2423""" 
    2524 
  • trunk/pylucid/PyLucid/system/utils.py

    r1627 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32""" 
     
    1312    $Author: $ 
    1413 
    15     :copyleft: 2007-2008 by Jens Diemer, Perttu Ranta-aho 
    16     :license: GNU GPL v3, see LICENSE.txt for more details. 
     14    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     15    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1716""" 
    1817 
  • trunk/pylucid/PyLucid/template_addons/filters.py

    r1510 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1413    $Author: $ 
    1514 
    16     :copyright: 2007 by Jens Diemer 
    17     :license: GNU GPL v3, see LICENSE.txt for more details. 
     15    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     16    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1817""" 
    1918 
  • trunk/pylucid/PyLucid/template_addons/lucidTag.py

    r1615 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1716    $Author: $ 
    1817 
    19     :copyright: 2007 by Jens Diemer 
    20     :license: GNU GPL v3, see LICENSE.txt for more details. 
     18    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     19    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2120""" 
    2221 
  • trunk/pylucid/PyLucid/template_addons/__init__.py

    r1420 r1634  
    1919    $Author: $ 
    2020 
    21     :copyright: 2007 by Jens Diemer 
    22     :license: GNU GPL v3, see LICENSE.txt for more details. 
     21    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     22    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2323""" 
    2424 
  • trunk/pylucid/PyLucid/tools/clean_tables.py

    r1209 r1634  
    1515    $Author: $ 
    1616 
    17     :copyright: 2007 by Jens Diemer 
    18     :license: GNU GPL v3, see LICENSE.txt for more details. 
     17    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     18    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1919""" 
    2020 
  • trunk/pylucid/PyLucid/tools/content_processors.py

    r1627 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1817    $Author: $ 
    1918 
    20     :copyleft: 2007-2008 by Jens Diemer 
     19    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
    2120    :license: GNU GPL v3 or above, see LICENSE for more details 
    2221""" 
  • trunk/pylucid/PyLucid/tools/crypt.py

    r1192 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32 
     
    1716    $Author$ 
    1817 
    19     :copyright: 2007 by Jens Diemer. 
    20     :license: GNU GPL v3, see LICENSE.txt for more details. 
     18    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     19    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2120""" 
    2221 
  • trunk/pylucid/PyLucid/tools/data_eval.py

    r1600 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32 
     
    2726    $Author$ 
    2827 
    29     :copyleft: 2008 by the PyLucid team. 
    30     :license: GNU GPL v3, see LICENSE.txt for more details. 
     28    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     29    :license: GNU GPL v3 or above, see LICENSE for more details. 
    3130""" 
    3231 
  • trunk/pylucid/PyLucid/tools/Diff.py

    r1420 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32""" 
    43    PyLucid.tools.Diff 
     
    2625    $Author$ 
    2726 
    28     :copyright: 2007 by Jens Diemer. 
    29     :license: GNU GPL v3, see LICENSE.txt for more details. 
     27    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     28    :license: GNU GPL v3 or above, see LICENSE for more details. 
    3029""" 
    3130 
  • trunk/pylucid/PyLucid/tools/newforms_utils.py

    • Property svn:eol-style set to LF
    • Property svn:keywords set to Author Rev LastChangedDate
    r1599 r1634  
    1 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    22""" 
    33    some utils around newforms 
     
    1010    $Author: $ 
    1111 
    12     :copyleft: 2008 by Jens Diemer 
    13     :license: GNU GPL v3, see LICENSE.txt for more details. 
     12    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
     13    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1414""" 
    1515 
  • trunk/pylucid/PyLucid/tools/shortcuts.py

    r1522 r1634  
    1313    $Author$ 
    1414 
    15     :copyleft: 2007-2008 by Jens Diemer. 
    16     :license: GNU GPL v3, see LICENSE.txt for more details. 
     15    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     16    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1717""" 
    1818 
  • trunk/pylucid/PyLucid/tools/subprocess2.py

    r1545 r1634  
    1 #!/usr/bin/env python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
  • trunk/pylucid/PyLucid/tools/tree_generator.py

    r1279 r1634  
    1 #!/usr/bin/env python 
    21# -*- coding: utf-8 -*- 
    32""" 
     
    1817    $Author$ 
    1918 
    20     :copyright: 2007 by Jens Diemer and Marc Rintsch. 
    21     :license: GNU GPL v3, see LICENSE.txt for more details. 
     19    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     20    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2221""" 
    2322 
  • trunk/pylucid/PyLucid/tools/utils.py

    r1390 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1# -*- coding: utf-8 -*- 
    32 
    43""" 
     
    1514    $Author: $ 
    1615 
    17     :copyright: 2007 by Jens Diemer 
     16    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
    1817    :license: GNU GPL v2 or above, see LICENSE for more details 
    1918""" 
  • trunk/pylucid/PyLucid/tools/__init__.py

    r1168 r1634  
    1111    $Author$ 
    1212 
    13     :copyright: 2007 by Jens Diemer. 
    14     :license: GNU GPL v3, see LICENSE.txt for more details. 
     13    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
     14    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1515""" 
  • trunk/pylucid/PyLucid/urls.py

    r1351 r1634  
    1111    $Author$ 
    1212 
    13     :copyright: 2007 by the PyLucid team. 
    14     :license: GNU GPL v3, see LICENSE.txt for more details. 
     13    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     14    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1515""" 
    1616 
  • trunk/pylucid/PyLucid/__init__.py

    r1620 r1634  
    1313    $Author: $ 
    1414 
    15     :copyright: 2007-2008 by the PyLucid team. 
    16     :license: GNU GPL v3, see LICENSE.txt for more details. 
     15    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     16    :license: GNU GPL v3 or above, see LICENSE for more details. 
    1717""" 
    1818 
  • trunk/pylucid/PyLucid_MySQL_fix.py

    r1231 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1#!/usr/bin/env python 
     2# -*- coding: utf-8 -*- 
    33 
    44""" 
    5 Update for PyLucid v0.7.2 tables to the new django version. 
     5    PyLucid MySQL fix 
     6    ~~~~~~~~~~~~~~~~~ 
    67 
    7 changes all wrong 00-00-0000 datetime values to NULL. 
    8 django problematic: http://code.djangoproject.com/ticket/443 
     8    Update for PyLucid v0.7.2 tables to the new django version. 
    99 
    10 Last commit info: 
    11 ---------------------------------- 
    12 $LastChangedDate$ 
    13 $Rev$ 
    14 $Author$ 
     10    changes all wrong 00-00-0000 datetime values to NULL. 
     11    django problematic: http://code.djangoproject.com/ticket/443 
    1512 
    16 Created by Jens Diemer 
     13    You should check if the shebang is ok for your environment! 
     14    some examples: 
     15        #!/usr/bin/env python 
     16        #!/usr/bin/env python2.4 
     17        #!/usr/bin/env python2.5 
     18        #!/usr/bin/python 
     19        #!/usr/bin/python2.4 
     20        #!/usr/bin/python2.5 
     21        #!C:\python\python.exe 
    1722 
    18 license: 
    19     GNU General Public License v2 or above 
    20     http://www.opensource.org/licenses/gpl-license.php 
     23    Last commit info: 
     24    ~~~~~~~~~~~~~~~~~ 
     25    $LastChangedDate$ 
     26    $Rev$ 
     27    $Author$ 
     28 
     29    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
     30    :license: GNU GPL v3 or above, see LICENSE for more details. 
    2131""" 
    2232 
  • trunk/pylucid/tests/cache.py

    r1625 r1634  
    1313    $Author$ 
    1414 
    15     :copyleft: 2008 by the PyLucid team. 
     15    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    1616    :license: GNU GPL v3, see LICENSE.txt for more details. 
    1717""" 
  • trunk/pylucid/tests/crypt.py

    r1454 r1634  
    1313    $Author$ 
    1414 
    15     :copyright: 2007 by Jens Diemer. 
     15    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
    1616    :license: GNU GPL v3, see LICENSE.txt for more details. 
    1717""" 
  • trunk/pylucid/tests/debug_mode.py

    r1507 r1634  
    3333    $Author$ 
    3434 
    35     :copyleft: 2007 by Jens Diemer 
     35    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
    3636    :license: GNU GPL v3, see LICENSE.txt for more details. 
    3737""" 
  • trunk/pylucid/tests/install_section.py

    r1627 r1634  
    1616    $Author$ 
    1717 
    18     :copyleft: 2008 by Jens Diemer. 
     18    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    1919    :license: GNU GPL v3, see LICENSE.txt for more details. 
    2020""" 
  • trunk/pylucid/tests/internal_pages.py

    r1583 r1634  
    1717    $Author$ 
    1818 
    19     :copyleft: 2008 by the PyLucid team. 
     19    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    2020    :license: GNU GPL v3, see LICENSE.txt for more details. 
    2121""" 
  • trunk/pylucid/tests/page_retrieval.py

    • Property svn:eol-style set to LF
    r1626 r1634  
    77    Unit tests for page retrieval system. 
    88 
    9     :copyleft: Perttu Ranta-aho 
     9    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
    1010    :license: GNU GPL v3, see LICENSE.txt for more details. 
    1111""" 
  • trunk/pylucid/tests/plugin_backlinks.py

    r1590 r1634  
    1515    $Author$ 
    1616 
    17     :copyleft: 2008 by Jens Diemer. 
     17    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    1818    :license: GNU GPL v3, see LICENSE.txt for more details. 
    1919""" 
  • trunk/pylucid/tests/plugin_main_menu.py

    r1588 r1634  
    1313    $Author$ 
    1414 
    15     :copyleft: 2008 by Jens Diemer. 
     15    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    1616    :license: GNU GPL v3, see LICENSE.txt for more details. 
    1717""" 
  • trunk/pylucid/tests/preferences.py

    r1584 r1634  
    1616    $Author$ 
    1717 
    18     :copyright: 2007 by the PyLucid team. 
     18    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
    1919    :license: GNU GPL v3, see LICENSE.txt for more details. 
    2020""" 
  • trunk/pylucid/tests/security.py

    r1545 r1634  
    1919    $Author$ 
    2020 
    21     :copyleft: 2008 by the PyLucid team. 
     21    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    2222    :license: GNU GPL v3, see LICENSE.txt for more details. 
    2323""" 
  • trunk/pylucid/tests/sha1_js_login.py

    r1584 r1634  
    1515    $Author$ 
    1616 
    17     :copyright: 2007 by the PyLucid team. 
     17    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
    1818    :license: GNU GPL v3, see LICENSE.txt for more details. 
    1919""" 
  • trunk/pylucid/tests/stylesheet.py

    r1621 r1634  
    1818    $Author$ 
    1919 
    20     :copyleft: 2008 by the PyLucid team. 
     20    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    2121    :license: GNU GPL v3, see LICENSE.txt for more details. 
    2222""" 
  • trunk/pylucid/tests/test_page_admin.py

    r1596 r1634  
    1313    $Author$ 
    1414 
    15     :copyright: 2007 by the PyLucid team. 
     15    :copyleft: 2007-2008 by the PyLucid team, see AUTHORS for more details. 
    1616    :license: GNU GPL v3, see LICENSE.txt for more details. 
    1717""" 
  • trunk/pylucid/tests/test_page_counter.py

    • Property svn:eol-style set to LF
    r1625 r1634  
    55    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    66 
    7     :copyleft: 2008 by the PyLucid team. 
     7    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    88    :license: GNU GPL v3, see LICENSE.txt for more details. 
    99""" 
  • trunk/pylucid/tests/test_page_msg.py

    • Property svn:eol-style set to LF
    • Property svn:keywords set to Author
    r1618 r1634  
    1111    $LastChangedDate$ 
    1212    $Rev$ 
    13     $Author: PerttuRantaaho $ 
     13    $Author$ 
    1414 
    15     :copyleft: 2008 by the PyLucid team. 
     15    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    1616    :license: GNU GPL v3, see LICENSE.txt for more details. 
    1717""" 
  • trunk/pylucid/tests/test_plugin_api.py

    • Property svn:eol-style set to LF
    r1631 r1634  
    99        - plugin install/activate/deactivate 
    1010 
    11     :copyleft: 2008 by the PyLucid team. 
     11    :copyleft: 2008 by the PyLucid team, see AUTHORS for more details. 
    1212    :license: GNU GPL v3, see LICENSE.txt for more details. 
    1313""" 
  • trunk/pylucid/tests/test_plugin_manager.py

    r1584 r1634  
    1616    $Author$ 
    1717 
    18     :copyleft: 2007 by Jens Diemer 
     18    :copyleft: 2007 by the PyLucid team, see AUTHORS for more details. 
    1919    :license: GNU GPL v3, see LICENSE.txt for more details. 
    2020""" 
  • trunk/pylucid/tests/test_tinyTextile.py

    r1561 r1634  
    1 #!/usr/bin/python 
    2 # -*- coding: UTF-8 -*- 
     1#!/usr/bin/env python