Commit: 61edfb340c38af94a925b56081ebe9147318d6aa Author: Matheus Gontijo <[email protected]> Mon, 3 Sep 2018 19:03:23 -0300 Parents: 7a5ac8f6b804cc41ffa4f3a202e04bc077138b9b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=61edfb340c38af94a925b56081ebe9147318d6aa Log: added conference - PHP Day Curitiba 2018 Changed paths: M archive/archive.xml A archive/entries/2018-09-03-1.xml A images/news/php-day-curitiba-2018.jpg Diff: diff --git a/archive/archive.xml b/archive/archive.xml index d4b1726..96b66c3 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-09-03-1.xml"/> <xi:include href="entries/2018-08-30-1.xml"/> <xi:include href="entries/2018-08-17-1.xml"/> <xi:include href="entries/2018-08-16-3.xml"/> diff --git a/archive/entries/2018-09-03-1.xml b/archive/entries/2018-09-03-1.xml new file mode 100644 index 0000000..203bdc9 --- /dev/null +++ b/archive/entries/2018-09-03-1.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>PHP Day Curitiba 2018</title> + <id>http://php.net/archive/2018.php#id2018-09-03-1</id> + <published>2018-09-03T21:49:30+00:00</published> + <updated>2018-09-03T21:49:30+00:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2018-10-06</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2018-09-03-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://www.phpdaycuritiba.com.br" title="PHP Day Curitiba 2018">php-day-curitiba-2018.jpg</default:newsImage> + <link href="http://www.phpdaycuritiba.com.br" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>PHP Day Curitiba is an annual conference that has been shaking up the community of ParanĂ¡ state, in southern Brazil. It'll be a single and full day of networking, learning, sharing, and great fun!</p> + + <ul> + <li>+120 attendees</li> + <li>7 High quality talks</li> + <li>2 Keynote Speakers</li> + <li>Free Admission + Coffee-break + A lot of networking</li> + </ul> + + <p>Save the date: <strong>Saturday, October 6th.</strong></p> + + <p><a href="http://www.phpdaycuritiba.com.br">http://www.phpdaycuritiba.com.br</a></p> + </div> + </content> +</entry> diff --git a/images/news/php-day-curitiba-2018.jpg b/images/news/php-day-curitiba-2018.jpg new file mode 100644 index 0000000..5b9ff2e Binary files /dev/null and b/images/news/php-day-curitiba-2018.jpg differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
