Commit: dae3ef6c4480a03a517dfe41878ac8859b519578 Author: Kalle Sommer Nielsen <[email protected]> Fri, 10 Jul 2015 01:18:16 +0200 Parents: dc09f1152cc8d4a00ef744cbdd5f578534d8cc52 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=dae3ef6c4480a03a517dfe41878ac8859b519578 Log: Added the conference announcement for PNW PHP 2015 Changed paths: M archive/archive.xml A archive/entries/2015-07-10-1.xml A images/news/pnw-php-2015.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 8306f85..44edf13 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/2015-07-10-1.xml"/> <xi:include href="entries/2015-07-04-1.xml"/> <xi:include href="entries/2015-06-29-1.xml"/> <xi:include href="entries/2015-06-27-1.xml"/> diff --git a/archive/entries/2015-07-10-1.xml b/archive/entries/2015-07-10-1.xml new file mode 100644 index 0000000..3df85b7 --- /dev/null +++ b/archive/entries/2015-07-10-1.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>Pacific Northwest PHP Conference 2015</title> + <id>http://php.net/archive/2015.php#id2015-07-10-1</id> + <published>2015-07-10T02:00:00+01:00</published> + <updated>2015-07-10T02:00:00+01:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2015-07-20</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2015-07-10-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://www.pnwphp.com/" title="Pacific Northwest PHP Conference 2015">pnw-php-2015.png</default:newsImage> + <link href="http://www.pnwphp.com/" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + Our <em>3-day</em> event will be overflowing with awesome sauce as we hear from world-renowned <a href="http://www.pnwphp.com/speakers">speakers</a> + from the PHP community and companies like Amazon, AOL, Facebook, Google, Microsoft, Oracle, and Zend. With <a href="http://www.pnwphp.com/tags">topics</a> + ranging from continuous delivery to the cloud, you'll be full to the brim with new knowledge to take home + </p> + + <p> + For tickets and more information: <a href="http://www.pnwphp.com">http://www.pnwphp.com/</a>. + </p> + </div> + </content> +</entry> diff --git a/images/news/pnw-php-2015.png b/images/news/pnw-php-2015.png new file mode 100644 index 0000000..9cf7ffa Binary files /dev/null and b/images/news/pnw-php-2015.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
