On Mon, 10 Jan 2005 20:59:13 +0100, j.levrel@free.fr j.levrel@free.fr wrote:
But I have still a problem. Ok I have the articles and all history of them in the database, but I don't see the "User:" pages. Maybe it's not the same with en.wikipedia. Does it really contains the user pages? If this is not the case, can we have access to these datas without being connected?
Stab in the dark, here, but are you looking directly at the database, and wondering why none of the article names begin "User:" (or "Utilisateur:" or whatever it is in French)? If so, the answer is because they're not called that. ;) The database has a cur_namespace field, which represents the namespace of each article numerically - so my User page would have cur_title='IMSoP' AND cur_namespace=2. See Defines.php[1] for how the numeric namespaces match up to the prefixes that you, I, and the software recognise as though they were part of the title.
[1]: http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/includes/Defines.php?...