README: simplify the sample file tree for mod_cgi
So that it never gets outdated again...master
parent
fe3f6b7e33
commit
af66ab5980
17
README.md
17
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
|
||||
|
|
Loading…
Reference in New Issue