[libvirt] [PATCH] Ensure stub todo.html.in file is HTML5

From: "Daniel P. Berrange" <berrange@redhat.com> If no todo.cfg is present, make sure the stub is in HTML5 format and clearly states that the config was not available Pushed as another website build breaker fix Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index b4855d1..2d22743 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -149,7 +149,7 @@ todo.html.in: todo.pl || { rm $@ && exit 1; }; \ else \ echo "Stubbing $@"; \ - echo "<html><body><h1>Todo list</h1></body></html>" > $@ ; \ + echo "<html xmlns=\"http://www.w3.org/1999/xhtml\"><body><h1>Todo list unavailable: no config file</h1></body></html>" > $@ ; \ fi todo: -- 1.8.1.4

On 05/07/2013 08:47 AM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
If no todo.cfg is present, make sure the stub is in HTML5 format and clearly states that the config was not available
Pushed as another website build breaker fix
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Hmm, it's been more than an hour, and http://libvirt.org/todo.html is still content-free. Do we need to fix the config file used to generate the web pages? -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org

On Tue, May 07, 2013 at 10:31:20AM -0600, Eric Blake wrote:
On 05/07/2013 08:47 AM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
If no todo.cfg is present, make sure the stub is in HTML5 format and clearly states that the config was not available
Pushed as another website build breaker fix
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Hmm, it's been more than an hour, and http://libvirt.org/todo.html is still content-free. Do we need to fix the config file used to generate the web pages?
Looking at the logs in the server, i suspect this was broken before my changes and we didn't notice Generating todo.html.in Invalid date format: 20120418T15:51:12 at /usr/lib64/perl5/XML/Parser.pm line 187 IIUC this is due to changes to the bugzilla XML RPC interface Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
participants (2)
-
Daniel P. Berrange
-
Eric Blake