Changed the url.

This commit is contained in:
Tim Schumacher 2013-08-11 17:11:34 +02:00
parent b91053fd03
commit 082574e5df

View file

@ -1,9 +1,4 @@
exports.url = {
hostname: 'www.krautspace.de',
port: 443,
path: '/user:0xaffe?do=edit',
method: 'GET'
};
exports.url = "https://www.krautspace.de/user:0xaffe?do=edit";
exports.publishers = ['latex'];
@ -26,4 +21,4 @@ exports.latex = {
output: 'output'
,tempDir: '/tmp/termintool'
,templates: ['kulturprogramm-ks']
}
}