You can't embed a game's title in a .lor file. You should be able to embed bibliographical data, including title, author(s), languages(s), version number, etc.
I'd especially recommend embedding an IFID, a UUID identifying the game, and embedding it as <meta property="ifiction:ifid" content="448E73DF-2D2F-47E7-A494-A46B40D4CFB3"> in exported HTML.
See the Treaty of Babel for more details.
The Treaty is an agreement between active design systems, the IF-archive and other interested parties. It provides for:
- ISBN-like unique ID numbers for story files, old and new, produced by commercial or non-commercial compilers living and dead;
- a standard format for cover art and bibliographic data;
- a web server able to provide these for a given ID number;
- a command-line tool able to identify and extract data from story files in any format;
- reference software providing a format-neutral API for reading story files, and removing “wrappers”.
The aim of the treaty, and of the Babel software, is to make it much easier to write new tools for players in which the distinction of which design system created which story file is much less visible.
You can't embed a game's title in a
.lorfile. You should be able to embed bibliographical data, including title, author(s), languages(s), version number, etc.I'd especially recommend embedding an IFID, a UUID identifying the game, and embedding it as
<meta property="ifiction:ifid" content="448E73DF-2D2F-47E7-A494-A46B40D4CFB3">in exported HTML.See the Treaty of Babel for more details.