source: main/trunk/greenstone2/macros/zextra.dm@ 31998

Last change on this file since 31998 was 27099, checked in by ak19, 11 years ago

GS2 RSS feed link from demo about page. This commit adds the necessary rss icon, macros for rss link and rss icon and a javascript function to correct the url, as well as a extra.dm for demo collection which makes use of these.

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1# The intention of this file is similar to extra.dm but for *site-wide* changes
2#
3# Its usefulness lies in the fact that it is a convenient place to
4# gather site-wide customizations, rather than litter the changes
5# throughout base.dm, style.dm etc. This makes it easier, for
6# example, to work on a customized site, but still be in a position to
7# innovate changes to the central macro files, which can then be
8# committed back in to the central repository
9#
10# The filename (zextra.dm) is deliberately started with a 'z' so it is
11# one of the last macro files to be processed, and consequently can
12# redefined macros that have already been defined in the main macro
13# files in this folder
14
15#package Global
16
17# '_httpdomain_' is useful for external access to RSS feeds in Greenstone collections
18# Uncomment the line below if for some reason you are not using the default Greenstone
19# where both 'cgi-bin' and 'collect' are contained within '/greenstone/...' in the URL
20
21# Make the _httpdomain_ the proper full domain URL. ('localhost' used
22# here for testing purposes.)
23
24#_httpdomain_ { http://localhost:8282}
Note: See TracBrowser for help on using the repository browser.