Opencomic
From Just Solve the File Format Problem
(Difference between revisions)
(stub) |
Dan Tobias (Talk | contribs) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | https://opencomic.org/v1.0.html | + | {{DISPLAYTITLE:opencomic}}{{FormatInfo |
| + | |name=opencomic | ||
| + | |subcat=Web | ||
| + | |mimetypes={{mimetype|application/opencomic+json}}, {{mimetype|application/json}} | ||
| + | |extensions={{ext|json}} | ||
| + | }} | ||
| + | '''opencomic''' is a [[JSON]]-based syndication feed format for webcomics. | ||
| + | |||
| + | The standard place to put it is at the root level of your domain, as <code>/opencomic.json</code>. | ||
| + | |||
| + | == See also == | ||
| + | * [[Comics]] | ||
| + | * [[JSON]] | ||
| + | |||
| + | == Links == | ||
| + | * [https://opencomic.org/v1.0.html Description] | ||
Latest revision as of 19:35, 3 April 2022
opencomic is a JSON-based syndication feed format for webcomics.
The standard place to put it is at the root level of your domain, as /opencomic.json.