Commit: 3ff169f3e2a9537655f036f724b9cc27768a2377 Author: Rodrigo Prado de Jesus <[email protected]> Thu, 1 Feb 2018 10:45:31 -0200 Parents: d1a67646fba7e29970174336b974d4329c8e2b0c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3ff169f3e2a9537655f036f724b9cc27768a2377 Log: added phpexperience2018 event Changed paths: M archive/archive.xml A archive/entries/2018-02-01-1.xml A images/news/phpx-2018-logo-1.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index bc85eda..b04568e 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/2018-02-01-1.xml"/> <xi:include href="entries/2018-01-31-1.xml"/> <xi:include href="entries/2018-01-04-4.xml"/> <xi:include href="entries/2018-01-04-3.xml"/> diff --git a/archive/entries/2018-02-01-1.xml b/archive/entries/2018-02-01-1.xml new file mode 100644 index 0000000..8043ec2 --- /dev/null +++ b/archive/entries/2018-02-01-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>PHP Experience 2018</title> + <id>http://php.net/archive/2018.php#id2018-02-01-1</id> + <published>2018-02-01T10:20:29-02:00</published> + <updated>2018-02-01T10:20:29-02:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2018-03-05</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2018-02-01-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://eventos.imasters.com.br/phpexperience/" title="PHP Experience 2018">phpx-2018-logo-1.png</default:newsImage> + <link href="https://eventos.imasters.com.br/phpexperience/" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>With big names from PHP community, the sixth edition of PHP Experience brings together about 1200 PHP developers in São Paulo/SP - Brazil from March 05 to 06, 2018.</p> + <p>In two days of content we will have: international keynotes, three tracks, in addition to several actions to exchange experiences and networking.</p> + <p>Check out the programming at https://eventos.imasters.com.br/phpexperience/#secao-atracoes </p> + <p>Check out the confirmed speakers at https://eventos.imasters.com.br/phpexperience/#secao-texto</p> + <p>Subscriptions at https://eventos.imasters.com.br/phpexperience/#secao-inscricao</p> + </div> + </content> +</entry> \ No newline at end of file diff --git a/images/news/phpx-2018-logo-1.png b/images/news/phpx-2018-logo-1.png new file mode 100644 index 0000000..b2ecdd6 Binary files /dev/null and b/images/news/phpx-2018-logo-1.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
