com presentations: Paginate these longer slides: slides/intro/atomic4.xml slides/intro/php54.xml slides/intro/php54_trip.xml

[email protected] (Rasmus Lerdorf)
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    74c565e3ef1f88f2a30cc73974fe4b734a12c1f4
Author:    Rasmus Lerdorf <[email protected]>         Tue, 11 Mar 2014 10:47:58 -0700
Parents:   b5f522bc5cdf021a314d2b3e8e5e1b0f524fd5b1
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=74c565e3ef1f88f2a30cc73974fe4b734a12c1f4

Log:
Paginate these longer slides

Changed paths:
  M  slides/intro/atomic4.xml
  M  slides/intro/php54.xml
  M  slides/intro/php54_trip.xml


Diff:
diff --git a/slides/intro/atomic4.xml b/slides/intro/atomic4.xml
index 6bc774d..440461a 100644
--- a/slides/intro/atomic4.xml
+++ b/slides/intro/atomic4.xml
@@ -6,7 +6,7 @@
 <break lines="1" />
 <blurb fontsize="6em">nginx</blurb>
 <blurb fontsize="4em">You can use $realpath_root</blurb>
-<blurb fontsize="2em">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;eg. fastcgi_param DOCUMENT_ROOT $realpath_root;</blurb>
+<blurb fontsize="2em">eg. fastcgi_param DOCUMENT_ROOT $realpath_root;</blurb>
 <break lines="1" />
 <blurb fontsize="6em">PHP</blurb>
 <blurb fontsize="4em">http://github.com/etsy/incpath</blurb>
diff --git a/slides/intro/php54.xml b/slides/intro/php54.xml
index 2e7dd98..6b3c220 100644
--- a/slides/intro/php54.xml
+++ b/slides/intro/php54.xml
@@ -1,4 +1,4 @@
-<slide title="PHP 5.4">
+<slide title="PHP 5.4" section="php54perf">
 
 <break lines="1" />
 <blurb fontsize="6em">Performance Improvements</blurb>
@@ -15,7 +15,7 @@
 <item>unserialize()</item>
 </list>
 
-<break lines="1" />
+<break lines="1" section="php54page2"/>
 <blurb fontsize="4em">✔ Built-in Web Server</blurb>
 
 <break lines="1" />
@@ -29,7 +29,7 @@ $a = [1, 2, 3];
 $b = ['foo' => 'orange', 'bar' => 'apple'];
 ]]></example>
 
-<break lines="1" />
+<break lines="1" section="php54page3"/>
 <blurb fontsize="4em">✔ Function Array Dereferencing</blurb>
 <example fontsize="2em" result='0' title=""><![CDATA[<?php
 function fruits() {
@@ -53,7 +53,7 @@ $func = $a->getPrinter();
 $func(); // Outputs: Bar
 ?>]]></example>
 
-<break lines="1" />
+<break lines="1" section="php54page4"/>
 <blurb fontsize="4em">✔ &amp;lt;?= is now always available</blurb>
 
 <break lines="1" />
@@ -65,7 +65,6 @@ $func(); // Outputs: Bar
 <break lines="1" />
 <blurb fontsize="4em">✔ Better support for asian chars in htmlspecialchars/htmlentities</blurb>
 
-
 <break lines="1" />
 <blurb fontsize="4em">✔ Multibyte support is now configurable at runtime</blurb>
 
@@ -81,7 +80,7 @@ class Foo implements JsonSerializable {
 }
 echo json_encode(new Foo); // Outputs: {"data":"Bar"}]]></example>
 
-<break lines="1" />
+<break lines="1" section="php54page5"/>
 <blurb fontsize="4em">✔ mysqlnd used by default everywhere</blurb>
 
 <break lines="1" />
diff --git a/slides/intro/php54_trip.xml b/slides/intro/php54_trip.xml
index d4efbfc..aa21594 100644
--- a/slides/intro/php54_trip.xml
+++ b/slides/intro/php54_trip.xml
@@ -1,4 +1,4 @@
-<slide title="Watch out for...">
+<slide title="Watch out for..." section="php54trip1">
 
 <break lines="1" />
 <blurb fontsize="3.5em">✔ default charset is UTF-8 instead of ISO-8859-1</blurb>
@@ -24,7 +24,7 @@ array_diff([1,2,3], [1,2, [3] ]);
 <break lines="1" />
 <blurb fontsize="3.5em">✔ magic quotes completely removed</blurb>
 
-<break lines="1" />
+<break lines="1"  section="php54trip2"/>
 <blurb fontsize="3.5em">✔ removed variable break/continue</blurb>
 <example fontsize="1.6em" result='0' title=""><![CDATA[<?php
 $var = 'label';
@@ -40,7 +40,7 @@ label:]]></example>
 <break lines="1" />
 <blurb fontsize="3.5em">✔ "callable", "insteadof" and "trait" are now reserved words</blurb>
 
-<break lines="1" />
+<break lines="1" section="php54trip3"/>
 <blurb fontsize="3.5em">✔ extending an abstract constructor must match the signature</blurb>
 <example fontsize="1.6em" result='0' title=""><![CDATA[<?php
   abstract class Base {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.