45e7831b | 15-Sep-2003 |
Gabor Hojtsy |
Document how books should be added |
19bfb5aa | 15-Sep-2003 |
Gabor Hojtsy |
Correct links for Chineese books, so those will work finally |
85513990 | 13-Sep-2003 |
Gabor Hojtsy |
Use a list instead of styled div for the manual TOC layout, because - this is semantically correct - this uses *much* less markup - looks better in downlevel browsers (eg. NN4)
Use a list instead of styled div for the manual TOC layout, because - this is semantically correct - this uses *much* less markup - looks better in downlevel browsers (eg. NN4) Also make the TOC link list appear in the normal font size of the sidebar (which is a bit bigger then what is currently used, and easier to read). It is still reasonably small IMHO.
show more ...
|
fdd52c40 | 12-Sep-2003 |
Gabor Hojtsy |
Support the tip class on p here too |
da655423 | 12-Sep-2003 |
Gabor Hojtsy |
Support the tip class on p too |
dda9de7c | 12-Sep-2003 |
Gabor Hojtsy |
As there are still no alternate formats, inform the users, that the CHM-only downloads are temporary... |
e229929b | 11-Sep-2003 |
Gabor Hojtsy |
Comment out the max rules for now |
75a4eeb4 | 11-Sep-2003 |
Gabor Hojtsy |
OK, so those browsers are not that buggy, but do not take input size="" into account, when sizing the table, the CSS takes over. So add a fixed size to the table. min-width would be a better
OK, so those browsers are not that buggy, but do not take input size="" into account, when sizing the table, the CSS takes over. So add a fixed size to the table. min-width would be a better solution, but it is not supported in IE, so it does not solve our problem in IE...
show more ...
|
d6b7fc2f | 11-Sep-2003 |
Gabor Hojtsy |
Reverting max attribute. To the hell with bogus browsers.... |
aff342f3 | 11-Sep-2003 |
Gabor Hojtsy |
Add possible #phphelp channel name, and point out that there is no single official PHP channel. |
b1635f57 | 09-Sep-2003 |
Gabor Hojtsy |
Download links changed, change the English CHM cell detector code too |
d566511d | 07-Sep-2003 |
Gabor Hojtsy |
Fix documentation downloads table |
47e520fe | 07-Sep-2003 |
Gabor Hojtsy |
- Clarify that official mirrors need to have the same content as php.net - Modify the suggested vhost setup, so the xx.php.net address is the default. This makes Apache URL redirections kee
- Clarify that official mirrors need to have the same content as php.net - Modify the suggested vhost setup, so the xx.php.net address is the default. This makes Apache URL redirections keep the user in the .php.net URL space, keeping the My PHP.net settings. Otherwise URLs such as http://ar.php.net/manual go out of the PHP.net URL space. - Clarify the CNAME issue, and that people should contact us first, before setting up a mirror
show more ...
|
452dd8d1 | 07-Sep-2003 |
Gabor Hojtsy |
CHM Edition downloads are on the mirrors now |
ef8c4104 | 07-Sep-2003 |
Gabor Hojtsy |
Final step of driving the documentation downloads through a mirror selection page (as discussed at the last docmeeting). This should get a huge amount of load off the PHP.net server. |
cc9bacb1 | 07-Sep-2003 |
Gabor Hojtsy |
Add horizontal delimiters and a header to the security fixes and patches part, so users will not get confused... |
6afccee4 | 07-Sep-2003 |
Gabor Hojtsy |
Support manual file downloads (with mirror selection) via short URLs and provide more human friendly error messages for rush downloaders, who download stuff the same day we publish it (when n
Support manual file downloads (with mirror selection) via short URLs and provide more human friendly error messages for rush downloaders, who download stuff the same day we publish it (when not all mirrors have the file)...
show more ...
|
daaa449f | 07-Sep-2003 |
Gabor Hojtsy |
Include filename and server name in the error message, so we would know this instantly in case one copy-paster submits this as an error report to us. |
edad79a4 | 07-Sep-2003 |
Gabor Hojtsy |
Support the download of manual files via short URLs, and with mirror selection, as discussed on the last docmeeting |
653e7b4a | 06-Sep-2003 |
Gabor Hojtsy |
Better wording, as we include the full URL now... |
72b1c47e | 06-Sep-2003 |
Gabor Hojtsy |
Add servername to error message so we know what server has problems if someone copy-pastes the error message to us... |
7398d5d8 | 06-Sep-2003 |
Gabor Hojtsy |
We have a new extended CHM finally |
677c46c3 | 06-Sep-2003 |
Gabor Hojtsy |
Inform the user if we are unable to fulfill his request for a URL shortcut because of some problem in the SQLite query. This avoids one Location: redirection to the same mirror in case sqlite
Inform the user if we are unable to fulfill his request for a URL shortcut because of some problem in the SQLite query. This avoids one Location: redirection to the same mirror in case sqlite is not properly working, and informs the user, instead of printing out nasty PHP error messages (ie. graceful degradation).
show more ...
|
0033373d | 06-Sep-2003 |
Gabor Hojtsy |
If there is no manual in the language selected by the user, then this service is unable to work, so inform the user on this |
3225ece2 | 06-Sep-2003 |
Gabor Hojtsy |
Move the error functions out to an include file, so we can reuse them if needed |