×
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
    in:
    Revision as of 20:03, 21 November 2007 by imported>RobiH (Methods Mergers)

    Rationale

    Hyperwave ist eine Serverplattform, die man am besten als proprietären und geschlossenen Vorläufer zu Wiki-Plattformen betrachten kann.

    Tasks

    <tasks> [1] Merge Methods 05+10 and 07+09 as below (mutante) [1] #Code snippets: Siehst Du was, was ich nicht sehe? | Was macht denn das "//" am Anfang von $urlpattern = //'@..? Das hab ich so vorgefunden. Nur Am Anfang jeder Zeile suchen? Keine Ahnung, was Took sich dabei gedacht hat. Fängt denn auch bei beiden der Quellcode am Anfang der Zeile an? Zumindest in diesem Falle, ja. Sind Zeilenumbrüche verschieden? Nein Sie sind gleich. Kannst Du es bei Methods 05-10 mal ohne versuchen? (RobiH) [1] Korrigiere Methode 7, daß sie auf den Quelltext dieses Links funktioniert (took) [1] Korrigiere Methode 9, daß sie auf den Quelltext aller drei URLs funktioniert (took) [2] Add autopasting, formats, coalesced, | after its working (mutante) </tasks>

    No stats at this time

    1. http://els.pa-feldkirch.ac.at/rootcollection
    2. http://w01.my-files.de/rootcollection
    3. http://w01.net-files.de/rootcollection
    4. http://www.bancaditalia.it/rootcollection
    5. http://www.jucs.org/rootcollection
    6. https://pmronline.eads.com/rootcollection

    Code snippets

    Works with method 05

    <HighlightSyntax>

    Title (English): Hyperwave Root Collection

    </HighlightSyntax>

    Fails with method 05

    <HighlightSyntax>

    Title (English): Home

    </HighlightSyntax>

    Works with method 10

    <HighlightSyntax>

    Titel (Deutsch): bid-owl

    </HighlightSyntax>

    Fails with method 10

    <HighlightSyntax>

    Titel (Deutsch): Elektronische Veröffentlichungen der Universitätsbibliothek Wuppertal

    </HighlightSyntax>

    Merge Methods 05 and 10

    <HighlightSyntax> IDs 20, 24

    $urlpattern = '@(Enthaltene|Objects)( | )(Objekte|contained):[\\s]'. '([0-9]+).*@'; $urlpattern = '@Tit(le|el)( | )\\((English|Englisch|Deutsch|German)\\): [\\s]'. '@(.+)@';

    </HighlightSyntax>

    Merge Methods 07 and 09

    <HighlightSyntax> ID 37

    $urlpattern = '@<IMG SRC="/wavemaster.internal/v6.2/uistyle/icons/empty.gif" WIDTH="1" HEIGHT="4">
    >(Enthaltene|Objects)( | )(Objekte|contained):[\\s]'. '([0-9]+).*@'; $urlpattern = '@<IMG SRC="/wavemaster.internal/v6.2/uistyle/icons/empty.gif" WIDTH="1" HEIGHT="4">
    Tit(le|el)( | )\\((English|Englisch|Deutsch|German)\\):[\\s]'. '@(.+)@';

    </HighlightSyntax>


    Method 4

    <HighlightSyntax> case 4:

    1. rootcollection4-----------------------------------

    echo "case 4! \n"; $html=file_get_contents($link);

    $urlpattern = '@(0x[0-9a-f]{8}) 0x[0-9a-f]{8}<xy>@iU';

    preg_match_all($urlpattern, $html, $matches); $res_Hex_IP=$matches[1][0];

    $urlpattern = '@([0-9]*)<xy>@iU';

    preg_match_all($urlpattern, $html, $matches); $res_Documents=$matches[1][0];

    $urlpattern = '@Titel \(Englisch\):[.\\W]*(.*)<xy>@iUm'; $urlpattern = '@Tit(le|el)( | )\\((English|Englisch|Deutsch|German)\\):[\\s]*(.*)<xy>@iUm';

    preg_match_all($urlpattern, $html, $matches); //print_r($matches); $res_Titel=$matches[4][0];

    break; </HighlightSyntax>

    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.