×
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
    imported>mutante
    mNo edit summary
    Line 8: Line 8:
    == Tasks ==
    == Tasks ==
    <tasks>
    <tasks>
    [1] Can you detect, why parsing IDs 15, 20 reveals Totals as Title outputs although the source codes are virtually the sames as those of IDs 14, 24? (mutante)
    [1] Can you detect, why parsing IDs 15, 20 reveals Totals as Title outputs although the source codes are virtually the sames as those of IDs 14, 24? | Since ID 15 and 20 are type 10 and 5, and there are 2 links of each of those types of which 1 works, it cannot be found in the code, and "virtually the same" must be not "the same". | Find the difference in the source code and create a single method for each page as predicted ;p (Robih)
    [1] Update Method 7 from below (mutante)
    [x] Update Method 7 from below (mutante)
    [1] Change ID 37 to Method 7 (mutante)
    [x] Change ID 37 to Method 7 (mutante)
    [1] Korrigiere Methode 7, daß sie auf den Quelltext [http://his.planet-et.at/rootcollection;internal&action=dialog.attributes.action dieses] Links funktioniert (took)
    [1] Korrigiere Methode 7, daß sie auf den Quelltext [http://his.planet-et.at/rootcollection;internal&action=dialog.attributes.action dieses] Links funktioniert (took)
    [1] Korrigiere Methode 9, daß sie auf den Quelltext aller drei URLs funktioniert (took)
    [1] Korrigiere Methode 9, daß sie auf den Quelltext aller drei URLs funktioniert (took)

    Revision as of 21:55, 19 November 2007

    Rationale

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

    Tasks

    <tasks> [1] Can you detect, why parsing IDs 15, 20 reveals Totals as Title outputs although the source codes are virtually the sames as those of IDs 14, 24? | Since ID 15 and 20 are type 10 and 5, and there are 2 links of each of those types of which 1 works, it cannot be found in the code, and "virtually the same" must be not "the same". | Find the difference in the source code and create a single method for each page as predicted ;p (Robih) [x] Update Method 7 from below (mutante) [x] Change ID 37 to Method 7 (mutante) [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

    To be coded

    hw05.php

    <HighlightSyntax> IDs 20, 24

    $urlpattern = '@Objects contained:[\\s]'. '([0-9]+).*@'; $urlpattern = //'@Title (English):[\\s]'. '@(.+)@';

    </HighlightSyntax>

    hw06.php

    <HighlightSyntax> ID 21

    $urlpattern = '@Oggetti contenuti:[\\s]'. '([0-9]+).*@'; $urlpattern = //'@Titolo (Inglese):[\\s]'. '@(.+)@';

    </HighlightSyntax>

    hw07.php

    <HighlightSyntax> ID 37

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

    </HighlightSyntax>

    hw08.php

    <HighlightSyntax> ID 28

    $urlpattern = '@Objects contained:[\\s]'. '([0-9]+).*@'; $urlpattern = //'@Title (German):[\\s]'. '@(.+)@';

    </HighlightSyntax>

    hw09.php

    <HighlightSyntax> IDs 18, 19, 25

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

    </HighlightSyntax>

    hw10.php

    <HighlightSyntax> IDs 14, 15

    $urlpattern = '@Enthaltene Objekte:[\\s]'. '([0-9]+).*@'; $urlpattern = //'@Titel (Deutsch):[\\s]'. '@(.+)@';

    </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.