Fix bulkupload documentation example.
authorBen Sturmfels <ben@sturm.com.au>
Thu, 12 Sep 2019 04:39:11 +0000 (14:39 +1000)
committerBen Sturmfels <ben@sturm.com.au>
Thu, 12 Sep 2019 04:39:11 +0000 (14:39 +1000)
The `bulkupload` command expects "dc:title", rather than "dcterms:title".
Similar for description.

docs/source/siteadmin/commandline-upload.rst

index 756f5fa83a93f59084599e7f04a25b55d474e7c5..af4fd1bd3efd9106dd4110a136ef138a3239ef5d 100644 (file)
@@ -58,7 +58,7 @@ it is a bit more complex.
 This is an example of what a script may look like. The important part here is
 that you have to create the 'metadata.csv' file.::
 
-  location,dcterms:title,dcterms:creator,dcterms:type
+  location,dc:title,dc:creator,dc:type
   "http://www.example.net/path/to/nap.png","Goblin taking a nap",,"Image"
   "http://www.example.net/path/to/snore.ogg","Goblin Snoring","Me","Audio"