From d496e81f2bedc9c67efb08cb7a778a7f3130472e Mon Sep 17 00:00:00 2001 From: Hyunwoo Park Date: Mon, 22 Jan 2018 19:26:57 +0900 Subject: [PATCH 1/2] We're not using SimpleHTTPServer anymore. --- pelican/tools/pelican_quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tools/pelican_quickstart.py b/pelican/tools/pelican_quickstart.py index a03f52df..34bd7863 100755 --- a/pelican/tools/pelican_quickstart.py +++ b/pelican/tools/pelican_quickstart.py @@ -267,7 +267,7 @@ needed by Pelican. automation = ask('Do you want to generate a Fabfile/Makefile ' 'to automate generation and publishing?', bool, True) - develop = ask('Do you want an auto-reload & simpleHTTP script ' + develop = ask('Do you want an auto-reload & simple HTTP script ' 'to assist with theme and site development?', bool, True) if automation: From b888a4589e3e3091bb0418ffd5f277a339bf8969 Mon Sep 17 00:00:00 2001 From: Hyunwoo Park Date: Fri, 2 Feb 2018 17:16:09 +0900 Subject: [PATCH 2/2] Make it simpler again --- pelican/tools/pelican_quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tools/pelican_quickstart.py b/pelican/tools/pelican_quickstart.py index 34bd7863..eeda89bd 100755 --- a/pelican/tools/pelican_quickstart.py +++ b/pelican/tools/pelican_quickstart.py @@ -267,7 +267,7 @@ needed by Pelican. automation = ask('Do you want to generate a Fabfile/Makefile ' 'to automate generation and publishing?', bool, True) - develop = ask('Do you want an auto-reload & simple HTTP script ' + develop = ask('Do you want an auto-reload HTTP script ' 'to assist with theme and site development?', bool, True) if automation: