aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_misc.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/default_misc.org')
-rw-r--r--org/default_misc.org44
1 files changed, 22 insertions, 22 deletions
diff --git a/org/default_misc.org b/org/default_misc.org
index b6845b7..bbf1477 100644
--- a/org/default_misc.org
+++ b/org/default_misc.org
@@ -232,8 +232,8 @@ string extractSDLangTabOrAttrib(S)(S conf_sdlang, string maintab, string atab) {
#+name: meta_defaults_template_registers
#+BEGIN_SRC d
-static auto ptr_head_main =
- [
+static auto ptr_head_main
+ = [
"classify",
"creator",
"date",
@@ -245,24 +245,24 @@ static auto ptr_head_main =
"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",
@@ -271,15 +271,15 @@ static auto ptr_head_sub_date =
"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",
@@ -293,28 +293,28 @@ static auto ptr_head_sub_make =
"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",