<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisudoc-spine/subprojects, branch doc-reform_v0.10.0</title>
<subtitle>SiSU Spine: document publishing and search (in D) 2015</subtitle>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/'/>
<entry>
<title>meson using dub</title>
<updated>2020-03-14T19:17:44+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2020-03-06T20:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/commit/?id=2c95e88e40ff3cf021eb9e2e0b7a87f68d5e1e37'/>
<id>2c95e88e40ff3cf021eb9e2e0b7a87f68d5e1e37</id>
<content type='text'>
- the good
  - works
  - project looks pretty clean
- the bad
  - subprojects built externally
  - not suitable for debian packaging
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- the good
  - works
  - project looks pretty clean
- the bad
  - subprojects built externally
  - not suitable for debian packaging
</pre>
</div>
</content>
</entry>
<entry>
<title>meson build (subproject issue with imageformats &gt;= 7.0.1)</title>
<updated>2020-03-14T19:17:44+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2020-03-11T22:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/commit/?id=1468425eab4c03340eaa880a277844f16c06d5a3'/>
<id>1468425eab4c03340eaa880a277844f16c06d5a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>meson build (subproject imageformats pinned 7.0.0)</title>
<updated>2020-03-14T19:17:41+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2020-03-07T12:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/commit/?id=466509b8fc225db0e37021f6e71d0d7648ffcf83'/>
<id>466509b8fc225db0e37021f6e71d0d7648ffcf83</id>
<content type='text'>
- subprojects with "manual" git download where
  upstream git lacks meson.build
- imageformats git tag (version) pinned, else
  build fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- subprojects with "manual" git download where
  upstream git lacks meson.build
- imageformats git tag (version) pinned, else
  build fails
</pre>
</div>
</content>
</entry>
<entry>
<title>meson build</title>
<updated>2020-03-06T20:13:53+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2020-02-07T15:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/commit/?id=503412b02356cd0dd92f0fc0900f48eab3afce24'/>
<id>503412b02356cd0dd92f0fc0900f48eab3afce24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor</title>
<updated>2019-11-19T21:55:29+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-10-22T23:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/commit/?id=3668f9ec6b4dd096f2109557ca523b3d774ad6d1'/>
<id>3668f9ec6b4dd096f2109557ca523b3d774ad6d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.8.1 conf, make, meta: yaml only (toml removed)</title>
<updated>2019-10-17T23:07:20+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-10-06T00:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/commit/?id=1083951efc4f8ddbf8de65907cc5aee2ac6be2ed'/>
<id>1083951efc4f8ddbf8de65907cc5aee2ac6be2ed</id>
<content type='text'>
- yaml only: config, make &amp; headers
  (yaml is converted directly to struct)
- toml removed: preemptively remove confusion of
  having multiple config formats
  (toml was converted to json &amp; json to struct)
- json removed (intermediate representation):
  takes out intermediate conversion to json which
  could be attractive to have if there are
  multiple formats
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- yaml only: config, make &amp; headers
  (yaml is converted directly to struct)
- toml removed: preemptively remove confusion of
  having multiple config formats
  (toml was converted to json &amp; json to struct)
- json removed (intermediate representation):
  takes out intermediate conversion to json which
  could be attractive to have if there are
  multiple formats
</pre>
</div>
</content>
</entry>
<entry>
<title>std.zip, drop external zip archive</title>
<updated>2019-10-17T23:07:20+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-09-24T13:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/commit/?id=e3a9c91328a42395fcc8b9931f8efdda96212c87'/>
<id>e3a9c91328a42395fcc8b9931f8efdda96212c87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>subprojects remove commit hash</title>
<updated>2019-10-17T23:07:20+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-09-04T18:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/commit/?id=7c151eb92fd3a02bba69f8a2c6d362d7204e496a'/>
<id>7c151eb92fd3a02bba69f8a2c6d362d7204e496a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.6.0 docReform project license AGPLv3+</title>
<updated>2019-05-17T20:59:54+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-04-04T18:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/commit/?id=2aad4eac48c9da88836f519da1e4b6e449570ab6'/>
<id>2aad4eac48c9da88836f519da1e4b6e449570ab6</id>
<content type='text'>
- copyright Ralph Amissah
- license
  - project src AGPLv3+
    - applied retroactively to project and within git by git rebase
      prior to any release of project
  - org files consider, for time being separate
- ./maker.org moved to ./org/dr_build_scaffold.org
- pre-release development continues
- can initialize project from: makefile &amp; org files
  - cp -av makefile org
    (and possibly data/pod &amp; data/src) then
  - make skel tangle ldc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- copyright Ralph Amissah
- license
  - project src AGPLv3+
    - applied retroactively to project and within git by git rebase
      prior to any release of project
  - org files consider, for time being separate
- ./maker.org moved to ./org/dr_build_scaffold.org
- pre-release development continues
- can initialize project from: makefile &amp; org files
  - cp -av makefile org
    (and possibly data/pod &amp; data/src) then
  - make skel tangle ldc
</pre>
</div>
</content>
</entry>
<entry>
<title>meson build related (reggae removed for now)</title>
<updated>2019-04-10T19:14:15+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2018-07-28T03:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.sisudoc.org/projects/sisudoc-spine/commit/?id=0ad57cc16d644cf614f128caf52273367dced16a'/>
<id>0ad57cc16d644cf614f128caf52273367dced16a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
