1
0
mirror of https://github.com/php/web-php.git synced 2026-04-28 01:13:10 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Gabor Hojtsy 55838d5faa Arabic is also not available online 2003-06-18 07:39:01 +00:00
Gabor Hojtsy 7db579e003 Korean language code fix 2003-06-13 15:29:19 +00:00
Gabor Hojtsy e32ad79275 Tab => spaces and remove ending ?> for consistency 2003-06-07 20:01:53 +00:00
Derick Rethans 6751cf78ab - Make it possible to disable languages that should not show up as available
language online.
2003-06-02 08:36:54 +00:00
Gabor Hojtsy 6cc5946b04 Add a language code conversion function, which
will be used on manual pages
2003-05-23 20:32:16 +00:00
Derick Rethans ff86f7db34 - Add Greek to the list of supported languages 2003-05-11 21:34:30 +00:00
Gabor Hojtsy 76f33c14ae Adding Id CVS attr to many include files, and also adding C++ format header,
for anybody who uses it, just for consistency ;)
2003-01-07 22:15:57 +00:00
Gabor Hojtsy 2cba76df96 Make correction, as requested by Dallas Thunder... 2003-01-07 19:56:45 +00:00
Gabor Hojtsy 58a6f6e892 Correct and extend conformance problem list. 2002-12-28 12:18:36 +00:00
Gabor Hojtsy 3bfc0edefb OK, so the HK code is for the Hong Kong Cantonese type of
chinese (as far as the DSSSL style sheets can tell)
2002-12-28 10:48:02 +00:00
Gabor Hojtsy 847b5faf9a Only list languages, which have phpdoc modules. And use language
codes, as the phpdoc modules are named. This speeds up all the
/manual/* page displays, as there is no need to check for page
existence for languages, which are known to be nonexistent.
2002-12-28 10:43:58 +00:00
Gabor Hojtsy d30df5d135 Update site.inc to support new $MIRRORS array element:
- Add mirror_status() function to get status of one
   mirror from the array

 - Add optional site parameters to mirror functions to
   get info of one particular mirror. Makes the direct
   access of the $MIRRORS array in some places
   removable.

 - Make constant definitions conditional, in case the
   new mirror list is used, which defines and uses
   the constants itself

 - Move languages list into separate include file (much
   like mirrors and countries are in separate files)

 - Use _SERVER array to get site name

 - Update default mirror array element to new structure
2002-12-21 12:26:15 +00:00