×
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>RobiH
    (Viel einfacher)
    imported>Took
    m (Reverted edits by RobiH (Talk); changed back to last version by Took)
    Line 8: Line 8:
    == Tasks ==
    == Tasks ==
    <tasks>
    <tasks>
    [1] Repariere Titelerkennung der Methoden 05,07,09,10; zu finden auf geist:/home/took/ (took)
    [1] Parse Title (see Code snippet) from TITLE-Tag of URL in the "link" column (mutante)
    [2] Add autopasting, formats, coalesced, | after its working (mutante)
    [2] Add autopasting, formats, coalesced, | after its working (mutante)
    </tasks>
    </tasks>
    Line 24: Line 24:
    == Code snippets ==
    == 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 [http://s23.org/wikistats/hyperwave_html.php?sort=type_desc hier].

    ==== hw05.php ====
    sieht für mich exakt genau wie typ hw10 aus!

    ==== hw07.php ====
    sieht für mich exakt genau wie typ hw10 aus!
    <TITLE>(.*)</TITLE>
    <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>



    [[Category:Wiki]]
    [[Category:Wiki]]

    Revision as of 18:46, 1 March 2008

    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

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

    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.