Commit: 46694491b87fd1097363d6edb3bfd79ec04a9f23 Author: Eli White <[email protected]> Wed, 17 Jul 2019 12:32:38 -0400 Parents: 4106dffc6aef62b2e092fdbe80d7f4f6a8766678 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=46694491b87fd1097363d6edb3bfd79ec04a9f23 Log: Adding in full conference announcement for php[world] 2019 Changed paths: M archive/archive.xml A archive/entries/2019-07-17-1.xml A images/news/world2019-25th-400px.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 8b9c1aa..e78a0da 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-17-1.xml"/> <xi:include href="entries/2019-07-11-1.xml"/> <xi:include href="entries/2019-07-10-1.xml"/> <xi:include href="entries/2019-07-04-2.xml"/> diff --git a/archive/entries/2019-07-17-1.xml b/archive/entries/2019-07-17-1.xml new file mode 100644 index 0000000..8fb421e --- /dev/null +++ b/archive/entries/2019-07-17-1.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>php[world] 2019 — 25 years of PHP</title> + <id>https://www.php.net/archive/2019.php#2019-07-17-1</id> + <published>2019-07-17T16:31:10+00:00</published> + <updated>2019-07-17T16:31:10+00:00</updated> + <link href="https://www.php.net/index.php#id2019-07-17-1" rel="alternate" type="text/html"/> + <link href="https://world.phparch.com/?utm_campaign=phpnet" rel="via" type="text/html"/> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2019-10-23</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://world.phparch.com/?utm_campaign=phpnet" title="php[world] 2019 — Celebrating 25 years of PHP programming">world2019-25th-400px.png</default:newsImage> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + + <p>PHP has been around for 25 years this fall and we will be celebrating this momentous landmark at the annual <a href="https://world.phparch.com/?utm_campaign=phpnet">php[world] conference</a>.</p> + + <p>We have curated a <a href="https://world.phparch.com/schedule/?utm_campaign=phpnet">special lineup of talks, workshops, and full-day training classes</a> for our attendees. There will also be a couple of amazing keynotes and two panels on the past and future of PHP and frameworks.</p> + + <p>It will be an amazing time, with some special events to help us all celebrate. <a href="https://world.phparch.com/register/?utm_campaign=phpnet">Tickets are currently available</a> and we look forward to seeing you this fall.</p> + + <p style="text-align: center; font-weight: bold">Washington, D.C. — October 23-24 — Training on October 22</p> + + </div> + </content> +</entry> diff --git a/images/news/world2019-25th-400px.png b/images/news/world2019-25th-400px.png new file mode 100644 index 0000000..65d0a3e Binary files /dev/null and b/images/news/world2019-25th-400px.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
