Overview
| Comment: | Add a FAQ entry relating to MIME types. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
6f7620efc8273ea7ab3c31c480ed2485 |
| User & Date: | user on 2021-10-07 05:50:16.164 |
| Other Links: | manifest | tags |
Context
|
2021-10-07
| ||
| 05:51 | Implement three new instructions: HitMe Sweep SweepEx check-in: a9bed7792c user: user tags: trunk | |
| 05:50 | Add a FAQ entry relating to MIME types. check-in: 6f7620efc8 user: user tags: trunk | |
|
2021-10-05
| ||
| 00:26 | Change the internal composite_slice function check-in: 2312d4d6df user: user tags: trunk | |
Changes
Modified README
from [0087928e14]
to [fabcad2550].
| ︙ | ︙ | |||
325 326 327 328 329 330 331 | ** Why is there both Busy and UserSignal flags even though both flags do the same thing? It is because Everett Kaser designed the MESH engine that way, but I don't know why it was designed that way. If you do not like to have both flags, then you do not have to use both. | > > > > > > > > > > > > > | 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 |
** Why is there both Busy and UserSignal flags even though both flags do
the same thing?
It is because Everett Kaser designed the MESH engine that way, but I
don't know why it was designed that way. If you do not like to have
both flags, then you do not have to use both.
** What is the MIME type for Free Hero Mesh?
None is officially assigned, but unofficially, a composite puzzle set
can use the following MIME type:
application/freeheromesh.composite+hamarc
Optional parameters for this MIME type are "codepage" which is a IBM
code page number, and "version" which is the version of Free Hero Mesh
(same as the numbers of the {version} macro). Both are optional.
MIME types for the other file formats are not defined.
|