Commit: 266e797942138e58ce97f6390769f0ab9a38b13c Author: Stelian Mocanita <[email protected]> Sat, 10 Jan 2015 05:15:47 +0100 Parents: f9bcacd8fe87bca8e6a91e6e6cb21ea53a60ae30 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=266e797942138e58ce97f6390769f0ab9a38b13c Log: Added PHP Midwest 2015 to the conferences page Changed paths: M archive/archive.xml A archive/entries/2015-01-10-1.xml A images/news/midwest2015.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 5c9014c..5bb44dd 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-01-10-1.xml"/> <xi:include href="entries/2015-01-06-1.xml"/> <xi:include href="entries/2014-12-29-3.xml"/> <xi:include href="entries/2014-12-29-2.xml"/> diff --git a/archive/entries/2015-01-10-1.xml b/archive/entries/2015-01-10-1.xml new file mode 100644 index 0000000..5bafcff --- /dev/null +++ b/archive/entries/2015-01-10-1.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>Midwest PHP 2015</title> + <id>http://php.net/archive/2015.php#id2015-01-10-1</id> + <published>2015-01-10T05:09:25+01:00</published> + <updated>2015-01-10T05:09:25+01:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2015-03-14</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2015-01-10-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://2015.midwestphp.org/" title="Midwest PHP 2015">midwest2015.png</default:newsImage> + <link href="http://2015.midwestphp.org/" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>Midwest PHP is taking over beautiful Minneapolis once again this year, bringing leading experts from around the world to talk about APIs, Frameworks, Security, Version Control, Testing, Continuous Integration, and much more! Midwest PHP welcomes developers of all levels and encourages diversity - we promise there will be something for everyone. So join us March 14-15th for great talks, great people, and of course great food! Register today at <a href="http://www.midwestphp.org">http://www.midwestphp.org</a></p> + </div> + </content> +</entry> diff --git a/images/news/midwest2015.png b/images/news/midwest2015.png new file mode 100644 index 0000000..7c2e6e9 Binary files /dev/null and b/images/news/midwest2015.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
