sisu 7.1.7 → 7.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/sisu/version.yml +3 -3
- data/lib/sisu/air.rb +10 -12
- data/lib/sisu/ao.rb +10 -12
- data/lib/sisu/ao_appendices.rb +10 -12
- data/lib/sisu/ao_character_check.rb +10 -12
- data/lib/sisu/ao_composite.rb +10 -12
- data/lib/sisu/ao_doc_objects.rb +10 -12
- data/lib/sisu/ao_doc_str.rb +10 -12
- data/lib/sisu/ao_endnotes.rb +10 -12
- data/lib/sisu/ao_expand_insertions.rb +10 -12
- data/lib/sisu/ao_hash_digest.rb +10 -12
- data/lib/sisu/ao_idx.rb +10 -12
- data/lib/sisu/ao_images.rb +10 -12
- data/lib/sisu/ao_metadata.rb +10 -12
- data/lib/sisu/ao_misc_arrange.rb +10 -12
- data/lib/sisu/ao_numbering.rb +10 -12
- data/lib/sisu/ao_persist.rb +10 -12
- data/lib/sisu/ao_syntax.rb +10 -12
- data/lib/sisu/cgi.rb +10 -12
- data/lib/sisu/cgi_pgsql.rb +10 -12
- data/lib/sisu/cgi_sql_common.rb +16 -18
- data/lib/sisu/cgi_sqlite.rb +10 -12
- data/lib/sisu/conf.rb +10 -12
- data/lib/sisu/constants.rb +12 -13
- data/lib/sisu/css.rb +10 -12
- data/lib/sisu/db_columns.rb +10 -12
- data/lib/sisu/db_create.rb +10 -12
- data/lib/sisu/db_dbi.rb +10 -12
- data/lib/sisu/db_drop.rb +10 -12
- data/lib/sisu/db_import.rb +10 -12
- data/lib/sisu/db_indexes.rb +10 -12
- data/lib/sisu/db_load_tuple.rb +10 -12
- data/lib/sisu/db_remove.rb +10 -12
- data/lib/sisu/db_select.rb +10 -12
- data/lib/sisu/db_sqltxt.rb +10 -12
- data/lib/sisu/db_tests.rb +10 -12
- data/lib/sisu/dbi.rb +10 -12
- data/lib/sisu/dbi_discrete.rb +10 -12
- data/lib/sisu/digests.rb +10 -12
- data/lib/sisu/dp.rb +15 -14
- data/lib/sisu/dp_identify_markup.rb +10 -12
- data/lib/sisu/dp_make.rb +11 -13
- data/lib/sisu/embedded.rb +10 -12
- data/lib/sisu/errors.rb +10 -12
- data/lib/sisu/generic_parts.rb +10 -12
- data/lib/sisu/git.rb +10 -12
- data/lib/sisu/html.rb +10 -12
- data/lib/sisu/html_concordance.rb +10 -12
- data/lib/sisu/html_format.rb +10 -12
- data/lib/sisu/html_harvest.rb +10 -12
- data/lib/sisu/html_harvest_author_format.rb +10 -12
- data/lib/sisu/html_harvest_authors.rb +10 -12
- data/lib/sisu/html_harvest_topics.rb +10 -12
- data/lib/sisu/html_lite_shared.rb +10 -12
- data/lib/sisu/html_manifest.rb +10 -12
- data/lib/sisu/html_minitoc.rb +10 -12
- data/lib/sisu/html_parts.rb +10 -12
- data/lib/sisu/html_persist.rb +10 -12
- data/lib/sisu/html_promo.rb +10 -12
- data/lib/sisu/html_scroll.rb +10 -12
- data/lib/sisu/html_segments.rb +10 -12
- data/lib/sisu/html_shared.rb +10 -12
- data/lib/sisu/html_table.rb +10 -12
- data/lib/sisu/html_tune.rb +10 -12
- data/lib/sisu/hub.rb +12 -13
- data/lib/sisu/hub_actions.rb +26 -12
- data/lib/sisu/hub_loop_markup_files.rb +10 -12
- data/lib/sisu/hub_options.rb +19 -12
- data/lib/sisu/i18n.rb +10 -12
- data/lib/sisu/json.rb +415 -0
- data/lib/sisu/json_format.rb +478 -0
- data/lib/sisu/json_parts.rb +88 -0
- data/lib/sisu/json_persist.rb +124 -0
- data/lib/sisu/json_shared.rb +681 -0
- data/lib/sisu/manpage.rb +11 -13
- data/lib/sisu/manpage_format.rb +10 -12
- data/lib/sisu/object_munge.rb +10 -12
- data/lib/sisu/prog_text_translation.rb +10 -12
- data/lib/sisu/qrcode.rb +10 -12
- data/lib/sisu/relaxng.rb +16 -18
- data/lib/sisu/remote.rb +10 -12
- data/lib/sisu/rexml.rb +10 -12
- data/lib/sisu/se.rb +10 -12
- data/lib/sisu/se_cleanoutput.rb +10 -12
- data/lib/sisu/se_clear.rb +10 -12
- data/lib/sisu/se_createsite.rb +10 -12
- data/lib/sisu/se_css.rb +10 -12
- data/lib/sisu/se_date.rb +10 -12
- data/lib/sisu/se_db.rb +10 -12
- data/lib/sisu/se_envcall.rb +10 -12
- data/lib/sisu/se_file_op.rb +69 -12
- data/lib/sisu/se_filemap.rb +10 -12
- data/lib/sisu/se_get_init.rb +10 -12
- data/lib/sisu/se_hub_particulars.rb +10 -12
- data/lib/sisu/se_info_env.rb +10 -12
- data/lib/sisu/se_info_port.rb +10 -12
- data/lib/sisu/se_info_system.rb +10 -12
- data/lib/sisu/se_load.rb +10 -12
- data/lib/sisu/se_processing.rb +10 -12
- data/lib/sisu/se_programs.rb +10 -12
- data/lib/sisu/se_remotes.rb +10 -12
- data/lib/sisu/se_standardise_lang.rb +10 -12
- data/lib/sisu/se_version.rb +10 -12
- data/lib/sisu/shared_images.rb +10 -12
- data/lib/sisu/shared_markup_alt.rb +10 -12
- data/lib/sisu/shared_metadata.rb +22 -12
- data/lib/sisu/shared_sem.rb +10 -12
- data/lib/sisu/sitemaps.rb +10 -12
- data/lib/sisu/src_kdissert_share.rb +10 -12
- data/lib/sisu/src_po4a_share.rb +10 -12
- data/lib/sisu/src_po4a_shelf.rb +10 -12
- data/lib/sisu/src_po4a_shelf_set.rb +10 -12
- data/lib/sisu/src_po4a_sst_ao_sst.rb +10 -12
- data/lib/sisu/src_po4a_sst_ao_sst_set.rb +10 -12
- data/lib/sisu/src_po4a_sstm.rb +10 -12
- data/lib/sisu/src_shared.rb +10 -12
- data/lib/sisu/src_sisupod_make.rb +10 -12
- data/lib/sisu/src_sisupod_sstm.rb +10 -12
- data/lib/sisu/sst_convert_markup.rb +10 -12
- data/lib/sisu/sst_do_inline_footnotes.rb +10 -12
- data/lib/sisu/sst_from_xml.rb +10 -12
- data/lib/sisu/sst_identify_markup.rb +10 -12
- data/lib/sisu/sst_to_s_xml_sax.rb +10 -12
- data/lib/sisu/termsheet.rb +10 -12
- data/lib/sisu/texinfo.rb +10 -12
- data/lib/sisu/texinfo_format.rb +10 -12
- data/lib/sisu/texpdf.rb +10 -12
- data/lib/sisu/texpdf_format.rb +10 -12
- data/lib/sisu/texpdf_parts.rb +10 -12
- data/lib/sisu/txt_asciidoc.rb +10 -12
- data/lib/sisu/txt_asciidoc_decorate.rb +10 -12
- data/lib/sisu/txt_markdown.rb +10 -12
- data/lib/sisu/txt_markdown_decorate.rb +10 -12
- data/lib/sisu/txt_orgmode.rb +36 -22
- data/lib/sisu/txt_orgmode_decorate.rb +10 -12
- data/lib/sisu/txt_output.rb +10 -12
- data/lib/sisu/txt_plain.rb +10 -12
- data/lib/sisu/txt_plain_decorate.rb +10 -12
- data/lib/sisu/txt_read.rb +10 -12
- data/lib/sisu/txt_rst.rb +10 -12
- data/lib/sisu/txt_rst_decorate.rb +10 -12
- data/lib/sisu/txt_shared.rb +10 -12
- data/lib/sisu/txt_textile.rb +10 -12
- data/lib/sisu/txt_textile_decorate.rb +10 -12
- data/lib/sisu/update.rb +10 -12
- data/lib/sisu/urls.rb +23 -12
- data/lib/sisu/utils.rb +10 -11
- data/lib/sisu/utils_composite.rb +10 -12
- data/lib/sisu/utils_response.rb +10 -12
- data/lib/sisu/utils_screen_text_color.rb +10 -12
- data/lib/sisu/utils_spell.rb +10 -12
- data/lib/sisu/webrick.rb +10 -12
- data/lib/sisu/wikispeak.rb +10 -12
- data/lib/sisu/xhtml.rb +10 -12
- data/lib/sisu/xhtml_epub2.rb +10 -12
- data/lib/sisu/xhtml_epub2_concordance.rb +10 -12
- data/lib/sisu/xhtml_epub2_format.rb +10 -12
- data/lib/sisu/xhtml_epub2_persist.rb +10 -12
- data/lib/sisu/xhtml_epub2_segments.rb +10 -12
- data/lib/sisu/xhtml_epub2_tune.rb +10 -12
- data/lib/sisu/xhtml_parts.rb +10 -12
- data/lib/sisu/xhtml_shared.rb +10 -12
- data/lib/sisu/xhtml_table.rb +10 -12
- data/lib/sisu/xml_docbook5.rb +10 -12
- data/lib/sisu/xml_dom.rb +10 -12
- data/lib/sisu/xml_fictionbook2.rb +10 -12
- data/lib/sisu/xml_format.rb +10 -12
- data/lib/sisu/xml_md_oai_pmh_dc.rb +10 -12
- data/lib/sisu/xml_odf_odt.rb +10 -12
- data/lib/sisu/xml_odf_odt_format.rb +10 -12
- data/lib/sisu/xml_parts.rb +10 -12
- data/lib/sisu/xml_persist.rb +10 -12
- data/lib/sisu/xml_sax.rb +10 -12
- data/lib/sisu/xml_scaffold_structure_collapsed.rb +10 -12
- data/lib/sisu/xml_scaffold_structure_sisu.rb +10 -12
- data/lib/sisu/xml_shared.rb +10 -12
- data/lib/sisu/xml_tables.rb +10 -12
- data/lib/sisu/zap.rb +10 -12
- metadata +9 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 338e39fac27dd11c4308f2437c3bfe878fbc2e67
|
|
4
|
+
data.tar.gz: e0c0b3eea8a45b3c32c75f3884a2abb83eeb46f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 641c8e6c701cc3c9d5cbc573d8b35deed6370870be81d1e67f15b5a58a48f2600d5938b3056fb4cfe3085e0c3d564ab638d72a3c92966249ce13f64e1ac30c04
|
|
7
|
+
data.tar.gz: 24ed5c253ea80e152aa2deae82f4001ecaecde2e388f92669b2d3d42c1f1d20b3cc0c12c7576e4966dae3b3710fcc73e7360cdbac9d94facf38b93bb16c0e9f9
|
data/data/sisu/version.yml
CHANGED
data/lib/sisu/air.rb
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
*** system environment, resource control and configuration details
|
|
8
8
|
|
|
9
9
|
** Author: Ralph Amissah
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
[ralph@amissah.com]
|
|
11
|
+
[ralph.amissah@gmail.com]
|
|
12
12
|
|
|
13
13
|
** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
|
14
|
-
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ralph Amissah,
|
|
14
|
+
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah,
|
|
15
15
|
All Rights Reserved.
|
|
16
16
|
|
|
17
17
|
** License: GPL 3 or later:
|
|
@@ -31,14 +31,12 @@
|
|
|
31
31
|
more details.
|
|
32
32
|
|
|
33
33
|
You should have received a copy of the GNU General Public License along with
|
|
34
|
-
this program. If not, see
|
|
34
|
+
this program. If not, see [http://www.gnu.org/licenses/].
|
|
35
35
|
|
|
36
36
|
If you have Internet connection, the latest version of the GPL should be
|
|
37
37
|
available at these locations:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>
|
|
38
|
+
[http://www.fsf.org/licensing/licenses/gpl.html]
|
|
39
|
+
[http://www.gnu.org/licenses/gpl.html]
|
|
42
40
|
|
|
43
41
|
** SiSU uses:
|
|
44
42
|
* Standard SiSU markup syntax,
|
|
@@ -46,12 +44,12 @@
|
|
|
46
44
|
* Standard SiSU object citation numbering and system
|
|
47
45
|
|
|
48
46
|
** Hompages:
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
[http://www.jus.uio.no/sisu]
|
|
48
|
+
[http://www.sisudoc.org]
|
|
51
49
|
|
|
52
50
|
** Git
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary]
|
|
52
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/air.rb;hb=HEAD]
|
|
55
53
|
|
|
56
54
|
=end
|
|
57
55
|
module SiSU_Air
|
data/lib/sisu/ao.rb
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
processing
|
|
9
9
|
|
|
10
10
|
** Author: Ralph Amissah
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
[ralph@amissah.com]
|
|
12
|
+
[ralph.amissah@gmail.com]
|
|
13
13
|
|
|
14
14
|
** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
|
15
|
-
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ralph Amissah,
|
|
15
|
+
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah,
|
|
16
16
|
All Rights Reserved.
|
|
17
17
|
|
|
18
18
|
** License: GPL 3 or later:
|
|
@@ -32,14 +32,12 @@
|
|
|
32
32
|
more details.
|
|
33
33
|
|
|
34
34
|
You should have received a copy of the GNU General Public License along with
|
|
35
|
-
this program. If not, see
|
|
35
|
+
this program. If not, see [http://www.gnu.org/licenses/].
|
|
36
36
|
|
|
37
37
|
If you have Internet connection, the latest version of the GPL should be
|
|
38
38
|
available at these locations:
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
<http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>
|
|
39
|
+
[http://www.fsf.org/licensing/licenses/gpl.html]
|
|
40
|
+
[http://www.gnu.org/licenses/gpl.html]
|
|
43
41
|
|
|
44
42
|
** SiSU uses:
|
|
45
43
|
* Standard SiSU markup syntax,
|
|
@@ -47,12 +45,12 @@
|
|
|
47
45
|
* Standard SiSU object citation numbering and system
|
|
48
46
|
|
|
49
47
|
** Hompages:
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
[http://www.jus.uio.no/sisu]
|
|
49
|
+
[http://www.sisudoc.org]
|
|
52
50
|
|
|
53
51
|
** Git
|
|
54
|
-
|
|
55
|
-
|
|
52
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary]
|
|
53
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/ao.rb;hb=HEAD]
|
|
56
54
|
|
|
57
55
|
=end
|
|
58
56
|
module SiSU_AO
|
data/lib/sisu/ao_appendices.rb
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
*** system environment, resource control and configuration details
|
|
8
8
|
|
|
9
9
|
** Author: Ralph Amissah
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
[ralph@amissah.com]
|
|
11
|
+
[ralph.amissah@gmail.com]
|
|
12
12
|
|
|
13
13
|
** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
|
14
|
-
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ralph Amissah,
|
|
14
|
+
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah,
|
|
15
15
|
All Rights Reserved.
|
|
16
16
|
|
|
17
17
|
** License: GPL 3 or later:
|
|
@@ -31,14 +31,12 @@
|
|
|
31
31
|
more details.
|
|
32
32
|
|
|
33
33
|
You should have received a copy of the GNU General Public License along with
|
|
34
|
-
this program. If not, see
|
|
34
|
+
this program. If not, see [http://www.gnu.org/licenses/].
|
|
35
35
|
|
|
36
36
|
If you have Internet connection, the latest version of the GPL should be
|
|
37
37
|
available at these locations:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>
|
|
38
|
+
[http://www.fsf.org/licensing/licenses/gpl.html]
|
|
39
|
+
[http://www.gnu.org/licenses/gpl.html]
|
|
42
40
|
|
|
43
41
|
** SiSU uses:
|
|
44
42
|
* Standard SiSU markup syntax,
|
|
@@ -46,12 +44,12 @@
|
|
|
46
44
|
* Standard SiSU object citation numbering and system
|
|
47
45
|
|
|
48
46
|
** Hompages:
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
[http://www.jus.uio.no/sisu]
|
|
48
|
+
[http://www.sisudoc.org]
|
|
51
49
|
|
|
52
50
|
** Git
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary]
|
|
52
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/ao_appendices.rb;hb=HEAD]
|
|
55
53
|
|
|
56
54
|
=end
|
|
57
55
|
module SiSU_AO_Appendices
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
*** system environment, resource control and configuration details
|
|
8
8
|
|
|
9
9
|
** Author: Ralph Amissah
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
[ralph@amissah.com]
|
|
11
|
+
[ralph.amissah@gmail.com]
|
|
12
12
|
|
|
13
13
|
** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
|
14
|
-
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ralph Amissah,
|
|
14
|
+
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah,
|
|
15
15
|
All Rights Reserved.
|
|
16
16
|
|
|
17
17
|
** License: GPL 3 or later:
|
|
@@ -31,14 +31,12 @@
|
|
|
31
31
|
more details.
|
|
32
32
|
|
|
33
33
|
You should have received a copy of the GNU General Public License along with
|
|
34
|
-
this program. If not, see
|
|
34
|
+
this program. If not, see [http://www.gnu.org/licenses/].
|
|
35
35
|
|
|
36
36
|
If you have Internet connection, the latest version of the GPL should be
|
|
37
37
|
available at these locations:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>
|
|
38
|
+
[http://www.fsf.org/licensing/licenses/gpl.html]
|
|
39
|
+
[http://www.gnu.org/licenses/gpl.html]
|
|
42
40
|
|
|
43
41
|
** SiSU uses:
|
|
44
42
|
* Standard SiSU markup syntax,
|
|
@@ -46,12 +44,12 @@
|
|
|
46
44
|
* Standard SiSU object citation numbering and system
|
|
47
45
|
|
|
48
46
|
** Hompages:
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
[http://www.jus.uio.no/sisu]
|
|
48
|
+
[http://www.sisudoc.org]
|
|
51
49
|
|
|
52
50
|
** Git
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary]
|
|
52
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/ao_character_check.rb;hb=HEAD]
|
|
55
53
|
|
|
56
54
|
=end
|
|
57
55
|
module SiSU_AO_CharacterCheck
|
data/lib/sisu/ao_composite.rb
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
or parts of marked up text
|
|
9
9
|
|
|
10
10
|
** Author: Ralph Amissah
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
[ralph@amissah.com]
|
|
12
|
+
[ralph.amissah@gmail.com]
|
|
13
13
|
|
|
14
14
|
** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
|
15
|
-
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ralph Amissah,
|
|
15
|
+
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah,
|
|
16
16
|
All Rights Reserved.
|
|
17
17
|
|
|
18
18
|
** License: GPL 3 or later:
|
|
@@ -32,14 +32,12 @@
|
|
|
32
32
|
more details.
|
|
33
33
|
|
|
34
34
|
You should have received a copy of the GNU General Public License along with
|
|
35
|
-
this program. If not, see
|
|
35
|
+
this program. If not, see [http://www.gnu.org/licenses/].
|
|
36
36
|
|
|
37
37
|
If you have Internet connection, the latest version of the GPL should be
|
|
38
38
|
available at these locations:
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
<http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>
|
|
39
|
+
[http://www.fsf.org/licensing/licenses/gpl.html]
|
|
40
|
+
[http://www.gnu.org/licenses/gpl.html]
|
|
43
41
|
|
|
44
42
|
** SiSU uses:
|
|
45
43
|
* Standard SiSU markup syntax,
|
|
@@ -47,12 +45,12 @@
|
|
|
47
45
|
* Standard SiSU object citation numbering and system
|
|
48
46
|
|
|
49
47
|
** Hompages:
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
[http://www.jus.uio.no/sisu]
|
|
49
|
+
[http://www.sisudoc.org]
|
|
52
50
|
|
|
53
51
|
** Git
|
|
54
|
-
|
|
55
|
-
|
|
52
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary]
|
|
53
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/ao_composite.rb;hb=HEAD]
|
|
56
54
|
|
|
57
55
|
=end
|
|
58
56
|
module SiSU_Assemble
|
data/lib/sisu/ao_doc_objects.rb
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
*** document abstraction
|
|
8
8
|
|
|
9
9
|
** Author: Ralph Amissah
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
[ralph@amissah.com]
|
|
11
|
+
[ralph.amissah@gmail.com]
|
|
12
12
|
|
|
13
13
|
** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
|
14
|
-
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ralph Amissah,
|
|
14
|
+
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah,
|
|
15
15
|
All Rights Reserved.
|
|
16
16
|
|
|
17
17
|
** License: GPL 3 or later:
|
|
@@ -31,14 +31,12 @@
|
|
|
31
31
|
more details.
|
|
32
32
|
|
|
33
33
|
You should have received a copy of the GNU General Public License along with
|
|
34
|
-
this program. If not, see
|
|
34
|
+
this program. If not, see [http://www.gnu.org/licenses/].
|
|
35
35
|
|
|
36
36
|
If you have Internet connection, the latest version of the GPL should be
|
|
37
37
|
available at these locations:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>
|
|
38
|
+
[http://www.fsf.org/licensing/licenses/gpl.html]
|
|
39
|
+
[http://www.gnu.org/licenses/gpl.html]
|
|
42
40
|
|
|
43
41
|
** SiSU uses:
|
|
44
42
|
* Standard SiSU markup syntax,
|
|
@@ -46,12 +44,12 @@
|
|
|
46
44
|
* Standard SiSU object citation numbering and system
|
|
47
45
|
|
|
48
46
|
** Hompages:
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
[http://www.jus.uio.no/sisu]
|
|
48
|
+
[http://www.sisudoc.org]
|
|
51
49
|
|
|
52
50
|
** Git
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary]
|
|
52
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/ao_doc_objects.rb;hb=HEAD]
|
|
55
53
|
|
|
56
54
|
=end
|
|
57
55
|
module SiSU_AO_DocumentStructure
|
data/lib/sisu/ao_doc_str.rb
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
*** document abstraction
|
|
8
8
|
|
|
9
9
|
** Author: Ralph Amissah
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
[ralph@amissah.com]
|
|
11
|
+
[ralph.amissah@gmail.com]
|
|
12
12
|
|
|
13
13
|
** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
|
14
|
-
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ralph Amissah,
|
|
14
|
+
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah,
|
|
15
15
|
All Rights Reserved.
|
|
16
16
|
|
|
17
17
|
** License: GPL 3 or later:
|
|
@@ -31,14 +31,12 @@
|
|
|
31
31
|
more details.
|
|
32
32
|
|
|
33
33
|
You should have received a copy of the GNU General Public License along with
|
|
34
|
-
this program. If not, see
|
|
34
|
+
this program. If not, see [http://www.gnu.org/licenses/].
|
|
35
35
|
|
|
36
36
|
If you have Internet connection, the latest version of the GPL should be
|
|
37
37
|
available at these locations:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>
|
|
38
|
+
[http://www.fsf.org/licensing/licenses/gpl.html]
|
|
39
|
+
[http://www.gnu.org/licenses/gpl.html]
|
|
42
40
|
|
|
43
41
|
** SiSU uses:
|
|
44
42
|
* Standard SiSU markup syntax,
|
|
@@ -46,12 +44,12 @@
|
|
|
46
44
|
* Standard SiSU object citation numbering and system
|
|
47
45
|
|
|
48
46
|
** Hompages:
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
[http://www.jus.uio.no/sisu]
|
|
48
|
+
[http://www.sisudoc.org]
|
|
51
49
|
|
|
52
50
|
** Git
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary]
|
|
52
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/ao_doc_str.rb;hb=HEAD]
|
|
55
53
|
|
|
56
54
|
=end
|
|
57
55
|
module SiSU_AO_DocumentStructureExtract
|
data/lib/sisu/ao_endnotes.rb
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
*** system environment, resource control and configuration details
|
|
8
8
|
|
|
9
9
|
** Author: Ralph Amissah
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
[ralph@amissah.com]
|
|
11
|
+
[ralph.amissah@gmail.com]
|
|
12
12
|
|
|
13
13
|
** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
|
14
|
-
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ralph Amissah,
|
|
14
|
+
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah,
|
|
15
15
|
All Rights Reserved.
|
|
16
16
|
|
|
17
17
|
** License: GPL 3 or later:
|
|
@@ -31,14 +31,12 @@
|
|
|
31
31
|
more details.
|
|
32
32
|
|
|
33
33
|
You should have received a copy of the GNU General Public License along with
|
|
34
|
-
this program. If not, see
|
|
34
|
+
this program. If not, see [http://www.gnu.org/licenses/].
|
|
35
35
|
|
|
36
36
|
If you have Internet connection, the latest version of the GPL should be
|
|
37
37
|
available at these locations:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>
|
|
38
|
+
[http://www.fsf.org/licensing/licenses/gpl.html]
|
|
39
|
+
[http://www.gnu.org/licenses/gpl.html]
|
|
42
40
|
|
|
43
41
|
** SiSU uses:
|
|
44
42
|
* Standard SiSU markup syntax,
|
|
@@ -46,12 +44,12 @@
|
|
|
46
44
|
* Standard SiSU object citation numbering and system
|
|
47
45
|
|
|
48
46
|
** Hompages:
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
[http://www.jus.uio.no/sisu]
|
|
48
|
+
[http://www.sisudoc.org]
|
|
51
49
|
|
|
52
50
|
** Git
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary]
|
|
52
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/ao_doc_endnotes.rb;hb=HEAD]
|
|
55
53
|
|
|
56
54
|
=end
|
|
57
55
|
module SiSU_AO_Endnotes
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
*** system environment, resource control and configuration details
|
|
8
8
|
|
|
9
9
|
** Author: Ralph Amissah
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
[ralph@amissah.com]
|
|
11
|
+
[ralph.amissah@gmail.com]
|
|
12
12
|
|
|
13
13
|
** Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
|
14
|
-
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ralph Amissah,
|
|
14
|
+
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Ralph Amissah,
|
|
15
15
|
All Rights Reserved.
|
|
16
16
|
|
|
17
17
|
** License: GPL 3 or later:
|
|
@@ -31,14 +31,12 @@
|
|
|
31
31
|
more details.
|
|
32
32
|
|
|
33
33
|
You should have received a copy of the GNU General Public License along with
|
|
34
|
-
this program. If not, see
|
|
34
|
+
this program. If not, see [http://www.gnu.org/licenses/].
|
|
35
35
|
|
|
36
36
|
If you have Internet connection, the latest version of the GPL should be
|
|
37
37
|
available at these locations:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>
|
|
38
|
+
[http://www.fsf.org/licensing/licenses/gpl.html]
|
|
39
|
+
[http://www.gnu.org/licenses/gpl.html]
|
|
42
40
|
|
|
43
41
|
** SiSU uses:
|
|
44
42
|
* Standard SiSU markup syntax,
|
|
@@ -46,12 +44,12 @@
|
|
|
46
44
|
* Standard SiSU object citation numbering and system
|
|
47
45
|
|
|
48
46
|
** Hompages:
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
[http://www.jus.uio.no/sisu]
|
|
48
|
+
[http://www.sisudoc.org]
|
|
51
49
|
|
|
52
50
|
** Git
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary]
|
|
52
|
+
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/ao_expand_insertions.rb;hb=HEAD]
|
|
55
53
|
|
|
56
54
|
=end
|
|
57
55
|
module SiSU_AO_Insertions
|