×
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:

    Hyperwave: Difference between revisions

    Content added Content deleted
    imported>Took
    m (Reverted edits by RobiH (Talk); changed back to last version by Took)
    imported>RobiH
    (Desired outputs)
    Line 22: Line 22:
    # https://pmronline.eads.com/rootcollection
    # https://pmronline.eads.com/rootcollection


    == Code snippets ==
    == Links and desired Outputs ==
    #[http://www-alt.bid-owl.de:8080/rootcollection;internal&action=dialog.attributes.action Hyperwave Root Collection]

    #[http://elpub.bib.uni-wuppertal.de/rootcollection;internal&action=dialog.attributes.action Elektronische Veröffentlichungen der Universitätsbibliothek Wuppertal]
    === Hyperwave Titel-Erkennung ===
    #[http://isc.e-colt.com/rootcollection;internal&action=dialog.attributes.action Hyperwave Root Collection]
    Hyperwave-Wikis vom Typ 5, 7, 9 und 10 funktionieren zZt noch nicht korrekt. Links zu Beispiel-Wikis der genannten Typen findet man [http://s23.org/wikistats/hyperwave_html.php?sort=type_desc hier].
    #[http://msrv1.modulang.uni-saarland.de:88/rootcollection;internal&action=dialog.attributes.action Hyperwave Root Collection]

    #[http://his.planet-et.at/rootcollection;internal&action=dialog.attributes.action Hyperwave Root Collection]
    ==== hw05.php ====
    #[http://www.lms.sz.uni-erlangen.de/rootcollection;internal&action=dialog.attributes.action Hyperwave Root Collection]
    sieht für mich exakt genau wie typ hw10 aus!
    #[http://musicweb.koncon.nl:8000/rootcollection;internal&action=dialog.attributes.action Home]

    #[http://esmhyperwave.fzi.de/rootcollection;internal&action=dialog.attributes.action Hyperwave Root Collection]
    ==== 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>





    Revision as of 19:03, 1 March 2008

    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.