head	1.3;
access;
symbols
	start:1.1.1.1 swish-e:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2005.05.30.05.08.19;	author whmoseley;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.02.22.21.42;	author whmoseley;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.18.20.32.49;	author whmoseley;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.01.18.20.32.49;	author whmoseley;	state Exp;
branches;
next	;


desc
@@


1.3
log
@
A few updates to handle the new doc build system
@
text
@[%-
    # Site-wide variables

    site = {
        name    = 'Swish-e'
        admin   = 'admin'

    };

    site.dir = {
        topdir   = self.topdir
        webroot  = self.src_dir
        download = "${self.topdir}/public_html/distribution"
        archive  = "${self.topdir}/public_html/distribution/old"
        daily    = "${self.topdir}/public_html/swish-daily"
    }

   # URL defines (Badger book has this a separate template

    site.url = {
        root    = rooturl  # path segments to root without trailing slash
        css     = "$rooturl/swish.css"
        home    = "$rooturl/index.html"
        website = 'http://swish-e.org'
        download = '/distribution'
        daily    = '/swish-daily'
    };

    site.url.latest_stable   = "${site.url.download}/latest.tar.gz"
    site.url.latest_snapshot = "${site.url.daily}/latest.tar.gz"


    swish = {
        current_version     = this.swish_current_version || '2.4.3'
        index_file          = 'index.swish-e'
        archive_index       = self.config.archive
        version             = this.swish_version
    };



    # Deal with special case of generating pods only (e.g. for distribution)
    # All links should point to swish-e.org except pods

    IF this.podfile && this.abslinks;
        site.url = {
            root = site.url.website
            css = './swish.css'
            home = "${site.url.website}/index.html"
            website = site.url.website
        };
    END;

-%]
@


1.2
log
@

A few more updates to the site.  Screwed with broken Pod::POM code for a over an hour!!!
@
text
@d13 3
a15 3
        download = "${self.topdir}/dirs_public/download"
        archive  = "${self.topdir}/dirs_public/download/old"
        daily    = "${self.topdir}/dirs_public/swish-daily"
@


1.1
log
@Initial revision
@
text
@d36 1
a41 1

@


1.1.1.1
log
@Initial import
@
text
@@
