Changeset 499:a1e5f5b68991 in livinglogic.python.www
- Timestamp:
- 01/03/08 13:28:57 (12 years ago)
- Author:
- Walter Doerwald <walter@…>
- Branch:
- default
- Message:
-
Move advanced page down in the navigation.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r498
|
r499
|
|
454 | 454 | """ |
455 | 455 | ), |
456 | | XISTPage(u"advanced", |
457 | | crumb=u"Advanced topics", |
458 | | title=("Advanced ", abbr.xist(), u" · Python software · LivingLogic AG"), |
459 | | header=("Advanced ", abbr.xist()), |
460 | | subheader="Pool chaining, converter contexts, namespace extensions, conversion targets, validation", |
461 | | url=u"root:xist/Advanced.html", |
462 | | localkeywords=[], |
463 | | linktitle=u""" |
464 | | Advanced XIST features: pool chaining, converter contexts, validation |
465 | | """ |
466 | | ), |
467 | 456 | XISTPage(u"searching", |
468 | 457 | crumb=u"Searching", |
… |
… |
|
485 | 474 | linktitle=u""" |
486 | 475 | How to transform XIST trees |
| 476 | """ |
| 477 | ), |
| 478 | XISTPage(u"advanced", |
| 479 | crumb=u"Advanced topics", |
| 480 | title=("Advanced ", abbr.xist(), u" · Python software · LivingLogic AG"), |
| 481 | header=("Advanced ", abbr.xist()), |
| 482 | subheader="Pool chaining, converter contexts, namespace extensions, conversion targets, validation", |
| 483 | url=u"root:xist/Advanced.html", |
| 484 | localkeywords=[], |
| 485 | linktitle=u""" |
| 486 | Advanced XIST features: pool chaining, converter contexts, validation |
487 | 487 | """ |
488 | 488 | ), |