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


1.2
date	2005.02.01.01.55.17;	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.2
log
@A few updates to make it work on sunsite.
@
text
@[%-
    USE Date( format = '%a, %d %b %Y %H:%M:%S %Z');

    USE locate = PathLocate;

    # Page specific data -- specific page info from either template object
    # or from data passed in from process() call.

    page = {
        file    = this.file  || template.name
        id      = this.page_id || template.id || template.page_id
        title   = this.title || template.title
        type    = this.type  ||template.type || 'html'
        modtime = this.modtime or template.modtime
        poddest = this.poddest
        podfile = this.podfile
    };
    page.date = Date.format( page.modtime )
-%]
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
    USE Date;
@


1.1.1.1
log
@Initial import
@
text
@@
