diff --git a/docs/1.0.md b/docs/1.0.md index 69982ac..be69bde 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -31,19 +31,20 @@ Detailed file format information and example files are [here](../transcripts/tra ### Attributes - **url (required):** URL of the podcast transcript. - - **type (required):** Mime type of the file such as `text/plain`, `text/html`, `application/srt`, `text/vtt`, `application/json` + - **type (required):** Mime type of the file such as `text/plain`, `text/html`, `text/vtt`, `application/json`, `application/x-subrip` - **language (optional):** The language of the linked transcript. If there is no language attribute given, the linked file is assumed to be the same language that is specified by the RSS `` element. - **rel (optional):** If the rel="captions" attribute is present, the linked file is considered to be a closed captions file, regardless of what the mime type is. In that scenario, time codes are assumed to be present in the file in some capacity. + ### Examples ```xml ``` ```xml - + ``` ```xml @@ -51,11 +52,12 @@ Detailed file format information and example files are [here](../transcripts/tra ``` ```xml - + ``` +



## Locked ``

@@ -869,4 +871,4 @@ The node value is a free form string meant to explain to the user where this con ```xml Chat on Twitter! -``` \ No newline at end of file +```