Commit: cedbfae30733dc8d1ec0d84ac53f39ddfca1cb7c Author: Melvin Louwerse <[email protected]> Tue, 14 Apr 2020 10:32:32 +0200 Committer: Christoph M. Becker <[email protected]> Tue, 14 Apr 2020 11:15:32 +0200 Parents: 900fe72a1838abbfdd4bb44ff000929bb28dd304 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cedbfae30733dc8d1ec0d84ac53f39ddfca1cb7c Log: Added DPC 2020 online announcement Changed paths: M archive/archive.xml A archive/entries/2020-04-14-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 7b76e553d..1f1dbd66d 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/2020-04-14-1.xml"/> <xi:include href="entries/2020-03-19-3.xml"/> <xi:include href="entries/2020-03-19-2.xml"/> <xi:include href="entries/2020-03-19-1.xml"/> diff --git a/archive/entries/2020-04-14-1.xml b/archive/entries/2020-04-14-1.xml new file mode 100644 index 000000000..3147f5316 --- /dev/null +++ b/archive/entries/2020-04-14-1.xml @@ -0,0 +1,19 @@ +<?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 – Online Edition</title> + <id>https://www.php.net/archive/2020.php#2020-04-14-1</id> + <published>2020-04-14T10:09:26+02:00</published> + <updated>2020-04-14T10:09:26+02:00</updated> + <link href="https://www.php.net/conferences/index.php#id2020-04-14-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-26</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://www.phpconference.nl" title="Logo dpc 20202">dpc_2020.png</default:newsImage> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>Due to the COVID-19 pandemic we have transformed Dutch PHP Conference 2020 to an online event. On June 26th we will offer a 1-day, single-track event free of charge for all attendees! So mark your calendar for Friday, June 26th and we hope to virtually meet you at the online edition of DPC!</p> + + <p><a href="https://www.phpconference.nl">https://www.phpconference.nl</a></p> + </div> + </content> +</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
