×
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 18:15, 1 March 2008 by imported>Took (→‎hw07.php: looks also like hw10 to me)

    Rationale

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

    Tasks

    <tasks> [1] Repariere Titelerkennung der Methoden 05,07,09,10; zu finden auf geist:/home/took/ (took) [2] Add autopasting, formats, coalesced, | after its working (mutante) </tasks>

    No stats at this time

    1. http://egmcp1.cgv.tugraz.at/rootcollection
    2. http://els.pa-feldkirch.ac.at/rootcollection
    3. http://w01.my-files.de/rootcollection
    4. http://w01.net-files.de/rootcollection
    5. http://www.bancaditalia.it/rootcollection
    6. http://www.broxbourne.gov.uk/internet
    7. http://www.jucs.org/rootcollection
    8. https://pmronline.eads.com/rootcollection

    Code snippets

    Hyperwave Titel-Erkennung

    Hyperwave-Wikis vom Typ 5, 7, 9 und 10 funktionieren zZt noch nicht korrekt. Links zu Beispiel-Wikis der genannten Typen findet man hier.

    hw05.php

    ...work in progress <HighlightSyntax> IDs 20, 24 $urlpattern = '@([0-9]*)@iU';

    $urlpattern = '@Title (English):[.\\W]*(.+)@';

    </HighlightSyntax>

    hw07.php

    sieht für mich exakt genau wie typ hw10 aus!

    <TITLE>(.*)</TITLE>
    

    sollte funktionieren.

    hw09.php

    sieht für mich exakt genau wie typ hw10 aus! allerdings spinnt genau wie id 14 auch 19

    Warning: file_get_contents(http://msrv1.modulang.uni-saarland.de:88/rootcollection): failed to open stream: Connection timed out in /home/took/my/hyperwave/test9.php on line 5
    

    hw10.php

    this seems to work. id 14 spinnt allerdings total. sieht offline aus. <HighlightSyntax> //$url='http://isc.e-colt.com/rootcollection'; $url='http://elpub.bib.uni-wuppertal.de/rootcollection'; $in=file_get_contents($url); preg_match('@<TITLE>(.*)</TITLE>@', $in, $out); //print_r($out); echo $out[1]."\n"; </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.