Hi folks,
I'm currently working on web page with a list of all toolserver-users including each users language and userpage so it's easier to contact them. Please send me your data in *private* mail in the following format:
username: prefered language (i. e. native language): second language (i. e. english, may be left empty): userpage (e. g. http://de.wikipedia.org/wiki/User:LeonWeber):
It would be nice to give the email-adresses on the page I'll create, but I know the privacy problems, so I won't give it by default. If you agree to publish your adress on that page, say so.
The collected data will be additionaly available in the mysql-table toolserver.user.
Greetings, Leon
Hi Leon!
You wrote:
I'm currently working on web page with a list of all toolserver-users including each users language and userpage so it's easier to contact them. Please send me your data in *private* mail in the following format:
Why don't you just introduce a user description file with a specified format and filename that any user can put in its home directory and regularly fetch the data into the mysql table? See below for my about.me-file.
The collected data will be additionaly available in the mysql-table toolserver.user.
This will also be useful for http://tools.wikimedia.de/~interiot/cgi-bin/tstoc (See also http://meta.wikimedia.org/wiki/Talk:Toolserver/TStoc for a suggestion)
Greetings, Jakob
----
$ cat /home/voj/about.me
# This file contains public information about a user with toolserver # account.Encoding should be UTF-8. # # possible field names: # "name", "prefered language", "other languages", "userpage", "email" # # username is specified by the directory this file is located in #
# display name name: JakobVoss
# ISO-code prefered language: de
# comma-seperated list of babel-codes other languages: en-3, es-1
I've got some of this data at the bottom of the TSTOC source code:
http://tools.wikimedia.de/~interiot/cgi-bin/tstoc?code
For what it's worth, I'd also really like to see both a "displayname" column (so that ~TDS can be displayed as "Tim", ~kate as "River", ~daniel as "Duesentrieb", etc), as well as a "homepage" column.
And yes, it would be nice if it was user controlled.
-Dave
On Sat, May 13, 2006 at 04:36:56PM +0200, Jakob Voss wrote:
Hi Leon!
You wrote:
I'm currently working on web page with a list of all toolserver-users including each users language and userpage so it's easier to contact them. Please send me your data in *private* mail in the following format:
Why don't you just introduce a user description file with a specified format and filename that any user can put in its home directory and regularly fetch the data into the mysql table? See below for my about.me-file.
The collected data will be additionaly available in the mysql-table toolserver.user.
This will also be useful for http://tools.wikimedia.de/~interiot/cgi-bin/tstoc (See also http://meta.wikimedia.org/wiki/Talk:Toolserver/TStoc for a suggestion)
Greetings, Jakob
$ cat /home/voj/about.me
# This file contains public information about a user with toolserver # account.Encoding should be UTF-8. # # possible field names: # "name", "prefered language", "other languages", "userpage", "email" # # username is specified by the directory this file is located in #
# display name name: JakobVoss
# ISO-code prefered language: de
# comma-seperated list of babel-codes other languages: en-3, es-1
userpage: http://de.wikipedia.org/wiki/Benutzer:JakobVoss _______________________________________________ Toolserver-l mailing list Toolserver-l@Wikipedia.org http://mail.wikipedia.org/mailman/listinfo/toolserver-l
interiot@68k.org schrieb:
For what it's worth, I'd also really like to see both a "displayname" column (so that ~TDS can be displayed as "Tim", ~kate as "River", ~daniel as "Duesentrieb", etc), as well as a "homepage" column.
Such as http://tools.wikimedia.de/~leon/toolserver/ ?
And yes, it would be nice if it was user controlled.
I'm working on it, no idea when it's ready. Leon
toolserver-l@lists.wikimedia.org