1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 15:22:19 +01:00
Commit Graph

148 Commits

Author SHA1 Message Date
Justin Martin
9d9c0a6b19 Replaced dochowto links with fresh links to the wiki version of the howto. 2012-06-09 16:06:46 -07:00
Hannes Magnusson
60d5c3b903 Add current config option (ignored in old-web), and FIXME placeholders for pages
not in any menu yet
2010-12-28 11:09:09 +00:00
Philip Olson
7e9d6e8d94 Added the PHP 3 Manual (of sorts) to the archives.
# Found this on my hard drive so figure what the heck... commit!
2009-04-11 03:07:00 +00:00
Hannes Magnusson
1e16f42cf3 Simplify 2008-04-11 15:26:21 +00:00
Philip Olson
2db11f5ef5 fixed stat check 2008-04-11 15:23:09 +00:00
Hannes Magnusson
81af5c10bb Use absolute path 2008-04-11 12:12:42 +00:00
Hannes Magnusson
c467a0ae86 Check if the language really exists 2008-04-11 12:06:18 +00:00
Philip Olson
0b103acf0a Define and utilize $ACTIVE_ONLINE_LANGUAGES 2008-04-10 18:41:13 +00:00
Hannes Magnusson
91430ab07e Bye bye smarty
# Smarty is no longer a php.net project
2008-01-11 11:28:57 +00:00
Philip Olson
eebeac92ce Update URLs. 2007-05-02 06:44:11 +00:00
Mehdi Achour
1b527c84b7 #40140: Fix typos 2007-01-16 02:08:55 +00:00
Gabor Hojtsy
5c9c31e6e5 remove special case 2006-09-13 19:56:14 +00:00
Gabor Hojtsy
2eb678b1e3 getting rid of explicit printer-friendly pages:
- remove links from the docs page
 - remove options from the dropdown (this have the side effect that language
   stickiness is easier to self-solve for users, as they will see the English
   language selection on top right away
 - redirect old print, printwn and html URLs to the manual web addresses
2006-09-13 18:53:31 +00:00
Gabor Hojtsy
6dedf96e8e shorten sidebar, fix typos, remove horizontal rulers, which are not used elsewhere on the site and group the 'more documentation' links with some explanation for each 2006-09-12 20:37:14 +00:00
Philip Olson
bec02560b2 Remove dead function table reference (patch by bjori) 2006-09-08 06:56:29 +00:00
Gabor Hojtsy
ca890b37bb incorporate our Amazon partner links here 2006-09-05 16:59:57 +00:00
Gabor Hojtsy
f3e6be77de removing books: there were no objections against removing this page, neither there is anyone to maintain it, so doing it now 2006-09-05 16:38:12 +00:00
foobar
99328cfad9 missing php5 changelog url 2005-09-23 13:10:15 +00:00
Gabor Hojtsy
4985890986 note the trivial thing that translated pages might be outdated 2004-04-13 19:05:47 +00:00
Damien Seguy
bff6fa9e50 new URL 2004-02-25 12:44:57 +00:00
Gabor Hojtsy
15aa0deb6e Ws fixing in the HTML code of the sidebar and the body,
use a standard table (CSS styled table) instead of specifing
colors explicitly, and add better explanation to the PHP/FI 2.0
manual link.
2003-09-20 15:29:39 +00:00
Gabor Hojtsy
b0d1d55abe Use <hr /> instead of the overcomplicated hdelim() 2003-08-08 12:58:27 +00:00
Gabor Hojtsy
94b8972662 Several XHTML fixes: <br> to <br />, fixing
scope problems (<p> should not contain <ul>,
<a> should not contain <h[x]>), etc.
2003-06-14 16:10:23 +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
Rasmus Lerdorf
75dd92ff61 Get rid of some more stat() syscalls by avoiding include_path stats when
we know the exact relative path to the files
2003-05-15 17:39:37 +00:00
Wez Furlong
45f8c737fe Avoid a few stat()s per page. 2003-05-15 16:46:58 +00:00
Gabor Hojtsy
196a7f04c0 Integrate the langauge chooser to the main site flow, and update the
documentation pages to use the new $LANG var to display documentation
download pages "customized" to the user

This also makes preferred_language()'s remove, as $LANG is perfect for
this purpose...
2003-03-01 16:14:35 +00:00
Gabor Hojtsy
d0e33000ca Adding actual information about the howto. It is available for
online reading now.
2003-01-02 21:59:29 +00:00
Gabor Hojtsy
407229e16c Adding initial support for user level preferred language. Now it is the site's
default language. Honor that setting in displaying the documentation table pages
by highlighting manuals in that language specially.
2003-01-02 21:52:31 +00:00
Gabor Hojtsy
4536103fa3 Mark special French version even more specially 2002-12-28 13:40:16 +00:00
Gabor Hojtsy
204a245b6d Use the $LANGUAGES array in these two scripts too, so now
the language listings are generic, and only one place needs
modification if a new language is introduced.

docs.php => detect what languages have an index.php, and only
list the ones hosted on a mirror. Also integrated Special
French manual to language listing.

download-docs.php => detect all formats for all languages,
and only list those languages, having at least one format
downloadable.
2002-12-28 12:02:39 +00:00
Gabor Hojtsy
d5869f0647 Adding ZH to the languages list 2002-09-15 09:59:30 +00:00
Sander Roobol
4a4b29dfe6 Fixed links to printable docs - partial fix for #18263 2002-07-10 17:45:59 +00:00
Derick Rethans
7274d612de - Test with If-Modified-Since headers. 2002-05-15 09:10:22 +00:00
Gabor Hojtsy
67f4d59774 Adding link to URL Howto. 2002-04-19 12:31:14 +00:00
Gabor Hojtsy
edbe71edbe Adding Changelog link to docs.php as requeste by Philip Olson. 2002-02-07 11:24:11 +00:00
jim winstead
41630c4422 link to quick reference tips from docs page, move old news link back out of sidebar 2002-02-02 23:03:44 +00:00
Gabor Hojtsy
4df26d1cf5 Add note about untranslated parts 2002-01-08 19:23:39 +00:00
Gabor Hojtsy
b852c9208c Note, that PHP-GTK and PEAR manuals can be found on separate
servers. Try to reduce the emails asking "where I can find
the PEAR manual".
2001-12-19 16:39:05 +00:00
jim winstead
307cd2fb12 the manual has annotations on all mirrors, and there's no way to just browse the annotations for now. 2001-11-29 18:55:05 +00:00
jim winstead
c200662b36 add polish manuals 2001-11-10 20:54:03 +00:00
Gabor Hojtsy
dd9a67401f Direct linking (quick fix for DirectoryIndex problems some mirrors suffer from) 2001-11-01 11:15:21 +00:00
Gabor Hojtsy
058a6e75de The download-docs.php page is not new anymore. 2001-08-26 13:03:02 +00:00
Gabor Hojtsy
9ea0804ff3 -1 2001-08-04 16:25:44 +00:00
Gabor Hojtsy
e2c62cf528 $langnum -> $lastlang :) 2001-08-04 16:25:29 +00:00
Gabor Hojtsy
0491931fd7 Erm, parse error corrected 2001-08-04 15:58:55 +00:00
Gabor Hojtsy
28f437e7b2 Print that "," only where needed,
some newlines deleted
2001-08-04 15:56:25 +00:00
Gabor Hojtsy
92ea3410c8 <td> -> <th> where needed 2001-08-04 15:31:19 +00:00
Gabor Hojtsy
13a72eaa2b Change header, so it reflects the menu items name 2001-08-04 15:14:28 +00:00
Gabor Hojtsy
8e95e36fb4 Some tag case corrections, color again :( 2001-08-04 15:13:51 +00:00