Show
Ignore:
Timestamp:
04/12/07 17:38:04 (17 months ago)
Author:
Tarek Ziad?? <tarek@…>
Message:

rupy slides, starting up

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pycommunity/pycommunity/doc/index.txt

    r68 r78  
    99    >>> options = {'projectname': 'PyCommunity', 
    1010    ...            'index': 'tests/svn/project/doc/README.txt'} 
    11     >>> view = IndexView('templates/index.pt', options) 
     11    >>> view = IndexView('tests/templates/index.pt', options) 
    1212    >>> print view() 
    1313    <html> 
     
    2222    >>> class Conf(object): 
    2323    ...     targets = {'target1': 'tests/www'} 
    24     ...     templates = {'index': 'templates/index.pt',  
    25     ...                  'css': 'templates/pycommunity.css', 
    26     ...                  'js': 'templates/pycommunity.js'} 
    27     ...     media = 'templates/media' 
     24    ...     templates = {'index': 'tests/templates/index.pt',  
     25    ...                  'css': 'tests/templates/pycommunity.css', 
     26    ...                  'js': 'tests/templates/pycommunity.js'} 
     27    ...     media = 'tests/templates/media' 
    2828    ...     options = {'projectname': 'PyCommunity', 
    2929    ...                'index': 'tests/svn/project/doc/README.txt'}