Commit: 3966eeea61b1a00a0946afeb509a8902d62743c4 Author: Oleksii Dubok <[email protected]> Tue, 28 May 2019 00:28:49 +0300 Committer: Christoph M. Becker <[email protected]> Tue, 28 May 2019 14:21:04 +0200 Parents: b44c4c280cf21c48c564982a48dd15ce705d966f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3966eeea61b1a00a0946afeb509a8902d62743c4 Log: add php fwdays 2019 Changed paths: M archive/archive.xml A archive/entries/2019-05-27-1.xml A images/news/fwdays.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 21b4157..17a2688 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/2019-05-27-1.xml"/> <xi:include href="entries/2019-05-10-1.xml"/> <xi:include href="entries/2019-05-08-1.xml"/> <xi:include href="entries/2019-05-03-1.xml"/> diff --git a/archive/entries/2019-05-27-1.xml b/archive/entries/2019-05-27-1.xml new file mode 100644 index 0000000..f51812d --- /dev/null +++ b/archive/entries/2019-05-27-1.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>PHP fwdays 2019</title> + <id>http://php.net/archive/2019.php#id2019-05-27-1</id> + <published>2019-05-27T23:30:01+02:00</published> + <updated>2019-05-27T23:30:01+02:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2019-06-01</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2019-05-27-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://fwdays.com/event/php-fwdays-2019" title="php fwdays 2019">fwdays.png</default:newsImage> + <link href="https://fwdays.com/event/php-fwdays-2019" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>We are excited to announce the 7th edition of <a href="https://fwdays.com/en/event/php-fwdays-2019">PHP fwdays</a> conference - the biggest PHP conf of Ukraine, which will be held on June 1st, 2019 in Kyiv.</p> + <p> + Three parallel tracks and community discussions are all dedicated to PHP development, tools and issues to be solved. Meet our Keynote speaker Fabien Potecier, together with Marco Pivetta, Michelle Sanver, Tomáš Votruba, Nikola Poša, and 12 international and local speakers. <br/> + Join more than 800 developers from all over the world to learn, discuss and solve. + </p> + <p>Check out the <a href="https://fwdays.com/en/event/php-fwdays-2019#program-event">final agenda</a> and get a ticket right away!</p> + </div> + </content> +</entry> diff --git a/images/news/fwdays.png b/images/news/fwdays.png new file mode 100644 index 0000000..8206097 Binary files /dev/null and b/images/news/fwdays.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
