diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2019-09-12 14:39:11 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2019-09-12 14:39:11 +1000 |
commit | 9618899480fa2bf2b8e0fe8d99af603cfad96f72 (patch) | |
tree | 35eb7eb98ae4737234f39d2d9afe83726b271cc6 /docs/source | |
parent | 45400905e76284f871e2b610a9305f405135a576 (diff) | |
download | mediagoblin-9618899480fa2bf2b8e0fe8d99af603cfad96f72.tar.lz mediagoblin-9618899480fa2bf2b8e0fe8d99af603cfad96f72.tar.xz mediagoblin-9618899480fa2bf2b8e0fe8d99af603cfad96f72.zip |
Fix bulkupload documentation example.
The `bulkupload` command expects "dc:title", rather than "dcterms:title".
Similar for description.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/commandline-upload.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/commandline-upload.rst b/docs/source/siteadmin/commandline-upload.rst index 756f5fa8..af4fd1bd 100644 --- a/docs/source/siteadmin/commandline-upload.rst +++ b/docs/source/siteadmin/commandline-upload.rst @@ -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" |