Commit: ef792dbe2bd0c44c6ea153afdf56651df5b7c314 Author: Holger Woltersdorf <[email protected]> Thu, 29 Jun 2017 17:29:26 +0200 Parents: 60560eb3a82d2211741d92d00eb4beaca73dfba0 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ef792dbe2bd0c44c6ea153afdf56651df5b7c314 Log: Adds PHP Developer Day 2017 Changed paths: M archive/archive.xml A archive/entries/2017-06-29-1.xml A images/news/phpdd17.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 996975a..f068334 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2017-06-29-1.xml"/> <xi:include href="entries/2017-06-23-1.xml"/> <xi:include href="entries/2017-06-22-1.xml"/> <xi:include href="entries/2017-06-17-1.xml"/> diff --git a/archive/entries/2017-06-29-1.xml b/archive/entries/2017-06-29-1.xml new file mode 100644 index 0000000..2a94447 --- /dev/null +++ b/archive/entries/2017-06-29-1.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>PHP Developer Day 2017</title> + <id>http://php.net/archive/2017.php#id2017-06-29-1</id> + <published>2017-06-29T17:24:31+02:00</published> + <updated>2017-06-29T17:24:31+02:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2017-09-22</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2017-06-29-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://phpug-dresden.org/en/phpdd17.html" title="PHP Developer Day 2017 in Dresden, Germany">phpdd17.png</default:newsImage> + <link href="http://phpug-dresden.org/en/phpdd17.html" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + The PHP USERGROUP DRESDEN e.V. invites you to the beautiful city of Dresden, Germany for the 3rd annual PHP Developer Day. + </p> + <p> + We have 6 talks covering the following topics: + </p> + <ul> + <li>Managing the PHP toolchain</li> + <li>Middleware Web APIs in PHP 7.x</li> + <li>PostgreSQL as a NoSQL database</li> + <li>Event Sourcing</li> + <li>Prooph components</li> + <li>ReactPHP</li> + </ul> + <p> + Just like the past two events in 2015 and 2016 top talks, free exchange of knowledge, community and fun are the focus of the event. + </p> + <p> + Come along on <strong>SEPTEMBER 22nd at DRESDNER VOLKSHAUS, SCHÜTZENPLATZ 14 in DRESDEN, GERMANY</strong> + </p> + <p> + For more information visit our website at <a href="http://phpug-dresden.org/en/phpdd17.html" target="_blank">http://phpug-dresden.org/en/phpdd17.html</a> + </p> + <p> + We're looking forward to see you! + </p> + </div> + </content> +</entry> diff --git a/images/news/phpdd17.png b/images/news/phpdd17.png new file mode 100644 index 0000000..b9e25bb Binary files /dev/null and b/images/news/phpdd17.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
