youp911 / quelea-projection

Automatically exported from code.google.com/p/quelea-projection
0 stars 0 forks source link

Standardise bibles #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Issue: Bibles are unstandardised and some don't have chapter numbers starting 
from 1.

Idea: Parse bible to best ability to java object, check properties and numbers, 
export new bible in a set xml format

Possible xml format
<bible id="<name>">
  <book id="<book name>">
    <chapter id="<number>">
      <verse id="<verse number>">VERSE TEXT
      </verse>
    </chapter>
  </book>
</bible>

Original issue reported on code.google.com by bengoodw...@gmail.com on 10 Sep 2013 at 4:08

GoogleCodeExporter commented 8 years ago
Issue 163 has been merged into this issue.

Original comment by berry...@gmail.com on 26 Sep 2013 at 1:29

GoogleCodeExporter commented 8 years ago
Aside from a consistent internal representation, I don't really see what this 
buys us - and that's quite a bit of work for no noticeable benefit at all, 
since Quelea handles both representations internally fine at the moment. 
Closing as wontfix, if I've missed something and this does need doing we can 
reopen later (with a better description as to why!)

Original comment by berry...@gmail.com on 15 Jan 2014 at 5:30