diff options
Diffstat (limited to 'src/sdp/meta/defaults.d')
-rw-r--r-- | src/sdp/meta/defaults.d | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/sdp/meta/defaults.d b/src/sdp/meta/defaults.d index e598aa8..7f0586e 100644 --- a/src/sdp/meta/defaults.d +++ b/src/sdp/meta/defaults.d @@ -178,8 +178,8 @@ template SiSUregisters() { } return _conf_composite_string; } - static auto ptr_head_main = - [ + static auto ptr_head_main + = [ "classify", "creator", "date", @@ -191,24 +191,24 @@ template SiSUregisters() { "rights", "title" ]; - static auto ptr_head_sub_classify = - [ + static auto ptr_head_sub_classify + = [ "dewey", "keywords", "loc", "subject", "topic_register" ]; - static auto ptr_head_sub_creator = - [ + static auto ptr_head_sub_creator + = [ "author", "author_email", "cover", "illustrator", "translator" ]; - static auto ptr_head_sub_date = - [ + static auto ptr_head_sub_date + = [ "added_to_site", "available", "created", @@ -217,15 +217,15 @@ template SiSUregisters() { "published", "valid" ]; - static auto ptr_head_sub_identifier = - [ + static auto ptr_head_sub_identifier + = [ "isbn", "oclc", "pg" ]; /+ make +/ - static auto ptr_head_sub_make = - [ + static auto ptr_head_sub_make + = [ "cover_image", "home_button_image", "home_button_text", @@ -239,28 +239,28 @@ template SiSUregisters() { "texpdf_font", "css" ]; - static auto ptr_head_sub_notes = - [ + static auto ptr_head_sub_notes + = [ "abstract", "description" ]; - static auto ptr_head_sub_original = - [ + static auto ptr_head_sub_original + = [ "language", "source", "title" ]; - static auto ptr_head_sub_publisher = - [ "name" ]; - static auto ptr_head_sub_rights = - [ + static auto ptr_head_sub_publisher + = [ "name" ]; + static auto ptr_head_sub_rights + = [ "copyright", "cover", "illustrations", "license" ]; - static auto ptr_head_sub_title = - [ + static auto ptr_head_sub_title + = [ "edition", "full", "language", |