Commit: 33c2542a79e88c1a07bff727a95ae41c70b616a5 Author: Hannes Magnusson <[email protected]> Sat, 13 Oct 2012 17:03:43 -0700 Parents: 56dced08000b615ec94f6b3a243d5d972fd1a8b3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=33c2542a79e88c1a07bff727a95ae41c70b616a5 Log: True North 2012 Changed paths: M archive/archive.xml A archive/entries/2012-10-13-2.xml A images/news/truenorth2012.jpg Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 0751fff..7cc75c4 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/2012-10-13-2.xml"/> <xi:include href="entries/2012-10-13-1.xml"/> <xi:include href="entries/2012-10-05-1.xml"/> <xi:include href="entries/2012-09-13-1.xml"/> diff --git a/archive/entries/2012-10-13-2.xml b/archive/entries/2012-10-13-2.xml new file mode 100644 index 0000000..c120a8c --- /dev/null +++ b/archive/entries/2012-10-13-2.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>True North PHP</title> + <id>http://www.php.net/archive/2012.php#id2012-10-13-2</id> + <published>2012-10-13T17:00:14-07:00</published> + <updated>2012-10-13T17:00:14-07:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2012-11-03</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://www.php.net/conferences/index.php#id2012-10-13-2" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://truenorthphp.ca/" title="True North 2012">truenorth2012.jpg</default:newsImage> + <link href="http://truenorthphp.ca/" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + <a href="http://truenorthphp.ca/">True North PHP</a> is a 2 day, multi-track, community-driven PHP conference. + We believe that the PHP community is second to none, and also believe + that Toronto has an awesome PHP community and deserves an equally + awesome conference. + </p> + + <p> + Come out November 2-3, 2012 and hear both local talent and + internationally known members of the PHP community share their thoughts + and tools they use to build the web. + </p> + </div> + </content> +</entry> diff --git a/images/news/truenorth2012.jpg b/images/news/truenorth2012.jpg new file mode 100644 index 0000000..30d30aa Binary files /dev/null and b/images/news/truenorth2012.jpg differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
