×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Discussion page for Wikistats/ToDo.

    closed-zh-tw really closed

    Channel #wikimedia-tech
    
    <mutante_> why is the "closed-zh-tw" closed, but still online, in the sense that there is an empty startpage and Special:Statistics?action=raw can be accessed?
    <TimStarling> mutante: because Mark Williamson complained that all his precious work was lost when we took it offline
    <TimStarling> so we put it back up with a special domain so that he could recover it
    <mutante_> TimStarling: if i have to specify the language it (was) in, would it be "Chinese" or English?
    <TimStarling> why do you need to know that?
    <mutante_> making statistics tables
    <mutante_> with a column and link for each
    <TimStarling> it shouldn't be in any statistics tables
    <mutante_> "lang" "local lang" ..etc
    <mutante_> the policy for putting it in statistics table  was/is : a) has a working .wikipedia subdomain  b) has accessible Special:Statistics?action=raw
    <mutante_> other policies always cause longer discussions :p
    <TimStarling> easily fixed...
    <mutante_> by making the stats page unaccessible? :p
    <TimStarling> http://closed-zh-tw.wikipedia.org/wiki/Special:Statistics?action=raw
    <mutante_> heh, thanks ;p
    

    Die Aktion war kontraproduktiv. Jetzt müssen wir text-en fahren, um weiter die Daten zu bekommen. Hoffentlich machen sie für tlh und tokipona nicht den gleichen Mist. RobiH 00:03, 27 March 2007 (CEST)

    Haha,was? Wir müssen sie eben nicht weiter fahren. "<TimStarling> it shouldn't be in any statistics tables"

    Warum sollten wir ständig etwas abfragen, wo sich die Zahlen nie ändern werden, was in jeglicher Hinsicht geschlossen ist, und unsere eigene Policy nicht erfüllt?

    Die beiden o.g. Kriterien gelten für die Wikipedias-Table. Für die Mediawikis-Table hingegen gilt ein ganz anderes Kriterium: Ist es online erreichbar? Also gehört dieser Eintrag jetzt in die Mediawikis-Table. robiH 82.212.63.18 09:42, 27 March 2007 (CEST)

    Feedback needed for Task "Create regexp-Script for Links in "Good" Column of these wikis"

    [1] Create regexp-Script for Links in "Good" Column of these wikis (took)


    Auf der Seite http://s23.org/wikistats/mediawikis_html.php?sort=stype_desc&th=250&lines=5 finde ich diese Links in der Spalte "Good":

    Schauen wir uns zB http://www.hehu.se/wiki/Special:Statistics?action=raw näher an. Wie die url schon erwarten lässt sieht der Quelltext der Seite so aus:

    total=3993;good=264;views=272498;edits=14730;users=407;admins=3
    

    -->Dafür soll ich eine regexp bauen??? Wohl kaum... das funktioniert doch schon lange.

    dito für http://info.sonicretro.org/Special:Statistics?action=raw

    Für beide brauchst Du nix mehr machen. RobiH 13:08, 23 June 2007 (CEST)

    Zu http://www.wikidweb.com/wiki/Special:Statistics?action=raw --> TODO Hier kann ich eine nonraw_en.php bauen falls ich soll (ist mir im Moment alles unklar... :-?)

    Dito für http://recursostic.javeriana.edu.co/wiki/index.php/Special:Statistics?action=raw in _es

    Genau das ist es, was wir brauchen. RobiH 13:08, 23 June 2007 (CEST)

    Zu http://www.mein-parteibuch.de/wiki/Spezial:Statistics - sollte bereits mit nonraw_de.php funktionieren, oder nicht?

    Ach, die gibt es schon? RobiH 13:08, 23 June 2007 (CEST)
    Dann ist der Task hiermit erledigt? --took 13:37, 23 June 2007 (CEST)
    Das muß mutante entscheiden. RobiH 13:40, 23 June 2007 (CEST)
    took@geist2:~/public_html/wikistats-regexp$ php5 nonraw_es.php
    <pre>total2676
    total12022
    total466865
    </..pre>took@geist2:~/public_html/wikistats-regexp$ php5 nonraw_de.php
    <pre>total1810
    total2025772
    total27153
    </..pre>took@geist2:~/public_html/wikistats-regexp$ php5 nonraw_en.php
    <pre>total25766
    total47152
    total1444391
    </..pre>
    

    @mutante: Die url ist jetzt jeweils hardgecodet in den scripten... musst du dann so bauen, das da der teil aus der db mit der passenden url eingesetzt wird natülich ;) --took 13:38, 23 June 2007 (CEST)

    Feedback needed for Task "Create regexp-Script for Hyperwaves. (took)"

    Kann mal einer in ganzen deutschen Sätzen mit je einem funktionierendem Beispiel-Link pro gewünschter RegExp und vollständiger Aufzählung aller gewünschten Felder/Daten hier aufschreiben was ich genau machen soll? /me blickts so leider nicht was passieren soll.

    Ok, ich fange gleich mal mit dem schwierigsten Fall an:

    Im Quelltext des Content-Frames von http://www.osec.ch/rootcollection2 findet sich folgender Abschnitt:

        <META NAME="Author" CONTENT="system">
        <META NAME="DocumentType" CONTENT="collection">
        <META NAME="GOid" CONTENT="0xd417eb28_0x00000002">
        <META NAME="HW_ChildAccess" CONTENT="NO_ACCESS">
        <META NAME="HW_CompoundSearchable" CONTENT="true">
        <META NAME="HW_EffectiveAccess" CONTENT="READ_ACCESS">
        <META NAME="HW_ObjectName" CONTENT="_id1_">
        <META NAME="Name" CONTENT="rootcollection2">
        <META NAME="ObjectID" CONTENT="0x00000002">
        <META NAME="Rights" CONTENT="R:a, g everyone; W:a; A:a">
        <META NAME="Subdocs" CONTENT="85372">
        <META NAME="TimeCreated" CONTENT="2003/05/02 11:35:50">
        <META NAME="TimeModified" CONTENT="2003/05/02 11:36:53">
        <META NAME="Type" CONTENT="Document">
        <META NAME="TITLE" LANG="de" CONTENT="Hyperwave Root Collection">
        <META NAME="keywords" LANG="de" CONTENT="">
    

    Das regexp-Skript soll daraus eigentlich nur folgendes machen (Durchnummeriert und sortierbar, versteht sich):

    Hex-IP Documents Link Title
    0xd417eb28 85372 Link Hyperwave Root Collection

    RobiH 13:30, 23 June 2007 (CEST)

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.