Commit: 8442b06fafa25a4ac4c5c459b549b55985aad689 Author: Yann Larrivée <[email protected]> Tue, 9 Sep 2014 14:17:43 -0400 Committer: stelian <[email protected]> Wed, 10 Sep 2014 22:36:20 +0200 Parents: a8b4d0768d0c4eafb4a4b79c97ca7bed15727d06 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8442b06fafa25a4ac4c5c459b549b55985aad689 Log: Merged #51: Added the ConFoo call for paper. Bugs: https://bugs.php.net/51 Changed paths: M archive/archive.xml A archive/entries/2014-09-09-1.xml A images/news/confoo-2015.gif Diff: diff --git a/archive/archive.xml b/archive/archive.xml index a198f80..eff142e 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/2014-09-09-1.xml"/> <xi:include href="entries/2014-08-28-1.xml"/> <xi:include href="entries/2014-08-27-1.xml"/> <xi:include href="entries/2014-08-22-1.xml"/> diff --git a/archive/entries/2014-09-09-1.xml b/archive/entries/2014-09-09-1.xml new file mode 100644 index 0000000..8e3e7f8 --- /dev/null +++ b/archive/entries/2014-09-09-1.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>ConFoo: Call for paper is now Open</title> + <id>http://php.net/archive/2014.php#id2014-09-09-1</id> + <published>2014-09-09T18:07:52+00:00</published> + <updated>2014-09-09T18:07:52+00:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2014-08-25</default:finalTeaserDate> + <category term="cfp" label="Call for Papers"/> + <link href="http://php.net/conferences/index.php#id2014-09-09-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://confoo.ca/en" title="ConFoo: Call for paper is now Open">confoo-2015.gif</default:newsImage> + <link href="http://confoo.ca/en" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + ConFoo is looking for PHP experts to share their skills and experience at + the next ConFoo. <a href="http://confoo.ca/en/call-for-papers">Submit your + proposals</a> between August 25th and September 22nd. + </p> + + <ul> + <li>ConFoo 2015 will be hosted on February 18th-20th in Montreal, at the Hilton Bonaventure Hotel.</li> + <li>We take good care of our speakers by covering most expenses including travel, accommodation, lunch, full conference ticket, etc.</li> + <li>Presentations are 35min + 10min for questions, and may be delivered in English or French.</li> + <li>ConFoo is an open environment where everyone is welcome to submit. Are you skilled and friendly? Come join us.</li> + </ul> + + <p>If you would simply prefer to <a href="/en/register">attend the conference</a>, we have a $290 discount until October 13th. You can also <a href="http://confoo.ca/en/call-for-papers">rate any proposal</a> and help shape the content of the event.</p> + </div> + </content> +</entry> diff --git a/images/news/confoo-2015.gif b/images/news/confoo-2015.gif new file mode 100644 index 0000000..afde55f Binary files /dev/null and b/images/news/confoo-2015.gif differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
