Commit Graph

57 Commits

Author SHA1 Message Date
Derick Rethans
804f68eec3 Fetch windows releases file 2025-08-18 10:13:16 +01:00
Derick Rethans
2ba3496d38 Remove the ip-to-country fetching.
This script tries to obtain a database from an URL that returns a 404. This
functionality was only really used for re-directing to a mirror, but we long
ago discontinued the mirror system.

Now all it does is set a COUNTRY cookie with "NA," + IP-address in several
headers, and we should remove that too.
2024-11-27 10:21:41 +00:00
Rasmus Lerdorf
60c25aa2be New PHP 8-compatible main branch 2021-04-01 14:27:05 -07:00
Sobak
54328e85c2 Remove mirrors related code (in rather non-risky, not so intrusive way)
I tried to keep backwards compatibility where it seemed to make sense
(e.g. the API endpoint) or the script that might still be called
somehow. Hopefully I didn't break anything but if I did feel free
to point it at me and sorry in advance :/
2020-04-18 23:21:37 +02:00
Andreas Heigl
f82d11721e Fetch usegroups listings and event feed 2014-03-25 22:08:06 -07:00
Hannes Magnusson
d271d4a589 Quote the url as it contains plenty of special chars
This fixes our ip2country database which has been broken for a while
2013-12-28 16:21:34 -08:00
Hannes Magnusson
7e132510ce No need to pregenerate this 2013-10-27 18:47:51 -07:00
Hannes Magnusson
04145bccc7 No need to rengerated this file every hour 2013-10-27 17:01:06 -07:00
Hannes Magnusson
8ace08dfb9 That file is now part of phpweb, no need to create a .tgz for it 2013-10-27 16:53:43 -07:00
Hannes Magnusson
301911a6c3 No more reST 2013-10-27 16:43:56 -07:00
Ferenc Kovacs
0f44d494a5 fetch the files from git instead of svn for the reST stuff 2012-07-21 02:28:11 +02:00
Rasmus Lerdorf
41fcd1d2e9 Stupid rsync box doesn't have a working openssl setup - fall back to cli curl
in case of a missing https stream wrapper.
2012-01-23 12:09:59 -08:00
Daniel P. Brown
ecaea51939 Fixes hashbang paths on new master2 environment. 2012-01-23 11:42:04 -05:00
Rasmus Lerdorf
85b8c1b40d These should be https now 2012-01-21 18:46:55 -08:00
Rasmus Lerdorf
aaea42a2b3 Remove transitional master2 name 2012-01-21 18:42:35 -08:00
Rasmus Lerdorf
42888ee667 switch these to master2 2012-01-19 20:20:14 -08:00
Peter Cowburn
f500b39955 use token for flickr api 2011-09-21 08:34:22 +00:00
Stewart Lord
079e66f6b2 Added script to fetch elephpant images from Flickr.
Modified 'update-backend' to invoke the new script.
2011-09-20 03:02:49 +00:00
Hannes Magnusson
a8174dd8e4 Make it possible to fetch the token from a file too
Add the ctags file and the .token to svn:ignore
2011-01-08 15:37:52 +00:00
Hannes Magnusson
4aaef79a49 Use the SVN urls for the reST files, and ignore the annoying strict&deprecated
notices in that lib
2011-01-08 15:35:50 +00:00
Hannes Magnusson
a9ec7b8c11 ignore the .svn dir too 2010-08-17 18:48:13 +00:00
Hannes Magnusson
cd68129742 Fix typo 2008-12-31 16:26:28 +00: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
e45e074fc7 Fix typo 2008-01-11 10:18:25 +00:00
Lukas Smith
1a2249de5c - added mailinglist rules 2008-01-11 09:41:06 +00:00
Hannes Magnusson
966c18ac67 Add support for new years :) 2007-12-29 14:44:08 +00:00
Lukas Smith
e28886ebef - added cvs rules to reST parsing list 2007-11-22 18:13:36 +00:00
Lukas Smith
7abc6c5c7f - added release process to reST parsing list 2007-11-22 09:01:44 +00:00
Hannes Magnusson
544cf862b6 Add pregeneration of reST files from CVS (by Lukas Smith) 2007-11-20 22:08:46 +00:00
Hannes Magnusson
aa4a310e71 Remove dead code 2007-09-06 14:51:17 +00:00
Hannes Magnusson
76df903775 Add "latest releases (including RC)" feed 2007-09-06 14:50:27 +00:00
Hannes Magnusson
c221fbf24f Show upcoming events months from now in the calender but not int the "upcoming events" sections 2007-08-09 12:17:01 +00:00
Hannes Magnusson
fb415ed6b0 New newssystem 2007-06-07 13:01:35 +00:00
Hannes Magnusson
eab33dc7bd Pregenerate conference teaser array 2007-02-18 16:28:28 +00:00
Hannes Magnusson
147a223f6c Use PHP5 2007-02-18 16:27:24 +00:00
Hannes Magnusson
ea2c4c5214 Add RSS feed for php.net/conferences/ 2007-02-08 22:36:06 +00:00
Rasmus Lerdorf
1a38b83f23 The event listing is amazingly long at the beginning of the month.
Reduce it a bit by only showing the current month for the first 10 days.
2006-11-01 17:02:06 +00:00
Wez Furlong
8bb7d9909f Rename php3 -> phpmasterdb 2004-08-06 08:54:58 +00:00
Gabor Hojtsy
1f3cdf5f27 set file modification time to index.php modification time, so the RSS will be available for proper caching 2003-12-01 20:29:17 +00:00
Gabor Hojtsy
12104515a5 Pregenerate events listing into an include file, instead of generating
it per request. This runs the same time a new events listing is fecthed
to events.csv, so the listing will be as up-to-date as possible.
2003-08-14 11:13:34 +00:00
Rasmus Lerdorf
bfcb7e52d7 Let's just look ahead 2 months here. We have too many events now to
list it 3 months out.
2003-06-15 15:55:41 +00:00
Gabor Hojtsy
33d59a7fb6 Move the mirrorkit.tgz file to the right place in
case it is properly generated

This now completes the wish, that any change in
that file should be visible. Mirrorkit files are now in
phpweb/backend/mirrorkit, and any modification on
them will be visible in CVS.
2003-05-04 12:50:07 +00:00
Gabor Hojtsy
06e874f723 Exclude the CVS dirs and the tgz itself
from being compressed
2003-05-01 21:16:06 +00:00
Gabor Hojtsy
52f6b069f0 Brr, $root needs to be passed on 2003-05-01 19:01:42 +00:00
Gabor Hojtsy
d1221a3bb7 Implement automatic update of mirrorkit.tgz
This was on the TODO for a long time ;)
No replace of the mirrorkit.tgz file is made
so far, first we need to see that contents are
all right.
2003-05-01 16:52:25 +00:00
Gabor Hojtsy
8b4055df9e Move ip-to-country code into its own file,
now with indexing added

The indexing stuff can be moved to the
rename() if section, as it only need to run
if there is a new file (but now there is no
index to leave there, so the indexing
code will always run)
2003-05-01 16:04:51 +00:00
Gabor Hojtsy
cf26f4a510 James says, mails from the server won't work,
so remove these things, and assume it works ;)
2003-05-01 14:07:49 +00:00
Gabor Hojtsy
a11f306080 Only unlink if it is not renamed before
And adding two notifications for me on
what's happening (will be deleted after
a few errors, if this seems to be working
normally)
2003-05-01 12:24:05 +00:00
Gabor Hojtsy
9717028615 Always remove the temp file, and store it's
name in a var, so there is no need to repeat it
2003-05-01 11:44:56 +00:00
Gabor Hojtsy
a830dfc1df Reformatting code to have more comments,
and use 4 spaces for indentation

Add 30*60 minutes timeout, as this script may run
for a long time

Add ip-to-country fetch code (without indexing!) to
test this fetch code

I hope everything will work well
2003-05-01 11:39:33 +00:00