From ac1daccaa12a64c3acc73126cdd9b9319a8353d4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 14 Dec 2008 01:01:06 -0500 Subject: sha256 for 0.70.1 --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index faa2d6c1..bf836d2d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,9 +11,9 @@ Reverse Chronological: %% sisu_0.70.1.orig.tar.gz (2008-12-14:49/7) http://www.jus.uio.no/sisu/pkg/src/sisu_0.70.1.orig.tar.gz - sisu_0.70.1.orig.tar.gz - sisu_0.70.1-1.dsc - sisu_0.70.1-1.diff.gz + 9a04b4d7e89b1ff39a8745f4a1ad31841200f8f880508a56806e1b7ad45e7623 1544135 sisu_0.70.1.orig.tar.gz + c4298135b16e03a0691f767a9bc7f3d4c43ea4a833b6ef8e272170872bd4bbdc 1159 sisu_0.70.1-1.dsc + 6ff6a4d739cfe4763526a3fc3b4b4175490f9cba130e2b14478366b299565caf 147093 sisu_0.70.1-1.diff.gz * harvest * improved integration with sisu -- cgit v1.2.3 From d5841fafda125436e9182192af4402dab6ce0938 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 16 Dec 2008 00:32:09 -0500 Subject: manpage, help include: sisu --harvest *.ss[tm] --- data/doc/sisu/html/sisu.1.html | 231 +++++++++++---------- .../sisu/sisu_markup_samples/sisu_manual/sisu.ssm | 6 +- .../sisu_manual/sisu_commands.sst | 9 +- .../sisu_manual/sisu_examples.ssi | 23 ++ lib/sisu/v0/help.rb | 42 ++-- man/man1/sisu.1 | 51 +++-- 6 files changed, 205 insertions(+), 157 deletions(-) create mode 100644 data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_examples.ssi diff --git a/data/doc/sisu/html/sisu.1.html b/data/doc/sisu/html/sisu.1.html index 25b6e7e4..faf8069c 100644 --- a/data/doc/sisu/html/sisu.1.html +++ b/data/doc/sisu/html/sisu.1.html @@ -440,102 +440,114 @@ combination of -[mMvVq]), will remove the related document output directory.
produces php (zend) [this  feature  is  disabled  for  the  time being]

+ +
--harvest *.ss[tm]
+
makes two lists of sisu output based +on the sisu markup documents in a directory: list of author and authors +works (year and titles), and; list by topic with titles and author. Makes +use of header metadata fields (author, title, date, topic_register). Can +be used with maintenance (-M) and remote placement (-R) flags. +

-3. COMMAND LINE MODIFIERS +3. COMMAND +LINE MODIFIERS

--no-ocn
-
[with  -h  -H  or  -p] switches -off object citation numbering. Produce output without identifying numbers -in margins of html or LaTeX/pdf output. +
[with  -h  -H  or  -p] switches off object citation numbering. +Produce output without identifying numbers in margins of html or LaTeX/pdf +output.

--no-annotate
-
strips output text of -editor endnotes[^*1] denoted by asterisk or dagger/plus sign +
strips output text of editor endnotes[^*1] denoted by + +

asterisk or dagger/plus sign

-
--no-asterisk -
-
strips output text of editor endnotes[^*2] denoted by asterisk sign +
--no-asterisk
+
strips output text of editor endnotes[^*2] + +

denoted by asterisk sign

-
--no-dagger -
-
strips output text of editor endnotes[^+1] denoted by dagger/plus sign -

-

+
--no-dagger
+
strips output text of editor endnotes[^+1] + +

denoted by dagger/plus sign +

4. DATABASE COMMANDS -

dbi - database interface -

-D or --pgsql set for postgresql --d or --sqlite default set for sqlite -d is modifiable with --db=[database  type - (pgsql  or  sqlite)] +

dbi - database interface + +

-D or --pgsql set for postgresql -d or --sqlite default set for sqlite -d is +modifiable with --db=[database  type  (pgsql  or  sqlite)]

-Dv --createall
-
initial step, creates required relations -(tables, indexes) in existing postgresql database (a database should be -created manually and given the same name as working directory, as requested) -(rb.dbi) [  -dv  --createall sqlite  equivalent] it may be necessary to run sisu --Dv --createdb initially NOTE: at the present time for postgresql it may be -necessary to manually create the database. The command would be ’createdb -[database name]’ where database name would be SiSU_[present  working  directory - name  (without  path)]. Please use only alphanumerics and underscores. +
initial +step, creates required relations (tables, indexes) in existing postgresql +database (a database should be created manually and given the same name +as working directory, as requested) (rb.dbi) [  -dv  --createall sqlite  equivalent] +it may be necessary to run sisu -Dv --createdb initially NOTE: at the present +time for postgresql it may be necessary to manually create the database. +The command would be ’createdb [database name]’ where database name would +be SiSU_[present  working  directory  name  (without  path)]. Please use only +alphanumerics and underscores.

-
-Dv ---import
-
[filename/wildcard] imports data specified to postgresql db (rb.dbi) -[  -dv  --import  sqlite  equivalent] +
-Dv --import
+
[filename/wildcard] imports data +specified to postgresql db (rb.dbi) [  -dv  --import  sqlite  equivalent]

-
-Dv --update
-
[filename/wildcard] updates/imports -specified data to postgresql db (rb.dbi) [  -dv  --update  sqlite  equivalent] - +
-Dv --update +
+
[filename/wildcard] updates/imports specified data to postgresql db (rb.dbi) +[  -dv  --update  sqlite  equivalent]

-D --remove
-
[filename/wildcard] removes specified data to postgresql db (rb.dbi) -[  -d  --remove  sqlite  equivalent] +
[filename/wildcard] removes specified +data to postgresql db (rb.dbi) [  -d  --remove  sqlite  equivalent]

-
-D --dropall
-
kills data --dropall  sqlite  equivalent] +
-D --dropall +
+
kills data --dropall  sqlite  equivalent] +

The v in e.g. -Dv is for verbose output. -

The v in e.g. -Dv is for verbose output.

-5. SHORTCUTS, SHORTHAND FOR MULTIPLE -FLAGS +5. SHORTCUTS, SHORTHAND FOR MULTIPLE FLAGS

-
--update [filename/wildcard]
-
Checks existing file output and runs -the flags required to update this output. This means that if only html and -pdf output was requested on previous runs, only the -hp files will be applied, -and only these will be generated this time, together with the summary. This -can be very convenient, if you offer different outputs of different files, -and just want to do the same again. +
--update [filename/wildcard] +
+
Checks existing file output and runs the flags required to update this +output. This means that if only html and pdf output was requested on previous +runs, only the -hp files will be applied, and only these will be generated +this time, together with the summary. This can be very convenient, if you +offer different outputs of different files, and just want to do the same +again.

-0 to -5 [filename  or  wildcard]
-
Default -shorthand mappings (note that the defaults can be changed/configured in -the sisurc.yml file): +
Default shorthand mappings (note that +the defaults can be changed/configured in the sisurc.yml file):

-0
-
-mNhwpAobxXyYv [this  is  the  default  action  run  when - no  i.e.  on  ’sisu  [filename]’] +
-mNhwpAobxXyYv +[this  is  the  default  action  run  when  no  i.e.  on  ’sisu  [filename]’]

-1
-
-mNHwpy +
-mNHwpy +

-2
@@ -547,33 +559,31 @@ the sisurc.yml file):

-4
-
-mNhwpAobxXDyY - -

- -

- -

import +

-mNhwpAobxXDyY --import

-5
-
-mNhwpAobxXDyY --update -

add -v for verbose mode and -c for color, -e.g. sisu -2vc [filename  or -

consider -u for appended url info or -v for verbose +

-mNhwpAobxXDyY --update -

output +

add -v for verbose mode and -c for color, e.g. sisu -2vc [filename  or +

consider + +

- +

u for appended url info or -v for verbose output

-5.1 COMMAND LINE WITH FLAGS - BATCH PROCESSING -

In the data directory -run sisu -mh filename or wildcard eg. cisg.sst documents. -

Running sisu (alone -without any flags, filenames or wildcards) brings up the interactive help, -as does any sisu command that is not recognised. Enter to escape. -

6. HELP - +5.1 COMMAND LINE WITH FLAGS +- BATCH PROCESSING +

In the data directory run sisu -mh filename or wildcard +eg. cisg.sst documents. +

Running sisu (alone without any flags, filenames +or wildcards) brings up the interactive help, as does any sisu command +that is not recognised. Enter to escape. +

6. HELP

6.1 SISU MANUAL -

The most up to date information on sisu should be contained -in the sisu_manual, available at: +

The most +up to date information on sisu should be contained in the sisu_manual, +available at:

<http://sisudoc.org/sisu/sisu_manual/ >
@@ -743,8 +753,7 @@ one (without the comments): @title: SiSU @subtitle: Markup @creator: Amissah, Ralph - % note formatting on author / creator field, surname comma then other -names, if more than one author separate using semi-colon + % note formatting rules on author / creator field, @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @type: information @@ -3241,47 +3250,47 @@ html pages[^28]

Dublin Core (DC)

DC tags included with this document are provided here. -

DC Title: SiSU - Manual -

DC Creator: Ralph Amissah -

DC Rights: 3 -

DC Type: +

Title: SiSU - Manual +

Creator: Ralph Amissah +

Rights: Copyright (C) Ralph +Amissah 2008, part of SiSU documentation, License GPL 3 +

Type: information -

information -

DC Date created: 2002-08-28 -

DC Date issued: 2002-08-28 -

DC -Date available: 2002-08-28 -

DC Date modified: 2008-05-22 -

DC Date: 2008-05-22 +

Date created: 2002-08-28 +

Date issued: 2002-08-28 +

Date available: 2002-08-28 +

Date modified: 2008-12-16 +

Date: 2008-12-16 +

Version Information -

Sourcefile: sisu.ssm.sst -

Filetype: SiSU text insert +

Sourcefile: -

0.67 -

Sourcefile Digest, MD5(sisu.ssm.sst)= 7fbab3b7c0fd0ed2e128585c2982c5c8 +

sisu.ssm.sst +

Filetype: SiSU text insert 0.67 +

Sourcefile Digest, MD5(sisu.ssm.sst)= -

Skin_Digest: MD5(skin_sisu_manual.rb)= 072b2584bedea82ea8a416587b9fa244 +

96d1e268b43e0430a2720e67a5876e5e +

Skin_Digest: MD5(skin_sisu_manual.rb)= +

072b2584bedea82ea8a416587b9fa244

Generated -

Document (metaverse) last generated: Mon Jul 21 02:54:34 +

Document (metaverse) last +generated: Tue Dec 16 00:16:50 -0500 2008 +

Generated by: SiSU 0.70.2 of 2008w50/2 +(2008-12-16) +

Ruby version: ruby 1.8.7 (2008-08-11 patchlevel 72)  [i486-linux] -

- -

0400 2008 -

Generated by: SiSU 0.68.0 of 2008w29/1 (2008-07-21) -

Ruby version: -ruby 1.8.7 (2008-06-20 patchlevel 22)  [i486-linux]

    -.
  1. objects include: headings, -paragraphs, verse, tables, images, but not footnotes/endnotes which are -numbered separately and tied to the object from which they are referenced. -
  2. .
  3. i.e. the html, pdf, odf outputs are each built individually and optimised -for that form of presentation, rather than for example the html being a -saved version of the odf, or the pdf being a saved version of the html. -
  4. .
  5. the different heading levels
  6. .
  7. units of text, primarily paragraphs and headings, -also any tables, poems, code-blocks
  8. .
  9. Specification submitted by Adobe to -ISO to become a full open ISO specification <http://www.linux-watch.com/news/NS7542722606.html +.
  10. objects include: headings, paragraphs, verse, tables, images, but not +footnotes/endnotes which are numbered separately and tied to the object +from which they are referenced.
  11. .
  12. i.e. the html, pdf, odf outputs are each built +individually and optimised for that form of presentation, rather than for +example the html being a saved version of the odf, or the pdf being a saved +version of the html.
  13. .
  14. the different heading levels
  15. .
  16. units of text, primarily +paragraphs and headings, also any tables, poems, code-blocks
  17. .
  18. Specification +submitted by Adobe to ISO to become a full open ISO specification <http://www.linux-watch.com/news/NS7542722606.html >
  19. .
  20. ISO/IEC 26300:2006 @@ -3377,7 +3386,7 @@ of this document:
    pdf: <http://www.jus.uio.no/sisu/sisu/landscape.pdf >
    -
    +
    at: <http://www.jus.uio.no/sisu @@ -3385,15 +3394,15 @@ of this document:
    -
    * Generated by: SiSU 0.70.0 of 2008w48/3 (2008-12-03)
    +
    * Generated by: SiSU 0.70.2 of 2008w50/2 (2008-12-16)
    * Ruby version: ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
    -
    * Last Generated on: Tue Dec 09 -12:24:07 -0500 2008
    +
    * Last Generated on: Tue Dec 16 +00:16:50 -0500 2008
    * SiSU http://www.jus.uio.no/sisu diff --git a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu.ssm b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu.ssm index 9e891fcb..1d2e34c6 100644 --- a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu.ssm +++ b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu.ssm @@ -18,9 +18,9 @@ @date.available: 2002-08-28 -@date.modified: 2008-12-14 +@date.modified: 2008-12-16 -@date: 2008-12-14 +@date: 2008-12-16 @level: new=C; break=1; num_top=1 @@ -76,7 +76,7 @@ sisu [-CcFLSVvW] % :B~? SiSU Output and Markup Examples -<< sisu_examples.sst +<< sisu_examples.ssi << sisu_search_intro.ssi diff --git a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_commands.sst b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_commands.sst index d8cd48cb..4c53ac74 100644 --- a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_commands.sst +++ b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_commands.sst @@ -18,9 +18,9 @@ @date.available: 2002-08-28 -@date.modified: 2007-09-16 +@date.modified: 2008-12-16 -@date: 2007-09-16 +@date: 2008-12-16 @level: new=C; break=1; num_top=1 @@ -189,6 +189,9 @@ Zap, if used with other processing flags deletes output files of the type about !_ -z [filename/wildcard]
    produces php (zend) [this feature is disabled for the time being] +!_ --harvest *.ss[tm]
    +makes two lists of sisu output based on the sisu markup documents in a directory: list of author and authors works (year and titles), and; list by topic with titles and author. Makes use of header metadata fields (author, title, date, topic_register). Can be used with maintenance (-M) and remote placement (-R) flags. + 1~command_modifiers command line modifiers !_ --no-ocn
    @@ -203,6 +206,7 @@ strips output text of editor endnotes~[* square brackets ]~ denoted by asterisk !_ --no-dagger
    strips output text of editor endnotes~[+ square brackets ]~ denoted by dagger/plus sign + 1~commands_database database commands dbi - database interface @@ -228,7 +232,6 @@ The v in e.g. -Dv is for verbose output. 1~command_shorcuts Shortcuts, Shorthand for multiple flags - !_ --update [filename/wildcard]
    Checks existing file output and runs the flags required to update this output. This means that if only html and pdf output was requested on previous runs, only the -hp files will be applied, and only these will be generated this time, together with the summary. This can be very convenient, if you offer different outputs of different files, and just want to do the same again. diff --git a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_examples.ssi b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_examples.ssi new file mode 100644 index 00000000..06f1ec23 --- /dev/null +++ b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_examples.ssi @@ -0,0 +1,23 @@ +% SiSU 0.57 + +@title: SiSU + +@subtitle: Markup Samples, Output Examples + +@creator: Ralph Amissah + +@rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 + +:A~? @title @creator + +:B~? SiSU Markup and Output Examples + +1~examples Markup and Output Examples + +2~ Markup examples *~markup + +Current markup examples and document output samples are provided at http://www.jus.uio.no/sisu/SiSU/examples.html + +Some markup with syntax highlighting may be found under http://www.jus.uio.no/sisu/sample/syntax but is not as up to date. + +For some documents hardly any markup at all is required at all, other than a header, and an indication that the levels to be taken into account by the program in generating its output are. diff --git a/lib/sisu/v0/help.rb b/lib/sisu/v0/help.rb index 67263b68..c3fbf399 100644 --- a/lib/sisu/v0/help.rb +++ b/lib/sisu/v0/help.rb @@ -246,23 +246,23 @@ WOK def commands print < .BR .I DC tags included with this document are provided here. -DC Title: +Title: .I SiSU \- Manual -DC Creator: +Creator: .I Ralph Amissah -DC Rights: -3 +Rights: +.I Copyright (C) Ralph Amissah 2008, part of SiSU documentation, License GPL 3 .BR -DC Type: +Type: .I information .BR -DC Date created: +Date created: .I 2002\-08\-28 .BR -DC Date issued: +Date issued: .I 2002\-08\-28 .BR -DC Date available: +Date available: .I 2002\-08\-28 .BR -DC Date modified: -.I 2008\-05\-22 +Date modified: +.I 2008\-12\-16 .BR -DC Date: -.I 2008\-05\-22 +Date: +.I 2008\-12\-16 + .BR .B Version Information @@ -4892,7 +4901,7 @@ Filetype: .BR Sourcefile Digest, MD5(sisu.ssm.sst)= -.I 7fbab3b7c0fd0ed2e128585c2982c5c8 +.I 96d1e268b43e0430a2720e67a5876e5e .BR Skin_Digest: MD5(skin_sisu_manual.rb)= @@ -4903,17 +4912,17 @@ Skin_Digest: MD5(skin_sisu_manual.rb)= .BR Document (metaverse) last generated: -.I Mon Jul 21 02:54:34 \-0400 2008 +.I Tue Dec 16 00:16:50 \-0500 2008 .BR Generated by: .I SiSU -.I 0.68.0 -of 2008w29/1 (2008\-07\-21) +.I 0.70.2 +of 2008w50/2 (2008\-12\-16) .BR Ruby version: -.I ruby 1.8.7 (2008\-06\-20 patchlevel 22) \ [i486\-linux] +.I ruby 1.8.7 (2008\-08\-11 patchlevel 72) \ [i486\-linux] .TP .BI 1. @@ -5062,14 +5071,16 @@ html: pdf: .TP pdf: +." .TP +." manpage: http://www.jus.uio.no/sisu/sisu/sisu.1 .TP at: .TP .TP -* Generated by: SiSU 0.70.0 of 2008w48/3 (2008-12-03) +* Generated by: SiSU 0.70.2 of 2008w50/2 (2008-12-16) .TP * Ruby version: ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] .TP -* Last Generated on: Tue Dec 09 12:24:07 -0500 2008 +* Last Generated on: Tue Dec 16 00:16:50 -0500 2008 .TP * SiSU http://www.jus.uio.no/sisu -- cgit v1.2.3 From 8f66f0869cf91b5163bbc67e2f80056501b34415 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 16 Dec 2008 00:34:26 -0500 Subject: minor touches --- lib/sisu/v0/db_create.rb | 2 ++ lib/sisu/v0/defaults.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/sisu/v0/db_create.rb b/lib/sisu/v0/db_create.rb index df1e91df..627019be 100644 --- a/lib/sisu/v0/db_create.rb +++ b/lib/sisu/v0/db_create.rb @@ -327,6 +327,8 @@ module SiSU_DB_create IS 'document subtitle'; COMMENT ON COLUMN metadata.creator IS 'metadata creator (dublin core element 2)'; + COMMENT ON COLUMN metadata.author + IS 'metadata author (dublin core element 2)'; COMMENT ON COLUMN metadata.illustrator IS 'metadata illustrator'; COMMENT ON COLUMN metadata.translator diff --git a/lib/sisu/v0/defaults.rb b/lib/sisu/v0/defaults.rb index 07958e9b..6ccd0ef9 100644 --- a/lib/sisu/v0/defaults.rb +++ b/lib/sisu/v0/defaults.rb @@ -1690,7 +1690,7 @@ ODF (OpenDocument), LaTeX, PDF, SQL (PostgreSQL and SQLite), and for search - + Date: Tue, 16 Dec 2008 00:36:16 -0500 Subject: i18n, fix related to variable renaming likely bug introduced: fb1e1bf0cb8a2202eda1ab254b01b997df60a6db (with comment: metadata, variable renaming (requires testing)) --- lib/sisu/v0/i18n.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/sisu/v0/i18n.rb b/lib/sisu/v0/i18n.rb index 0b53e78d..1c983519 100644 --- a/lib/sisu/v0/i18n.rb +++ b/lib/sisu/v0/i18n.rb @@ -343,7 +343,7 @@ module SiSU_Translate def author 'Author' end - def creator #dc + def author #dc 'Creator' end def contributor #dc @@ -554,7 +554,7 @@ module SiSU_Translate def author 'Auteur' end - def creator #dc + def author #dc 'Auteur' end def contributor #dc @@ -762,7 +762,7 @@ module SiSU_Translate def subtitle 'Untertitel' end - def creator + def author 'Autor' end def contributor #dc @@ -970,7 +970,7 @@ module SiSU_Translate def subtitle 'Subtítulo' end - def creator #dc + def author #dc 'Creador' end def contributor #dc @@ -1178,7 +1178,7 @@ module SiSU_Translate def subtitle 'Sottotitolo' end - def creator #dc + def author #dc 'Autore' end def contributor #dc @@ -1386,7 +1386,7 @@ module SiSU_Translate def subtitle 'Alaotsikko' end - def creator #dc + def author #dc 'tekijä' end def contributor #dc -- cgit v1.2.3 From ea4fafffc7da800b846944113fd45ad330decf2b Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 16 Dec 2008 00:38:40 -0500 Subject: harvest_authors, sort authors works --- lib/sisu/v0/harvest_authors.rb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/sisu/v0/harvest_authors.rb b/lib/sisu/v0/harvest_authors.rb index 9678e4f7..a9a2be03 100644 --- a/lib/sisu/v0/harvest_authors.rb +++ b/lib/sisu/v0/harvest_authors.rb @@ -293,11 +293,17 @@ WOK @output[:html_mnt] << x end @output[:html] << x + works=[] a[1][:md].each do |x| - if @output[:html_mnt].class == File - @output[:html_mnt] << %{

    [src]  #{x[:date]} #{x[:title]}, #{x[:author][:authors_s]} -- [#{x[:file]}.sst]

    } + work=[ "#{x[:date]} #{x[:title]}", %{

    #{x[:date]} #{x[:title]}, #{x[:author][:authors_s]}

    } ] + works<<=if @output[:html_mnt].class == File + work.concat([%{

    [src]  #{x[:date]} #{x[:title]}, #{x[:author][:authors_s]} -- [#{x[:file]}.sst]

    }]) + else work end - @output[:html] << %{

    #{x[:date]} #{x[:title]}, #{x[:author][:authors_s]}

    } + end + works.sort_by {|x| x[0]}.each do |x| + @output[:html] << x[1] + @output[:html_mnt] << x[2] if @output[:html_mnt].class == File end end end -- cgit v1.2.3 From 7f0e4fd4ee1951f851dc9d7d0f73321953f6b31e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 16 Dec 2008 00:39:29 -0500 Subject: changelog, now build --- CHANGELOG | 17 ++++++++++++++++- conf/sisu/version.yml | 6 +++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bf836d2d..0ef1adad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,19 @@ Reverse Chronological: %% STABLE MANIFEST +%% sisu_0.70.2.orig.tar.gz (2008-12-16:50/2) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.70.2.orig.tar.gz + sisu_0.70.2.orig.tar.gz + sisu_0.70.2-1.dsc + sisu_0.70.2-1.diff.gz + + * harvest_authors, sort authors works + + * i18n (translation of manifest) fix, related to variable renaming in + previous release (see git log) + + * manpage, help include: sisu --harvest *.ss[tm] + %% sisu_0.70.1.orig.tar.gz (2008-12-14:49/7) http://www.jus.uio.no/sisu/pkg/src/sisu_0.70.1.orig.tar.gz 9a04b4d7e89b1ff39a8745f4a1ad31841200f8f880508a56806e1b7ad45e7623 1544135 sisu_0.70.1.orig.tar.gz @@ -39,7 +52,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.70.1.orig.tar.gz * latex/pdf bullet mark (bug in texlive, missing (at this instant) provide workaround) - * param, additional metadata fields + * param + * additional metadata fields + * variable renaming (that affects modules that use param) * sql (postgresql), add proposed metadata fields for though not yet populated [if changes correctly anticipated, will enable future use of database diff --git a/conf/sisu/version.yml b/conf/sisu/version.yml index 1f43d712..b9661470 100644 --- a/conf/sisu/version.yml +++ b/conf/sisu/version.yml @@ -1,5 +1,5 @@ --- -:version: 0.70.1 -:date_stamp: 2008w49/0 -:date: "2008-12-14" +:version: 0.70.2 +:date_stamp: 2008w50/2 +:date: "2008-12-16" :project: SiSU -- cgit v1.2.3