Added a comment

master
https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ 2015-03-10 02:01:06 -04:00 committed by admin
parent 5cd9071084
commit 95d965a8dc
1 changed files with 107 additions and 0 deletions

View File

@ -0,0 +1,107 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ"
nickname="Qi"
subject="comment 2"
date="2015-03-10T06:01:06Z"
content="""
Building manually seems to generate a functioning output web site. I can't see any obvious error in the result or the console output when running ikiwiki.
The complete console output for running `git push` from the source dir is:
Counting objects: 33, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (32/32), done.
Writing objects: 100% (33/33), 11.62 KiB | 0 bytes/s, done.
Total 33 (delta 15), reused 0 (delta 0)
remote: Died at /usr/share/perl5/IkiWiki/CGI.pm line 491.
remote: Content-type: text/html
remote:
remote: <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"
remote: \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">
remote: <html xmlns=\"http://www.w3.org/1999/xhtml\">
remote:
remote: <head>
remote:
remote:
remote: <base href=\"/~qazwsx/pages/\" />
remote:
remote:
remote: <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
remote: <title>Error</title>
remote:
remote: <link rel=\"stylesheet\" href=\"/~qazwsx/pages/style.css\" type=\"text/css\" />
remote:
remote: <link rel=\"stylesheet\" href=\"/~qazwsx/pages/local.css\" type=\"text/css\" />
remote:
remote:
remote:
remote:
remote:
remote: </head>
remote: <body>
remote:
remote: <div class=\"page\">
remote:
remote: <div class=\"pageheader\">
remote: <div class=\"header\">
remote: <span>
remote: <span class=\"parentlinks\">
remote:
remote: <a href=\"/~qazwsx/pages/\">Qazwsx XXX's Home Page</a><font color=\"gray\"> / </font>
remote:
remote: </span>
remote: <span class=\"title\">
remote: Error
remote:
remote: </span>
remote: </span>
remote:
remote:
remote:
remote: </div>
remote:
remote: <!-- do not use action bar (the gray bar under the title) -->
remote: <!-- -->
remote: <!-- <div class=\"actions\"> -->
remote: <!-- <ul> -->
remote: <!-- -->
remote: <!-- -->
remote: <!-- <!--<li><a href=\"./recentchanges/\">RecentChanges</a></li>-->
remote: <!-- -->
remote: <!-- -->
remote: <!-- -->
remote: <!-- -->
remote: <!-- -->
remote: <!-- -->
remote: <!-- -->
remote: <!-- -->
remote: <!-- </ul> -->
remote: <!-- </div> -->
remote: <!-- -->
remote:
remote:
remote:
remote: </div>
remote:
remote:
remote:
remote: <div id=\"pagebody\">
remote:
remote: <div id=\"content\">
remote: <p class=\"error\">Error: \"do\" parameter missing
remote: </p>
remote: </div>
remote:
remote:
remote:
remote: </div>
remote:
remote: <div id=\"footer\" class=\"pagefooter\">
remote:
remote: <!-- from Qazwsx XXX's Home Page -->
remote: </div>
remote:
remote: </div>
remote:
remote: </body>
remote: </html>
"""]]