From 448dd0cc9f823c84c8fd0e0a8e3412fdc29feab6 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 21 May 2015 15:31:03 -0400 Subject: changelog, open release --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 73e45d8..3b60f60 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,9 @@ Source: Reverse Chronological: +* sisu-markup-samples_7.1.1.orig.tar.xz (2015-05-21:20/4) [version follows sisu] + http://git.sisudoc.org/gitweb/?p=doc/sisu-markup-samples.git;a=log;h=refs/tags/sisu-markup-samples_7.1.1 + * sisu-markup-samples_7.1.0.orig.tar.xz (2015-05-15:19/5) [version follows sisu] http://git.sisudoc.org/gitweb/?p=doc/sisu-markup-samples.git;a=log;h=refs/tags/sisu-markup-samples_7.1.0 -- cgit v1.2.3 From 7892e0f25600960a5eff1362e76e61931562e638 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 21 May 2015 15:35:17 -0400 Subject: markup: bibliography, Two Bits, segment name missing exclamation * exclamation mark required for processing of bibliography tags 1~!bibliography or 1~!biblio --- CHANGELOG | 6 ++++-- data/samples/current/en/two_bits.christopher_kelty.sst | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3b60f60..c820b7c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,10 @@ Reverse Chronological: * sisu-markup-samples_7.1.1.orig.tar.xz (2015-05-21:20/4) [version follows sisu] http://git.sisudoc.org/gitweb/?p=doc/sisu-markup-samples.git;a=log;h=refs/tags/sisu-markup-samples_7.1.1 + * Bibliography example, Two Bits, Kelty, note the importance of + the exclamation mark in naming the section 1~!bibliography or 1~!biblio + (left out for Two Bits on previous upload) + * sisu-markup-samples_7.1.0.orig.tar.xz (2015-05-15:19/5) [version follows sisu] http://git.sisudoc.org/gitweb/?p=doc/sisu-markup-samples.git;a=log;h=refs/tags/sisu-markup-samples_7.1.0 @@ -16,8 +20,6 @@ Reverse Chronological: * Democratizing Innovation, von Hippel, minor markup fixes * The Public Domain, James Boyle, name non chapter sections/headings * Bibliography - * manual bibliography markup, remove object numbering & bold authors - (Democratizing Innovation, von Hippel & Two Bits, Kelty) * provide examples using tags (sisu-7.1.0) (Democratizing Innovation, von Hippel; Two Bits, Kelty; Free For All, Wayner) diff --git a/data/samples/current/en/two_bits.christopher_kelty.sst b/data/samples/current/en/two_bits.christopher_kelty.sst index 84801e6..57c6249 100644 --- a/data/samples/current/en/two_bits.christopher_kelty.sst +++ b/data/samples/current/en/two_bits.christopher_kelty.sst @@ -4442,7 +4442,7 @@ Understanding how Free Software works and how it has developed along with the In :B~ Bibliography -1~bibliography Bibliography +1~!bibliography Bibliography % ,{[pg 349]}, -- cgit v1.2.3 From 785b98e690b8420fb187c3d6586be6b5a71441aa Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 21 May 2015 21:09:28 -0400 Subject: .gitignore added --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..327d5c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# git ls-files --others --exclude-from=.git/info/exclude +*~ +*_ +\#* +*.\#* +*.tmp +*_tmp +*.gem +*.gemspec +*_.rb +*.rb_ +.pc +0???-*.patch +*.gz +*.xz -- cgit v1.2.3