Ignore:
Timestamp:
2012-01-20T16:22:35+13:00 (12 years ago)
Author:
ak19
Message:

First commit to do with Greenstone's support for RSS. Committing Dr Bainbridge's code which was already working for windows. This has now been tested on Linux, where it can be got to work with changes to zextra.dm and base.dm and if the rss-items.rdf file generated by the update to BasePlugout is moved to the index folder). The next set of commits will make the way rssaction.cpp accesses the rss-items.rdf file independent of where the GS server is located, with changes to the protocol class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/win32.mak

    r22090 r24958  
    3636USE_GDBM = 1
    3737USE_JDBM = 1
     38# USE_RSS is enabled by default for GS2. How about GS3?
     39USE_RSS = 1
    3840# USE_SQLITE is enabled by default for GS2. Need to turn off explicitly for GS3 in build.xml
    3941USE_SQLITE = 1
     
    8284!IF !$(USE_JDBM)
    8385MAKECMD = $(MAKECMD) USE_JDBM=0
     86!ENDIF
     87!IF !$(USE_RSS)
     88MAKECMD = $(MAKECMD) USE_RSS=0
    8489!ENDIF
    8590!IF !$(USE_SQLITE)
Note: See TracChangeset for help on using the changeset viewer.