README: simplify the sample file tree for mod_cgi

So that it never gets outdated again...
master
pictuga 2017-03-08 15:21:26 -10:00 committed by GitHub
parent fe3f6b7e33
commit af66ab5980
1 changed files with 4 additions and 13 deletions

View File

@ -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