26 Commits

Author SHA1 Message Date
Peter Cowburn
f17c55f1cb use square brackets for string offset access 2020-06-29 15:10:19 +01:00
Peter Kokot
0e511803a5 Refactor long array() syntax to short []
Since app is using PHP 5.4+ already, the longer `array()` syntax can be
refactored to shorter `[]`.
2018-12-10 03:26:03 +01:00
Peter Kokot
bce0f6fa02 Refactor each() function to foreach()
The each() function has been deprecated since PHP 7.2 and shouldn't be
used anymore:
- http://php.net/manual/en/function.each.php
2018-12-07 13:24:23 +01:00
Daniel P. Brown
9cb5a2073b Remove a few more references to www.php.net and replace them with php.net. 2012-12-05 11:44:15 -05:00
Hannes Magnusson
ac5894bf69 - No need to do some weird newyears checks now for the news files
- Build the news items that the archive has, let phpweb control if it
  wants to display it or not
2008-12-31 13:33:57 +00:00
Hannes Magnusson
fb415ed6b0 New newssystem 2007-06-07 13:01:35 +00:00
Hannes Magnusson
424e170883 Add dc:subject into our feed
#Usage <!-- SUBJECT: name -->
2007-02-18 16:26:37 +00:00
Hannes Magnusson
f9858a2a21 Oubs. copy&paste typo :] 2007-02-11 23:30:19 +00:00
Hannes Magnusson
b699196275 Fix "no more entrys" line 2007-02-11 23:29:11 +00:00
Hannes Magnusson
71642862f5 Link to the entry on php.net[/conferences] 2007-02-11 23:27:32 +00:00
Hannes Magnusson
ea2c4c5214 Add RSS feed for php.net/conferences/ 2007-02-08 22:36:06 +00:00
Nuno Lopes
576abb3c6a fix the encoding stuff. do not run htmlspecialchars() on the text, as it should be already safe 2006-03-01 12:41:26 +00:00
Nuno Lopes
1cc91c92ed make the scipt non dependent on a specific year. 2006-03-01 12:28:54 +00:00
Mehdi Achour
9c6e46c4b3 Not needed (c/p error) 2005-06-14 11:07:02 +00:00
Mehdi Achour
ce764e7421 fix: don't parse commented items 2005-06-14 11:02:13 +00:00
Mehdi Achour
e50c47ef01 bump a year to make the parser ignore 2004 news 2005-06-14 10:47:17 +00:00
Derick Rethans
30bf0cbeac - This was never supposed to be UTF-8, but normal iso-8859-1 2004-08-27 11:30:53 +00:00
Gabor Hojtsy
cf242b06c5 Proper end of news list detection and beautify output (trim
leading and trailing space, and collapse spaces)
2003-08-15 15:23:33 +00:00
Gabor Hojtsy
e504e5ec43 Reflect change in the index file 2003-08-14 11:21:49 +00:00
Gabor Hojtsy
8ef4835c34 <hr /> is the news separator now 2003-08-08 13:03:31 +00:00
Gabor Hojtsy
3757b997f1 Dates are in spans now and not in font tags... 2003-08-06 16:34:58 +00:00
Gabor Hojtsy
3aab4d5871 Commit fix sent by Tobias Schlitt (a bit modified) 2003-01-06 20:16:11 +00:00
Gabor Hojtsy
3d9b96a7ca Next is supposed to be continue here... 2003-01-05 11:51:15 +00:00
Gabor Hojtsy
d84eb9d48a Adding date information to RSS feed 2003-01-04 19:34:15 +00:00
Gabor Hojtsy
6d207c3f4d Ups, I have comitted with code with debug parts.
Commenting those out...
2002-11-19 19:24:10 +00:00
Gabor Hojtsy
645c9c2a63 Adding Adolfos RSS parser code slightly modified and
with some added comments
2002-11-19 17:51:44 +00:00