26 ('/myprefs', dict(vid='epropertiesform')), |
26 ('/myprefs', dict(vid='epropertiesform')), |
27 ('/siteconfig', dict(vid='systemepropertiesform')), |
27 ('/siteconfig', dict(vid='systemepropertiesform')), |
28 ('/manage', dict(vid='manage')), |
28 ('/manage', dict(vid='manage')), |
29 ('/notfound', {'vid': '404'}), |
29 ('/notfound', {'vid': '404'}), |
30 ('/error', {'vid': 'error'}), |
30 ('/error', {'vid': 'error'}), |
31 ('/schema/([^/]+?)/?$', {'rql': r'Any X WHERE X is EEType, X name "\1"', 'vid': 'eschema'}), |
31 ('/schema/([^/]+?)/?$', {'rql': r'Any X WHERE X is CWEType, X name "\1"', 'vid': 'eschema'}), |
32 ('/add/([^/]+?)/?$' , dict(vid='creation', etype=r'\1')), |
32 ('/add/([^/]+?)/?$' , dict(vid='creation', etype=r'\1')), |
33 ('/doc/images/(.+?)/?$', dict(fid='\\1', vid='wdocimages')), |
33 ('/doc/images/(.+?)/?$', dict(fid='\\1', vid='wdocimages')), |
34 ('/doc/?$', dict(fid='main', vid='wdoc')), |
34 ('/doc/?$', dict(fid='main', vid='wdoc')), |
35 ('/doc/(.+?)/?$', dict(fid='\\1', vid='wdoc')), |
35 ('/doc/(.+?)/?$', dict(fid='\\1', vid='wdoc')), |
36 ('/changelog/?$', dict(vid='changelog')), |
36 ('/changelog/?$', dict(vid='changelog')), |