From 6532732de738924cf77cd0e94c714de8939f8edf Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 9 Feb 2016 14:32:51 -0500 Subject: headers, year set 2016 --- lib/sisu/constants.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sisu/constants.rb') diff --git a/lib/sisu/constants.rb b/lib/sisu/constants.rb index 96cc0bca..b7da6d14 100644 --- a/lib/sisu/constants.rb +++ b/lib/sisu/constants.rb @@ -11,7 +11,7 @@ ** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ralph Amissah, + 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah, All Rights Reserved. ** License: GPL 3 or later: @@ -55,7 +55,7 @@ =end #Ax,Xx,Mx,Rx,Hx,Dx,Px,Ep,Db,Gt,Tex=Array.new(11){{}} -YEAR='2015' +YEAR='2016' Sfx={ txt: '.txt', txt_textile: '.textile', -- cgit v1.2.3 From feffc6a1df005873a2d8bafcacce5e025a156971 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 12 Feb 2016 11:08:00 -0500 Subject: header hyperlink delimiters, now square brackets --- lib/sisu/constants.rb | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'lib/sisu/constants.rb') diff --git a/lib/sisu/constants.rb b/lib/sisu/constants.rb index b7da6d14..363bab77 100644 --- a/lib/sisu/constants.rb +++ b/lib/sisu/constants.rb @@ -7,8 +7,8 @@ *** constants, system environment, resource control and configuration details ** Author: Ralph Amissah - - + [ralph@amissah.com] + [ralph.amissah@gmail.com] ** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah, @@ -31,14 +31,12 @@ more details. You should have received a copy of the GNU General Public License along with - this program. If not, see . + this program. If not, see [http://www.gnu.org/licenses/]. If you have Internet connection, the latest version of the GPL should be available at these locations: - - - - + [http://www.fsf.org/licensing/licenses/gpl.html] + [http://www.gnu.org/licenses/gpl.html] ** SiSU uses: * Standard SiSU markup syntax, @@ -46,12 +44,12 @@ * Standard SiSU object citation numbering and system ** Hompages: - - + [http://www.jus.uio.no/sisu] + [http://www.sisudoc.org] ** Git - - + [http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary] + [http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/constants.rb;hb=HEAD] =end #Ax,Xx,Mx,Rx,Hx,Dx,Px,Ep,Db,Gt,Tex=Array.new(11){{}} -- cgit v1.2.3 From ee91e6282464321d5f1e8694c048c24abf8d15d7 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 24 Feb 2016 23:21:06 -0500 Subject: json, an output representation, first pass --- lib/sisu/constants.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sisu/constants.rb') diff --git a/lib/sisu/constants.rb b/lib/sisu/constants.rb index 363bab77..1c126201 100644 --- a/lib/sisu/constants.rb +++ b/lib/sisu/constants.rb @@ -76,6 +76,7 @@ Sfx={ epub: '.epub', epub_xhtml: '.xhtml', odt: '.odt', + json: '.json', pdf: '.pdf', manpage: '.1', info: '.info', -- cgit v1.2.3