Commit: 4fcef9a7608b05834d8ab36169b8d258129d870c Author: Stelian Mocanita <[email protected]> Wed, 25 Feb 2015 11:16:45 +0100 Parents: 0c421ea148632e724bd4dbd73401ef729698ae26 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4fcef9a7608b05834d8ab36169b8d258129d870c Log: Added SOLIDay conference Changed paths: M archive/archive.xml A archive/entries/2015-02-25-1.xml A images/news/conference-solid-day.png Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 39d33e4..aea93b9 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/2015-02-25-1.xml"/> <xi:include href="entries/2015-02-19-2.xml"/> <xi:include href="entries/2015-02-19-1.xml"/> <xi:include href="entries/2015-02-18-1.xml"/> diff --git a/archive/entries/2015-02-25-1.xml b/archive/entries/2015-02-25-1.xml new file mode 100644 index 0000000..9e2f262 --- /dev/null +++ b/archive/entries/2015-02-25-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>SOLIDay 2015</title> + <id>http://php.net/archive/2015.php#id2015-02-25-1</id> + <published>2015-02-25T11:14:34+01:00</published> + <updated>2015-02-25T11:14:34+01:00</updated> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2015-05-30</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <link href="http://php.net/conferences/index.php#id2015-02-25-1" rel="alternate" type="text/html"/> + <default:newsImage xmlns="http://php.net/ns/news" link="http://soliday.phpsrbija.rs/" title="SOLIDay 2015">conference-solid-day.png</default:newsImage> + <link href="http://soliday.phpsrbija.rs/" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>Conference about software architecture, best programming practices and design patterns.</p> + + <p>PHP Serbia will be organizing a big event on May 30, 2015 – SOLIDay conference. Nicely coined name, huh? It will be one of the major events in the region, on which you will have opportunity to attend presentations of world-famous PHP experts and professionals, on topic of OOP principles, design patterns, software architecture, frameworks and similar. Whether you are a novice, intermediate or advanced developer, join us on this conference and expand, improve or simply refresh your knowledge of this important topic.</p> + </div> + </content> +</entry> diff --git a/images/news/conference-solid-day.png b/images/news/conference-solid-day.png new file mode 100644 index 0000000..1b9511f Binary files /dev/null and b/images/news/conference-solid-day.png differ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
