Commit: 518e5d112db1241430d9205c3854f1a2f566dae9 Author: Xinchen Hui <[email protected]> Tue, 6 Jun 2017 19:40:49 +0800 Parents: 29b6c5f86e6d92d6824b96d45cc85544bdb4774a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=518e5d112db1241430d9205c3854f1a2f566dae9 Log: Add event in beijing Changed paths: M archive/archive.xml A archive/entries/2017-06-06-1.xml A images/news/beijing2017.jpg Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 3605c18..ad270c1 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/2017-06-06-1.xml"/> <xi:include href="entries/2017-05-22-1.xml"/> <xi:include href="entries/2017-05-18-1.xml"/> <xi:include href="entries/2017-05-16-1.xml"/> diff --git a/archive/entries/2017-06-06-1.xml b/archive/entries/2017-06-06-1.xml new file mode 100644 index 0000000..0462cd6 --- /dev/null +++ b/archive/entries/2017-06-06-1.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>China PHP Developer Conference</title> + <id>http://php.net/archive/2017.php#id2017-06-06-1</id> + <published>2017-06-06T19:36:21+00:00</published> + <updated>2017-06-06T19:36:21+00:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2017-06-10</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2017-06-06-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://php2017.devlink.cn/" + title="China PHP Developer Conference">beijing2017.jpg</default:newsImage> + <link href="http://php.net/archive/2017.php#id2017-06-06-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>China PHP Developer Conference which organized by the DevLink will hold in Beijing on June 10th and 11th. </p> + <p>After “The High Performance PHP”, It’s the another global developer interchange activity that DevLink hosts.</p> + <p>During this conference, we will discuss and share the topic of "The High Availability PHP"</p> + <p>More information about the China PHP Conference at: <a href="http://php2017.devlink.cn/">php2017.devlink.cn</a></p> + </div> + </content> +</entry> diff --git a/images/news/beijing2017.jpg b/images/news/beijing2017.jpg new file mode 100644 index 0000000..2cfd2ce Binary files /dev/null and b/images/news/beijing2017.jpg differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
