Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/standard/example/publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ description:
- img/sshot1.jpg
- img/sshot2.jpg
- img/sshot3.jpg
videos:
- https://youtube.com/xxxxxxxx
awards:
- 1st Price Software of the year

Expand Down
8 changes: 4 additions & 4 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ Screenshots can be of any shape and size; the suggested formats are:
- Tablet: 1024x768 @2x
- Mobile: 375x667 @2x

Key ``description/[lang]/videos``
'''''''''''''''''''''''''''''''''
Key ``description/[lang]/videos`` (*deprecated*)
''''''''''''''''''''''''''''''''''''''''''''''''

- Type: array of strings (URLs)
- Presence: optional
Expand All @@ -591,8 +591,8 @@ hosted on a video sharing website that supports the
`oEmbed <https://oembed.com>`__ standard; popular options are YouTube
and Vimeo.

Since videos are an integral part of the documentation, it is
recommended to publish them with an open license.
This key is deprecated, link videos from the documentation or the
website of the software instead.

Key ``description/[lang]/awards``
'''''''''''''''''''''''''''''''''
Expand Down