Commit: 28ab4b4b02fc0b21e756e4f8c83b24fb4dd3b8e7 Author: GlennKimbleJr <[email protected]> Tue, 9 Jul 2019 21:32:42 -0400 Committer: Christoph M. Becker <[email protected]> Wed, 10 Jul 2019 08:46:56 +0200 Parents: 576f18a1263d1b0c69557b49dd8925514c1992a7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=28ab4b4b02fc0b21e756e4f8c83b24fb4dd3b8e7 Log: Added Lightning PHP conference announcement. Changed paths: M archive/archive.xml A archive/entries/2019-07-10-1.xml A images/news/lightningphp2019.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 99a766a..2e1f9e1 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/2019-07-10-1.xml"/> <xi:include href="entries/2019-07-04-2.xml"/> <xi:include href="entries/2019-07-04-1.xml"/> <xi:include href="entries/2019-06-26-1.xml"/> diff --git a/archive/entries/2019-07-10-1.xml b/archive/entries/2019-07-10-1.xml new file mode 100644 index 0000000..6e42582 --- /dev/null +++ b/archive/entries/2019-07-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>Lightning PHP Conference</title> + <id>http://php.net/archive/2019.php#id2019-07-10-1</id> + <published>2019-07-10T01:27:54+00:00</published> + <updated>2019-07-10T01:27:54+00:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2019-10-04</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2019-07-10-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://lightningphp.org" title="Lightning PHP 2019">lightningphp2019.png</default:newsImage> + <link href="https://lightningphp.org" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + The inaugural Lightning PHP Conference - this one day event will be held in Tampa, Florida on Friday, October 4th, 2019. We look forward to an incredible day of learning, networking, and fun as we invite the PHP world to join us as part of our Lightning PHP community! + </div> + </content> +</entry> diff --git a/images/news/lightningphp2019.png b/images/news/lightningphp2019.png new file mode 100644 index 0000000..eee6869 Binary files /dev/null and b/images/news/lightningphp2019.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
