Changeset 159

Show
Ignore:
Timestamp:
Fri Dec 2 14:35:19 2005
Author:
drew
Message:

reset properties

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/doc/examples/xixpage/xixpage.py

    r15 r159  
    36 36 ]  
    37 37  
    38   ID = '$Id: xixpage.py 130 2005-03-22 20:43:23Z drew $'  
      38 ID = '$Id$'  
    38 38  
    39 39 class Composer( XixComposer ):  
  • trunk/doc/examples/xixtests/dir1/sub1/test1.xpg

    r4 r159  
    26 26         'Copyright (C) 2004 Drew Smathers', T.br(),  
    27 27         'gtg706m@mail.gatech.edu', T.br(),  
    28           '$Id: test1.xpg 78 2005-03-16 22:43:56Z drew $', T.br()  
      28         '$Id$', T.br()  
    28 28     ]  
    29 29 ]  
  • trunk/doc/examples/xixtests/dir1/sub2/test1.xpg

    r4 r159  
    26 26         'Copyright (C) 2004 Drew Smathers', T.br(),  
    27 27         'gtg706m@mail.gatech.edu', T.br(),  
    28           '$Id: test1.xpg 78 2005-03-16 22:43:56Z drew $', T.br()  
      28         '$Id$', T.br()  
    28 28     ]  
    29 29 ]  
  • trunk/doc/examples/xixtests/dir1/test1.xpg

    r4 r159  
    26 26         'Copyright (C) 2004 Drew Smathers', T.br(),  
    27 27         'gtg706m@mail.gatech.edu', T.br(),  
    28           '$Id: test1.xpg 78 2005-03-16 22:43:56Z drew $', T.br()  
      28         '$Id$', T.br()  
    28 28     ]  
    29 29 ]  
  • trunk/doc/examples/xixtests/dir2/test1.xpg

    r4 r159  
    26 26         'Copyright (C) 2004 Drew Smathers', T.br(),  
    27 27         'gtg706m@mail.gatech.edu', T.br(),  
    28           '$Id: test1.xpg 78 2005-03-16 22:43:56Z drew $', T.br()  
      28         '$Id$', T.br()  
    28 28     ]  
    29 29 ]  
  • trunk/doc/examples/xixtests/test1.page

    r4 r159  
    26 26         'Copyright (C) 2004 Drew Smathers', T.br(),  
    27 27         'gtg706m@mail.gatech.edu', T.br(),  
    28           '$Id: test1.page 69 2005-03-16 21:42:29Z drew $', T.br()  
      28         '$Id$', T.br()  
    28 28     ]  
    29 29 ]  
  • trunk/xix/rend/__init__.py

    r29 r159  
    4 4  
    5 5 # $License$  
    6   # $Id: __init__.py 69 2005-03-16 21:42:29Z drew $  
      6 # $Id$  
    6 6  
    7 7 from nevow import flat  
  • trunk/xix/rend/pagelets.py

    r112 r159  
    6 6 # $License  
    7 7  
    8   # $Id: pagelets.py 95 2005-03-20 21:41:43Z drew $  
      8 # $Id$  
    8 8  
    9 9 from zope.interface import directlyProvides, implements  
  • trunk/xix/xixxml/__init__.py

    r80 r159  
    4 4 $License$  
    5 5  
    6   $Id: __init__.py 69 2005-03-16 21:42:29Z drew $  
      6 $Id$  
    6 6 '''  
    7 7  
  • trunk/xix/xixxml/schema.py

    r112 r159  
    4 4 #  
    5 5 # $License$  
    6   # $Id: schema.py 95 2005-03-20 21:41:43Z drew $  
      6 # $Id$  
    6 6  
    7 7 # HACK WARNING:  
  • trunk/xix/xixxml/xmlbuilder.py

    r112 r159  
    8 8  
    9 9 __author__ = 'Drew Smathers'  
    10   __version__ = '$Revision: 76 $'[11:-2]  
      10 __version__ = '$Revision$'[11:-2]  
    10 10 __copyright__ = 'Copyright (c) 2005 Drew Smathers'  
    11 11 __license__ = 'MIT'  
  • trunk/xix/xixxml/xultags.py

    r112 r159  
    5 5 # $License$  
    6 6  
    7   # $Id: xultags.py 95 2005-03-20 21:41:43Z drew $  
      7 # $Id$  
    7 7  
    8 8 # Implementation pretty much the same as nevow.tags  
  • trunk/xix/wheel.py

    r112 r159  
    13 13  
    14 14 $Id$  
    15   $Author: drew $  
      15 $Author$  
    15 15 $Revision$  
    16 16  
  • trunk/xix/registry.py

    r112 r159  
    14 14  
    15 15 $Id$  
    16   $Author: drew $  
      16 $Author$  
    16 16 $Revision$  
    17 17  
  • trunk/xix/utils/aspout.py

    r112 r159  
    38 38 '''  
    39 39  
    40   # $Id: aspout.py 95 2005-03-20 21:41:43Z drew $  
      40 # $Id$  
    40 40  
    41 41 #  
  • trunk/xix/utils/__init__.py

    r137 r159  
    3 3 $License$  
    4 4  
    5   $Id: __init__.py 69 2005-03-16 21:42:29Z drew $  
      5 $Id$  
    5 5 '''  
    6 6  
  • trunk/xix/utils/source.py

    r137 r159  
    29 29 '''  
    30 30  
    31   # $Id: source.py 95 2005-03-20 21:41:43Z drew $  
      31 # $Id$  
    31 31  
    32 32 # Move loadObject, getCaller into more apropriately named module  
     
    38 38  
    39 39 __author__ = 'Drew Smathers <drew.smathers@gmail.com>'  
    40   __version__ = '$Revision: 12 $'[11:-2]  
      40 __version__ = '$Revision$'[11:-2]  
    40 40 __copyright__ = 'Copyright (C) 2005, Drew Smathers'  
    41 41  
  • trunk/xix/utils/console.py

    r112 r159  
    9 9 '''  
    10 10  
    11   # $Id: aspout.py 95 2005-03-20 21:41:43Z drew $  
      11 # $Id$  
    11 11  
    12 12 __author__ = 'Drew Smathers'  
  • trunk/xix/interfaces.py

    r112 r159  
    8 8  
    9 9 $Id$  
    10   $Author: drew $  
      10 $Author$  
    10 10 $Revision$  
    11 11