Trying MD in Gitea

This commit is contained in:
Djyp 2019-03-05 08:22:08 +01:00
parent 0f261718a5
commit 1ed294d5b0

View File

@ -6,21 +6,21 @@
`Array` of different estimated times : cookTime, prepTime, performTime, totalTime, waitTime
cookTime
- https://schema.org/Duration
- The time it takes to actually cook the dish
- https://schema.org/Duration
- The time it takes to actually cook the dish
prepTime
- https://schema.org/Duration
- The length of time it takes to prepare the items to be used in instructions or a direction
- https://schema.org/Duration
- The length of time it takes to prepare the items to be used in instructions or a direction
performTime
- https://schema.org/Duration
- The length of time it takes to perform instructions or a direction (not including time to prepare the supplies)
- https://schema.org/Duration
- The length of time it takes to perform instructions or a direction (not including time to prepare the supplies)
totalTime
- https://schema.org/Duration
- The total time required to perform instructions or a direction (including time to prepare the supplies)
- https://schema.org/Duration
- The total time required to perform instructions or a direction (including time to prepare the supplies)
waitTime
- https://schema.org/Duration
- The total time needed to wait between steps, in ISO 8601 duration format
- waitTime is not in the schema : https://github.com/schemaorg/schemaorg/issues/2164
- https://schema.org/Duration
- The total time needed to wait between steps, in ISO 8601 duration format
- waitTime is not in the schema : https://github.com/schemaorg/schemaorg/issues/2164
### cookingMethod
→ Maybe just not use it, or analyse the text to excerpt it
@ -56,25 +56,22 @@ TODO : Decide the best way to store the list... maybe in the model
---
### estimatedCost
The estimated cost of the supply or supplies consumed when performing instructions.
Not sure to use this property or not, I think people can guess the price.
### tool
`String[]`
A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.
### author
`ManyToOne:User`
The author, a user
TODO : define a user
Person with name, url (profile) and image.
Microdata, JSON-LD : Person with name, url (profile) and image.
### comment
A list of comments
`OneToMany:Note`
A list of Note received from the fediverse
TODO : define a comment
### commentCount
`Integer`
A property to be shown in microdata/json-ld but in the model
### contributor