Changeset 476:479c73c42cc4 in livinglogic.python.www
- Timestamp:
- 07/04/07 21:55:05 (12 years ago)
- Author:
- Walter Doerwald <walter@…>
- Branch:
- default
- Message:
-
Drop ll. prefix.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r473
|
r476
|
|
688 | 688 | PythonSourcePage(u"publishers", |
689 | 689 | crumb=u"publishers", |
690 | | title=(u"ll.", abbr.xist(), u".publishers · Python software · LivingLogic AG"), |
691 | | header=(u"ll.", abbr.xist(), u".publishers"), |
| 690 | title=(abbr.xist(), u".publishers · Python software · LivingLogic AG"), |
| 691 | header=(abbr.xist(), u".publishers"), |
692 | 692 | subheader=u"Module with classes for publishing trees", |
693 | 693 | url=u"root:xist/publishers/index.html", |
… |
… |
|
696 | 696 | PythonSourcePage(u"sims", |
697 | 697 | crumb=u"sims", |
698 | | title=(u"ll.", abbr.xist(), u".sims · Python software · LivingLogic AG"), |
699 | | header=(u"ll.", abbr.xist(), u".sims"), |
| 698 | title=(abbr.xist(), u".sims · Python software · LivingLogic AG"), |
| 699 | header=(abbr.xist(), u".sims"), |
700 | 700 | subheader=u"Simple schema validation", |
701 | 701 | url=u"root:xist/sims/index.html", |
… |
… |
|
704 | 704 | PythonSourcePage(u"xfind", |
705 | 705 | crumb=u"xfind", |
706 | | title=(u"ll.", abbr.xist(), u".xfind · Python software · LivingLogic AG"), |
707 | | header=(u"ll.", abbr.xist(), u".xfind"), |
| 706 | title=(abbr.xist(), u".xfind · Python software · LivingLogic AG"), |
| 707 | header=(abbr.xist(), u".xfind"), |
708 | 708 | subheader=u"Tree iteration and filtering", |
709 | 709 | url=u"root:xist/xfind/index.html", |