Author: Sergey Panteleev (saundefined) Committer: GitHub (web-flow) Pusher: saundefined Date: 2021-09-14T09:10:13+03:00
Commit: https://github.com/php/web-php/commit/aaa6f5477831f9fa1a4f93eb768a3b9a0c1777cc Raw diff: https://github.com/php/web-php/commit/aaa6f5477831f9fa1a4f93eb768a3b9a0c1777cc.diff Add PHP Russia 2022 announcement (#443) Changed paths: A archive/entries/2021-09-10-1.xml A images/news/php_russia_2022.jpg M archive/archive.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index a3b74bf59..8a8bf5576 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/2021-09-10-1.xml"/> <xi:include href="entries/2021-09-08-1.xml"/> <xi:include href="entries/2021-09-02-1.xml"/> <xi:include href="entries/2021-08-26-3.xml"/> diff --git a/archive/entries/2021-09-10-1.xml b/archive/entries/2021-09-10-1.xml new file mode 100644 index 000000000..530c23373 --- /dev/null +++ b/archive/entries/2021-09-10-1.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>PHP Russia 2022</title> + <id>https://www.php.net/archive/2021.php#2021-09-10-1</id> + <published>2021-09-10T09:31:22+00:00</published> + <updated>2021-09-10T09:31:22+00:00</updated> + <link href="https://www.php.net/conferences/index.php#id2021-09-10-1" rel="alternate" type="text/html"/> + <link href="https://phprussia.ru/moscow/2022" rel="via" type="text/html"/> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2022-06-06</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://phprussia.ru/moscow/2022" title="PHP Russia 2022">php_russia_2022.jpg</default:newsImage> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>PHP Russia is the only Russian conference focused on PHP. It will be held in Moscow June 6-7, 2022. Main topics are PHP ecosystem (PHP itself, standards, frameworks, libraries and OpenSource) and major players experience in building complex projects using best practices and modern approaches.</p> + <p>We expect 600+ attendees and 20+ speakers!</p> + <p>Our audience consists of applications developers, API developers, CTO’s, CEO’s, fullstack developers, etc.</p> + <p>The program is designed by the developer community, representatives of large companies from Runet and around the world, and by tech developers and community activists. The selection of talks is multi-layered and complex — the Program Committee selects the best talks from the received applications unanimously according to several criteria.</p> + </div> + </content> +</entry> diff --git a/images/news/php_russia_2022.jpg b/images/news/php_russia_2022.jpg new file mode 100644 index 000000000..4780ad979 Binary files /dev/null and b/images/news/php_russia_2022.jpg differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
