Commit: 26059ccaabbafb1a60655e1d046d92bc13bc59a3 Author: Koen Cornelis <[email protected]> Fri, 20 Dec 2019 16:03:40 +0100 Committer: Christoph M. Becker <[email protected]> Fri, 20 Dec 2019 17:54:37 +0100 Parents: b57bcbe335cb0a27ce72683c229f29c783c1038a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=26059ccaabbafb1a60655e1d046d92bc13bc59a3 Log: Add cfp and conference announcement for dpc 2020 Changed paths: M archive/archive.xml A archive/entries/2019-12-20-1.xml A archive/entries/2019-12-20-2.xml A images/news/dpc_2020.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 896ed8a4f..c6b53648c 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,8 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2019-12-20-2.xml"/> + <xi:include href="entries/2019-12-20-1.xml"/> <xi:include href="entries/2019-12-18-4.xml"/> <xi:include href="entries/2019-12-18-3.xml"/> <xi:include href="entries/2019-12-18-2.xml"/> diff --git a/archive/entries/2019-12-20-1.xml b/archive/entries/2019-12-20-1.xml new file mode 100644 index 000000000..4f13b46dd --- /dev/null +++ b/archive/entries/2019-12-20-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>Dutch PHP Conference 2020</title> + <id>https://www.php.net/archive/2019.php#2019-12-20-1</id> + <published>2019-12-20T14:40:57+00:00</published> + <updated>2019-12-20T14:40:57+00:00</updated> + <link href="https://www.php.net/conferences/index.php#id2019-12-20-1" rel="alternate" type="text/html"/> + <link href="https://www.phpconference.nl/" rel="via" type="text/html"/> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2020-06-25</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://www.phpconference.nl/" title="DPC logo">dpc_2020.png</default:newsImage> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>Join us for 3 full days of Insights, Inspiration " Community around PHP and Web Technology! June 25, 26 and 27 2020 - RAI Amsterdam</p> + + <p>Learn new stuff and get inspired by 50+ speakers " 500+ fellow attendees: join our Tutorial Day Thursday June 25 with master classes from the PHP " Web Tech community. Followed by the main Conference Days Friday and Saturday June 26 and 27, 2 days full of talks and social activities.</p> + + <p><a href="https://www.phpconference.nl">https://www.phpconference.nl</a></p> + </div> + </content> +</entry> diff --git a/archive/entries/2019-12-20-2.xml b/archive/entries/2019-12-20-2.xml new file mode 100644 index 000000000..cd6f8410e --- /dev/null +++ b/archive/entries/2019-12-20-2.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>Dutch PHP Conference 2020 </title> + <id>https://www.php.net/archive/2019.php#2019-12-20-2</id> + <published>2019-12-20T14:48:33+00:00</published> + <updated>2019-12-20T14:48:33+00:00</updated> + <link href="https://www.php.net/conferences/index.php#id2019-12-20-2" rel="alternate" type="text/html"/> + <link href="https://www.phpconference.nl/" rel="via" type="text/html"/> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2020-01-28</default:finalTeaserDate> + <category term="cfp" label="Call for Papers"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://www.phpconference.nl/" title="DPC logo">dpc_2020.png</default:newsImage> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>Submit your talks no later than January 28th, 2020 + We are looking for high-quality, technical sessions from speakers who can cover advanced topics and keep our demanding audience inspired. Submissions are accepted up to and including January 28th, 2020. This is your chance to share. Submit your talks now!</p> + + <p><a href="https://cfp.phpconference.nl">https://www.phpconference.nl</a></p> + </div> + </content> +</entry> diff --git a/images/news/dpc_2020.png b/images/news/dpc_2020.png new file mode 100644 index 000000000..ae1e939f1 Binary files /dev/null and b/images/news/dpc_2020.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
