commit 9a4b4cf66f910bc12f31884338cd7be198cc2a03
parent cf91779fcf41c5f36ce9d4f2f9a0952e4353129e
Author: Julian Onions <julian.onions@gmail.com>
Date: Tue, 4 Dec 2007 14:47:14 +0000
Removed a number of <text value= and replaced them with <text term= forms.
Diffstat:
14 files changed, 34 insertions(+), 28 deletions(-)
diff --git a/csl/aag.csl b/csl/aag.csl
@@ -79,7 +79,7 @@
</date>
</if>
<else>
- <text value="n.d."/>
+ <text term="no date"/>
</else>
</choose>
</group>
diff --git a/csl/ama.csl b/csl/ama.csl
@@ -20,6 +20,9 @@
<label form="short" prefix=", " text-case="lowercase" suffix="."/>
</names>
</macro>
+ <macro name="anon">
+ <text term="anonymous" form="short" text-case="capitalize-first"/>
+ </macro>
<macro name="author">
<group suffix=".">
<names variable="author">
@@ -28,7 +31,7 @@
<label form="short" prefix=" " suffix="" text-case="lowercase"/>
<substitute>
<names variable="editor"/>
- <text value="Anon"/>
+ <text macro="anon"/>
</substitute>
</names>
</group>
@@ -39,7 +42,7 @@
<substitute>
<names variable="editor"/>
<names variable="translator"/>
- <text value="Anon"/>
+ <text macro="anon"/>
</substitute>
</names>
</macro>
@@ -82,7 +85,7 @@
</date>
</if>
<else>
- <text value="n.d."/>
+ <text term="no date"/>
</else>
</choose>
</group>
diff --git a/csl/apsa.csl b/csl/apsa.csl
@@ -20,9 +20,6 @@
<label form="short" prefix=", " text-case="lowercase" suffix="."/>
</names>
</macro>
- <macro name="anon">
- <text value="Anon"/>
- </macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". "
@@ -83,7 +80,7 @@
</date>
</if>
<else>
- <text value="n.d."/>
+ <text term="no date"/>
</else>
</choose>
</group>
diff --git a/csl/art-history.csl b/csl/art-history.csl
@@ -46,9 +46,9 @@
</date>
</macro>
<macro name="volumes">
- <group>
+ <group delimiter=" ">
<text variable="number-of-volumes"/>
- <text value=" vols."/>
+ <text term="volume" form="short" plural="true"/>
</group>
</macro>
<macro name="pageno">
diff --git a/csl/asa.csl b/csl/asa.csl
@@ -27,7 +27,7 @@
</names>
</macro>
<macro name="anon">
- <text value="Anon"/>
+ <text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
diff --git a/csl/chicago-author-date.csl b/csl/chicago-author-date.csl
@@ -26,7 +26,7 @@
</names>
</macro>
<macro name="anon">
- <text value="Anon"/>
+ <text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
diff --git a/csl/cse.csl b/csl/cse.csl
@@ -20,6 +20,9 @@
<label form="long" prefix=", " text-case="lowercase" suffix="."/>
</names>
</macro>
+ <macro name="anon">
+ <text term="anonymous" form="short" text-case="capitalize-first"/>
+ </macro>
<macro name="author">
<group suffix=".">
<names variable="author">
@@ -28,7 +31,7 @@
<label form="short" prefix=" " suffix="" text-case="lowercase"/>
<substitute>
<names variable="editor"/>
- <text value="Anon"/>
+ <text macro="anon"/>
</substitute>
</names>
</group>
@@ -39,7 +42,7 @@
<substitute>
<names variable="editor"/>
<names variable="translator"/>
- <text value="Anon"/>
+ <text macro="anon"/>
</substitute>
</names>
</macro>
diff --git a/csl/harvard1.csl b/csl/harvard1.csl
@@ -20,7 +20,7 @@
</names>
</macro>
<macro name="anon">
- <text value="Anon"/>
+ <text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
@@ -81,7 +81,7 @@
</date>
</if>
<else>
- <text value="n.d."/>
+ <text term="no date"/>
</else>
</choose>
</macro>
diff --git a/csl/harvard2.csl b/csl/harvard2.csl
@@ -19,6 +19,9 @@
<label form="short" prefix=", " text-case="lowercase" suffix="."/>
</names>
</macro>
+ <macro name="anon">
+ <text term="anonymous" form="short" text-case="capitalize-first"/>
+ </macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="."
@@ -26,7 +29,7 @@
<label form="short" prefix=" (" suffix=")." text-case="lowercase"/>
<substitute>
<names variable="editor"/>
- <text value="Anon"/>
+ <text macro="anon"/>
</substitute>
</names>
</macro>
@@ -36,7 +39,7 @@
<substitute>
<names variable="editor"/>
<names variable="translator"/>
- <text value="Anon"/>
+ <text macro="anon"/>
</substitute>
</names>
</macro>
@@ -79,7 +82,7 @@
</date>
</if>
<else>
- <text value="n.d."/>
+ <text term="no date"/>
</else>
</choose>
</group>
diff --git a/csl/harvard3.csl b/csl/harvard3.csl
@@ -20,7 +20,7 @@
</names>
</macro>
<macro name="anon">
- <text value="Anon"/>
+ <text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
@@ -85,7 +85,7 @@
</date>
</if>
<else>
- <text value="n.d."/>
+ <text term="no date"/>
</else>
</choose>
</macro>
diff --git a/csl/history-theory.csl b/csl/history-theory.csl
@@ -54,9 +54,9 @@
</date>
</macro>
<macro name="volumes">
- <group>
+ <group delimiter=" ">
<text variable="number-of-volumes"/>
- <text value=" vols."/>
+ <text term="volume" form="short" plural="true"/>
</group>
</macro>
<macro name="pageno">
diff --git a/csl/iso690-author-date.csl b/csl/iso690-author-date.csl
@@ -26,7 +26,7 @@
</names>
</macro>
<macro name="anon">
- <text value="Anon"/>
+ <text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
diff --git a/csl/ou-harvard.csl b/csl/ou-harvard.csl
@@ -20,7 +20,7 @@
</names>
</macro>
<macro name="anon">
- <text value="Anon"/>
+ <text term="anonymous" form="short" text-case="capitalize-first"/>
</macro>
<macro name="author">
<names variable="author">
@@ -83,7 +83,7 @@
</date>
</if>
<else>
- <text value="n.d."/>
+ <text term="no date"/>
</else>
</choose>
</macro>
diff --git a/csl/oxford-art.csl b/csl/oxford-art.csl
@@ -74,9 +74,9 @@
</date>
</macro>
<macro name="volumes">
- <group>
+ <group delimiter=" ">
<text variable="number-of-volumes"/>
- <text value=" vols"/>
+ <text term="volume" form="short" plural="true"/>
</group>
</macro>
<macro name="pageno">