From 67db8707de52d45baff6a55469de28bc74e0c51c Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Tue, 1 Nov 2011 14:20:49 +0100 Subject: [PATCH] update default authors field for books --- books/naheulbeuk.sb | 1 - templates/ancient.tmpl | 2 +- templates/patacrep-en.tmpl | 2 +- templates/patacrep.tmpl | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/books/naheulbeuk.sb b/books/naheulbeuk.sb index 5f6d85df..e2e4e0a0 100644 --- a/books/naheulbeuk.sb +++ b/books/naheulbeuk.sb @@ -1,7 +1,6 @@ { "template" : "ancient.tmpl", "lang" : "french", -"author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)", "bookoptions" : [ "diagram", "lilypond", diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index c8f04468..e579e2a7 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -26,7 +26,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%:[ %%: {"name":"title", "description":"Title", "default":"Recueil de chansons pour guitare", "mandatory":true}, -%%: {"name":"author", "description":"Author", "default":"Romain Goffe \\and Alexandre Dupas", "mandatory":true}, +%%: {"name":"author", "description":"Author", "default":"Crep (R. Goffe) \\and Lohrun (A. Dupas)", "mandatory":true}, %%: {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true}, %%: {"name":"lang", "description":"Language", "default":"english"}, %%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","lilypond","pictures","tabs"], "join":",", "mandatory":true, "default":["diagram","pictures"]}, diff --git a/templates/patacrep-en.tmpl b/templates/patacrep-en.tmpl index ef762edd..f9b25905 100644 --- a/templates/patacrep-en.tmpl +++ b/templates/patacrep-en.tmpl @@ -26,7 +26,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%:[ %%: {"name":"title", "description":"Title", "default":"Patacrep Songbook", "mandatory":true}, -%%: {"name":"author", "description":"Author", "default":"Romain Goffe \\and Alexandre Dupas", "mandatory":true}, +%%: {"name":"author", "description":"Author", "default":"Crep (R. Goffe) \\and Lohrun (A. Dupas)", "mandatory":true}, %%: {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true}, %%: {"name":"lang", "description":"Language", "default":"english"}, %%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","lilypond","pictures","tabs"], "join":",", "mandatory":true, "default":["diagram","pictures"]}, diff --git a/templates/patacrep.tmpl b/templates/patacrep.tmpl index 6f6489e8..9f3da0d2 100644 --- a/templates/patacrep.tmpl +++ b/templates/patacrep.tmpl @@ -26,7 +26,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%:[ %%: {"name":"title", "description":"Title", "default":"Recueil de chansons pour guitare", "mandatory":true}, -%%: {"name":"author", "description":"Author", "default":"Romain Goffe \\and Alexandre Dupas", "mandatory":true}, +%%: {"name":"author", "description":"Author", "default":"Crep (R. Goffe) \\and Lohrun (A. Dupas)", "mandatory":true}, %%: {"name":"booktype", "description":"Type", "type":"enum", "values":["chorded","lyric"], "default":"chorded", "mandatory":true}, %%: {"name":"lang", "description":"Language", "default":"french"}, %%: {"name":"bookoptions", "description":"Options", "type":"flag", "values":["diagram","lilypond","pictures","tabs"], "join":",", "mandatory":true, "default":["diagram","pictures"]},