Show
Ignore:
Timestamp:
02/03/07 23:48:24 (2 years ago)
Author:
moseley
Message:

Update the script to generate httpd.conf
refresh the README to better describe the process of building the

site from scratch

TODO:

update the search script to search the archive -- so
there's only one script.

I finally realized why the archive search was separate and why
the hypermail archive was so ugly -- because the docs need to be
available locally in the distribution. So the external style sheet
won't work.

Also, at one time there was a "make search" Makefile target where someon
could index their local docs. The website archive search used this, too.
Good way to test that it works. So, need to look at how the docs are
available in the tarball (style sheets, headers, graphics, etc.)
Might be smart to use a different set of templates when generating
the tarball docs.

Yuck.

Looks like the site isn't going to get updated this weekend after all.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish_website/lib/config/site

    r1886 r1887  
    3636    swish = { 
    3737        current_version     = this.swish_current_version || '2.4.5' 
    38         index_file          = 'index.swish-e' 
    39         archive_index       = self.config.archive 
     38        index_file          = self.config.indexes _ '/archive.swish-e' 
     39        archive_index       = self.config.indexes _ '/index.swish-e' 
    4040        version             = this.swish_version 
    4141    };