fprintf(f, "Set HTTPPort 1024\n");
fprintf(f, "Set HTTPRoot %s\n", WEBROOT_PREFIX);
fprintf(f, "Set ProjectRoot %s\n", WEBROOT_PREFIX);
- fprintf(f, "Set InstancecName Sumire\n");
+ fprintf(f, "Set InstanceName Sumire\n");
fprintf(f, "\n");
fprintf(f, "Set HTTPMIME.html text/html\n");
fprintf(f, "Set HTTPMIME.gif image/gif\n");
@include body-start.html@
<h1>Mandshurica</h1>
@include bar.html@
-This is the main page of @get InstanceName@.
+This is the main page of your Mandshurica instance: <code>@get InstanceName@</code>.
@include end.html@