Re: [Toolserver-l] Python cgi safery issues

2011-06-22 Thread Alex Brollo
Thanks!

I'll read safety doc.
In brief, there's only a GET input from a link such this:

toolserver.org//cgi-bin/epg_start.py?sito=language_of_wikisourcepagina=name_of_the_pagetitolo=title_of_the_page

and the output is only a zip file into public_html folder and a static html
page to see what's happening. I guess it would be simple to control the
content of three GET parameters and to stop the script if parameter content
is unsafe.

What are the minimal, safest settings for epg_start.py file? is it safe a
777 mode?

Alex brollo
___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

[Toolserver-l] s3/s4/s6/s7 server split - action required for user databases

2011-06-22 Thread River Tarnell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

This mail affects you if you have user databases on s3, s4, s6 or s7.  
Other users can ignore it.

Currently, these clusters are all on the same server.   During the 
re-import, I will do an internal server split, i.e. each cluster will be 
on a different MySQL server afterwards.  We will then move user 
databases to the new servers, and do the same thing on the other server.

This presents a problem when restoring user databases, because it's not 
clear which cluster(s) the user intended each database to exist on.
That problem will be resolved as follows: User databases which contain a 
wiki name or a cluster name in the database name will be restored to 
that cluster.  All other databases will be restored to s3.

If you don't agree with this algorithm, you should list your database 
name under the appropriate cluster at [0] and it will be restored to the 
server you request.  You can list one database under multiple servers, 
if you want (but please consider disk space requirements before doing 
that).

- river.

[0] https://wiki.toolserver.org/view/User:River/hyacinth_db_split 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (SunOS)

iEYEARECAAYFAk4B3HEACgkQIXd7fCuc5vJrlQCeN3lbb/GRgzihawzBWobeIttn
NAEAoLcyAN7eHNetAcpBjfH5gFEfi2BQ
=B63B
-END PGP SIGNATURE-

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette


[Toolserver-l] alphabetic codes in irc update streams

2011-06-22 Thread Ed Summers
I was wondering if anyone knew if there is a list of the codes that
follow the page names in the mediawiki IRC update stream. For example
the MB in the following example:

20:43 @rc-pmtpa [[2007–08 A-League]] MB
http://en.wikipedia.org/w/index.php?diff=435699936oldid=435699679 *
Cydebot * (+3) Robot - Speedily moving category 2008 in Australian
football (soccer) to [[:Category:2008 in Australian association
football]] per [[WP:CFDS|CFDS]].

I'm trying to identify bots for this visualization of the updates [1].
Any tips or pointers would be appreciated.

//Ed

[1] http://wikistream.inkdroid.org

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette


Re: [Toolserver-l] alphabetic codes in irc update streams

2011-06-22 Thread Sumurai8 (DD)
I think these are the flags you see on any recent changes page.

If that's the case:
M = minor edit
B = bot
N = new

Sumurai8

2011/6/22 Ed Summers e...@pobox.com:
 I was wondering if anyone knew if there is a list of the codes that
 follow the page names in the mediawiki IRC update stream. For example
 the MB in the following example:

 20:43 @rc-pmtpa [[2007–08 A-League]] MB
 http://en.wikipedia.org/w/index.php?diff=435699936oldid=435699679 *
 Cydebot * (+3) Robot - Speedily moving category 2008 in Australian
 football (soccer) to [[:Category:2008 in Australian association
 football]] per [[WP:CFDS|CFDS]].

 I'm trying to identify bots for this visualization of the updates [1].
 Any tips or pointers would be appreciated.

 //Ed

 [1] http://wikistream.inkdroid.org

 ___
 Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
 https://lists.wikimedia.org/mailman/listinfo/toolserver-l
 Posting guidelines for this list: 
 https://wiki.toolserver.org/view/Mailing_list_etiquette


___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Re: [Toolserver-l] alphabetic codes in irc update streams

2011-06-22 Thread Ed Summers
thanks for the advice so far. I monitored 36 of the wikipedia update
channels for an hour and came up with the following tallies:

 (7053)
MB (4274)
M (1951)
! (1250)
N (436)
!N (406)
B (366)
!M (209)
!MB (154)
NB (95)
NM (67)
!NM (23)
NMB (3)
!B (2)

So it looks like the N, M and B can be combined?  does anyone know
what the ! means?

//Ed

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette


Re: [Toolserver-l] alphabetic codes in irc update streams

2011-06-22 Thread aude
On Wed, Jun 22, 2011 at 8:39 PM, Ed Summers e...@pobox.com wrote:

 thanks for the advice so far. I monitored 36 of the wikipedia update
 channels for an hour and came up with the following tallies:

  (7053)
 MB (4274)
 M (1951)
 ! (1250)
 N (436)
 !N (406)
 B (366)
 !M (209)
 !MB (154)
 NB (95)
 NM (67)
 !NM (23)
 NMB (3)
 !B (2)

 So it looks like the N, M and B can be combined?  does anyone know
 what the ! means?


The ! indicates an edit or new page is not yet patrolled.

http://en.wikipedia.org/wiki/Wikipedia:Autopatrolled

Cheers,
Katie



 //Ed

 ___
 Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
 https://lists.wikimedia.org/mailman/listinfo/toolserver-l
 Posting guidelines for this list:
 https://wiki.toolserver.org/view/Mailing_list_etiquette

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Re: [Toolserver-l] alphabetic codes in irc update streams

2011-06-22 Thread Ed Summers
Thanks very much for the decoding, and the pointers to the code. Much
appreciated!

//Ed

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette