Re: [libvirt] [PATCH v2 2/3] NEWS: Reformat at generation time

2017-01-06 Thread Andrea Bolognani
On Thu, 2017-01-05 at 16:45 +0100, Andrea Bolognani wrote: > > This avoids the need to rely on magic markers being the in > > intermediate text file, which could get mis-interpreted > > depending on what people write in the release notes. >  > The only case where that would happen would be if someo

Re: [libvirt] [PATCH v2 2/3] NEWS: Reformat at generation time

2017-01-05 Thread Andrea Bolognani
On Thu, 2017-01-05 at 14:54 +, Daniel P. Berrange wrote: > > Instead of encoding formatting information inside the > > corresponding XSLT stylesheet, use a Python script to reformat > > the text appropriately based on a few simple markers. > >  > > Splitting the task between the XSLT stylesheet

Re: [libvirt] [PATCH v2 2/3] NEWS: Reformat at generation time

2017-01-05 Thread Martin Kletzander
On Thu, Jan 05, 2017 at 02:54:28PM +, Daniel P. Berrange wrote: On Thu, Jan 05, 2017 at 03:34:36PM +0100, Andrea Bolognani wrote: Instead of encoding formatting information inside the corresponding XSLT stylesheet, use a Python script to reformat the text appropriately based on a few simple

Re: [libvirt] [PATCH v2 2/3] NEWS: Reformat at generation time

2017-01-05 Thread Daniel P. Berrange
On Thu, Jan 05, 2017 at 03:34:36PM +0100, Andrea Bolognani wrote: > Instead of encoding formatting information inside the > corresponding XSLT stylesheet, use a Python script to reformat > the text appropriately based on a few simple markers. > > Splitting the task between the XSLT stylesheet and

[libvirt] [PATCH v2 2/3] NEWS: Reformat at generation time

2017-01-05 Thread Andrea Bolognani
Instead of encoding formatting information inside the corresponding XSLT stylesheet, use a Python script to reformat the text appropriately based on a few simple markers. Splitting the task between the XSLT stylesheet and the Python script allows us to keep both parts very simple. --- Changes from