[web-pres2] master: push

[email protected] (Aaron Junker) Fri, 30 Sep 2022 15:34:10 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Author: Aaron Junker (Aaron-Junker)
Pusher: derickr
Date: 2022-06-10T19:02:43+02:00

Commit: https://github.com/php/web-pres2/commit/9c92bbfaca114dbc7635cae159c90c3ac4b096f3
Raw diff: https://github.com/php/web-pres2/commit/9c92bbfaca114dbc7635cae159c90c3ac4b096f3.diff

push

Changed paths:
  A  presentations/foo.xml
  A  presentations/foo2.xml
  A  presentations/slides/foo/demo.xml
  A  presentations/slides/foo/intro.xml
  A  presentations/slides/foo/titlepage.xml
  M  .gitmodules


Diff:

diff --git a/.gitmodules b/.gitmodules
index 12123b5..3ffdff3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
 [submodule "reveal.js"]
 	path = reveal.js
 	url = https://github.com/hakimel/reveal.js.git
+[submodule "web-shared"]
+	path = shared
+	url = https://github.com/git/web-shared.git
diff --git a/presentations/foo.xml b/presentations/foo.xml
new file mode 100644
index 0000000..8907cef
--- /dev/null
+++ b/presentations/foo.xml
@@ -0,0 +1,14 @@
+<presentation>
+    <topic>PHP</topic>
+    <title>Introduction to PHP</title>
+    <event>Conference for SuperCool Presentations</event>
+    <location>Copenhagen</location>
+    <date>November 22, 2002</date>
+    <speaker>Joe Speaker</speaker>
+    <email>[email protected]</email>
+    <url>http://www.example.com/show.php/foo</url>
+
+    <slide>slides/foo/titlepage.xml</slide>
+    <slide>slides/foo/intro.xml</slide>
+    <slide>slides/foo/demo.xml</slide>
+</presentation>
\ No newline at end of file
diff --git a/presentations/foo2.xml b/presentations/foo2.xml
new file mode 100644
index 0000000..b874eca
--- /dev/null
+++ b/presentations/foo2.xml
@@ -0,0 +1,14 @@
+<presentation>
+    <topic>PHP7</topic>
+    <title>Introduction to PHP</title>
+    <event>Conference for SuperCool Presentations</event>
+    <location>Copenhagen</location>
+    <date>November 22, 2002</date>
+    <speaker>Joe Speaker</speaker>
+    <email>[email protected]</email>
+    <url>http://www.example.com/show.php/foo</url>
+
+    <slide>slides/foo/titlepage.xml</slide>
+    <slide>slides/foo/intro.xml</slide>
+    <slide>slides/foo/demo.xml</slide>
+</presentation>
\ No newline at end of file
diff --git a/presentations/slides/foo/demo.xml b/presentations/slides/foo/demo.xml
new file mode 100644
index 0000000..6431ca7
--- /dev/null
+++ b/presentations/slides/foo/demo.xml
@@ -0,0 +1,6 @@
+<slide title="This is an Example Slide">
+    <blurb title="Blurb Title">
+        Here is a sample paragraph.
+        Next we will look at the markup tags available.
+    </blurb>
+</slide>
\ No newline at end of file
diff --git a/presentations/slides/foo/intro.xml b/presentations/slides/foo/intro.xml
new file mode 100644
index 0000000..6431ca7
--- /dev/null
+++ b/presentations/slides/foo/intro.xml
@@ -0,0 +1,6 @@
+<slide title="This is an Example Slide">
+    <blurb title="Blurb Title">
+        Here is a sample paragraph.
+        Next we will look at the markup tags available.
+    </blurb>
+</slide>
\ No newline at end of file
diff --git a/presentations/slides/foo/titlepage.xml b/presentations/slides/foo/titlepage.xml
new file mode 100644
index 0000000..6431ca7
--- /dev/null
+++ b/presentations/slides/foo/titlepage.xml
@@ -0,0 +1,6 @@
+<slide title="This is an Example Slide">
+    <blurb title="Blurb Title">
+        Here is a sample paragraph.
+        Next we will look at the markup tags available.
+    </blurb>
+</slide>
\ No newline at end of file