From 965fe1f68c5fb8814a5d5ab0286282ff71a63ace Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 28 May 2012 03:53:23 -0400 Subject: v3: code headers mainly copyright --- lib/sisu/v3/xhtml.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lib/sisu/v3/xhtml.rb') diff --git a/lib/sisu/v3/xhtml.rb b/lib/sisu/v3/xhtml.rb index 9aa8f107..98b445a6 100644 --- a/lib/sisu/v3/xhtml.rb +++ b/lib/sisu/v3/xhtml.rb @@ -7,7 +7,8 @@ * Author: Ralph Amissah - * Copyright: (C) 1997 - 2012, Ralph Amissah, All Rights Reserved. + * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008, 2009, 2010, 2011, 2012 Ralph Amissah, All Rights Reserved. * License: GPL 3 or later: @@ -33,9 +34,7 @@ - - - + * SiSU uses: * Standard SiSU markup syntax, @@ -47,7 +46,7 @@ * Download: - + * Ralph Amissah -- cgit v1.2.3 From a8493b259f8d166708601bb431267c86f1d78193 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 28 May 2012 04:47:13 -0400 Subject: v3: css, ensure css available for generated content * checks whether exists if not copies (for --init-site / --configure just copies, takes as a re-copy request) --- lib/sisu/v3/xhtml.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sisu/v3/xhtml.rb') diff --git a/lib/sisu/v3/xhtml.rb b/lib/sisu/v3/xhtml.rb index 98b445a6..e73b97b7 100644 --- a/lib/sisu/v3/xhtml.rb +++ b/lib/sisu/v3/xhtml.rb @@ -99,6 +99,7 @@ module SiSU_XHTML __LINE__.to_s + ':' + __FILE__ end ensure + SiSU_Env::CreateSite.new(@opt.cmd).cp_css end end private -- cgit v1.2.3