From af66ab5980803b07db1f24c2776652e956b9ad6e Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 8 Mar 2017 15:21:26 -1000 Subject: [PATCH] README: simplify the sample file tree for mod_cgi So that it never gets outdated again... --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5d85bde..9a96d40 100644 --- a/README.md +++ b/README.md @@ -102,24 +102,15 @@ into something like this. │   ├── morss │   │   ├── __init__.py │   │   ├── __main__.py -│   │   ├── crawler.py -│   │   ├── feedify.ini -│   │   ├── feedify.py -│   │   ├── feeds.py -│   │   ├── morss.ini │   │   ├── morss.py -│   │   └── reader.html.template +│   │   └── ... │   │ -│   ├── breadability │   ├── dateutil -│   ├── html2text.py -│   ├── ordereddict.py -│   └── wheezy -│   └── template +│   └── ... │ ├── .htaccess -├── facebook.php -└── index.html +├── index.html +└── ... ``` For this, you need to make sure your host allows python script execution. This