1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-07 17:44:22 +03:00
inform7/resources/Documentation/Advice/AdviceUpgrading-linux.html
Philip Chimento 5fd4c2b9c0 Modifications to support the advice pages on Linux
The Linux app doesn't currently have a launcher window that can display
these pages, but I'm working on one. In advance of that, here are Linux
versions of the advice pages.

I also found that 'make integration' didn't install the welcome banner
for the launcher window, nor one of the assets needed for the advice
pages, so this also patches the make script to do so.
2022-09-04 19:01:10 -07:00

30 lines
1.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{include-css}
<title>Upgrading?</title>
</head>
<body>
<p><span class="headingpaneltext">Upgrading?</span></p>
<p>Between 2016 and 2022, Inform was rewritten from top to bottom, and prepared
for open-sourcing: that is, for being published as free software which anybody
can inspect, fix bugs in, or contribute to. The software changed enormously
as a result, seen from the inside, but for users it remains almost the same
(except for hundreds of bug fixes).</p>
<p>There are exceptions to this, however, for users who mix their Inform source
text with low-level I6 code using "Include (- ... -)". Very few users do this
themselves, but it's more common to make use of extensions which do. Quite a
few popular extensions have needed to be rewritten for the version 10 Inform,
and you may therefore need to update your copies of them. The Public Library
in this app may be a good place to start.</p>
<p>The archive of release notes for Inform, detailing essentially every change
since 2006, can be found at <a href="https://github.com/ganelson/inform">
https://github.com/ganelson/inform</a>.<p>
<hr style="margin-top: 18px;">
</body>
</html>