README: simplify the sample file tree for mod_cgi
So that it never gets outdated again...
This commit is contained in:
		
							
								
								
									
										17
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								README.md
									
									
									
									
									
								
							@@ -102,24 +102,15 @@ into something like this.
 | 
				
			|||||||
│   ├── morss
 | 
					│   ├── morss
 | 
				
			||||||
│   │   ├── __init__.py
 | 
					│   │   ├── __init__.py
 | 
				
			||||||
│   │   ├── __main__.py
 | 
					│   │   ├── __main__.py
 | 
				
			||||||
│   │   ├── crawler.py
 | 
					 | 
				
			||||||
│   │   ├── feedify.ini
 | 
					 | 
				
			||||||
│   │   ├── feedify.py
 | 
					 | 
				
			||||||
│   │   ├── feeds.py
 | 
					 | 
				
			||||||
│   │   ├── morss.ini
 | 
					 | 
				
			||||||
│   │   ├── morss.py
 | 
					│   │   ├── morss.py
 | 
				
			||||||
│   │   └── reader.html.template
 | 
					│   │   └── ...
 | 
				
			||||||
│   │
 | 
					│   │
 | 
				
			||||||
│   ├── breadability
 | 
					 | 
				
			||||||
│   ├── dateutil
 | 
					│   ├── dateutil
 | 
				
			||||||
│   ├── html2text.py
 | 
					│   └── ...
 | 
				
			||||||
│   ├── ordereddict.py
 | 
					 | 
				
			||||||
│   └── wheezy
 | 
					 | 
				
			||||||
│       └── template
 | 
					 | 
				
			||||||
│
 | 
					│
 | 
				
			||||||
├── .htaccess
 | 
					├── .htaccess
 | 
				
			||||||
├── facebook.php
 | 
					├── index.html
 | 
				
			||||||
└── index.html
 | 
					└── ...
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For this, you need to make sure your host allows python script execution. This
 | 
					For this, you need to make sure your host allows python script execution. This
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user