Mercurial > dive4elements > website
comparison index.psp @ 32:960c044010e5
Activate Python Server Pages within .htaccess
Set full path to index.html
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Mon, 03 Mar 2014 12:14:09 +0100 |
parents | c66f4b393d15 |
children | b775179be3d4 |
comparison
equal
deleted
inserted
replaced
31:c66f4b393d15 | 32:960c044010e5 |
---|---|
5 import time | 5 import time |
6 | 6 |
7 | 7 |
8 # SETTINGS | 8 # SETTINGS |
9 | 9 |
10 tmpl = "./index.html" | 10 tmpl = "/var/lib/gforge/chroot/home/groups/dive4elements/htdocs/index.html" |
11 url = "https://io.intevation.de/api/user/dive4elements/feed/public" | 11 url = "https://io.intevation.de/api/user/dive4elements/feed/public" |
12 #url = "https://io.intevation.de/api/user/Intevation/feed/public" | 12 #url = "https://io.intevation.de/api/user/Intevation/feed/public" |
13 verb = "share" # post or share | 13 verb = "share" # post or share |
14 max_posts = 5 | 14 max_posts = 5 |
15 max_length = 300 | 15 max_length = 300 |