Changeset 36278 for documented-examples


Ignore:
Timestamp:
2022-06-23T19:59:53+12:00 (22 months ago)
Author:
anupama
Message:

I think the regex for accepting jpg and jpeg files should be jpe?g not je?pg.

Location:
documented-examples/trunk/lomdemo-e/etc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/lomdemo-e/etc/collect.cfg

    r22906 r36278  
    1818
    1919plugin  GreenstoneXMLPlugin
    20 plugin  LOMPlugin -download_srcdocs (?i)\\.(html?|je?pg|gif)$ -check_timestamp
     20plugin  LOMPlugin -download_srcdocs (?i)\\.(html?|jpe?g|gif)$ -check_timestamp
    2121plugin  HTMLPlugin
    2222plugin  ImagePlugin
  • documented-examples/trunk/lomdemo-e/etc/collectionConfig.xml

    r36277 r36278  
    7979            <plugin name="GreenstoneXMLPlugin"/>
    8080            <plugin name="LOMPlugin">
    81                 <option name="-download_srcdocs" value="(?i)\\.(html?|je?pg|gif)$"/>
     81                <option name="-download_srcdocs" value="(?i)\\.(html?|jpe?g|gif)$"/>
    8282            </plugin>
    8383            <plugin name="HTMLPlugin"/>
Note: See TracChangeset for help on using the changeset viewer.