mirror of
https://github.com/php/presentations.git
synced 2026-03-24 23:52:18 +01:00
Ok, the commit that breaks everything! I have split pres2 up into pres2/ and presentations/ in CVS. I have put all the slides into a sub-dir of the presentations/ directory the location of which you configure in config.php. I have also changed it so that any image or example filename is relative to the current slide's own directory. I have gone through and changed all the existing presentations, but doublecheck to make sure I got them all please.
19 lines
432 B
XML
19 lines
432 B
XML
<slide title="Python Questor">
|
|
<blurb>
|
|
An example of how messed up, err, wonderful python is.
|
|
</blurb>
|
|
|
|
<list title="Questor" fontsize="2.5em">
|
|
<bullet>Uses a class to keep track of questions and answers</bullet>
|
|
<bullet>Demonstrates, loops, recursion, OO</bullet>
|
|
<bullet>Super-Intelligent AI (Deep Blue, watchout!)</bullet>
|
|
</list>
|
|
|
|
<example
|
|
title="Questor"
|
|
fontsize="1em"
|
|
type="python"
|
|
filename="questor.py"/>
|
|
|
|
</slide>
|