Changeset 1761

Show
Ignore:
Timestamp:
05/30/05 01:08:20 (3 years ago)
Author:
whmoseley
Message:

A few updates to handle the new doc build system

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/README

    r1614 r1761  
    1717        -> src              - web source docs. 
    1818        -> public_html      - output files.  This is DocumentRoot 
    19         -> dirs_public      - download, archive, and swish-daily dirs 
     19            distribution        - symlink to the swish-releases tarball directory[1] 
     20            swish-daily         - symlink to swish-daily tarball directory 
    2021        -> bin              - bin/build script and other utilities 
    2122        -> lib/config       - site config templates. 
     
    2526        -> lib/pod_toc      - top-level index for pod docs 
    2627 
     28[1] these two (three including the "old" dir) directories are read when 
     29building the index listings for the downloads, plus they must be avaiable via 
     30the /distribution and /swish-daily URLs.  Originally, these were outside of 
     31document root (public_html) in dirs_public and accesed with Alias in 
     32httpd.conf.  And lib/config/site set their locations for generating the 
     33index.html pages listing the files. 
    2734 
    2835 
  • trunk/swish_website/lib/config/site

    r1611 r1761  
    1111        topdir   = self.topdir 
    1212        webroot  = self.src_dir 
    13         download = "${self.topdir}/dirs_public/download
    14         archive  = "${self.topdir}/dirs_public/download/old" 
    15         daily    = "${self.topdir}/dirs_public/swish-daily" 
     13        download = "${self.topdir}/public_html/distribution
     14        archive  = "${self.topdir}/public_html/distribution/old" 
     15        daily    = "${self.topdir}/public_html/swish-daily" 
    1616    } 
    1717 
  • trunk/swish_website/lib/etc/httpd.conf

    r1587 r1761  
    33 
    44    # Set the download and swish-daily directories 
    5     Alias [% site.url.download %]/   [% topdir %]/dirs_public/download/ 
    6     Alias [% site.url.daily %]/      [% topdir %]/dirs_public/swish-daily/ 
     5    # Just use public_html/{distribution,swish-daily} symlinks 
     6    #Alias [% site.url.download %]/   [% topdir %]/dirs_public/download/ 
     7    #Alias [% site.url.daily %]/      [% topdir %]/dirs_public/swish-daily/ 
    78 
    89    # Alias [% site.url.list_archives %]/  [% topdir %]/dirs_pubic/hypermail/