This is an archive of past discussions about Main Page. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
Archive 1 | Archive 2 | Archive 3 | Archive 4 | Archive 5 | → | Archive 10 |
There's an article on Wikipedia in the 22 oct. 2002 edition of the Japanese newspaper "The Daily Yomiyuri", available online at the address http://www.yomiuri.co.jp/newse/20021022wo62.htm. Can someone add it in the "Wikipedia in the press" section?
Why are there links to "Wikipedia in other languages" on the top of the page, *and* at the bottom of it? Looks quite redundant to me. Also, not all languages are represented in the group at the top of the page ... for example Swedish. -HBW
The guidelines state: Make only links relevant to the context.... In particular, ... don't link to years and dates ....
Then why does the WikiPedia main page do exactly this in its second sentence? I'd fix it, but the page is protected.
NTF
Make only links relevant to the context is presented as a Rule to Consider. Most people have considered it and rejected it. ;-) --Stephen Gilbert 01:07 Sep 18, 2002 (UTC)
I agree wit both sides here; I generally see no harm in linking a year in most articles, as people may well want to get a sense of what else happened in that year. But "day" links seem harder to justify, and the January link on the front page is indeed silly and distracting. --LDC
I definitely think that linking [Year] is, in general, a good idea. Maybe you don't want to know what else happened that year, but I'm rarely interested in following any of the links on a page. Every once in a while, however, I'm interested; and every once in a while, somebody will want to know what else happened that year.
I usually link [Month day] as well (although certainly not [Month] or [Weekday], since these don't have almanac information), but I could be talked out of that, at least in most cases. But I doubt that I could be talked out of linking [Year]. — Toby 23:05 Sep 19, 2002 (UTC)
At least the year link serves to give some historical context; sure, it's probably irrelevant to most articles, but it can be very valuable in articles about pop culture things, for example. If I'm reading about an album, for example, I might want to know some background about the times under which it was produced to get some idea of the artist's influences. But dates don't give me anything but anniversaries. --LDC
Attempts to access the Recent Changes pages returns an error message "Could not select database wikidb". I can search for and read individual items, I can get to the Main Page and the Current Events page, but not to the Recent Changes pages. -- Zoe 22:41 Sep 20, 2002 (UTC)
We seem to be bumping into MySQL connection limits, but the load doesn't seem to be that heavy. I'm not sure what's causing it. --LDC
I suggest changing the wording in the opening paragraph to:
... We started in January 2001 and are already working on 44794 articles, with more being added and improved all the time. We want to make over 100,000 complete articles, so let's get to work! Anyone, including you, can edit any article ....
This is to make it clearer that the number of articles in the count is a number of "articles in progress", rather than a count of "finished, complete articles". Enchanter 23:44 Sep 20, 2002 (UTC)
Guys, please stop putting "U.S. plan..." in the backgrounder list--it's not a backgrounder, it is itself a new story, and is already quite well covered on the current events page where it belongs. The intent of the front page section is to have quick links to articles about people, places, and things talked about in the news. --LDC
---
Should the link at Sodiumtheperson be deleted? I'm somewhat new, and this is probably misfiled in the least. Nonsense at worst -- User:Clintp
Why does History of science and technology get its own link alongside History on the main page, when other subdivisions of history do not? --Khendon
Hello,
I'm a newcomer. I can't access the page "Pierre Teilhard de Chardin" I was updating. I get a terrific message :
Anything to do ? Many Thanks
The only thing you can do is try again later; it looks like we might want to tweak the server settings a bit. --LDC
I can't access RecentChanges page several days. Every time I got a message:
Warning: Too many connections
in /usr/local/apache/htdocs/w/DatabaseFunctions.php on line 17
Could not connect to DB on 127.0.0.1
Can anything be done about that?
I solved the problem deleting all IE cache files. Just refresh did not work.
It looks like some of the "too many files open" problems are being caused by the large numbers of session files being used by PHP. Is the site maintaining a session for every anonymous visitor? This might cause the problem. (See www.php.net/manual/en/ref.session.php for info on custom session handlers, if you need to store so many sessions but the filesystem is not robust enough, you can move session handling into a database).
Either that, or something in the site is dependant on having a lot of concurrent files open. Good luck with wikipedia. -- octal