Done. Cheers! On Thu, Jul 9, 2015 at 9:11 AM, Peter Cowburn <[email protected]> wrote:
> Hi Paul, > > On 8 July 2015 at 15:25, Paul Dragoonis <[email protected]> wrote: > >> Hey, >> >> Quick question - What do I need to do, to get the phpkonf entry i added >> to show up on the "upcoming conferences list" ? >> > > The "finalTeaserDate" must be in the future. Your commit has the teaser > date as July 4th so the script thinks that the conference has passed > already. If you fix that date to the correct date for the conference then > everything will be okay. > > > >> >> Many thanks, >> Paul >> > > Have a nice day! > > Peter > > >> >> >> On Sat, Jul 4, 2015 at 9:13 PM, Paul Dragoonis <[email protected]> wrote: >> >>> Commit: 4f880b9fa4d9a404162eab348ba6bf2c8eac86eb >>> Author: Paul Dragoonis <[email protected]> Sat, 4 Jul 2015 >>> 21:13:50 +0100 >>> Parents: 2dbc152a8e710aea1a83d7c978094d3a36d0d926 >>> Branches: master >>> >>> Link: >>> http://git.php.net/?p=web/php.git;a=commitdiff;h=4f880b9fa4d9a404162eab348ba6bf2c8eac86eb >>> >>> Log: >>> Aded schedule announcement for Istanbul PHPKonf 2015 >>> >>> Changed paths: >>> M archive/archive.xml >>> A archive/entries/2015-07-04-1.xml >>> >>> >>> Diff: >>> diff --git a/archive/archive.xml b/archive/archive.xml >>> index 00f6486..8306f85 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-07-04-1.xml"/> >>> <xi:include href="entries/2015-06-29-1.xml"/> >>> <xi:include href="entries/2015-06-27-1.xml"/> >>> <xi:include href="entries/2015-06-25-1.xml"/> >>> diff --git a/archive/entries/2015-07-04-1.xml >>> b/archive/entries/2015-07-04-1.xml >>> new file mode 100644 >>> index 0000000..6efb33d >>> --- /dev/null >>> +++ b/archive/entries/2015-07-04-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 İstanbul PHP Conference 2015</title> >>> + <id>http://php.net/archive/2015.php#id2015-07-04-1</id> >>> + <published>2015-07-04T10:00:00+00:00</published> >>> + <updated>2015-07-04T10:00:00+00:00</updated> >>> + <default:finalTeaserDate xmlns="http://php.net/ns/news >>> ">2015-07-04</default:finalTeaserDate> >>> + <category term="conferences" label="Conference announcement"/> >>> + <link href="http://php.net/conferences/index.php#id2015-07-04-1" >>> rel="alternate" type="text/html"/> >>> + <default:newsImage xmlns="http://php.net/ns/news" link=" >>> http://phpkonf.org/" title="PHPKonf İstanbul PHP Conference >>> 2015">phpkonf_2015.png</default:newsImage> >>> + <link href="http://phpkonf.org/" rel="via" type="text/html"/> >>> + <content type="xhtml"> >>> + <div xmlns="http://www.w3.org/1999/xhtml"> >>> + <p>İstanbul PHP User Group is proud to announce that the PHPKonf >>> 2015! We'll host some of the best speakers, awesome talk topics, latest >>> technologies, and up to date news in PHP. Join us on 25/26 of July for a >>> two day, double track conference in ancient city Istanbul! We’ve something >>> for every level of PHP developer with 2 keynotes, 29 talks and 2 panels.</p> >>> + >>> + For tickets and more information: <a href="http://phpkonf.org"> >>> http://phpkonf.org</a> >>> + </div> >>> + </content> >>> +</entry> >>> >>> >>> -- >>> PHP Webmaster List Mailing List (http://www.php.net/) >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >>> >> >
