Difference between revisions of "Data Submission Formats"

From ISFDB
Jump to navigation Jump to search
Line 25: Line 25:
 
* [[XML:AuthorMerge]] - Merges two author records together.
 
* [[XML:AuthorMerge]] - Merges two author records together.
 
* [[XML:AuthorUpdate]] - Updates an author record.
 
* [[XML:AuthorUpdate]] - Updates an author record.
* [[XML:MakePseudonym]] -
+
* [[XML:MakePseudonym]] - Makes an author record a pseudonym.
  
 
Note that there are no submission types to create or delete author entries. Author entries are created on demand when a title or publication requires them. Likewise author entries are deleted when no other records refer to them.
 
Note that there are no submission types to create or delete author entries. Author entries are created on demand when a title or publication requires them. Likewise author entries are deleted when no other records refer to them.

Revision as of 15:45, 21 May 2008

Introduction

The data submitted to the ISFDB must be a well-formed XML string. All submissions must contain the following:

  • An xml header utilizing version 1.0, and a recommended encoding of iso-8859-1.
  • The data must be enclosed within a set of IsfdbSubmission tags.
  • The data must contain a valid registered user within a set of Submitter tags.
  • The data must contain a subject heading within a set of Subject tags. This subject is displayed in the moderator queue, and is not integrated into the ISFDB data.

A stubbed out version of a generic submission looks like this:

<?xml version="1.0" encoding="iso-8859-1" ?>
<IsfdbSubmission>
  <...Type...>
     <Submitter>Registered_User_Name</Submitter>
     <Subject>Subject Line That Will Appear in Moderator Queue</Subject>
     ...
  </...Type...>
</IsfdbSubmission>

Author Related Submissions

There are two data submission types necessary for the upkeep of the authors table:

Note that there are no submission types to create or delete author entries. Author entries are created on demand when a title or publication requires them. Likewise author entries are deleted when no other records refer to them.

Publication Related Submissions

There are four data submission types necessary for the upkeep of the pubs table:

Title Related Submissions

Series Related Submissions

Awards Related Submissions

Publisher Related Submissions