<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisudoc-spine/src/doc_reform/output, branch main</title>
<subtitle>SiSU Spine: document publishing and search (in D) 2015</subtitle>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/'/>
<entry>
<title>module &amp; src renaming</title>
<updated>2019-11-22T14:54:26+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-11-16T17:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/commit/?id=2731b33fe2d05fe3ebc3e2f98d39eacf7295d1e4'/>
<id>2731b33fe2d05fe3ebc3e2f98d39eacf7295d1e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>name changes</title>
<updated>2019-11-22T14:54:24+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-11-16T04:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/commit/?id=96b03396ddb487816ebd85d1c6f30400019702fc'/>
<id>96b03396ddb487816ebd85d1c6f30400019702fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.9.0 spine (doc-reform renamed)</title>
<updated>2019-11-19T21:55:31+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-11-15T02:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/commit/?id=6825a6865c9aa7f235a3825b0e08f3834745ed86'/>
<id>6825a6865c9aa7f235a3825b0e08f3834745ed86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regex, remove unused</title>
<updated>2019-11-19T21:55:31+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-10-30T21:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/commit/?id=0f70fd8a52ab0f748de6e9cc426e4e04a2393ac3'/>
<id>0f70fd8a52ab0f748de6e9cc426e4e04a2393ac3</id>
<content type='text'>
- some potentially useful (review as needed)
- speeds up compilation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- some potentially useful (review as needed)
- speeds up compilation
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetic</title>
<updated>2019-11-18T19:59:47+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-10-22T23:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/commit/?id=02714184258c9be072857ddcc03bc114b2e843d1'/>
<id>02714184258c9be072857ddcc03bc114b2e843d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multilingual pods, zipped source</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-16T16:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/commit/?id=ab80f734713d5571f9014d17ec1f04d09b38011e'/>
<id>ab80f734713d5571f9014d17ec1f04d09b38011e</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.2 yaml pod.manifest, read site config first</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-09T19:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/commit/?id=433f0b2ed0f9d5461c0fdf2b49e41eb26802cc2e'/>
<id>433f0b2ed0f9d5461c0fdf2b49e41eb26802cc2e</id>
<content type='text'>
- yaml (configuration &amp; metadata)
  site config,
  pod:
    pod.manifest,
    doc header:
      make,
      meta
- pod.manifest in yaml breaks
  - older program reading new pod and
  - newer program reading old pod
- read config first,
  - get site default language in case it is absent
    in pod.manifest
  -  ensure config is not read too many times
     (it is at present, revisit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- yaml (configuration &amp; metadata)
  site config,
  pod:
    pod.manifest,
    doc header:
      make,
      meta
- pod.manifest in yaml breaks
  - older program reading new pod and
  - newer program reading old pod
- read config first,
  - get site default language in case it is absent
    in pod.manifest
  -  ensure config is not read too many times
     (it is at present, revisit)
</pre>
</div>
</content>
</entry>
<entry>
<title>path related, mostly cosmetic code</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-02T19:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/commit/?id=5e23b12e0cdc531554e21ca464d2d0a2f8205645'/>
<id>5e23b12e0cdc531554e21ca464d2d0a2f8205645</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>processing info</title>
<updated>2019-10-17T23:07:20+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-07-20T14:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/commit/?id=7f549e075bc5ee5e6c3bacfd94a18c01de91980a'/>
<id>7f549e075bc5ee5e6c3bacfd94a18c01de91980a</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.0 name change in code use dr (doc reform) instead of sisu</title>
<updated>2019-10-17T23:07:20+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2019-07-19T15:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisudoc-spine/commit/?id=3b59675bb48254d9ce31edcda2f2b559bff00519'/>
<id>3b59675bb48254d9ce31edcda2f2b559bff00519</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
