ufal / lindat-kontext

An alternative web front-end for the Manatee corpus search engine
GNU General Public License v2.0
5 stars 1 forks source link

corplist: remove extra download links #231

Open Ansa211 opened 5 years ago

Ansa211 commented 5 years ago

In current corplist.xml, Summa theologiae does not have any "repo" parameter. So no download link should be shown in corplist:

<corpus ident="summa_la_a" keyboard_lang="en" sentence_struct="s" features="morphology, syntax" access="anonymous"  parallel="default">
        <metadata>
            <keywords>
                <item>parallel</item>
                <item>Summa</item>
                <item>la</item>
                <item>morphology</item>
                <item>syntax</item>
                <item>current</item>
            </keywords>
        </metadata>
    </corpus>
    <corpus ident="summa_cs_a" keyboard_lang="cs" sentence_struct="s" features="morphology, syntax" access="anonymous"  parallel="complement">
        <metadata>
            <keywords>
                <item>parallel</item>
                <item>Summa</item>
                <item>cs</item>
                <item>morphology</item>
                <item>syntax</item>
                <item>current</item>
            </keywords>
        </metadata>
    </corpus>
    <corpus ident="summa_en_a" keyboard_lang="en" sentence_struct="s" features="morphology, syntax" access="anonymous"  parallel="complement">
        <metadata>
            <keywords>
                <item>parallel</item>
                <item>Summa</item>
                <item>en</item>
                <item>morphology</item>
                <item>syntax</item>
                <item>current</item>
            </keywords>
        </metadata>
    </corpus>

Screenshot from 2019-06-20 13-08-33

Ansa211 commented 5 years ago

This is a duplicate of #132 Judging by the comments, the patch is available in the origin/kontext-dev branch but has not been merged into origin/master