From: nishi Date: Sat, 11 May 2024 00:25:24 +0000 (+0000) Subject: fix things X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=88fe54a87eb7cdfaf92e57f9acc838f60c88f39b;p=mandshurica.git fix things git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@71 f982e544-4a7d-3444-ad1a-fde59a2a69f1 --- diff --git a/Mandshurica/config.c b/Mandshurica/config.c index c0f087f..94e4eea 100644 --- a/Mandshurica/config.c +++ b/Mandshurica/config.c @@ -212,7 +212,7 @@ int mandshurica_create_config(const char* path) { 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"); diff --git a/Webroot/index.html.tmpl b/Webroot/index.html.tmpl index 3b5fb2e..56deb40 100644 --- a/Webroot/index.html.tmpl +++ b/Webroot/index.html.tmpl @@ -6,5 +6,5 @@ vim: syntax=html @include body-start.html@

Mandshurica

@include bar.html@ -This is the main page of @get InstanceName@. +This is the main page of your Mandshurica instance: @get InstanceName@. @include end.html@