Changeset 2514

Show
Ignore:
Timestamp:
01/29/10 09:01:34 (6 weeks ago)
Author:
JensDiemer
Message:

Update the initial fixture data ( ticket:356 ):

  • add some first todo instruction on welcome page.
  • add german welcome page.
  • Change some "bugs"


Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/pylucid_project/apps/pylucid_admin/fixtures/pylucid.json

    r2384 r2514  
    99    },  
    1010    { 
     11        "pk": 2,  
     12        "model": "pylucid.language",  
     13        "fields": { 
     14            "code": "de",  
     15            "description": "deutsch",  
     16            "lastupdatetime": "2010-01-29 08:26:03",  
     17            "permitViewGroup": null,  
     18            "sites": [ 
     19                1 
     20            ],  
     21            "createby": 1,  
     22            "lastupdateby": 1,  
     23            "createtime": "2010-01-29 08:26:03" 
     24        } 
     25    },  
     26    { 
    1127        "pk": 1,  
    1228        "model": "pylucid.language",  
    1329        "fields": { 
    1430            "code": "en",  
    15             "description": "en",  
    16             "lastupdatetime": "2009-11-03 03:35:41",  
     31            "description": "english",  
     32            "lastupdatetime": "2010-01-29 08:50:03",  
    1733            "permitViewGroup": null,  
    1834            "sites": [ 
     
    2036            ],  
    2137            "createby": null,  
    22             "lastupdateby": null,  
     38            "lastupdateby": 1,  
    2339            "createtime": "2009-11-03 03:35:41" 
    2440        } 
     
    12151231    },  
    12161232    { 
     1233        "pk": 4,  
     1234        "model": "pylucid.editablehtmlheadfile",  
     1235        "fields": { 
     1236            "mimetype": "text/css",  
     1237            "createby": 1,  
     1238            "html_attributes": "",  
     1239            "lastupdatetime": "2009-11-03 03:40:32",  
     1240            "filepath": "initial_site_style/elementary.css",  
     1241            "sites": [ 
     1242                1 
     1243            ],  
     1244            "content": "body{\r\n  font-size:0.9em;\r\n  background: snow;\r\n  margin: 15px 10% 15px 10%;\r\n}\r\n\r\n#headline {\r\n  background: moccasin;\r\n  padding: 10px;\r\n  border: 1px solid black;\r\n}\r\n\r\n.main_menu {\r\n  background: navajowhite;\r\n  float: left;\r\n  padding: 15px;\r\n  margin: 10px;\r\n}\r\n.main_menu ul {\r\n  padding: 0;\r\n}\r\n.main_menu ul ul {\r\n  /* indent submenu */\r\n  padding-left: 1.5em;\r\n  font-size:0.9em; /* smaller font for subitems */\r\n}\r\n.main_menu li {\r\n  list-style:none;\r\n}\r\na {\r\n  color: slategray;\r\n  text-decoration: none;\r\n}\r\na:hover, a .current {\r\n  background-color: orange;\r\n  text-decoration: underline;\r\n}\r\n#main_content {\r\n  background: lightyellow;\r\n  padding: 5px;\r\n  border: 1px solid black;\r\n}\r\n\r\n#footer {\r\n  border: 1px solid black;\r\n  padding: 5px;\r\n  font-size: 0.9em;\r\n  text-align: center;\r\n}\r\n\r\n/* ---------------------------------------------------------------------- */\r\ntextarea {\r\n  width: 100%;\r\n}\r\n.back_links, #permalink {\r\n  font-size: 0.8em;\r\n}\r\n#permalink {\r\n  text-align: right;\r\n  padding: 10px;\r\n}\r\n/* ----------------------------------------------------------------------\r\n   Pygments syntax highlighter\r\n---------------------------------------------------------------------- */\r\n.pygments_code, .pygments_code table, .pygments_code .code, .pygments_code pre {\r\n  background: {{ color_8 }};\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n.pygments_code pre {\r\n border: 1px;\r\n}\r\n.pygments_code .code {\r\n  width: 100%;\r\n}",  
     1245            "render": 1,  
     1246            "lastupdateby": 1,  
     1247            "createtime": "2009-11-03 03:37:08",  
     1248            "description": "The 'elementary' design. Ideal as a basis for your own design." 
     1249        } 
     1250    },  
     1251    { 
     1252        "pk": 1,  
     1253        "model": "pylucid.editablehtmlheadfile",  
     1254        "fields": { 
     1255            "mimetype": "text/css",  
     1256            "createby": 1,  
     1257            "html_attributes": "",  
     1258            "lastupdatetime": "2010-01-29 08:10:51",  
     1259            "filepath": "initial_site_style/main.css",  
     1260            "sites": [ 
     1261                1 
     1262            ],  
     1263            "content": "* { color: #000000 }\r\n\r\nbody{\r\n  font-size:0.9em;\r\n  font-family: tahoma, arial, sans-serif;\r\n  background: #fffff9;\r\n  margin: 15px 10% 15px 10%;\r\n  min-width:802px;\r\n}\r\n\r\n/*\r\n headline definition if you use a picture:\r\n----------------------------------------------\r\n#headline {\r\n  background: #c9c573;\r\n  text-align: center;\r\n  height: 70px;\r\n  margin: 0px;\r\n  padding: 0px;\r\n  border: 1px solid black;\r\n  border-bottom: 0px;\r\n}\r\n#headline img {\r\n  border: 0px;\r\n  overflow:hidden;\r\n}\r\n----------------------------------------------\r\n*/\r\n\r\n/*\r\n headline definition with text only:\r\n*/\r\n#headline {\r\n  background: #c9c573;\r\n  font-size: 30px;\r\n  margin: 0px;\r\n  padding: 10px;\r\n  border: 1px solid black;\r\n  border-bottom: 0px;\r\n}\r\n#headline a {\r\n  text-decoration:none;\r\n  color: white;\r\n}\r\n/*\r\n----------------------------------------------\r\n*/\r\n/* ----------------------------------------------------------------------------\r\n   Headline Anchor\r\n------------------------------------------------------------------------------- */\r\n.top_link {\r\n  color: #000000;\r\n}\r\n.uarr {\r\n  color: #eeeeee;\r\n}\r\n.top_link:hover .uarr {\r\n  color: #000000;\r\n}\r\n.section_anchor {\r\n  text-shadow: 0px 0px #ffffff;\r\n  text-decoration:none;\r\n  color: #eeeedd;\r\n  padding-right: 1em;\r\n}\r\n.headline_anchor:hover .section_anchor {\r\n  color: #999999;\r\n}\r\n.section_anchor:hover {\r\n  color:#000000!important;\r\n  text-decoration:underline;\r\n  text-shadow: 2px 2px 2px #999999;\r\n}\r\n/* ----------------------------------------------------------------------------\r\n   TOC Plugin\r\n------------------------------------------------------------------------------- */\r\n.toc_headline {\r\n  margin-bottom: 0.5em;\r\n  font-size: 0.9em;\r\n  color: #333333;\r\n}\r\n\r\n#bbaacck_links {\r\n  font-size:0.8em;\r\n}\r\n\r\n#the_menu {\r\n  background: #ffffdb;\r\n  border: 1px solid #b1b08b;\r\n  float: right;\r\n  padding: 15px;\r\n  margin: 10px;\r\n}\r\n#the_menu img {\r\n  text-align: center;\r\n}\r\n\r\n#main_menu {\r\n  font-size:0.9em;\r\n}\r\n\r\n#searching input, #searching button {\r\n  font-size: 0.85em;\r\n  border: 1px solid #444444;\r\n  padding: 1px;\r\n}\r\n\r\n#main_content {\r\n  min-height:400px;\r\n  background: #ffffe5;\r\n  padding: 5px;\r\n  border: 1px solid black;\r\n}\r\n\r\na:hover, a .current {\r\n  background-color: #c9c573;\r\n  color: white;\r\n}\r\n\r\npre {\r\n  border:1px solid grey;\r\n  background-color: white;\r\n}\r\n\r\n#footer {\r\n  font-size:0.75em;\r\n  border: 1px solid black;\r\n  padding: 5px;\r\n  text-align: center;\r\n}\r\n\r\n/* ---------------------------------------------------------------------- */\r\ntextarea {\r\n  width: 100%;\r\n}\r\n.back_links, #permalink {\r\n  font-size: 0.8em;\r\n}\r\n#permalink {\r\n  text-align: right;\r\n  padding: 10px;\r\n}\r\n/* ----------------------------------------------------------------------\r\n   Pygments syntax highlighter\r\n---------------------------------------------------------------------- */\r\n.pygments_code, .pygments_code table, .pygments_code .code, .pygments_code pre {\r\n  background: #ffffff;\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n.pygments_code pre {\r\n border: 1px;\r\n}\r\n.pygments_code .code {\r\n  width: 100%;\r\n}",  
     1264            "render": 1,  
     1265            "lastupdateby": 1,  
     1266            "createtime": "2009-11-03 03:37:07",  
     1267            "description": "default Stylesheet" 
     1268        } 
     1269    },  
     1270    { 
     1271        "pk": 2,  
     1272        "model": "pylucid.editablehtmlheadfile",  
     1273        "fields": { 
     1274            "mimetype": "text/css",  
     1275            "createby": 1,  
     1276            "html_attributes": "",  
     1277            "lastupdatetime": "2010-01-29 08:16:32",  
     1278            "filepath": "initial_site_style/old_main.css",  
     1279            "sites": [ 
     1280                1 
     1281            ],  
     1282            "content": "* { color: #000000 }\r\n\r\nbody{\r\n  font-size:0.9em;\r\n  font-family: tahoma, arial, sans-serif;\r\n  background: #fffff9;\r\n  margin: 15px 10% 15px 10%;\r\n  min-width:802px;\r\n}\r\n\r\n#headline {\r\n  background: #c9c573;\r\n  text-align: center;\r\n  height: 70px;\r\n  margin: 0px;\r\n  padding: 0px;\r\n  border: 1px solid black;\r\n  border-bottom: 0px;\r\n}\r\n#headline img {\r\n  border: 0px;\r\n  overflow:hidden;\r\n}\r\n\r\n#back_links {\r\n  font-size:0.8em;\r\n}\r\n\r\n#the_menu {\r\n  background: #ffffdb;\r\n  border: 1px solid #b1b08b;\r\n  float: right;\r\n  padding: 15px;\r\n  margin: 10px;\r\n}\r\n#the_menu img {\r\n  text-align: center;\r\n}\r\n\r\n#main_menu {\r\n  font-size:0.9em;\r\n}\r\n\r\n.main_menu a {\r\n  text-decoration:none;\r\n}\r\n.main_menu ul {\r\n  list-style:none;\r\n  padding-left:1.5em;\r\n}\r\n\r\n#searching input, #searching button {\r\n  font-size: 0.85em;\r\n  border: 1px solid #444444;\r\n  padding: 1px;\r\n}\r\n\r\n#adsense {\r\n  text-align: center;\r\n  /*width: 468px;\r\n  height: 60px;*/\r\n}\r\n\r\n#main_content {\r\n  min-height:400px;\r\n  background: #ffffe5;\r\n  padding: 5px;\r\n  border: 1px solid black;\r\n}\r\n\r\na:hover, a .current {\r\n  background-color: #c9c573;\r\n  color: white;\r\n}\r\n\r\npre {\r\n  background-color:white;\r\n  border:1px solid grey;\r\n}\r\n\r\n#footer {\r\n  font-size:0.75em;\r\n  border: 1px solid black;\r\n  padding: 5px;\r\n  text-align: center;\r\n}\r\n\r\n\r\n\r\n/* ----------------------------------------------------------------------------\r\n   internal\r\n------------------------------------------------------------------------------- */\r\ntextarea {\r\n  width: 100%;\r\n}\r\n\r\n.pygments_code, .pygments_code table, .pygments_code .code, .pygments_code pre {\r\n    background: #ffffff;\r\n    padding: 0;\r\n    margin: 0;\r\n}\r\n.pygments_code pre {\r\n border: 1px;\r\n}\r\n.pygments_code .code {\r\n  width: 100%;\r\n}",  
     1283            "render": 1,  
     1284            "lastupdateby": 1,  
     1285            "createtime": "2009-11-03 03:37:07",  
     1286            "description": "the old default ghastly design... ;) You should never use this ugly thing!" 
     1287        } 
     1288    },  
     1289    { 
     1290        "pk": 3,  
     1291        "model": "pylucid.editablehtmlheadfile",  
     1292        "fields": { 
     1293            "mimetype": "text/css",  
     1294            "createby": 1,  
     1295            "html_attributes": "",  
     1296            "lastupdatetime": "2010-01-29 08:13:24",  
     1297            "filepath": "initial_site_style/small_dark.css",  
     1298            "sites": [ 
     1299                1 
     1300            ],  
     1301            "content": "/* Kopfgrafik */\r\nhead {\r\n  width: 639px;\r\n}\r\n/* Allgemein */\r\n* {\r\n  color: {{ color_17 }};\r\n  font-family:sans-serif;\r\n  font-size:0.95em;\r\n}\r\n\r\na {\r\n  text-decoration:none;\r\n}\r\na img, img {\r\n  border: 0;\r\n  padding: 0px;\r\n  margin: 0px;\r\n}\r\n\r\nbody {\r\n  background-color: {{ color_4 }};\r\n  text-align:center;\r\n}\r\n\r\n#content {\r\n  width: 639px;\r\n  margin:auto;\r\n  text-align:left;\r\n}\r\n\r\n\r\n/* Headlines */\r\n#head {\r\n  font-size: 2em;\r\n  margin: 0.5em;\r\n  padding-left: 1.5em;\r\n  color: {{ color_13 }};\r\n}\r\nh1, h2 {\r\n  text-transform:uppercase;\r\n  font-size:0.95em;\r\n  color: white;\r\n}\r\nh2 {\r\n  border-bottom: 1px solid {{ color_17 }};\r\n}\r\n\r\n\r\n/* linien */\r\nhr {\r\n  clear: both;\r\n  border-width:1px;\r\n  height:1px;\r\n  padding: 0px;\r\n  margin: 2px 0px 2px 0px;\r\n}\r\nhr.big {\r\n  border-width: 3px;\r\n  height:3px;\r\n  border-style: solid\r\n}\r\nhr.small {\r\n  border-style:dotted;\r\n}\r\n\r\n#nav_footer {\r\n  font-size:0.9em;\r\n}\r\n\r\n\r\n\r\n\r\n/* Hauptmenu */\r\n.main_menu, #footer {\r\n  text-align:center;\r\n  width: 639px;\r\n  padding: 0px;\r\n  margin: 0px;\r\n}\r\n.main_menu ul {\r\n  list-style:none;\r\n}\r\n.main_menu li {\r\n  display:inline;\r\n  padding: 5px;\r\n}\r\n.main_menu a .current, .main_menu a:hover, #footer a {\r\n  color: white;\r\n}\r\n\r\n/* ---------------------------------------------------------------------- */\r\ntextarea {\r\n  width: 100%;\r\n}\r\n.back_links, #permalink {\r\n  font-size: 0.8em;\r\n}\r\n#permalink {\r\n  text-align: right;\r\n  padding: 10px;\r\n}",  
     1302            "render": 1,  
     1303            "lastupdateby": 1,  
     1304            "createtime": "2009-11-03 03:37:08",  
     1305            "description": "The 'small dark' design." 
     1306        } 
     1307    },  
     1308    { 
     1309        "pk": 5,  
     1310        "model": "pylucid.editablehtmlheadfile",  
     1311        "fields": { 
     1312            "mimetype": "text/css",  
     1313            "createby": 1,  
     1314            "html_attributes": "",  
     1315            "lastupdatetime": "2010-01-29 08:15:35",  
     1316            "filepath": "initial_site_style/small_white.css",  
     1317            "sites": [ 
     1318                1 
     1319            ],  
     1320            "content": "/* andreas01 - an open source xhtml/css website layout \r\n * by Andreas Viklund  - http://andreasviklund.com -\r\n * Free to use for any purpose as long as the proper \r\n * credits are given to the original author.\r\n *  \r\n * Version: 2.0 (Jun 25, 2006)\r\n * Screen layout: \r\n */\r\n\r\n/***** Body and main container *****/\r\nbody {\r\nmargin:0 auto;\r\npadding:0;\r\nfont:76% Verdana,Tahoma,Arial,sans-serif;\r\nbackground:#dddddd;\r\ncolor:#303030;\r\n}\r\n\r\n#wrap {\r\nbackground:#ffffff;\r\ncolor:#303030;\r\nmargin:0 auto;\r\nwidth:760px;\r\n}\r\n\r\n/***** Various tags *****/\r\na {\r\ntext-decoration:none;\r\nfont-weight:bold;\r\ncolor:#286ea0;\r\nbackground-color:inherit;\r\n}\r\n\r\na:hover {\r\ntext-decoration:underline;\r\ncolor:#286ea0;\r\nbackground-color:inherit;\r\n}\r\n\r\na img {\r\nborder:0;\r\n}\r\n\r\n/***** Header *****/\r\n#header {\r\nbackground-color:#eaeaea;\r\nmargin:10px 0 0;\r\npadding:0;\r\nheight:45px;\r\n}\r\n\r\n#header h1 {\r\ncolor:#505050;\r\nbackground-color:inherit;\r\nwidth:250px;\r\nmargin:0 0 10px;\r\nfont-size:2.2em;\r\nfloat:left;\r\n}\r\n\r\n#header h1 a{\r\ncolor:#505050;\r\nbackground-color:inherit;\r\ntext-decoration:none;\r\n}\r\n\r\n#header p {\r\nwidth:500px;\r\nfloat:right;\r\ntext-align:center;\r\ncolor:#505050;\r\nmargin:8px 0 0;\r\nfont-size:1.1em;\r\nfont-weight:bold;\r\nline-height:1.3em;\r\nbackground-color:inherit;\r\n}\r\n\r\n#frontphoto {\r\nmargin:0 0 10px;\r\nborder:0;\r\n}\r\n\r\n/***** Main menu *****/\r\n.main_menu ul {\r\nwidth:140px;\r\nmargin:0 0 18px;\r\npadding:0;\r\nlist-style:none;\r\n}\r\n\r\n.main_menu li {\r\nwidth:140px;\r\npadding:0;\r\nline-height:1.4em;\r\ndisplay:inline;\r\n}\r\n\r\n.main_menu li a {\r\nbackground-color:#f4f4f4;\r\ncolor:#505050;\r\nfont-weight:bold;\r\nwidth:130px;\r\nfloat:left;\r\nmargin-bottom:5px;\r\npadding:5px 1px 5px 5px;\r\nborder-left:4px solid #cccccc;\r\ntext-decoration:none;\r\n}\r\n\r\n.main_menu li a:hover {\r\nbackground-color:#eaeaea;\r\nborder-left:4px solid #286ea0;\r\ncolor:#505050;\r\n}\r\n.main_menu li a .current {\r\nbackground-color:#dddddd;\r\n}\r\n\r\n\r\n.main_menu ul {\r\nmargin:0 0 0 15px;\r\npadding:0 0 5px 0;\r\nfont-size:0.9em;\r\nwidth:125px;\r\n}\r\n\r\n.main_menu ul a {\r\npadding:3px 1px 3px 5px;\r\nwidth:115px;\r\n}\r\n\r\n.main_menu ul ul {\r\nwidth:113px;\r\n}\r\n\r\n.main_menu ul ul a {\r\nwidth:100px;\r\n}\r\n\r\n/***** Left sidebar *****/\r\n#leftside {\r\nclear:left;\r\nfloat:left;\r\nwidth:140px;\r\nmargin:0 0 5px;\r\npadding:0;\r\n}\r\n\r\n#leftside h2, #leftside h3 {\r\ncolor:#505050;\r\nbackground-color:inherit;\r\nfont-size:1.3em;\r\nmargin:0 0 5px;\r\npadding:0;\r\n}\r\n\r\n#leftside div.announce {\r\nclear:left;\r\nmargin:10px 0 15px;\r\npadding:7px 5px;\r\nwidth:126px;\r\nfont-size:0.9em;\r\nbackground-color:#f4f4f4;\r\ncolor:#505050;\r\nborder-left:4px solid #cccccc;\r\nline-height:1.5em;\r\n}\r\n\r\n#leftside div.announce p {\r\nmargin:10px 0 0;\r\npadding:0;\r\n}\r\n\r\n/***** Right sidebar *****/\r\n\r\n#rightside {\r\nfloat:right;\r\nwidth:140px;\r\nmargin:0 0 5px;\r\npadding:0;\r\nline-height:1.4em;\r\n}\r\n\r\n#extras p,#extras ul {\r\nfont-size:0.9em;\r\nmargin:0 0 16px;\r\npadding:0;\r\n}\r\n\r\n#extras li {\r\nlist-style:none;\r\nline-height:1.2em;\r\nmargin:0 0 6px 0;\r\npadding:0;\r\n}\r\n\r\n#extras ul ul {\r\nmargin:6px 0 0 10px;\r\npadding:0;\r\n}\r\n\r\n#extras ul ul li {\r\nmargin: 0 0 4px 0;\r\n}\r\n\r\n#extras ul ul li a {\r\nfont-size:1.1em;\r\nfont-weight:normal;\r\n}\r\n\r\n#extras h2, #extras h3 {\r\ncolor:#505050;\r\nbackground-color:inherit;\r\nfont-size:1.2em;\r\nmargin:0 0 10px;\r\npadding:0;\r\n}\r\n\r\n/***** Main content *****/\r\n#content {\r\nmargin:0 200px 5px 200px;\r\nborder-left:1px solid #e0e0e0;\r\nborder-right:1px solid #e0e0e0;\r\npadding:0 10px;\r\nline-height:1.6em;\r\n}\r\n\r\n#contentwide {\r\nmargin:0 0 5px 200px;\r\nborder-left:1px solid #f0f0f0;\r\npadding:0 0 0 10px;\r\nline-height:1.6em;\r\n}\r\n\r\n#content h2,#contentwide h2 {\r\nfont-size:1.6em;\r\nmargin:0 0 10px;\r\n}\r\n\r\n#content h3,#contentwide h3 {\r\nfont-size:1.4em;\r\nmargin:0 0 8px;\r\n}\r\n\r\n#content img.normal, #contentwide img.normal {\r\npadding:1px;\r\ndisplay:inline;\r\nbackground:#cccccc;\r\ncolor:#303030;\r\nborder:4px solid #f0f0f0;\r\n}\r\n\r\n#content ul, #contentwide ul, #content ol, #contentwide ol {\r\nmargin:0 0 16px 20px;\r\npadding:0;\r\n}\r\n\r\n#content li, #contentwide li {\r\nmargin:0;\r\npadding:0 0 0 5px;\r\n}\r\n\r\n#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{\r\nmargin:0 0 0 16px;\r\npadding:0;\r\n}\r\n\r\n/***** Footer *****/\r\n#footer {\r\nclear:both;\r\nmargin:0 auto;\r\npadding:10px 0 20px;\r\nborder-top:4px solid #f0f0f0;\r\nwidth:760px;\r\ntext-align:center;\r\ncolor:#808080;\r\nbackground:#ffffff;\r\nfont-size:0.9em;\r\n}\r\n\r\n#footer a {\r\ncolor:#808080;\r\nbackground-color:inherit;\r\ntext-decoration:none;\r\n}\r\n\r\n#footer a:hover {\r\ntext-decoration:underline;\r\n}\r\n\r\n/***** Various classes *****/\r\n.left {\r\nmargin:3px 10px 2px 0;\r\nfloat:left;\r\n}\r\n\r\n.right {\r\nmargin:2px 0 2px 10px;\r\nfloat:right;\r\n}\r\n\r\n.textright {\r\ntext-align:right;\r\n}\r\n\r\n.center {\r\ntext-align:center;\r\n}\r\n\r\n.small {\r\nfont-size:0.8em;\r\n}\r\n\r\n.bold {\r\nfont-weight:bold;\r\n}\r\n\r\n.hide {\r\ndisplay:none;\r\n}",  
     1321            "render": 1,  
     1322            "lastupdateby": 1,  
     1323            "createtime": "2009-11-03 03:37:08",  
     1324            "description": "The 'small white' design." 
     1325        } 
     1326    },  
     1327    { 
    12171328        "pk": 6,  
    12181329        "model": "pylucid.editablehtmlheadfile",  
     
    12271338            ],  
    12281339            "content": ".pygments  { background: #ffffff; }\r\n.pygments .c { color: #808080 } /* Comment */\r\n.pygments .err { color: #F00000; background-color: #F0A0A0 } /* Error */\r\n.pygments .k { color: #008000; font-weight: bold } /* Keyword */\r\n.pygments .o { color: #303030 } /* Operator */\r\n.pygments .cm { color: #808080 } /* Comment.Multiline */\r\n.pygments .cp { color: #507090 } /* Comment.Preproc */\r\n.pygments .c1 { color: #808080 } /* Comment.Single */\r\n.pygments .cs { color: #cc0000; font-weight: bold } /* Comment.Special */\r\n.pygments .gd { color: #A00000 } /* Generic.Deleted */\r\n.pygments .ge { font-style: italic } /* Generic.Emph */\r\n.pygments .gr { color: #FF0000 } /* Generic.Error */\r\n.pygments .gh { color: #000080; font-weight: bold } /* Generic.Heading */\r\n.pygments .gi { color: #00A000 } /* Generic.Inserted */\r\n.pygments .go { color: #808080 } /* Generic.Output */\r\n.pygments .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */\r\n.pygments .gs { font-weight: bold } /* Generic.Strong */\r\n.pygments .gu { color: #800080; font-weight: bold } /* Generic.Subheading */\r\n.pygments .gt { color: #0040D0 } /* Generic.Traceback */\r\n.pygments .kc { color: #008000; font-weight: bold } /* Keyword.Constant */\r\n.pygments .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */\r\n.pygments .kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */\r\n.pygments .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */\r\n.pygments .kt { color: #303090; font-weight: bold } /* Keyword.Type */\r\n.pygments .m { color: #6000E0; font-weight: bold } /* Literal.Number */\r\n.pygments .s { background-color: #fff0f0 } /* Literal.String */\r\n.pygments .na { color: #0000C0 } /* Name.Attribute */\r\n.pygments .nb { color: #007020 } /* Name.Builtin */\r\n.pygments .nc { color: #B00060; font-weight: bold } /* Name.Class */\r\n.pygments .no { color: #003060; font-weight: bold } /* Name.Constant */\r\n.pygments .nd { color: #505050; font-weight: bold } /* Name.Decorator */\r\n.pygments .ni { color: #800000; font-weight: bold } /* Name.Entity */\r\n.pygments .ne { color: #F00000; font-weight: bold } /* Name.Exception */\r\n.pygments .nf { color: #0060B0; font-weight: bold } /* Name.Function */\r\n.pygments .nl { color: #907000; font-weight: bold } /* Name.Label */\r\n.pygments .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */\r\n.pygments .nt { color: #007000 } /* Name.Tag */\r\n.pygments .nv { color: #906030 } /* Name.Variable */\r\n.pygments .ow { color: #000000; font-weight: bold } /* Operator.Word */\r\n.pygments .w { color: #bbbbbb } /* Text.Whitespace */\r\n.pygments .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */\r\n.pygments .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */\r\n.pygments .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */\r\n.pygments .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */\r\n.pygments .sb { background-color: #fff0f0 } /* Literal.String.Backtick */\r\n.pygments .sc { color: #0040D0 } /* Literal.String.Char */\r\n.pygments .sd { color: #D04020 } /* Literal.String.Doc */\r\n.pygments .s2 { background-color: #fff0f0 } /* Literal.String.Double */\r\n.pygments .se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */\r\n.pygments .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */\r\n.pygments .si { background-color: #e0e0e0 } /* Literal.String.Interpol */\r\n.pygments .sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */\r\n.pygments .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */\r\n.pygments .s1 { background-color: #fff0f0 } /* Literal.String.Single */\r\n.pygments .ss { color: #A06000 } /* Literal.String.Symbol */\r\n.pygments .bp { color: #007020 } /* Name.Builtin.Pseudo */\r\n.pygments .vc { color: #306090 } /* Name.Variable.Class */\r\n.pygments .vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */\r\n.pygments .vi { color: #3030B0 } /* Name.Variable.Instance */\r\n.pygments .il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */",  
    1229             "render": false,  
     1340            "render": 0,  
    12301341            "lastupdateby": 1,  
    12311342            "createtime": "2009-11-03 03:41:06",  
     
    12341345    },  
    12351346    { 
     1347        "pk": 1,  
     1348        "model": "pylucid.design",  
     1349        "fields": { 
     1350            "createby": 1,  
     1351            "name": "basic + main",  
     1352            "lastupdatetime": "2010-01-29 08:00:42",  
     1353            "colorscheme": 1,  
     1354            "sites": [ 
     1355                1 
     1356            ],  
     1357            "headfiles": [ 
     1358                1,  
     1359                6 
     1360            ],  
     1361            "template": "initial_site_template/basic.html",  
     1362            "lastupdateby": 1,  
     1363            "createtime": "2009-11-03 03:37:09" 
     1364        } 
     1365    },  
     1366    { 
    12361367        "pk": 4,  
    1237         "model": "pylucid.editablehtmlheadfile",  
    1238         "fields": { 
    1239             "mimetype": "text/css",  
    1240             "createby": 1,  
    1241             "html_attributes": "",  
    1242             "lastupdatetime": "2009-11-03 03:40:32",  
    1243             "filepath": "initial_site_style/elementary.css",  
    1244             "sites": [ 
    1245                 1 
    1246             ],  
    1247             "content": "body{\r\n  font-size:0.9em;\r\n  background: snow;\r\n  margin: 15px 10% 15px 10%;\r\n}\r\n\r\n#headline {\r\n  background: moccasin;\r\n  padding: 10px;\r\n  border: 1px solid black;\r\n}\r\n\r\n.main_menu {\r\n  background: navajowhite;\r\n  float: left;\r\n  padding: 15px;\r\n  margin: 10px;\r\n}\r\n.main_menu ul {\r\n  padding: 0;\r\n}\r\n.main_menu ul ul {\r\n  /* indent submenu */\r\n  padding-left: 1.5em;\r\n  font-size:0.9em; /* smaller font for subitems */\r\n}\r\n.main_menu li {\r\n  list-style:none;\r\n}\r\na {\r\n  color: slategray;\r\n  text-decoration: none;\r\n}\r\na:hover, a .current {\r\n  background-color: orange;\r\n  text-decoration: underline;\r\n}\r\n#main_content {\r\n  background: lightyellow;\r\n  padding: 5px;\r\n  border: 1px solid black;\r\n}\r\n\r\n#footer {\r\n  border: 1px solid black;\r\n  padding: 5px;\r\n  font-size: 0.9em;\r\n  text-align: center;\r\n}\r\n\r\n/* ---------------------------------------------------------------------- */\r\ntextarea {\r\n  width: 100%;\r\n}\r\n.back_links, #permalink {\r\n  font-size: 0.8em;\r\n}\r\n#permalink {\r\n  text-align: right;\r\n  padding: 10px;\r\n}\r\n/* ----------------------------------------------------------------------\r\n   Pygments syntax highlighter\r\n---------------------------------------------------------------------- */\r\n.pygments_code, .pygments_code table, .pygments_code .code, .pygments_code pre {\r\n  background: {{ color_8 }};\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n.pygments_code pre {\r\n border: 1px;\r\n}\r\n.pygments_code .code {\r\n  width: 100%;\r\n}",  
    1248             "render": true,  
    1249             "lastupdateby": 1,  
    1250             "createtime": "2009-11-03 03:37:08",  
    1251             "description": "The 'elementary' design. Ideal as a basis for your own design." 
    1252         } 
    1253     },  
    1254     { 
    1255         "pk": 1,  
    1256         "model": "pylucid.editablehtmlheadfile",  
    1257         "fields": { 
    1258             "mimetype": "text/css",  
    1259             "createby": 1,  
    1260             "html_attributes": "",  
    1261             "lastupdatetime": "2009-11-03 03:40:29",  
    1262             "filepath": "initial_site_style/main.css",  
    1263             "sites": [ 
    1264                 1 
    1265             ],  
    1266             "content": "* { color: {{ color_3 }} }\r\n\r\nbody{\r\n  font-size:0.9em;\r\n  font-family: tahoma, arial, sans-serif;\r\n  background: {{ color_2 }};\r\n  margin: 15px 10% 15px 10%;\r\n  min-width:802px;\r\n}\r\n\r\n/*\r\n headline definition if you use a picture:\r\n----------------------------------------------\r\n#headline {\r\n  background: {{ color_4 }};\r\n  text-align: center;\r\n  height: 70px;\r\n  margin: 0px;\r\n  padding: 0px;\r\n  border: 1px solid black;\r\n  border-bottom: 0px;\r\n}\r\n#headline img {\r\n  border: 0px;\r\n  overflow:hidden;\r\n}\r\n----------------------------------------------\r\n*/\r\n\r\n/*\r\n headline definition with text only:\r\n*/\r\n#headline {\r\n  background: {{ color_4 }};\r\n  font-size: 30px;\r\n  margin: 0px;\r\n  padding: 10px;\r\n  border: 1px solid black;\r\n  border-bottom: 0px;\r\n}\r\n#headline a {\r\n  text-decoration:none;\r\n  color: white;\r\n}\r\n/*\r\n----------------------------------------------\r\n*/\r\n\r\n{{ color_7 }}k_links {\r\n  font-size:0.8em;\r\n}\r\n\r\n#the_menu {\r\n  background: {{ color_6 }};\r\n  border: 1px solid {{ color_0 }};\r\n  float: right;\r\n  padding: 15px;\r\n  margin: 10px;\r\n}\r\n#the_menu img {\r\n  text-align: center;\r\n}\r\n\r\n#main_menu {\r\n  font-size:0.9em;\r\n}\r\n\r\n#searching input, #searching button {\r\n  font-size: 0.85em;\r\n  border: 1px solid {{ color_5 }};\r\n  padding: 1px;\r\n}\r\n\r\n#main_content {\r\n  min-height:400px;\r\n  background: {{ color_1 }};\r\n  padding: 5px;\r\n  border: 1px solid black;\r\n}\r\n\r\na:hover, a .current {\r\n  background-color: {{ color_4 }};\r\n  color: white;\r\n}\r\n\r\npre {\r\n  border:1px solid grey;\r\n  background-color: white;\r\n}\r\n\r\n#footer {\r\n  font-size:0.75em;\r\n  border: 1px solid black;\r\n  padding: 5px;\r\n  text-align: center;\r\n}\r\n\r\n/* ---------------------------------------------------------------------- */\r\ntextarea {\r\n  width: 100%;\r\n}\r\n.back_links, #permalink {\r\n  font-size: 0.8em;\r\n}\r\n#permalink {\r\n  text-align: right;\r\n  padding: 10px;\r\n}\r\n/* ----------------------------------------------------------------------\r\n   Pygments syntax highlighter\r\n---------------------------------------------------------------------- */\r\n.pygments_code, .pygments_code table, .pygments_code .code, .pygments_code pre {\r\n  background: {{ color_8 }};\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n.pygments_code pre {\r\n border: 1px;\r\n}\r\n.pygments_code .code {\r\n  width: 100%;\r\n}",  
    1267             "render": true,  
    1268             "lastupdateby": 1,  
    1269             "createtime": "2009-11-03 03:37:07",  
    1270             "description": "default Stylesheet" 
     1368        "model": "pylucid.design",  
     1369        "fields": { 
     1370            "createby": 1,  
     1371            "name": "elementary",  
     1372            "lastupdatetime": "2010-01-29 08:00:49",  
     1373            "colorscheme": 4,  
     1374            "sites": [ 
     1375                1 
     1376            ],  
     1377            "headfiles": [ 
     1378                4,  
     1379                6 
     1380            ],  
     1381            "template": "initial_site_template/elementary.html",  
     1382            "lastupdateby": 1,  
     1383            "createtime": "2009-11-03 03:37:18" 
     1384        } 
     1385    },  
     1386    { 
     1387        "pk": 3,  
     1388        "model": "pylucid.design",  
     1389        "fields": { 
     1390            "createby": 1,  
     1391            "name": "old_basic + old_main",  
     1392            "lastupdatetime": "2010-01-29 08:00:56",  
     1393            "colorscheme": 3,  
     1394            "sites": [ 
     1395                1 
     1396            ],  
     1397            "headfiles": [ 
     1398                2,  
     1399                6 
     1400            ],  
     1401            "template": "initial_site_template/old_basic.html",  
     1402            "lastupdateby": 1,  
     1403            "createtime": "2009-11-03 03:37:17" 
    12711404        } 
    12721405    },  
    12731406    { 
    12741407        "pk": 2,  
    1275         "model": "pylucid.editablehtmlheadfile",  
    1276         "fields": { 
    1277             "mimetype": "text/css",  
    1278             "createby": 1,  
    1279             "html_attributes": "",  
    1280             "lastupdatetime": "2009-11-03 03:40:36",  
    1281             "filepath": "initial_site_style/old_main.css",  
    1282             "sites": [ 
    1283                 1 
    1284             ],  
    1285             "content": "* { color: {{ color_3 }} }\r\nbody {\r\n  margin:0;\r\n  padding:0;\r\n  padding-left:15em;\r\n  padding-top:120px;\r\n\r\n  font-family: tahoma, arial, sans-serif;\r\n  color: {{ color_10 }};\r\n  font-size: 0.9em;\r\n  background-color: {{ color_4 }};\r\n}\r\n\r\nbody > #sidebar, body > #headline, body > #adsense {\r\n  /* Kopf und Navi feststehend machen */\r\n  position:fixed;\r\n}\r\n\r\nhtml, body {\r\n  margin: 5px;\r\n  padding: 0;\r\n}\r\ntextarea {\r\n  background-color: {{ color_5 }};\r\n}\r\n#page_msg, pre, .code, .SourceCode, fieldset legend {\r\n  font-family: Courier New,Courier,monospace,mono;\r\n  background-color: {{ color_11 }};\r\n  color: {{ color_10 }};\r\n  padding: 10px;\r\n  border: 1px solid {{ color_4 }};\r\n  font-size: 0.8em;\r\n}\r\n.SourceCode {\r\n  white-space:nowrap;\r\n}\r\nfieldset legend {\r\n  font-size: 1em;\r\n  padding: 3px;\r\n}\r\n#page_msg {\r\n  border-color: {{ color_12 }};\r\n  color: {{ color_6 }};\r\n}\r\n\r\n/* -----------------------------------------------------\r\n?berschrift ?ber die gesammte Seite\r\n----------------------------------------------------- */\r\n#headline {\r\n  position:absolute;\r\n  width: 100%;\r\n  left:0em;\r\n  top:0em;\r\n  z-index:3;\r\n\r\n  margin:0;\r\n  padding:0;\r\n\r\n  white-space:pre;\r\n  background-color:inherit;\r\n  overflow:hidden;\r\n}\r\n#headline h2 {\r\n  font-size: 2em;\r\n  margin: 0.5em;\r\n  padding-left: 1.5em;\r\n  color: {{ color_14 }};\r\n}\r\n\r\n/* -----------------------------------------------------\r\ngoogle AdSense\r\n----------------------------------------------------- */\r\n\r\n#adsense {\r\n  position:absolute;\r\n  top: 0px;\r\n  right: 3px;\r\n  z-index:99;\r\n}\r\n\r\n/* -----------------------------------------------------\r\nMenu\r\n----------------------------------------------------- */\r\n#sidebar {\r\n  position:absolute;\r\n  top: 100px;\r\n  left: 3px;\r\n  width: 17em;\r\n  height: auto;\r\n  z-index: 10;\r\n\r\n  background-color: {{ color_6 }};\r\n  border: 1px solid {{ color_0 }};\r\n  font-size: 0.9em;\r\n  color: {{ color_10 }};\r\n\r\n  text-align:left;\r\n\r\n  padding: 0em;\r\n  padding-top: 1em;\r\n  margin: 0px;\r\n}\r\n#sidebar a {\r\n  text-decoration:none;\r\n  margin: 0px;\r\n  padding: 0px;\r\n  padding-left: 0.5em;\r\n  padding-right: 0.5em;\r\n}\r\n#sidebar a:hover, #sidebar a .current {\r\n  /* hover + Aktuell angeklickter Men?punkt */\r\n  background-color: {{ color_4 }};\r\n  color: {{ color_14 }};\r\n  margin: 0px;\r\n  padding: 0px;\r\n  padding-left: 0.5em;\r\n  padding-right: 0.5em;\r\n}\r\n#sidebar ul {\r\n  margin: 1.5em;\r\n  margin-right: 0px;\r\n  margin-top: 0.2em;\r\n  margin-bottom: 1.5em;\r\n\r\n  padding: 0px;\r\n\r\n  list-style-type: none;\r\n  border:0px;\r\n}\r\n#sidebar li {\r\n  white-space: nowrap;\r\n  margin: 0px;\r\n  margin-right: 0px;\r\n  padding: 0px;\r\n}\r\n#sidebar img {\r\n  margin: 5px 0px 5px 5px;\r\n  padding: 5px 0px 5px 5px;\r\n}\r\n\r\n/* -----------------------------------------------------\r\nCMS Page\r\n----------------------------------------------------- */\r\n#main-content {\r\n  /* Rahmen f?r main-content + footer_nav */\r\n  position:absolute;\r\n  top: 60px;\r\n  left: 12em;\r\n  min-width: 50em;\r\n  min-height: 600px;\r\n  z-index: 1;\r\n  margin: 5px;\r\n  padding: 20px;\r\n  padding-left: 6em;\r\n  background-color: {{ color_1 }};\r\n  border:1px solid black;\r\n}\r\n#main-content h2 {\r\n  border-bottom: 1px solid {{ color_10 }};\r\n}\r\n#nav_footer, #nav_link {\r\n  font-size: 0.6em;\r\n}\r\n#nav_footer, #nav_footer a, #nav_link, #nav_link a {\r\n  border-top: 1px solid {{ color_0 }};\r\n  color: {{ color_0 }};\r\n  text-decoration: none;\r\n  text-align: right;\r\n}\r\n#nav_link, #nav_link a {\r\n  text-align: left;\r\n  border: 0px;\r\n}\r\n\r\n/* -----------------------------------------------------\r\nAdmin Menu\r\n----------------------------------------------------- */\r\n.adminmenu {\r\npadding: 5px;\r\nbackground-color: {{ color_4 }};\r\n}\r\n\r\n/* -----------------------------------------------------\r\nLinks aus dem breadcrumbs-Plugin\r\n----------------------------------------------------- */\r\n#breadcrumbs {\r\nwidth: 80%;\r\nmargin:1em auto;\r\ntext-align:left;\r\nmax-width: 1024px;\r\n}\r\n\r\n/* -----------------------------------------------------\r\nZusatzmodule\r\n----------------------------------------------------- */\r\n.Gallery ul {\r\ntext-align: center;\r\nmargin: 0px;\r\npadding: 0px;\r\n}\r\n.Gallery li {\r\nfloat: left;\r\nborder: 1px solid {{ color_13 }};\r\nheight: 150px;\r\nwidth: auto;\r\ntext-align: center;\r\nmargin: 5px;\r\npadding: 5px;\r\nlist-style-type: none;\r\nbackground-color: {{ color_18 }};\r\n}\r\n.clear {\r\nclear: both;\r\nmargin: 5px;\r\npadding: 5px;\r\nborder: none;\r\n}\r\n\r\n/* -----------------------------------------------------\r\nEdit Look\r\n----------------------------------------------------- */\r\n#edit_style_select, #edit_template_select {\r\nborder-spacing: 0.5em;\r\n}\r\n#edit_style_select .name, #edit_template_select .name {\r\nfont-weight:bold\r\n\r\n}\r\n#edit_style_select .description, #edit_template_select .description {\r\nfont-style: italic;\r\n}\r\n#page_edit_preview {\r\nborder: 1px solid {{ color_4 }};\r\n}\r\n.resize_buttons a {\r\ntext-decoration:none;\r\n}\r\n\r\n/* -----------------------------------------------------\r\nPage Edit\r\n----------------------------------------------------- */\r\n#page_content {\r\nwidth: 100%;\r\n}\r\n\r\n\r\n/* -----------------------------------------------------\r\nsearch\r\n----------------------------------------------------- */\r\n#search_form input, #search_form button {\r\nfont-size: 0.9em;\r\nborder: 1px solid {{ color_5 }};\r\npadding: 1px;\r\n}\r\n\r\n/* -----------------------------------------------------\r\nlucidFunction:RSS\r\n----------------------------------------------------- */\r\n.RSS {\r\nmargin: 1em;\r\npadding: 1em;\r\nborder: 1px solid;\r\n}\r\n.RSS li {\r\nlist-style-type: none;\r\n}\r\n.RSS h1 {\r\nfont-size: 1em;\r\nfont-weight: bold;\r\nmargin: 0px;\r\n}\r\n\r\n/* -----------------------------------------------------\r\nresize buttons for textarea\r\n----------------------------------------------------- */\r\n#resize_buttons * {\r\ntext-decoration:none;\r\nmargin: 0px;\r\npadding: 0.1em 2em 0.1em 2em;\r\nfont-family:Verdana;\r\nfont-weight:bold;\r\nline-height:2em;\r\n}\r\n#resize_buttons a:link {\r\ncolor: {{ color_10 }};\r\nbackground-color: {{ color_19 }};\r\nborder: 1px solid;\r\nborder-color: {{ color_17 }} {{ color_4 }} {{ color_4 }} {{ color_17 }};\r\n}\r\n#resize_buttons a:hover{\r\ncolor: {{ color_14 }};\r\nbackground-color: {{ color_1 }};\r\nborder-color: {{ color_4 }} {{ color_17 }} {{ color_17 }} {{ color_4 }};\r\n}\r\n\r\n/* ---------------------------------------------------------------------- */\r\ntextarea {\r\n  width: 100%;\r\n}\r\n.back_links, #permalink {\r\n  font-size: 0.8em;\r\n}\r\n#permalink {\r\n  text-align: right;\r\n  padding: 10px;\r\n}\r\n/* ----------------------------------------------------------------------\r\n   Pygments syntax highlighter\r\n---------------------------------------------------------------------- */\r\n.pygments_code, .pygments_code table, .pygments_code .code, .pygments_code pre {\r\n  background: {{ color_14 }}fff;\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n.pygments_code pre {\r\n border: 1px;\r\n}\r\n.pygments_code .code {\r\n  width: 100%;\r\n}",  
    1286             "render": true,  
    1287             "lastupdateby": 1,  
    1288             "createtime": "2009-11-03 03:37:07",  
    1289             "description": "the old default ghastly design... ;) You should never use this ugly thing!" 
    1290         } 
    1291     },  
    1292     { 
    1293         "pk": 3,  
    1294         "model": "pylucid.editablehtmlheadfile",  
    1295         "fields": { 
    1296             "mimetype": "text/css",  
    1297             "createby": 1,  
    1298             "html_attributes": "",  
    1299             "lastupdatetime": "2009-11-03 03:40:41",  
    1300             "filepath": "initial_site_style/small_dark.css",  
    1301             "sites": [ 
    1302                 1 
    1303             ],  
    1304             "content": "/* Kopfgrafik */\r\nhead {\r\n  width: 639px;\r\n}\r\n/* Allgemein */\r\n* {\r\n  color: {{ color_0 }};\r\n  font-family:sans-serif;\r\n  font-size:0.95em;\r\n}\r\n\r\na {\r\n  text-decoration:none;\r\n}\r\na img, img {\r\n  border: 0;\r\n  padding: 0px;\r\n  margin: 0px;\r\n}\r\n\r\nbody {\r\n  background-color: {{ color_3 }};\r\n  text-align:center;\r\n}\r\n\r\n#content {\r\n  width: 639px;\r\n  margin:auto;\r\n  text-align:left;\r\n}\r\n\r\n\r\n/* Headlines */\r\n#head {\r\n  font-size: 2em;\r\n  margin: 0.5em;\r\n  padding-left: 1.5em;\r\n  color: {{ color_14 }};\r\n}\r\nh1, h2 {\r\n  text-transform:uppercase;\r\n  font-size:0.95em;\r\n  color: white;\r\n}\r\nh2 {\r\n  border-bottom: 1px solid {{ color_0 }};\r\n}\r\n\r\n\r\n/* linien */\r\nhr {\r\n  clear: both;\r\n  border-width:1px;\r\n  height:1px;\r\n  padding: 0px;\r\n  margin: 2px 0px 2px 0px;\r\n}\r\nhr.big {\r\n  border-width: 3px;\r\n  height:3px;\r\n  border-style: solid\r\n}\r\nhr.small {\r\n  border-style:dotted;\r\n}\r\n\r\n#nav_footer {\r\n  font-size:0.9em;\r\n}\r\n\r\n\r\n\r\n\r\n/* Hauptmenu */\r\n.main_menu, #footer {\r\n  text-align:center;\r\n  width: 639px;\r\n  padding: 0px;\r\n  margin: 0px;\r\n}\r\n.main_menu ul {\r\n  list-style:none;\r\n}\r\n.main_menu li {\r\n  display:inline;\r\n  padding: 5px;\r\n}\r\n.main_menu a .current, .main_menu a:hover, #footer a {\r\n  color: white;\r\n}\r\n\r\n/* ---------------------------------------------------------------------- */\r\ntextarea {\r\n  width: 100%;\r\n}\r\n.back_links, #permalink {\r\n  font-size: 0.8em;\r\n}\r\n#permalink {\r\n  text-align: right;\r\n  padding: 10px;\r\n}\r\n/* ----------------------------------------------------------------------\r\n   Pygments syntax highlighter\r\n---------------------------------------------------------------------- */\r\n.pygments_code, .pygments_code table, .pygments_code .code, .pygments_code pre {\r\n  background: {{ color_8 }};\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n.pygments_code pre {\r\n border: 1px;\r\n}\r\n.pygments_code .code {\r\n  width: 100%;\r\n}",  
    1305             "render": true,  
    1306             "lastupdateby": 1,  
    1307             "createtime": "2009-11-03 03:37:08",  
    1308             "description": "The 'small dark' design." 
     1408        "model": "pylucid.design",  
     1409        "fields": { 
     1410            "createby": 1,  
     1411            "name": "small_dark",  
     1412            "lastupdatetime": "2010-01-29 08:01:15",  
     1413            "colorscheme": 2,  
     1414            "sites": [ 
     1415                1 
     1416            ],  
     1417            "headfiles": [ 
     1418                3,  
     1419                6 
     1420            ],  
     1421            "template": "initial_site_template/small_dark.html",  
     1422            "lastupdateby": 1,  
     1423            "createtime": "2009-11-03 03:37:16" 
    13091424        } 
    13101425    },  
    13111426    { 
    13121427        "pk": 5,  
    1313         "model": "pylucid.editablehtmlheadfile",  
    1314         "fields": { 
    1315             "mimetype": "text/css",  
    1316             "createby": 1,  
    1317             "html_attributes": "",  
    1318             "lastupdatetime": "2009-11-03 03:40:46",  
    1319             "filepath": "initial_site_style/small_white.css",  
    1320             "sites": [ 
    1321                 1 
    1322             ],  
    1323             "content": "/* ----------------------------------------------------------------------\r\n   based on a open source xhtml/css website layout\r\n   by Andreas Viklund  - http://andreasviklund.com\r\n   modify by Martin Bergner - www.um-gottes-willen.net\r\n   modify2 by Jens Diemer - www.jensdiemer.de\r\n---------------------------------------------------------------------- */\r\n\r\n* {\r\n  color: {{ color_3 }}\r\n}\r\n\r\nbody {\r\n  margin: 0;\r\n  padding: 5px 0 5px 0;\r\n  font-size:0.8em;\r\n  font-family: tahoma, arial, sans-serif;\r\n  background:{{ color_17 }};\r\n}\r\n\r\na {\r\n  text-decoration:none;\r\n  font-weight:bold;\r\n  color:{{ color_0 }};\r\n  background-color:inherit;\r\n}\r\na:hover {\r\n  text-decoration:underline;\r\n  color:{{ color_0 }};\r\n  background-color:inherit;\r\n}\r\na img {\r\n  border:0;\r\n}\r\n.hide {\r\n  display: none;\r\n}\r\n\r\n#header {\r\n  margin: 0;\r\n\r\n  text-align:center;\r\n  background-image:url(/_static/pylucid_logo_2_1x76.jpg)\r\n}\r\n#pylucid_logo {\r\n  border: 0;\r\n}\r\n\r\n#wrap {\r\n  background:{{ color_8 }};\r\n  margin:0 auto;\r\n  width: 85%;\r\n}\r\n\r\n#contentwide {\r\n  margin:0 0 5px 25%;\r\n  border-left:1px solid {{ color_6 }};\r\n  padding:0 0 0 10px;\r\n  line-height:1.2em;\r\n}\r\n\r\n#leftside {\r\n  /*\r\n  includes the menu + search plugin\r\n  */\r\n  float:left;\r\n  padding: 0 0 0 10px;\r\n}\r\n\r\n.search input, .search button {\r\n  font-size: 0.85em;\r\n  border: 1px solid {{ color_5 }};\r\n  padding: 1px;\r\n}\r\n\r\n.main_menu {\r\n  font-size:0.9em;\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n\r\n.main_menu ul {\r\n  padding: 0;\r\n}\r\n\r\n.main_menu ul ul {\r\n  /* indent submenu */\r\n  padding: 0 0 0 1.5em;\r\n  font-size:0.95em; /* smaller font for subitems */\r\n}\r\n\r\n.main_menu li {\r\n  list-style:none;\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n\r\n.main_menu li a {\r\n  display: block;\r\n  width: 140px;\r\n  background-color: {{ color_4 }};\r\n  color: {{ color_1 }};\r\n  font-weight: bold;\r\n  padding: 4px;\r\n  margin: 2px;\r\n  border-left: 4px solid {{ color_7 }};\r\n  text-decoration: none;\r\n}\r\n\r\n.main_menu li a:hover {\r\n  background-color: {{ color_2 }};\r\n  border-left: 4px solid {{ color_0 }};\r\n  color: {{ color_1 }};\r\n}\r\n.main_menu li a .current {\r\n  background-color: {{ color_17 }};\r\n}\r\n\r\n#footer * {\r\n  color: {{ color_9 }};\r\n}\r\n#footer {\r\n  clear: both;\r\n  margin: 0 auto;\r\n  padding: 10px 0 20px;\r\n  border-top: 4px solid {{ color_6 }};\r\n  text-align: center;\r\n  font-size: 0.8em;\r\n}\r\n#footer a {\r\n  background-color: inherit;\r\n  text-decoration: none;\r\n}\r\n\r\n#footer a:hover {\r\n  text-decoration: underline;\r\n}\r\n\r\n/* ----------------------------------------------------------------------------\r\n   internal\r\n------------------------------------------------------------------------------- */\r\ntextarea {\r\n  /* all text areas should use the full width */\r\n  width: 100%;\r\n}\r\n.PyLucidPlugins.search {\r\n  display: block;\r\n  margin: 0;\r\n  border-top: 1px solid {{ color_6 }};\r\n}\r\n.back_links, #permalink {\r\n  font-size: 0.8em;\r\n}\r\n#permalink {\r\n  text-align: right;\r\n  padding: 10px;\r\n}\r\n\r\n.pygments_code, .pygments_code table, .pygments_code .code, .pygments_code pre {\r\n  background: {{ color_8 }};\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n.pygments_code pre {\r\n border: 1px;\r\n}\r\n.pygments_code .code {\r\n  width: 100%;\r\n}",  
    1324             "render": true,  
    1325             "lastupdateby": 1,  
    1326             "createtime": "2009-11-03 03:37:08",  
    1327             "description": "The 'small white' design." 
     1428        "model": "pylucid.design",  
     1429        "fields": { 
     1430            "createby": 1,  
     1431            "name": "small_white",  
     1432            "lastupdatetime": "2010-01-29 08:01:07",  
     1433            "colorscheme": 5,  
     1434            "sites": [ 
     1435                1 
     1436            ],  
     1437            "headfiles": [ 
     1438                5,  
     1439                6 
     1440            ],  
     1441            "template": "initial_site_template/small_white.html",  
     1442            "lastupdateby": 1,  
     1443            "createtime": "2009-11-03 03:37:20" 
    13281444        } 
    13291445    },  
     
    13471463    { 
    13481464        "pk": 1,  
    1349         "model": "pylucid.design",  
    1350         "fields": { 
    1351             "createby": 1,  
    1352             "name": "basic + main",  
    1353             "lastupdatetime": "2009-11-03 03:37:09",  
    1354             "colorscheme": 1,  
    1355             "sites": [ 
    1356                 1 
    1357             ],  
    1358             "headfiles": [ 
    1359                 1 
    1360             ],  
    1361             "template": "initial_site_template/basic.html",  
    1362             "lastupdateby": 1,  
    1363             "createtime": "2009-11-03 03:37:09" 
    1364         } 
    1365     },  
    1366     { 
    1367         "pk": 4,  
    1368         "model": "pylucid.design",  
    1369         "fields": { 
    1370             "createby": 1,  
    1371             "name": "elementary",  
    1372             "lastupdatetime": "2009-11-03 03:37:19",  
    1373             "colorscheme": 4,  
    1374             "sites": [ 
    1375                 1 
    1376             ],  
    1377             "headfiles": [ 
    1378                 4 
    1379             ],  
    1380             "template": "initial_site_template/elementary.html",  
    1381             "lastupdateby": 1,  
    1382             "createtime": "2009-11-03 03:37:18" 
    1383         } 
    1384     },  
    1385     { 
    1386         "pk": 3,  
    1387         "model": "pylucid.design",  
    1388         "fields": { 
    1389             "createby": 1,  
    1390             "name": "old_basic + old_main",  
    1391             "lastupdatetime": "2009-11-03 03:37:18",  
    1392             "colorscheme": 3,  
    1393             "sites": [ 
    1394                 1 
    1395             ],  
    1396             "headfiles": [ 
    1397                 2 
    1398             ],  
    1399             "template": "initial_site_template/old_basic.html",  
    1400             "lastupdateby": 1,  
    1401             "createtime": "2009-11-03 03:37:17" 
    1402         } 
    1403     },  
    1404     { 
    1405         "pk": 2,  
    1406         "model": "pylucid.design",  
    1407         "fields": { 
    1408             "createby": 1,  
    1409             "name": "small_dark",  
    1410             "lastupdatetime": "2009-11-03 03:37:16",  
    1411             "colorscheme": 2,  
    1412             "sites": [ 
    1413                 1 
    1414             ],  
    1415             "headfiles": [ 
    1416                 3 
    1417             ],  
    1418             "template": "initial_site_template/small_dark.html",  
    1419             "lastupdateby": 1,  
    1420             "createtime": "2009-11-03 03:37:16" 
    1421         } 
    1422     },  
    1423     { 
    1424         "pk": 5,  
    1425         "model": "pylucid.design",  
    1426         "fields": { 
    1427             "createby": 1,  
    1428             "name": "small_white",  
    1429             "lastupdatetime": "2009-11-03 03:37:21",  
    1430             "colorscheme": 5,  
    1431             "sites": [ 
    1432                 1 
    1433             ],  
    1434             "headfiles": [ 
    1435                 5 
    1436             ],  
    1437             "template": "initial_site_template/small_white.html",  
    1438             "lastupdateby": 1,  
    1439             "createtime": "2009-11-03 03:37:20" 
    1440         } 
    1441     },  
    1442     { 
    1443         "pk": 1,  
    14441465        "model": "pylucid.pagetree",  
    14451466        "fields": { 
    14461467            "createby": 1,  
    14471468            "parent": null,  
    1448             "lastupdatetime": "2009-11-03 03:42:48",  
    1449             "showlinks": true,  
     1469            "lastupdatetime": "2010-01-29 08:49:36",  
     1470            "showlinks": 1,  
    14501471            "permitViewGroup": null,  
    14511472            "site": 1,  
    1452             "slug": "Welcome",  
     1473            "slug": "welcome",  
    14531474            "design": 1,  
    14541475            "page_type": "C",  
    1455             "position": -5,  
     1476            "position": -10,  
    14561477            "lastupdateby": 1,  
    14571478            "createtime": "2009-11-03 03:37:09",  
     
    14651486            "createby": 1,  
    14661487            "parent": null,  
    1467             "lastupdatetime": "2009-11-03 03:37:10",  
    1468             "showlinks": true,  
     1488            "lastupdatetime": "2010-01-29 08:19:18",  
     1489            "showlinks": 1,  
    14691490            "permitViewGroup": null,  
    14701491            "site": 1,  
     
    14721493            "design": 1,  
    14731494            "page_type": "C",  
    1474             "position": 0,  
     1495            "position": -5,  
    14751496            "lastupdateby": 1,  
    14761497            "createtime": "2009-11-03 03:37:10",  
     
    14791500    },  
    14801501    { 
     1502        "pk": 8,  
     1503        "model": "pylucid.pagetree",  
     1504        "fields": { 
     1505            "createby": 1,  
     1506            "parent": 2,  
     1507            "lastupdatetime": "2010-01-29 08:20:01",  
     1508            "showlinks": 1,  
     1509            "permitViewGroup": null,  
     1510            "site": 1,  
     1511            "slug": "markups",  
     1512            "design": 1,  
     1513            "page_type": "C",  
     1514            "position": 0,  
     1515            "lastupdateby": 1,  
     1516            "createtime": "2009-11-03 03:37:15",  
     1517            "permitEditGroup": null 
     1518        } 
     1519    },  
     1520    { 
     1521        "pk": 17,  
     1522        "model": "pylucid.pagetree",  
     1523        "fields": { 
     1524            "createby": 1,  
     1525            "parent": 8,  
     1526            "lastupdatetime": "2009-11-03 03:37:24",  
     1527            "showlinks": 1,  
     1528            "permitViewGroup": null,  
     1529            "site": 1,  
     1530            "slug": "creole",  
     1531            "design": 1,  
     1532            "page_type": "C",  
     1533            "position": -8,  
     1534            "lastupdateby": 1,  
     1535            "createtime": "2009-11-03 03:37:24",  
     1536            "permitEditGroup": null 
     1537        } 
     1538    },  
     1539    { 
     1540        "pk": 13,  
     1541        "model": "pylucid.pagetree",  
     1542        "fields": { 
     1543            "createby": 1,  
     1544            "parent": 8,  
     1545            "lastupdatetime": "2009-11-03 03:37:21",  
     1546            "showlinks": 1,  
     1547            "permitViewGroup": null,  
     1548            "site": 1,  
     1549            "slug": "tinyTextile",  
     1550            "design": 1,  
     1551            "page_type": "C",  
     1552            "position": -4,  
     1553            "lastupdateby": 1,  
     1554            "createtime": "2009-11-03 03:37:21",  
     1555            "permitEditGroup": null 
     1556        } 
     1557    },  
     1558    { 
     1559        "pk": 14,  
     1560        "model": "pylucid.pagetree",  
     1561        "fields": { 
     1562            "createby": 1,  
     1563            "parent": 8,  
     1564            "lastupdatetime": "2010-01-29 08:20:01",  
     1565            "showlinks": 1,  
     1566            "permitViewGroup": null,  
     1567            "site": 1,  
     1568            "slug": "textile-original",  
     1569            "design": 1,  
     1570            "page_type": "C",  
     1571            "position": -3,  
     1572            "lastupdateby": 1,  
     1573            "createtime": "2009-11-03 03:37:22",  
     1574            "permitEditGroup": null 
     1575        } 
     1576    },  
     1577    { 
     1578        "pk": 16,  
     1579        "model": "pylucid.pagetree",  
     1580        "fields": { 
     1581            "createby": 1,  
     1582            "parent": 8,  
     1583            "lastupdatetime": "2010-01-29 08:20:01",  
     1584            "showlinks": 1,  
     1585            "permitViewGroup": null,  
     1586            "site": 1,  
     1587            "slug": "ReSt",  
     1588            "design": 1,  
     1589            "page_type": "C",  
     1590            "position": 0,  
     1591            "lastupdateby": 1,  
     1592            "createtime": "2009-11-03 03:37:23",  
     1593            "permitEditGroup": null 
     1594        } 
     1595    },  
     1596    { 
     1597        "pk": 15,  
     1598        "model": "pylucid.pagetree",  
     1599        "fields": { 
     1600            "createby": 1,  
     1601            "parent": 8,  
     1602            "lastupdatetime": "2010-01-29 08:20:01",  
     1603            "showlinks": 1,  
     1604            "permitViewGroup": null,  
     1605            "site": 1,  
     1606            "slug": "markdown",  
     1607            "design": 1,  
     1608            "page_type": "C",  
     1609            "position": 0,  
     1610            "lastupdateby": 1,  
     1611            "createtime": "2009-11-03 03:37:23",  
     1612            "permitEditGroup": null 
     1613        } 
     1614    },  
     1615    { 
     1616        "pk": 7,  
     1617        "model": "pylucid.pagetree",  
     1618        "fields": { 
     1619            "createby": 1,  
     1620            "parent": 2,  
     1621            "lastupdatetime": "2010-01-29 08:06:24",  
     1622            "showlinks": 1,  
     1623            "permitViewGroup": null,  
     1624            "site": 1,  
     1625            "slug": "SourceCode",  
     1626            "design": 1,  
     1627            "page_type": "C",  
     1628            "position": 0,  
     1629            "lastupdateby": 1,  
     1630            "createtime": "2009-11-03 03:37:14",  
     1631            "permitEditGroup": null 
     1632        } 
     1633    },  
     1634    { 
    14811635        "pk": 6,  
    14821636        "model": "pylucid.pagetree",  
     
    14851639            "parent": 2,  
    14861640            "lastupdatetime": "2009-11-03 03:37:13",  
    1487             "showlinks": true,  
     1641            "showlinks": 1,  
    14881642            "permitViewGroup": null,  
    14891643            "site": 1,  
     
    14981652    },  
    14991653    { 
    1500         "pk": 7,  
    1501         "model": "pylucid.pagetree",  
    1502         "fields": { 
    1503             "createby": 1,  
    1504             "parent": 2,  
    1505             "lastupdatetime": "2009-11-03 03:37:14",  
    1506             "showlinks": true,  
    1507             "permitViewGroup": null,  
    1508             "site": 1,  
    1509             "slug": "SourceCode",  
    1510             "design": 1,  
    1511             "page_type": "C",  
    1512             "position": 0,  
    1513             "lastupdateby": 1,  
    1514             "createtime": "2009-11-03 03:37:14",  
    1515             "permitEditGroup": null 
    1516         } 
    1517     },  
    1518     { 
    1519         "pk": 8,  
    1520         "model": "pylucid.pagetree",  
    1521         "fields": { 
    1522             "createby": 1,  
    1523             "parent": 2,  
    1524             "lastupdatetime": "2009-11-03 03:37:15",  
    1525             "showlinks": true,  
    1526             "permitViewGroup": null,  
    1527             "site": 1,  
    1528             "slug": "Markups",  
    1529             "design": 1,  
    1530             "page_type": "C",  
    1531             "position": 0,  
    1532             "lastupdateby": 1,  
    1533             "createtime": "2009-11-03 03:37:15",  
    1534             "permitEditGroup": null 
    1535         } 
    1536     },  
    1537     { 
    1538         "pk": 17,  
    1539         "model": "pylucid.pagetree",  
    1540         "fields": { 
    1541             "createby": 1,  
    1542             "parent": 8,  
    1543             "lastupdatetime": "2009-11-03 03:37:24",  
    1544             "showlinks": true,  
    1545             "permitViewGroup": null,  
    1546             "site": 1,  
    1547             "slug": "creole",  
    1548             "design": 1,  
    1549             "page_type": "C",  
    1550             "position": -8,  
    1551             "lastupdateby": 1,  
    1552             "createtime": "2009-11-03 03:37:24",  
    1553             "permitEditGroup": null 
    1554         } 
    1555     },  
    1556     { 
    1557         "pk": 13,  
    1558         "model": "pylucid.pagetree",  
    1559         "fields": { 
    1560             "createby": 1,  
    1561             "parent": 8,  
    1562             "lastupdatetime": "2009-11-03 03:37:21",  
    1563             "showlinks": true,  
    1564             "permitViewGroup": null,  
    1565             "site": 1,  
    1566             "slug": "tinyTextile",  
    1567             "design": 1,  
    1568             "page_type": "C",  
    1569             "position": -4,  
    1570             "lastupdateby": 1,  
    1571             "createtime": "2009-11-03 03:37:21",  
    1572             "permitEditGroup": null 
    1573         } 
    1574     },  
    1575     { 
    1576         "pk": 14,  
    1577         "model": "pylucid.pagetree",  
    1578         "fields": { 
    1579             "createby": 1,  
    1580             "parent": 8,  
    1581             "lastupdatetime": "2009-11-03 03:37:22",  
    1582             "showlinks": true,  
    1583             "permitViewGroup": null,  
    1584             "site": 1,  
    1585             "slug": "Textile-original",  
    1586             "design": 1,  
    1587             "page_type": "C",  
    1588             "position": -3,  
    1589             "lastupdateby": 1,  
    1590             "createtime": "2009-11-03 03:37:22",  
    1591             "permitEditGroup": null 
    1592         } 
    1593     },  
    1594     { 
    1595         "pk": 15,  
    1596         "model": "pylucid.pagetree",  
    1597         "fields": { 
    1598             "createby": 1,  
    1599             "parent": 8,  
    1600             "lastupdatetime": "2009-11-03 03:37:23",  
    1601             "showlinks": true,  
    1602             "permitViewGroup": null,  
    1603             "site": 1,  
    1604             "slug": "Markdown",  
    1605             "design": 1,  
    1606             "page_type": "C",  
    1607             "position": 0,  
    1608             "lastupdateby": 1,  
    1609             "createtime": "2009-11-03 03:37:23",  
    1610             "permitEditGroup": null 
    1611         } 
    1612     },  
    1613     { 
    1614         "pk": 16,  
    1615         "model": "pylucid.pagetree",  
    1616         "fields": { 
    1617             "createby": 1,  
    1618             "parent": 8,  
    1619             "lastupdatetime": "2009-11-03 03:37:23",  
    1620             "showlinks": true,  
    1621             "permitViewGroup": null,  
    1622             "site": 1,  
    1623             "slug": "ReStructuredText",  
    1624             "design": 1,  
    1625             "page_type": "C",  
    1626             "position": 0,  
    1627             "lastupdateby": 1,  
    1628             "createtime": "2009-11-03 03:37:23",  
    1629             "permitEditGroup": null 
    1630         } 
    1631     },  
    1632     { 
    16331654        "pk": 5,  
    16341655        "model": "pylucid.pagetree",  
     
    16371658            "parent": 2,  
    16381659            "lastupdatetime": "2009-11-03 03:37:13",  
    1639             "showlinks": true,  
     1660            "showlinks": 1,  
    16401661            "permitViewGroup": null,  
    16411662            "site": 1,  
     
    16551676            "createby": 1,  
    16561677            "parent": null,  
    1657             "lastupdatetime": "2009-11-03 03:37:11",  
    1658             "showlinks": true,  
     1678            "lastupdatetime": "2010-01-29 08:20:01",  
     1679            "showlinks": 1,  
    16591680            "permitViewGroup": null,  
    16601681            "site": 1,  
    1661             "slug": "Designs",  
     1682            "slug": "designs",  
    16621683            "design": 1,  
    16631684            "page_type": "C",  
    1664             "position": 0,  
     1685            "position": -3,  
    16651686            "lastupdateby": 1,  
    16661687            "createtime": "2009-11-03 03:37:11",  
     
    16751696            "parent": 3,  
    16761697            "lastupdatetime": "2009-11-03 03:37:21",  
    1677             "showlinks": true,  
     1698            "showlinks": 1,  
    16781699            "permitViewGroup": null,  
    16791700            "site": 1,  
     
    16881709    },  
    16891710    { 
     1711        "pk": 11,  
     1712        "model": "pylucid.pagetree",  
     1713        "fields": { 
     1714            "createby": 1,  
     1715            "parent": 3,  
     1716            "lastupdatetime": "2009-11-03 03:37:19",  
     1717            "showlinks": 1,  
     1718            "permitViewGroup": null,  
     1719            "site": 1,  
     1720            "slug": "elementary",  
     1721            "design": 4,  
     1722            "page_type": "C",  
     1723            "position": 0,  
     1724            "lastupdateby": 1,  
     1725            "createtime": "2009-11-03 03:37:19",  
     1726            "permitEditGroup": null 
     1727        } 
     1728    },  
     1729    { 
    16901730        "pk": 9,  
    16911731        "model": "pylucid.pagetree",  
     
    16941734            "parent": 3,  
    16951735            "lastupdatetime": "2009-11-03 03:37:16",  
    1696             "showlinks": true,  
     1736            "showlinks": 1,  
    16971737            "permitViewGroup": null,  
    16981738            "site": 1,  
     
    17071747    },  
    17081748    { 
    1709         "pk": 11,  
    1710         "model": "pylucid.pagetree",  
    1711         "fields": { 
    1712             "createby": 1,  
    1713             "parent": 3,  
    1714             "lastupdatetime": "2009-11-03 03:37:19",  
    1715             "showlinks": true,  
    1716             "permitViewGroup": null,  
    1717             "site": 1,  
    1718             "slug": "elementary",  
    1719             "design": 4,  
    1720             "page_type": "C",  
    1721             "position": 0,  
    1722             "lastupdateby": 1,  
    1723             "createtime": "2009-11-03 03:37:19",  
    1724             "permitEditGroup": null 
    1725         } 
    1726     },  
    1727     { 
    17281749        "pk": 10,  
    17291750        "model": "pylucid.pagetree",  
     
    17321753            "parent": 3,  
    17331754            "lastupdatetime": "2009-11-03 03:37:18",  
    1734             "showlinks": true,  
     1755            "showlinks": 1,  
    17351756            "permitViewGroup": null,  
    17361757            "site": 1,  
     
    17451766    },  
    17461767    { 
    1747         "pk": 4,  
     1768        "pk": 18,  
    17481769        "model": "pylucid.pagetree",  
    17491770        "fields": { 
    17501771            "createby": 1,  
    17511772            "parent": null,  
    1752             "lastupdatetime": "2009-11-03 03:37:12",  
    1753             "showlinks": true,  
     1773            "lastupdatetime": "2010-01-29 07:58:50",  
     1774            "showlinks": 1,  
    17541775            "permitViewGroup": null,  
    17551776            "site": 1,  
    1756             "slug": "weblog",  
     1777            "slug": "blog",  
    17571778            "design": 1,  
    1758             "page_type": "C",  
     1779            "page_type": "P",  
    17591780            "position": 0,  
    17601781            "lastupdateby": 1,  
    1761             "createtime": "2009-11-03 03:37:11",  
     1782            "createtime": "2010-01-29 07:58:50",  
     1783            "permitEditGroup": null 
     1784        } 
     1785    },  
     1786    { 
     1787        "pk": 19,  
     1788        "model": "pylucid.pagetree",  
     1789        "fields": { 
     1790            "createby": 1,  
     1791            "parent": null,  
     1792            "lastupdatetime": "2010-01-29 07:59:24",  
     1793            "showlinks": 1,  
     1794            "permitViewGroup": null,  
     1795            "site": 1,  
     1796            "slug": "lexicon",  
     1797            "design": 1,  
     1798            "page_type": "P",  
     1799            "position": 0,  
     1800            "lastupdateby": 1,  
     1801            "createtime": "2010-01-29 07:59:24",  
    17621802            "permitEditGroup": null 
    17631803        } 
     
    17681808        "fields": { 
    17691809            "createby": 1,  
    1770             "lastupdatetime": "2009-11-03 03:42:48",  
     1810            "lastupdatetime": "2010-01-29 08:49:37",  
    17711811            "language": 1,  
    17721812            "title": "Welcome to your PyLucid CMS =;-)",  
     
    17791819            "lastupdateby": 1,  
    17801820            "createtime": "2009-11-03 03:37:10",  
    1781             "name": "Welcome" 
     1821            "name": "welcome" 
     1822        } 
     1823    },  
     1824    { 
     1825        "pk": 20,  
     1826        "model": "pylucid.pagemeta",  
     1827        "fields": { 
     1828            "createby": 1,  
     1829            "lastupdatetime": "2010-01-29 08:46:03",  
     1830            "language": 2,  
     1831            "title": "Willkommen auf deiner PyLucid CMS Seite =;-)",  
     1832            "description": "",  
     1833            "tags": "",  
     1834            "permitViewGroup": null,  
     1835            "robots": "index,follow",  
     1836            "pagetree": 1,  
     1837            "keywords": "",  
     1838            "lastupdateby": 1,  
     1839            "createtime": "2010-01-29 08:27:45",  
     1840            "name": "Willkommen" 
    17821841        } 
    17831842    },  
     
    17871846        "fields": { 
    17881847            "createby": 1,  
    1789             "lastupdatetime": "2009-11-03 03:37:24",  
     1848            "lastupdatetime": "2010-01-29 08:25:35",  
     1849            "language": 1,  
     1850            "title": "ReStructuredText markup.",  
     1851            "description": "",  
     1852            "tags": "",  
     1853            "permitViewGroup": null,  
     1854            "robots": "index,follow",  
     1855            "pagetree": 16,  
     1856            "keywords": "",  
     1857            "lastupdateby": 1,  
     1858            "createtime": "2009-11-03 03:37:24",  
     1859            "name": "reStructuredText" 
     1860        } 
     1861    },  
     1862    { 
     1863        "pk": 17,  
     1864        "model": "pylucid.pagemeta",  
     1865        "fields": { 
     1866            "createby": 1,  
     1867            "lastupdatetime": "2010-01-29 08:25:35",  
     1868            "language": 1,  
     1869            "title": "The buildin creole markup.",  
     1870            "description": "",  
     1871            "tags": "",  
     1872            "permitViewGroup": null,  
     1873            "robots": "index,follow",  
     1874            "pagetree": 17,  
     1875            "keywords": "",  
     1876            "lastupdateby": 1,  
     1877            "createtime": "2009-11-03 03:37:24",  
     1878            "name": "creole" 
     1879        } 
     1880    },  
     1881    { 
     1882        "pk": 14,  
     1883        "model": "pylucid.pagemeta",  
     1884        "fields": { 
     1885            "createby": 1,  
     1886            "lastupdatetime": "2010-01-29 08:25:35",  
     1887            "language": 1,  
     1888            "title": "The original 'textile' markup.",  
     1889            "description": "",  
     1890            "tags": "",  
     1891            "permitViewGroup": null,  
     1892            "robots": "index,follow",  
     1893            "pagetree": 14,  
     1894            "keywords": "",  
     1895            "lastupdateby": 1,  
     1896            "createtime": "2009-11-03 03:37:22",  
     1897            "name": "textile (original)" 
     1898        } 
     1899    },  
     1900    { 
     1901        "pk": 12,  
     1902        "model": "pylucid.pagemeta",  
     1903        "fields": { 
     1904            "createby": 1,  
     1905            "lastupdatetime": "2010-01-29 08:25:35",  
     1906            "language": 1,  
     1907            "title": "A small white design.",  
     1908            "description": "",  
     1909            "tags": "",  
     1910            "permitViewGroup": null,  
     1911            "robots": "index,follow",  
     1912            "pagetree": 12,  
     1913            "keywords": "",  
     1914            "lastupdateby": 1,  
     1915            "createtime": "2009-11-03 03:37:21",  
     1916            "name": "small white" 
     1917        } 
     1918    },  
     1919    { 
     1920        "pk": 11,  
     1921        "model": "pylucid.pagemeta",  
     1922        "fields": { 
     1923            "createby": 1,  
     1924            "lastupdatetime": "2010-01-29 08:25:35",  
     1925            "language": 1,  
     1926            "title": "The 'Elementary' Design",  
     1927            "description": "",  
     1928            "tags": "",  
     1929            "permitViewGroup": null,  
     1930            "robots": "index,follow",  
     1931            "pagetree": 11,  
     1932            "keywords": "",  
     1933            "lastupdateby": 1,  
     1934            "createtime": "2009-11-03 03:37:19",  
     1935            "name": "elementary" 
     1936        } 
     1937    },  
     1938    { 
     1939        "pk": 10,  
     1940        "model": "pylucid.pagemeta",  
     1941        "fields": { 
     1942            "createby": 1,  
     1943            "lastupdatetime": "2010-01-29 08:25:35",  
     1944            "language": 1,  
     1945            "title": "The old default ghastly design... ;)",  
     1946            "description": "",  
     1947            "tags": "",  
     1948            "permitViewGroup": null,  
     1949            "robots": "index,follow",  
     1950            "pagetree": 10,  
     1951            "keywords": "",  
     1952            "lastupdateby": 1,  
     1953            "createtime": "2009-11-03 03:37:18",  
     1954            "name": "old default" 
     1955        } 
     1956    },  
     1957    { 
     1958        "pk": 9,  
     1959        "model": "pylucid.pagemeta",  
     1960        "fields": { 
     1961            "createby": 1,  
     1962            "lastupdatetime": "2010-01-29 08:25:35",  
     1963            "language": 1,  
     1964            "title": "Example design 'small dark'.",  
     1965            "description": "",  
     1966            "tags": "",  
     1967            "permitViewGroup": null,  
     1968            "robots": "index,follow",  
     1969            "pagetree": 9,  
     1970            "keywords": "",  
     1971            "lastupdateby": 1,  
     1972            "createtime": "2009-11-03 03:37:17",  
     1973            "name": "small dark" 
     1974        } 
     1975    },  
     1976    { 
     1977        "pk": 8,  
     1978        "model": "pylucid.pagemeta",  
     1979        "fields": { 
     1980            "createby": 1,  
     1981            "lastupdatetime": "2010-01-29 08:25:35",  
     1982            "language": 1,  
     1983            "title": "Markup 'test' pages.",  
     1984            "description": "",  
     1985            "tags": "",  
     1986            "permitViewGroup": null,  
     1987            "robots": "index,follow",  
     1988            "pagetree": 8,  
     1989            "keywords": "",  
     1990            "lastupdateby": 1,  
     1991            "createtime": "2009-11-03 03:37:15",  
     1992            "name": "markups" 
     1993        } 
     1994    },  
     1995    { 
     1996        "pk": 6,  
     1997        "model": "pylucid.pagemeta",  
     1998        "fields": { 
     1999            "createby": 1,  
     2000            "lastupdatetime": "2010-01-29 08:25:35",  
     2001            "language": 1,  
     2002            "title": "RSS feed test.",  
     2003            "description": "",  
     2004            "tags": "",  
     2005            "permitViewGroup": null,  
     2006            "robots": "index,follow",  
     2007            "pagetree": 6,  
     2008            "keywords": "",  
     2009            "lastupdateby": 1,  
     2010            "createtime": "2009-11-03 03:37:14",  
     2011            "name": "RSS" 
     2012        } 
     2013    },  
     2014    { 
     2015        "pk": 5,  
     2016        "model": "pylucid.pagemeta",  
     2017        "fields": { 
     2018            "createby": 1,  
     2019            "lastupdatetime": "2010-01-29 08:25:35",  
     2020            "language": 1,  
     2021            "title": "A user sitemap.",  
     2022            "description": "",  
     2023            "tags": "",  
     2024            "permitViewGroup": null,  
     2025            "robots": "index,follow",  
     2026            "pagetree": 5,  
     2027            "keywords": "",  
     2028            "lastupdateby": 1,  
     2029            "createtime": "2009-11-03 03:37:13",  
     2030            "name": "sitemap" 
     2031        } 
     2032    },  
     2033    { 
     2034        "pk": 18,  
     2035        "model": "pylucid.pagemeta",  
     2036        "fields": { 
     2037            "createby": 1,  
     2038            "lastupdatetime": "2010-01-29 08:25:35",  
     2039            "language": 1,  
     2040            "title": "Your personal weblog.",  
     2041            "description": "",  
     2042            "tags": "",  
     2043            "permitViewGroup": null,  
     2044            "robots": "index,follow",  
     2045            "pagetree": 18,  
     2046            "keywords": "",  
     2047            "lastupdateby": 1,  
     2048            "createtime": "2010-01-29 07:58:50",  
     2049            "name": "blog" 
     2050        } 
     2051    },  
     2052    { 
     2053        "pk": 3,  
     2054        "model": "pylucid.pagemeta",  
     2055        "fields": { 
     2056            "createby": 1,  
     2057            "lastupdatetime": "2010-01-29 08:25:35",  
     2058            "language": 1,  
     2059            "title": "Some other designs pages.",  
     2060            "description": "",  
     2061            "tags": "",  
     2062            "permitViewGroup": null,  
     2063            "robots": "index,follow",  
     2064            "pagetree": 3,  
     2065            "keywords": "",  
     2066            "lastupdateby": 1,  
     2067            "createtime": "2009-11-03 03:37:11",  
     2068            "name": "design examples" 
     2069        } 
     2070    },  
     2071    { 
     2072        "pk": 2,  
     2073        "model": "pylucid.pagemeta",  
     2074        "fields": { 
     2075            "createby": 1,  
     2076            "lastupdatetime": "2010-01-29 08:25:35",  
     2077            "language": 1,  
     2078            "title": "Some example pages.",  
     2079            "description": "",  
     2080            "tags": "",  
     2081            "permitViewGroup": null,  
     2082            "robots": "index,follow",  
     2083            "pagetree": 2,  
     2084            "keywords": "",  
     2085            "lastupdateby": 1,  
     2086            "createtime": "2009-11-03 03:37:10",  
     2087            "name": "example pages" 
     2088        } 
     2089    },  
     2090    { 
     2091        "pk": 19,  
     2092        "model": "pylucid.pagemeta",  
     2093        "fields": { 
     2094            "createby": 1,  
     2095            "lastupdatetime": "2010-01-29 08:25:35",  
     2096            "language": 1,  
     2097            "title": "The 'lexicon' plugin page.",  
     2098            "description": "",  
     2099            "tags": "",  
     2100            "permitViewGroup": null,  
     2101            "robots": "index,follow",  
     2102            "pagetree": 19,  
     2103            "keywords": "",  
     2104            "lastupdateby": 1,  
     2105            "createtime": "2010-01-29 07:59:24",  
     2106            "name": "lexicon" 
     2107        } 
     2108    },  
     2109    { 
     2110        "pk": 15,  
     2111        "model": "pylucid.pagemeta",  
     2112        "fields": { 
     2113            "createby": 1,  
     2114            "lastupdatetime": "2010-01-29 08:22:53",  
    17902115            "language": 1,  
    17912116            "title": "",  
     
    17942119            "permitViewGroup": null,  
    17952120            "robots": "index,follow",  
    1796             "pagetree": 16,  
     2121            "pagetree": 15,  
    17972122            "keywords": "",  
    17982123            "lastupdateby": 1,  
    1799             "createtime": "2009-11-03 03:37:24",  
    1800             "name": "reStructuredText" 
    1801         } 
    1802     },  
    1803     { 
    1804         "pk": 17,  
     2124            "createtime": "2009-11-03 03:37:23",  
     2125            "name": "markdown" 
     2126        } 
     2127    },  
     2128    { 
     2129        "pk": 7,  
    18052130        "model": "pylucid.pagemeta",  
    18062131        "fields": { 
    18072132            "createby": 1,  
    1808             "lastupdatetime": "2009-11-03 03:37:24",  
     2133            "lastupdatetime": "2010-01-29 08:22:53",  
    18092134            "language": 1,  
    1810             "title": "The buildin creole markup",  
     2135            "title": "SourceCode",  
    18112136            "description": "",  
    18122137            "tags": "",  
    18132138            "permitViewGroup": null,  
    18142139            "robots": "index,follow",  
    1815             "pagetree": 17,  
     2140            "pagetree": 7,  
    18162141            "keywords": "",  
    18172142            "lastupdateby": 1,  
    1818             "createtime": "2009-11-03 03:37:24",  
    1819             "name": "creole" 
    1820         } 
    1821     },  
    1822     { 
    1823         "pk": 15,  
    1824         "model": "pylucid.pagemeta",  
    1825         "fields": { 
    1826             "createby": 1,  
    1827             "lastupdatetime": "2009-11-03 03:37:23",  
    1828             "language": 1,  
    1829             "title": "",  
    1830             "description": "",  
    1831             "tags": "",  
    1832             "permitViewGroup": null,  
    1833             "robots": "index,follow",  
    1834             "pagetree": 15,  
    1835             "keywords": "",  
    1836             "lastupdateby": 1,  
    1837             "createtime": "2009-11-03 03:37:23",  
    1838             "name": "Markdown" 
     2143            "createtime": "2009-11-03 03:37:14",  
     2144            "name": "sourcecode" 
    18392145        } 
    18402146    },  
     
    18592165    },  
    18602166    { 
    1861         "pk": 14,  
    1862         "model": "pylucid.pagemeta",  
    1863         "fields": { 
    1864             "createby": 1,  
    1865             "lastupdatetime": "2009-11-03 03:37:22",  
    1866             "language": 1,  
    1867             "title": "",  
    1868             "description": "",  
    1869             "tags": "",  
    1870             "permitViewGroup": null,  
    1871             "robots": "index,follow",  
    1872             "pagetree": 14,  
    1873             "keywords": "",  
    1874             "lastupdateby": 1,  
    1875             "createtime": "2009-11-03 03:37:22",  
    1876             "name": "Textile (original)" 
    1877         } 
    1878     },  
    1879     { 
    1880         "pk": 12,  
    1881         "model": "pylucid.pagemeta",  
    1882         "fields": { 
    1883             "createby": 1,  
    1884             "lastupdatetime": "2009-11-03 03:37:21",  
    1885             "language": 1,  
    1886             "title": "a small white design",  
    1887             "description": "",  
    1888             "tags": "",  
    1889             "permitViewGroup": null,  
    1890             "robots": "index,follow",  
    1891             "pagetree": 12,  
    1892             "keywords": "",  
    1893             "lastupdateby": 1,  
    1894             "createtime": "2009-11-03 03:37:21",  
    1895             "name": "small white" 
    1896         } 
    1897     },  
    1898     { 
    1899         "pk": 11,  
    1900         "model": "pylucid.pagemeta",  
    1901         "fields": { 
    1902             "createby": 1,  
    1903             "lastupdatetime": "2009-11-03 03:37:19",  
    1904             "language": 1,  
    1905             "title": "elementary",  
    1906             "description": "",  
    1907             "tags": "",  
    1908             "permitViewGroup": null,  
    1909             "robots": "index,follow",  
    1910             "pagetree": 11,  
    1911             "keywords": "",  
    1912             "lastupdateby": 1,  
    1913             "createtime": "2009-11-03 03:37:19",  
    1914             "name": "elementary" 
    1915         } 
    1916     },  
    1917     { 
    1918         "pk": 10,  
    1919         "model": "pylucid.pagemeta",  
    1920         "fields": { 
    1921             "createby": 1,  
    1922             "lastupdatetime": "2009-11-03 03:37:18",  
    1923             "language": 1,  
    1924             "title": "the old default ghastly design... ;)",  
    1925             "description": "",  
    1926             "tags": "",  
    1927             "permitViewGroup": null,  
    1928             "robots": "index,follow",  
    1929             "pagetree": 10,  
    1930             "keywords": "",  
    1931             "lastupdateby": 1,  
    1932             "createtime": "2009-11-03 03:37:18",  
    1933             "name": "old default" 
    1934         } 
    1935     },  
    1936     { 
    1937         "pk": 9,  
    1938         "model": "pylucid.pagemeta",  
    1939         "fields": { 
    1940             "createby": 1,  
    1941             "lastupdatetime": "2009-11-03 03:37:17",  
    1942             "language": 1,  
    1943             "title": "small dark",  
    1944             "description": "",  
    1945             "tags": "",  
    1946             "permitViewGroup": null,  
    1947             "robots": "index,follow",  
    1948             "pagetree": 9,  
    1949             "keywords": "",  
    1950             "lastupdateby": 1,  
    1951             "createtime": "2009-11-03 03:37:17",  
    1952             "name": "small dark" 
    1953         } 
    1954     },  
    1955     { 
    1956         "pk": 8,  
    1957         "model": "pylucid.pagemeta",  
    1958         "fields": { 
    1959             "createby": 1,  
    1960             "lastupdatetime": "2009-11-03 03:37:15",  
    1961             "language": 1,  
    1962             "title": "Markup test pages",  
    1963             "description": "",  
    1964             "tags": "",  
    1965             "permitViewGroup": null,  
    1966             "robots": "index,follow",  
    1967             "pagetree": 8,  
    1968             "keywords": "",  
    1969             "lastupdateby": 1,  
    1970             "createtime": "2009-11-03 03:37:15",  
    1971             "name": "Markups" 
    1972         } 
    1973     },  
    1974     { 
    1975         "pk": 6,  
    1976         "model": "pylucid.pagemeta",  
    1977         "fields": { 
    1978             "createby": 1,  
    1979             "lastupdatetime": "2009-11-03 03:37:14",  
    1980             "language": 1,  
    1981             "title": "RSS feed test",  
    1982             "description": "",  
    1983             "tags": "",  
    1984             "permitViewGroup": null,  
    1985             "robots": "index,follow",  
    1986             "pagetree": 6,  
    1987             "keywords": "",  
    1988             "lastupdateby": 1,  
    1989             "createtime": "2009-11-03 03:37:14",  
    1990             "name": "RSS" 
    1991         } 
    1992     },  
    1993     { 
    1994         "pk": 7,  
    1995         "model": "pylucid.pagemeta",  
    1996         "fields": { 
    1997             "createby": 1,  
    1998             "lastupdatetime": "2009-11-03 03:37:14",  
    1999             "language": 1,  
    2000             "title": "SourceCode",  
    2001             "description": "",  
    2002             "tags": "",  
    2003             "permitViewGroup": null,  
    2004             "robots": "index,follow",  
    2005             "pagetree": 7,  
    2006             "keywords": "",  
    2007             "lastupdateby": 1,  
    2008             "createtime": "2009-11-03 03:37:14",  
    2009             "name": "SourceCode" 
    2010         } 
    2011     },  
    2012     { 
    2013         "pk": 5,  
    2014         "model": "pylucid.pagemeta",  
    2015         "fields": { 
    2016             "createby": 1,  
    2017             "lastupdatetime": "2009-11-03 03:37:13",  
    2018             "language": 1,  
    2019             "title": "SiteMap",  
    2020             "description": "",  
    2021             "tags": "",  
    2022             "permitViewGroup": null,  
    2023             "robots": "index,follow",  
    2024             "pagetree": 5,  
    2025             "keywords": "",  
    2026             "lastupdateby": 1,  
    2027             "createtime": "2009-11-03 03:37:13",  
    2028             "name": "SiteMap" 
    2029         } 
    2030     },  
    2031     { 
    2032         "pk": 4,  
    2033         "model": "pylucid.pagemeta",  
    2034         "fields": { 
    2035             "createby": 1,  
    2036             "lastupdatetime": "2009-11-03 03:37:12",  
    2037             "language": 1,  
    2038             "title": "Your weblog",  
    2039             "description": "",  
    2040             "tags": "blog, weblog",  
    2041             "permitViewGroup": null,  
    2042             "robots": "index,follow",  
    2043             "pagetree": 4,  
    2044             "keywords": "blog, weblog",  
    2045             "lastupdateby": 1,  
    2046             "createtime": "2009-11-03 03:37:12",  
    2047             "name": "weblog" 
    2048         } 
    2049     },  
    2050     { 
    2051         "pk": 3,  
    2052         "model": "pylucid.pagemeta",  
    2053         "fields": { 
    2054             "createby": 1,  
    2055             "lastupdatetime": "2009-11-03 03:37:11",  
    2056             "language": 1,  
    2057             "title": "Some other designs pages...",  
    2058             "description": "",  
    2059             "tags": "",  
    2060             "permitViewGroup": null,  
    2061             "robots": "index,follow",  
    2062             "pagetree": 3,  
    2063             "keywords": "",  
    2064             "lastupdateby": 1,  
    2065             "createtime": "2009-11-03 03:37:11",  
    2066             "name": "Designs" 
    2067         } 
    2068     },  
    2069     { 
    2070         "pk": 2,  
    2071         "model": "pylucid.pagemeta",  
    2072         "fields": { 
    2073             "createby": 1,  
    2074             "lastupdatetime": "2009-11-03 03:37:10",  
    2075             "language": 1,  
    2076             "title": "example pages",  
    2077             "description": "",  
    2078             "tags": "",  
    2079             "permitViewGroup": null,  
    2080             "robots": "index,follow",  
    2081             "pagetree": 2,  
    2082             "keywords": "",  
    2083             "lastupdateby": 1,  
    2084             "createtime": "2009-11-03 03:37:10",  
    2085             "name": "example pages" 
    2086         } 
    2087     },  
    2088     { 
    20892167        "pk": 1,  
    20902168        "model": "pylucid.pagecontent",  
    20912169        "fields": { 
    20922170            "createby": 1,  
    2093             "lastupdatetime": "2009-11-03 03:42:49",  
     2171            "lastupdatetime": "2010-01-29 08:49:37",  
    20942172            "markup": 6,  
    2095             "content": "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 update_journal %}",  
     2173            "content": "Welcome to your fesh PyLucid CMS installation ;)\r\n\r\n{% if user.is_superuser %}\r\nYou should first change the \"site domain\" to your domain name.\r\nYou can use this link: [[{% url admin:sites_site_change 1 %}]]\r\n\r\nIf you didn't installed the PyLucid plugins, please do it here //PyLucid admin menu / PyLucid / **install plugins**//\r\n\r\nThen it would be good if you would carefully study the output of the self test, here: //PyLucid admin menu / system / **base check**//\r\n{% endif %}\r\n\r\nPlease [[http://www.pylucid.org/permalink/29/kontakt-contact|contact us]], if you have any question.\r\n\r\nIf you find errors, write a ticket (if it does not exist) in our [[http://trac.pylucid.net/|Trac bug tracker]] (login with guest/guest).\r\n\r\n=== list of last updates\r\n\r\n{% lucidTag update_journal %}",  
    20962174            "pagemeta": 1,  
    20972175            "lastupdateby": 1,  
    20982176            "createtime": "2009-11-03 03:37:10" 
     2177        } 
     2178    },  
     2179    { 
     2180        "pk": 18,  
     2181        "model": "pylucid.pagecontent",  
     2182        "fields": { 
     2183            "createby": 1,  
     2184            "lastupdatetime": "2010-01-29 08:46:03",  
     2185            "markup": 6,  
     2186            "content": "Willkommen auf deiner frisch installierem PyLucid CMS Seiten ;)\r\n(Nur diese Seite existiert in deutsch.)\r\n\r\n{% if user.is_superuser %}\r\nAls ersten Schritt solltest du die \"site domain\" auf deinen Domain Namen ändern.\r\nDu kannst dafür diesen Link benutzten: [[{% url admin:sites_site_change 1 %}]]\r\n\r\nFallst du die Plugins noch nicht instaliert hast, gehe einmal auf //PyLucid Admin Menü / PyLucid / **Plugins installieren**//\r\n\r\nDanach wäre es gut, wenn du die Ausgaben des Selbsttest genau studieren würdest, unter: //PyLucid Admin Menü / system / **base check**//\r\n{% endif %}\r\n\r\nBei Fragen: [[http://www.pylucid.org/permalink/29/kontakt-contact|Kontakiere uns]]!\r\nWenn du Fehler gefunden hast, schreibe ein Ticket (wenn dies noch nicht existiert) in unserem [[http://trac.pylucid.net/|Trac Bug Tracker]] (einloggen mit guest/guest).\r\n\r\n\r\n=== Liste der letzten Änderungen\r\n\r\n{% lucidTag update_journal %}",  
     2187            "pagemeta": 20,  
     2188            "lastupdateby": 1,  
     2189            "createtime": "2010-01-29 08:27:45" 
     2190        } 
     2191    },  
     2192    { 
     2193        "pk": 2,  
     2194        "model": "pylucid.pagecontent",  
     2195        "fields": { 
     2196            "createby": 1,  
     2197            "lastupdatetime": "2010-01-29 08:19:19",  
     2198            "markup": 6,  
     2199            "content": "=== sub menu\r\n\r\n{% lucidTag sub_menu %}",  
     2200            "pagemeta": 2,  
     2201            "lastupdateby": 1,  
     2202            "createtime": "2009-11-03 03:37:11" 
     2203        } 
     2204    },  
     2205    { 
     2206        "pk": 3,  
     2207        "model": "pylucid.pagecontent",  
     2208        "fields": { 
     2209            "createby": 1,  
     2210            "lastupdatetime": "2010-01-29 08:18:20",  
     2211            "markup": 6,  
     2212            "content": "Here a example pages for the other designs.\r\n\r\nPlease look at the page [[http://www.pylucid.org/_goto/37/customise-PyLucid/|customise PyLucid]]\r\n\r\n**TODO:** We must update these pages! The CSS are bad.\r\n\r\n=== sub menu\r\n\r\n{% lucidTag sub_menu %}",  
     2213            "pagemeta": 3,  
     2214            "lastupdateby": 1,  
     2215            "createtime": "2009-11-03 03:37:11" 
     2216        } 
     2217    },  
     2218    { 
     2219        "pk": 7,  
     2220        "model": "pylucid.pagecontent",  
     2221        "fields": { 
     2222            "createby": 1,  
     2223            "lastupdatetime": "2010-01-29 08:06:25",  
     2224            "markup": 6,  
     2225            "content": "PyLucid used the Python syntax highlighter [[http://pygments.org/|Pygments]]. It supports an ever-growing range of languages, look at: [[http://pygments.org/languages/|language list]].\r\n\r\n== Markup source code\r\n\r\nIn Creole markup you can easy insert sourcecode: Use **{{{<<code ext=\".EXT\">>...<</code>>}}}** and PyLucid used Pygments to highlight it. Where '.EXT' is the typical fileextension/alias of the code, please look at:\r\n\r\n * http://pygments.org/docs/lexers/\r\n\r\n=== examples\r\n\r\n{{{\r\n<<code ext=\".css\">>\r\n/* CSS Stylesheet */\r\n.xs {font-family:verdana,arial,helvetica,sans-serif;font-size: x-small}\r\n.m {font-size: medium}\r\n<</code>>\r\n}}}\r\n\r\nresult:\r\n\r\n<<code ext=\".css\">>\r\n/* CSS Stylesheet */\r\n.xs {font-family:verdana,arial,helvetica,sans-serif;font-size: x-small}\r\n.m {font-size: medium}\r\n<</code>>\r\n\r\nHere a \"error\" example:\r\n\r\n<<code ext=NotExists>>\r\nIf there exist no Lexer for the given format, PyLucid used the Pygments TextLexer. =;-)\r\n<</code>>\r\nThe other way is to use Creole **<<html>>&#x7B;&#x7B;&#x7B;...&#x7D;&#x7D;&#x7D;<</html>>** code block tags.\r\n\r\n== SourceCode Plugin\r\n\r\n**Note:** The SourceCode Plugin is [[http://trac.pylucid.net/ticket/352|not reimplemented yet]].\r\n\r\nWith the SourceCode Plugin you can integrate the source code of a local file into your CMS page.\r\n\r\n=== example:\r\n{{{\r\n{% lucidTag SourceCode url=\"./media/PyLucid/install_views.css\" %}\r\n}}}\r\n\r\n=== some examples:\r\n\r\n==== ./media/PyLucid/install_views.css:\r\n\r\n{% lucidTag SourceCode url=\"./media/PyLucid/install_views.css\" %}\r\n\r\n==== ./media/PyLucid/shared_sha_tools.js:\r\n\r\n{% lucidTag SourceCode url=\"./media/PyLucid/shared_sha_tools.js\" %}\r\n",  
     2226            "pagemeta": 7,  
     2227            "lastupdateby": 1,  
     2228            "createtime": "2009-11-03 03:37:15" 
    20992229        } 
    21002230    },  
     
    22302360    },  
    22312361    { 
    2232         "pk": 7,  
    2233         "model": "pylucid.pagecontent",  
    2234         "fields": { 
    2235             "createby": 1,  
    2236             "lastupdatetime": "2009-11-03 03:37:15",  
    2237             "markup": 6,  
    2238             "content": "PyLucid used the Python syntax highlighter \"Pygments\":http://pygments.pocoo.org/ . It supports an ever-growing range of languages, look at: http://pygments.pocoo.org/docs/lexers/\r\n\r\n== Markup source code\r\n\r\nIn Creole markup you can easy insert sourcecode: Use **{{{<<code ext=\".EXT\">>...<</code>>}}}** and PyLucid used Pygments to highlight it. Where '.EXT' is the typical fileextension/alias of the code, please look at:\r\n\r\n * http://pygments.pocoo.org/docs/lexers/\r\n\r\n=== examples\r\n\r\n{{{\r\n<<code ext=\".css\">>\r\n/* CSS Stylesheet */\r\n.xs {font-family:verdana,arial,helvetica,sans-serif;font-size: x-small}\r\n.m {font-size: medium}\r\n<</code>>\r\n}}}\r\n\r\nresult:\r\n\r\n<<code ext=\".css\">>\r\n/* CSS Stylesheet */\r\n.xs {font-family:verdana,arial,helvetica,sans-serif;font-size: x-small}\r\n.m {font-size: medium}\r\n<</code>>\r\n\r\nHere a \"error\" example:\r\n\r\n<<code ext=NotExists>>\r\nIf there exist no Lexer for the given format, PyLucid used the Pygments TextLexer. =;-)\r\n<</code>>\r\nThe other way is to use Creole **<<html>>&#x7B;&#x7B;&#x7B;...&#x7D;&#x7D;&#x7D;<</html>>** code block tags.\r\n\r\n== SourceCode Plugin\r\n\r\nWith the SourceCode Plugin you can integrate the source code of a local file into your CMS page.\r\n\r\n=== example:\r\n{{{\r\n{% lucidTag SourceCode url=\"./media/PyLucid/install_views.css\" %}\r\n}}}\r\n\r\n=== some examples:\r\n\r\n==== ./media/PyLucid/install_views.css:\r\n\r\n{% lucidTag SourceCode url=\"./media/PyLucid/install_views.css\" %}\r\n\r\n==== ./media/PyLucid/shared_sha_tools.js:\r\n\r\n{% lucidTag SourceCode url=\"./media/PyLucid/shared_sha_tools.js\" %}\r\n",  
    2239             "pagemeta": 7,  
    2240             "lastupdateby": 1,  
    2241             "createtime": "2009-11-03 03:37:15" 
    2242         } 
    2243     },  
    2244     { 
    22452362        "pk": 8,  
    22462363        "model": "pylucid.pagecontent",  
     
    22692386    },  
    22702387    { 
    2271         "pk": 4,  
    2272         "model": "pylucid.pagecontent",  
    2273         "fields": { 
    2274             "createby": 1,  
    2275             "lastupdatetime": "2009-11-03 03:37:12",  
    2276             "markup": 0,  
    2277             "content": "{% lucidTag blog %}",  
    2278             "pagemeta": 4,  
    2279             "lastupdateby": 1,  
    2280             "createtime": "2009-11-03 03:37:12" 
    2281         } 
    2282     },  
    2283     { 
    22842388        "pk": 2,  
    2285         "model": "pylucid.pagecontent",  
    2286         "fields": { 
    2287             "createby": 1,  
    2288             "lastupdatetime": "2009-11-03 03:37:11",  
    2289             "markup": 6,  
    2290             "content": "=== sub menu\r\n\r\n{% lucidTag sub_menu %}",  
    2291             "pagemeta": 2,  
    2292             "lastupdateby": 1,  
    2293             "createtime": "2009-11-03 03:37:11" 
    2294         } 
    2295     },  
    2296     { 
    2297         "pk": 3,  
    2298         "model": "pylucid.pagecontent",  
    2299         "fields": { 
    2300             "createby": 1,  
    2301             "lastupdatetime": "2009-11-03 03:37:11",  
    2302             "markup": 6,  
    2303             "content": "Here a example pages for the other designs.\r\n\r\nPlease look at the page [[http://www.pylucid.org/_goto/37/customise-PyLucid/ | customise PyLucid]]\r\n\r\n=== sub menu\r\n\r\n{% lucidTag sub_menu %}",  
    2304             "pagemeta": 3,  
    2305             "lastupdateby": 1,  
    2306             "createtime": "2009-11-03 03:37:11" 
     2389        "model": "pylucid.pluginpage",  
     2390        "fields": { 
     2391            "createby": 1,  
     2392            "lastupdatetime": "2010-01-29 07:59:24",  
     2393            "pagetree": 19,  
     2394            "app_label": "pylucid_project.pylucid_plugins.lexicon",  
     2395            "lastupdateby": 1,  
     2396            "createtime": "2010-01-29 07:59:24",  
     2397            "urls_filename": "urls.py" 
     2398        } 
     2399    },  
     2400    { 
     2401        "pk": 1,  
     2402        "model": "pylucid.pluginpage",  
     2403        "fields": { 
     2404            "createby": 1,  
     2405            "lastupdatetime": "2010-01-29 07:58:50",  
     2406            "pagetree": 18,  
     2407            "app_label": "pylucid_project.pylucid_plugins.blog",  
     2408            "lastupdateby": 1,  
     2409            "createtime": "2010-01-29 07:58:50",  
     2410            "urls_filename": "urls.py" 
    23072411        } 
    23082412    },  
     
    23112415        "model": "dbtemplates.template",  
    23122416        "fields": { 
    2313             "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>PyLucid CMS - {{ page_title }}</title>\r\n<meta name=\"robots\"                    content=\"{{ page_robots }}\" />\r\n<meta name=\"keywords\"                  content=\"{{ page_keywords }}\" />\r\n<meta name=\"description\"               content=\"{{ page_description }}\" />\r\n<meta name=\"Author\"                    content=\"PyLucidCMS\" />\r\n<meta name=\"DC.Date\"                   content=\"{{ page_lastupdatetime|date:_(\"DATETIME_FORMAT\") }}\" />\r\n<meta name=\"DC.Date.created\"           content=\"{{ page_createtime|date:_(\"DATETIME_FORMAT\") }}\" />\r\n<meta http-equiv=\"Content-Type\"        content=\"text/html; charset=utf-8\" />\r\n<meta name=\"MSSmartTagsPreventParsing\" content=\"TRUE\" />\r\n<meta http-equiv=\"imagetoolbar\"        content=\"no\" />\r\n<link rel=\"canonical\" href=\"{{ page_get_permalink }}\" />\r\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"pages updates\" href=\"{% lucidTag RSSfeedGenerator count=\"10\" %}\" />\r\n<script src=\"/media/PyLucid/jquery.js\" onerror=\"JavaScript:alert('Error loading file [/media/PyLucid/jquery.js] !');\" type=\"text/javascript\" /></script>\r\n<script src=\"/media/PyLucid/pylucid_js_tools.js\" onerror=\"JavaScript:alert('Error loading file [/media/PyLucid/pylucid_js_tools.js] !');\" type=\"text/javascript\" /></script>\r\n<!-- ContextMiddleware extrahead -->\r\n\r\n</head>\r\n<body>\r\n<div id=\"headline\">\r\n  <a href=\"/\">PyLucid CMS</a>\r\n</div>\r\n\r\n<div id=\"the_menu\">\r\n  {% lucidTag main_menu %}\r\n  <div id=\"searching\">\r\n    {% lucidTag search %}\r\n  </div>\r\n  <a href=\"http://sourceforge.net/projects/pylucid/\" id=\"logo\" alt=\"goto our SourceForge project page &gt;&gt;\" title=\"goto our SourceForge project page &gt;&gt;\">\r\n    <img src=\"http://sourceforge.net/sflogo.php?group_id=146328&amp;type=1\" width=\"88\" height=\"31\" border=\"0\" alt=\"SourceForge Logo\" />\r\n  </a>\r\n</div>\r\n\r\n<div id=\"main_content\">\r\n  <h2 id=\"page_title\">{{ page_title }}</h2>\r\n    <!-- page_messages -->\r\n  {% lucidTag admin_menu %}\r\n  <p><!-- ContextMiddleware breadcrumb -->\r\n<p>{% lucidTag language %}</p>\r\n</p>\r\n  <div id=\"page_content\">\r\n    {% block content %}{{ page_content }}{% endblock content %}\r\n</div>\r\n  <p id=\"permalink\"><a href=\"{{ page_get_permalink }}\" title=\"permalink to this page\">permalink</a></p>\r\n</div>\r\n\r\n<p id=\"footer\">\r\n   powered by {{ powered_by }} | {% lucidTag auth %} | <!-- script_duration --> | last modified: {{ page_lastupdatetime|date:_(\"DATETIME_FORMAT\") }}\r\n</p>\r\n\r\n</div>\r\n</body>\r\n</html>",  
    2314             "sites": [ 
    2315                 1 
    2316             ],  
    2317             "last_changed": "2009-11-03 03:51:49",  
     2417            "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>PyLucid CMS - {{ page_title }}</title>\r\n<meta name=\"robots\"                    content=\"{{ page_robots }}\" />\r\n<meta name=\"keywords\"                  content=\"{{ page_keywords }}\" />\r\n<meta name=\"description\"               content=\"{{ page_description }}\" />\r\n<meta name=\"Author\"                    content=\"PyLucidCMS\" />\r\n<meta name=\"DC.Date\"                   content=\"{{ page_lastupdatetime|date:_(\"DATETIME_FORMAT\") }}\" />\r\n<meta name=\"DC.Date.created\"           content=\"{{ page_createtime|date:_(\"DATETIME_FORMAT\") }}\" />\r\n<meta http-equiv=\"Content-Type\"        content=\"text/html; charset=utf-8\" />\r\n<meta name=\"MSSmartTagsPreventParsing\" content=\"TRUE\" />\r\n<meta http-equiv=\"imagetoolbar\"        content=\"no\" />\r\n<link rel=\"canonical\" href=\"{{ page_get_permalink }}\" />\r\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"pages updates\" href=\"{% lucidTag RSSfeedGenerator count=\"10\" %}\" />\r\n<script src=\"/media/PyLucid/jquery.js\" onerror=\"JavaScript:alert('Error loading file [/media/PyLucid/jquery.js] !');\" type=\"text/javascript\" /></script>\r\n<script src=\"/media/PyLucid/pylucid_js_tools.js\" onerror=\"JavaScript:alert('Error loading file [/media/PyLucid/pylucid_js_tools.js] !');\" type=\"text/javascript\" /></script>\r\n<!-- ContextMiddleware extrahead -->\r\n\r\n</head>\r\n<body>\r\n<div id=\"headline\">\r\n  <a href=\"/\">PyLucid CMS</a>\r\n</div>\r\n\r\n<div id=\"the_menu\">\r\n  {% lucidTag main_menu %}\r\n  <div id=\"searching\">\r\n    {% lucidTag search %}\r\n  </div>\r\n  <a href=\"http://sourceforge.net/projects/pylucid/\" id=\"logo\" alt=\"goto our SourceForge project page &gt;&gt;\" title=\"goto our SourceForge project page &gt;&gt;\">\r\n    <img src=\"http://sourceforge.net/sflogo.php?group_id=146328&amp;type=1\" width=\"88\" height=\"31\" border=\"0\" alt=\"SourceForge Logo\" />\r\n  </a>\r\n</div>\r\n\r\n<div id=\"main_content\">\r\n  <h2 id=\"page_title\">{{ page_title }}</h2>\r\n    <!-- page_messages -->\r\n  {% lucidTag admin_menu %}\r\n  <p><!-- ContextMiddleware breadcrumb -->\r\n<p>{% lucidTag language %}</p>\r\n</p>\r\n  <div id=\"page_content\">\r\n    {% lucidTag TOC min=3 %}\r\n    {% block content %}{{ page_content }}{% endblock content %}\r\n</div>\r\n  <p id=\"permalink\"><a href=\"{{ page_get_permalink }}\" title=\"permalink to this page\">permalink</a></p>\r\n</div>\r\n\r\n<p id=\"footer\">\r\n   powered by {{ powered_by }} | {% lucidTag auth %} | <!-- script_duration --> | last modified: {{ page_lastupdatetime|date:_(\"DATETIME_FORMAT\") }}\r\n</p>\r\n\r\n</div>\r\n</body>\r\n</html>",  
     2418            "sites": [ 
     2419                1 
     2420            ],  
     2421            "last_changed": "2010-01-29 08:07:21",  
    23182422            "name": "initial_site_template/basic.html",  
    23192423            "creation_date": "2008-05-23 11:11:06" 
     
    23372441        "model": "dbtemplates.template",  
    23382442        "fields": { 
    2339             "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>PyLucid CMS - {{ page_title }}</title>\r\n<meta name=\"robots\"                    content=\"{{ page_robots }}\" />\r\n<meta name=\"keywords\"                  content=\"{{ page_keywords }}\" />\r\n<meta name=\"description\"               content=\"{{ page_description }}\" />\r\n<meta name=\"Author\"                    content=\"PyLucidCMS\" />\r\n<meta name=\"DC.Date\"                   content=\"{{ page_lastupdatetime|date:_(\"DATETIME_FORMAT\") }}\" />\r\n<meta name=\"DC.Date.created\"           content=\"{{ page_createtime|date:_(\"DATETIME_FORMAT\") }}\" />\r\n<meta http-equiv=\"Content-Type\"        content=\"text/html; charset=utf-8\" />\r\n<meta name=\"MSSmartTagsPreventParsing\" content=\"TRUE\" />\r\n<meta http-equiv=\"imagetoolbar\"        content=\"no\" />\r\n<link rel=\"canonical\" href=\"{{ page_get_permalink }}\" />\r\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"pages updates\" href=\"{% lucidTag RSSfeedGenerator count=\"10\" %}\" />\r\n<script src=\"/media/PyLucid/jquery.js\" onerror=\"JavaScript:alert('Error loading file [/media/PyLucid/jquery.js] !');\" type=\"text/javascript\" /></script>\n<script src=\"/media/PyLucid/pylucid_js_tools.js\" onerror=\"JavaScript:alert('Error loading file [/media/PyLucid/pylucid_js_tools.js] !');\" type=\"text/javascript\" /></script>\n<!-- ContextMiddleware extrahead -->\n\r\n</head>\r\n<body>\r\n<div id=\"headline\"><h2>PyLucid CMS</h2></div>\r\n<div id=\"sidebar\">\r\n{% lucidTag main_menu %}\r\n</div>\r\n\r\n<div id=\"main-content\">\r\n  <h2 id=\"page_title\">{{ page_title }}</h2>\r\n    <!-- page_messages -->\r\n  {% lucidTag admin_menu %}\r\n  <p><!-- ContextMiddleware breadcrumb -->\n<p>{% lucidTag language %}</p>\n</p>\r\n  <div id=\"page_content\">\n    {% block content %}{{ page_content }}{% endblock content %}\n</div>\r\n  <p id=\"permalink\"><a href=\"{{ page_get_permalink }}\" title=\"permalink to this page\">permalink</a></p>\r\n  <p id=\"nav_footer\">\r\n    powered by {{ powered_by }} | {% lucidTag auth %} | <!-- script_duration --> | last modified: {{ page_lastupdatetime|date:_(\"DATETIME_FORMAT\") }}\r\n  </p>\r\n</div>\r\n</body>\r\n</html>",  
    2340             "sites": [ 
    2341                 1 
    2342             ],  
    2343             "last_changed": "2009-11-03 03:37:35",  
     2443            "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<title>PyLucid CMS - {{ page_title }}</title>\r\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"pages updates\" href=\"{% lucidTag RSSfeedGenerator count=\"10\" %}\" />\r\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/favicon_pylucid.ico\">\r\n<meta name=\"robots\"                    content=\"{{ page_robots }}\" />\r\n<meta name=\"keywords\"                  content=\"{{ page_keywords }}\" />\r\n<meta name=\"description\"               content=\"{{ page_description }}\" />\r\n<meta name=\"Author\"                    content=\"PyLucidCMS\" />\r\n<meta name=\"DC.Date\"                   content=\"{{ page_lastupdatetime|date:_(\"DATETIME_FORMAT\") }}\" />\r\n<meta name=\"DC.Date.created\"           content=\"{{ page_createtime|date:_(\"DATETIME_FORMAT\") }}\" />\r\n<meta http-equiv=\"Content-Type\"        content=\"text/html; charset=utf-8\" />\r\n<meta name=\"MSSmartTagsPreventParsing\" content=\"TRUE\" />\r\n<meta http-equiv=\"imagetoolbar\"        content=\"no\" />\r\n<script src=\"/media/PyLucid/jquery.js\" onerror=\"JavaScript:alert('Error loading file [/media/PyLucid/jquery.js] !');\" type=\"text/javascript\" /></script>\r\n<script src=\"/media/PyLucid/pylucid_js_tools.js\" onerror=\"JavaScript:alert('Error loading file [/media/PyLucid/pylucid_js_tools.js] !');\" type=\"text/javascript\" /></script>\r\n<!-- ContextMiddleware extrahead -->\r\n\r\n</head>\r\n<body>\r\n<div id=\"headline\">\r\n  <a href=\"/\">\r\n  <img id=\"pylucid_logo\" src=\"http://static.htfx.info/pylucid_logo.jpg\" alt=\"PyLucid CMS\" title=\"PyLucid CMS\" />\r\n  </a>\r\n</div>\r\n\r\n<div id=\"the_menu\">\r\n  {% lucidTag main_menu %}\r\n  <div id=\"searching\">\r\n    {% lucidTag search %}\r\n  </div>\r\n  <a href=\"http://sourceforge.net/projects/pylucid/\" id=\"logo\" alt=\"goto our SourceForge project page &gt;&gt;\" title=\"goto our SourceForge project page &gt;&gt;\">\r\n    <img src=\"http://sourceforge.net/sflogo.php?group_id=146328&amp;type=1\" width=\"88\" height=\"31\" border=\"0\" alt=\"SourceForge Logo\" />\r\n  </a>\r\n  <a href=\"http://pylucid.net/trac/\" alt=\"goto PyLucid trac &gt;&gt;\" title=\"goto PyLucid trac &gt;&gt;\">\r\n    <img src=\"http://static.htfx.info/trac_logo_mini.png\" border=\"0\" alt=\"trac Logo\" />\r\n  </a>\r\n  <br />\r\n  <a href=\"http://www.ohloh.net/projects/5642?p=PyLucid\" alt=\"goto PyLucid Ohloh profile &gt;&gt;\" title=\"goto PyLucid Ohloh profile &gt;&gt;\">\r\n    <img src=\"http://www.ohloh.net/projects/5642/badge.gif\" border=\"0\" alt=\"Ohloh metrics\" />\r\n  </a>\r\n</div>\r\n\r\n<div id=\"main_content\">\r\n  <h2 id=\"page_title\">{{ page_title|escape }}</h2>\r\n    <!-- page_messages -->\r\n  {% lucidTag admin_menu %}\r\n  <div id=\"page_content\">\r\n    {% block content %}{{ page_content }}{% endblock content %}\r\n</div>\r\n</div>\r\n\r\n<p id=\"footer\">\r\n   powered by {{ powered_by }} | {% lucidTag auth %} | <!-- script_duration --> | last modified: {{ page_lastupdatetime|date:_(\"DATETIME_FORMAT\") }}\r\n</p>\r\n\r\n</div>\r\n</body>\r\n</html>",  
     2444            "sites": [ 
     2445                1 
     2446            ],  
     2447            "last_changed": "2010-01-29 08:17:26",  
    23442448            "name": "initial_site_template/old_basic.html",  
    23452449            "creation_date": "2008-05-23 11:11:06"