Commit: 6e5057d2518a158d509eda3b7158fa706b321062 Author: Jeroen Gerits <[email protected]> Mon, 11 Mar 2019 18:31:32 +0100 Committer: Peter Kokot <[email protected]> Tue, 12 Mar 2019 11:31:54 +0100 Parents: 5361ac5cd6e1fdc86c6da5d87d7749cf5f4ab71f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6e5057d2518a158d509eda3b7158fa706b321062 Log: added laracon eu conferences Changed paths: M archive/archive.xml A archive/entries/2019-03-11-1.xml A archive/entries/2019-03-11-2.xml A images/news/laracon-logo.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 1b4e26a..a7c2594 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-03-11-2.xml"/> + <xi:include href="entries/2019-03-11-1.xml"/> <xi:include href="entries/2019-03-07-3.xml"/> <xi:include href="entries/2019-03-07-2.xml"/> <xi:include href="entries/2019-03-07-1.xml"/> diff --git a/archive/entries/2019-03-11-1.xml b/archive/entries/2019-03-11-1.xml new file mode 100644 index 0000000..9dd176d --- /dev/null +++ b/archive/entries/2019-03-11-1.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>Laracon EU 2019 Amsterdam</title> + <id>http://php.net/archive/2019.php#id2019-03-11-1</id> + <published>2019-03-11T17:26:39+00:00</published> + <updated>2019-03-11T17:26:39+00:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2019-08-28</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2019-03-11-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://laracon.eu/2019/" title="Laracon Logo">laracon-logo.png</default:newsImage> + <link href="https://laracon.eu/2019/" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + Amsterdam is hosting the flagship Laracon EU event from August 28th-30th. This years Laracon EU brings a full-day of training workshops (Aug 28) and a new format for two days of talks and more. + </div> + </content> +</entry> diff --git a/archive/entries/2019-03-11-2.xml b/archive/entries/2019-03-11-2.xml new file mode 100644 index 0000000..030c28a --- /dev/null +++ b/archive/entries/2019-03-11-2.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>Laracon EU 2019 Madrid</title> + <id>http://php.net/archive/2019.php#id2019-03-11-2</id> + <published>2019-03-11T17:28:17+00:00</published> + <updated>2019-03-11T17:28:17+00:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2019-05-23</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2019-03-11-2" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://laracon.eu/2019/" title="Laracon logo">laracon-logo.png</default:newsImage> + <link href="https://laracon.eu/2019/" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + We re bringing Laracon EU to Madrid on May 23rd for a new one-day event. Join speakers Adam Wathan, Matt Stauffer, and many more for a brain-crunching day of talks and community celebration. + </div> + </content> +</entry> diff --git a/images/news/laracon-logo.png b/images/news/laracon-logo.png new file mode 100644 index 0000000..3c2d9d8 Binary files /dev/null and b/images/news/laracon-logo.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
