shithub: opus

Download patch

ref: 74f6a017aedb5f82fceaf0e57c234406a3b0e614
parent: 078775bee5683e3c0a74ab5b5313d11fa2ee0229
author: Ralph Giles <[email protected]>
date: Fri Jan 17 10:47:08 EST 2014

Try to improve wikipedia citation formatting.

It wants a surname, and to show it as Surname, Initial.
This leaves an extra comma in the xml2rfc2 output, but
at least mentions wikipedia.

--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -1470,8 +1470,8 @@
 <reference anchor="hanning"
  target="https://en.wikipedia.org/wiki/Hamming_function#Hann_.28Hanning.29_window">
   <front>
-    <title>"Hann window</title>
-    <author fullname="Wikipedia"/>
+    <title>Hann window</title>
+    <author surname="Wikipedia" fullname="Wikipedia"/>
     <date month="May" year="2013"/>
   </front>
 </reference>
@@ -1479,8 +1479,8 @@
 <reference anchor="linear-prediction"
  target="https://en.wikipedia.org/wiki/Linear_predictive_coding">
   <front>
-    <title>"Linear Predictive Coding</title>
-    <author fullname="Wikipedia"/>
+    <title>Linear Predictive Coding</title>
+    <author surname="Wikipedia" fullname="Wikipedia"/>
     <date month="January" year="2014"/>
   </front>
 </reference>