On Mon, Jun 6, 2016 at 2:15 AM, Eli White <[email protected]> wrote: > Commit: 08b4b7c7718006b20ba161c20077304dd07f0266 > Author: Antony Dovgal <[email protected]> Mon, 6 Jun 2016 > 12:15:18 +0300 > Parents: 22ac3a7796536e8c5a634b46c7afff6967fc3750 > Branches: master > > Link: > http://git.php.net/?p=web/php.git;a=commitdiff;h=08b4b7c7718006b20ba161c20077304dd07f0266 > > Log: > rewrite using script > > Changed paths: > M archive/archive.xml > A archive/entries/2016-06-06-1.xml > > > Diff: > diff --git a/archive/archive.xml b/archive/archive.xml > index 3a0ff2c..6acb176 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/2016-06-06-1.xml"/> > <xi:include href="entries/2016-06-03-1.xml"/> > <xi:include href="entries/2016-06-02-1.xml"/> > <xi:include href="entries/2016-05-30-1.xml"/> > diff --git a/archive/entries/2016-06-06-1.xml > b/archive/entries/2016-06-06-1.xml > new file mode 100644 > index 0000000..e301db6 > --- /dev/null > +++ b/archive/entries/2016-06-06-1.xml > @@ -0,0 +1,44 @@ > +<?xml version="1.0" encoding="utf-8"?> > +<entry xmlns="http://www.w3.org/2005/Atom" > xmlns:default="http://php.net/ns/news"> > + <title>DevConf 2016</title> > + <id>http://php.net/archive/2016.php#id2016-06-06-1</id> > + <published>2016-06-06T09:10:08+00:00</published> > + <updated>2016-06-06T09:10:08+00:00</updated> > + <default:finalTeaserDate > xmlns="http://php.net/ns/news">2016-06-17</default:finalTeaserDate> > + <category term="conferences" label="Conference announcement"/> > + <link href="http://php.net/conferences/index.php#id2016-06-06-1" > rel="alternate" type="text/html"/> > + <default:newsImage xmlns="http://php.net/ns/news" link="http://devconf.ru" > title="DevConf 2016">devconfru2012.png</default:newsImage> > + <link href="http://devconf.ru" rel="via" type="text/html"/> > + <content type="xhtml"> > + <div xmlns="http://www.w3.org/1999/xhtml"> > + <p> > + DevConf 2016 in Moscow, Russia on June 17-18. > + </p> > + <p> > + DevConf is the ultimate meeting place for russian-speaking > web-developers, > + combining several language-specific conferences under one roof. > + This year the conference will take place in <a > href="http://devconf.ru/ru/members/location">Skolkovo Moscow School of > Management</a>. > + </p> > + <p> > + DevConf 2016 will include the following sections: > + </p> > + <ul> > + <li>DevConf::PHP();</li> > + <li>DevConf::Python();</li> > + <li>DevConf::Javascript();</li> > + <li>DevConf::Storage();</li> > + <li>DevConf::Golang();</li> > + <li>DevConf::DevOps();</li> > + <li>DevConf::Ruby();</li> > + </ul> > + <p> > + Each section will feature several talks from the active > contributors/authors of the language. > + Among the invited speakers are Dmitry Stogov (Zend), Ekaterina > Marshalkina (Drupal), Eduard Medvedev (StackStorm), > + Alexander Alekseev (Postgres Professional), Sergey Petrunya > (MariaDB), Vasily Soshnikov (Mail.Ru), > + Nik Zavarnickiy (LuaJIT), Anton Shramko (Rust), Valentin > Bartenev (NGINX) and speakers from Lazada, Oracle and other companies. > + See more details on <a href="http://devconf.ru">the official > website</a>. > + </p> > + ~
That looks accidental? -Hannes -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
