Ignore:
Timestamp:
08/28/12 14:20:38 (12 years ago)
Author:
mwindhouwer
Message:

D mod-ISOcat-access-system/info/revision.xml

  • generated by the ant build file

M mod-ISOcat-utils/build.xml

  • copy the correct JAR

M mod-ISOcat-site/module.xml

  • don't process the doc requests

M mod-ISOcat-access-data/dbms/ISOcat-schema-init.sql

  • fixed the owner references

M mod-ISOcat-access-data/dbms/ISOcat-schema-constraints.sql

  • commented out some grants

M mod-ISOcat-access-data/dbms/ISOcat-schema-empty.sql

  • pgsql is already loaded im/explicit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-site/module.xml

    r2029 r2159  
    262262        <!-- index.html and friends -->
    263263        <rule>
    264             <match>ffcpl:/(.*?)/index.html((\+.*)?)</match>
     264            <match>ffcpl:/(?!doc)(.*?)/index.html((\+.*)?)</match>
    265265            <to>ffcpl:/$1/index.html</to>
    266266        </rule>
    267267        <rule>
    268             <match>ffcpl:/(.*?)/index.htm((\+.*)?)</match>
     268            <match>ffcpl:/(?!doc)(.*?)/index.htm((\+.*)?)</match>
    269269            <to>ffcpl:/$1/index.html</to>
    270270        </rule>
    271271        <rule>
    272             <match>ffcpl:/(.*?)/((\+.*)?)</match>
     272            <match>ffcpl:/(?!doc)(.*?)/((\+.*)?)</match>
    273273            <to>ffcpl:/$1/index.html</to>
    274274        </rule>
    275275        <rule>
    276             <match>ffcpl:/(.*?)/index.html</match>
     276            <match>ffcpl:/(?!doc)(.*?)/index.html</match>
    277277            <to>active:sloot.accessor+operand@ffcpl:/site/$1/index.acc</to>
    278278        </rule>
     
    280280        <!-- all other static files -->
    281281        <rule>
    282             <match>ffcpl:/(?!site)(.*?)/([^+]+)((\+.*)?)</match>
     282            <match>ffcpl:/(?!site|doc)(.*?)/([^+]+)((\+.*)?)</match>
    283283            <to>ffcpl:/site/$1/$2</to>
    284284        </rule>
Note: See TracChangeset for help on using the changeset viewer.