Commit: da351f3eaa1713a29cf59089efff7d585fba87b3 Author: Semih Keskin <[email protected]> Tue, 1 Dec 2020 01:23:33 +0300 Committer: Christoph M. Becker <[email protected]> Mon, 30 Nov 2020 23:48:29 +0100 Parents: 57b20d2798492ab77c6f8f3ab773e4d8338cf258 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=da351f3eaa1713a29cf59089efff7d585fba87b3 Log: Adding PHPKonf 2020 Online Conference Closes GH-376. Changed paths: M archive/archive.xml A archive/entries/2020-11-30-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 666e3cd0b..5934c8723 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/2020-11-30-1.xml"/> <xi:include href="entries/2020-11-26-3.xml"/> <xi:include href="entries/2020-11-26-2.xml"/> <xi:include href="entries/2020-11-26-1.xml"/> diff --git a/archive/entries/2020-11-30-1.xml b/archive/entries/2020-11-30-1.xml new file mode 100644 index 000000000..1ba74ebf8 --- /dev/null +++ b/archive/entries/2020-11-30-1.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>PHPKonf 2020 Online</title> + <id>https://www.php.net/archive/2020.php#2020-11-30-1</id> + <published>2020-11-30T22:01:44+00:00</published> + <updated>2020-11-30T22:01:44+00:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2020-12-12</default:finalTeaserDate> + <link href="https://www.php.net/conferences/index.php#id2020-11-30-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-11-30-1" rel="via" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://2020.phpkonf.org/" title="PHPKonf 2020 Online">phpkonf_2015.png</default:newsImage> + <link href="http://2020.phpkonf.org/" rel="via" type="text/html"/> + <category term="conferences" label="Conference announcement"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>Selam! Due to the COVID-19 pandemic we have transformed PHPKonf Istanbul PHP Conference 2020 to an online event. On December 12th we will offer a 1-day, multi-track event free of charge for all attendees!</p> + <p>Go to <a href="http://phpkonf.org">http://phpkonf.org</a> for registration and more information.</p> + </div> + </content> +</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
