Commit: 7fa4dcd10648890fb880623dcc8b50973d5dcf2f Author: Eli White <[email protected]> Wed, 27 May 2015 23:47:58 -0400 Parents: cf914238498be848b2475c76d7a8cd3979e8cfdc Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7fa4dcd10648890fb880623dcc8b50973d5dcf2f Log: Adding in PHP Craft Johannesburg Changed paths: M archive/archive.xml A archive/entries/2015-05-27-2.xml A images/news/PHPCraftLogo.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 3faf9f7..c923d9a 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-05-27-2.xml"/> <xi:include href="entries/2015-05-27-1.xml"/> <xi:include href="entries/2015-05-25-1.xml"/> <xi:include href="entries/2015-05-14-3.xml"/> diff --git a/archive/entries/2015-05-27-2.xml b/archive/entries/2015-05-27-2.xml new file mode 100644 index 0000000..3ad1650 --- /dev/null +++ b/archive/entries/2015-05-27-2.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 Craft Johannesburg</title> + <id>http://php.net/archive/2015.php#id2015-05-27-2</id> + <published>2015-05-27T23:45:28-04:00</published> + <updated>2015-05-27T23:45:28-04:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2015-06-17</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <category term="cfp" label="Call for Papers"/> + <link href="http://php.net/conferences/index.php#id2015-05-27-2" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://phpsouthafrica.com/" title="PHP CRAFT">PHPCraftLogo.png</default:newsImage> + <link href="http://phpsouthafrica.com/" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>Our 2nd Annual PHP Craft Conference will be hosted in Johannesburg South Africa. 2 Days of fantastic content presented by local and international speakers. </p> + + <p>Our Call for Papers now open and will close 17th June 2015. We hope to see some great topics covering fancy new tools and/or best Practice — <a href="http://www.phpsouthafrica.com/">www.phpsouthafrica.com</a></p> + + </div> + </content> +</entry> diff --git a/images/news/PHPCraftLogo.png b/images/news/PHPCraftLogo.png new file mode 100644 index 0000000..b035ff6 Binary files /dev/null and b/images/news/PHPCraftLogo.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
