Commit: 85ffcfb34ba6fe27c8732122ebe80a6a1ef277cb Author: Peter Meth <[email protected]> Mon, 13 Mar 2017 14:07:15 -0400 Parents: 9379f161fa94bbfab6a5a01b248e8a0867f3f8d1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=85ffcfb34ba6fe27c8732122ebe80a6a1ef277cb Log: Add PHP Unicorn Conference to conference list Changed paths: M archive/archive.xml A archive/entries/2017-03-15-1.xml A images/news/phpunicorn-logo-250x250.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index c5e219f..cfda779 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -11,6 +11,7 @@ </author> <xi:include href="entries/2017-03-16-2.xml"/> <xi:include href="entries/2017-03-16-1.xml"/> + <xi:include href="entries/2017-03-15-1.xml"/> <xi:include href="entries/2017-03-14-1.xml"/> <xi:include href="entries/2017-03-04-1.xml"/> <xi:include href="entries/2017-03-03-1.xml"/> diff --git a/archive/entries/2017-03-15-1.xml b/archive/entries/2017-03-15-1.xml new file mode 100644 index 0000000..0f488d3 --- /dev/null +++ b/archive/entries/2017-03-15-1.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>PHP Unicorn Conference (Online)</title> + <id>http://php.net/archive/2017.php#id2017-03-15-1</id> + <published>2017-03-15T02:45:21+00:00</published> + <updated>2017-03-15T02:45:21+00:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2017-04-19</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2017-03-15-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://www.phpunicorn.com" title="PHP Unicorn Conference Logo">phpunicorn-logo-250x250.png</default:newsImage> + <link href="http://www.phpunicorn.com" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + The <a href="http://www.phpunicorn.com">PHP Unicorn Conference</a> is an online conference dedicated to the programming language PHP. You’ll see talks from some of the world’s more recognizable PHP experts; speaking talent so rare, we call them Unicorns. + </p> + <p> + It is true there are many great PHP conferences happening around the world and you should go to as many as can, but if you have a hard time getting to one or can’t spare the time, why not let the conference come to you? The PHP Unicorn Conference comes streaming right to your computer, wherever in the world you might be. + </p> + <p> + So, join us online on May 4, 2017 for an all-day, can’t miss PHP event and hang out with some PHP Unicorns!!! + </p> + <p> + <a href="https://www.papercall.io/phpunicorn">Call for Papers</a> closes March 26th, 2017. The PHP Unicorn Conference offers speaker compensation of $500 USD per speaker. To submit a talk, please visit: <a href="https://www.papercall.io/phpunicorn">https://www.papercall.io/phpunicorn</a>. + </p> + + </div> + </content> +</entry> diff --git a/images/news/phpunicorn-logo-250x250.png b/images/news/phpunicorn-logo-250x250.png new file mode 100644 index 0000000..1c2c482 Binary files /dev/null and b/images/news/phpunicorn-logo-250x250.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
