Skip to content
Snippets Groups Projects
Commit 16daf2cb authored by mb's avatar mb
Browse files

local settings set to etherpads

parent b8879076
No related branches found
No related tags found
No related merge requests found
......@@ -4,30 +4,30 @@ import argparse
# pads = [
# 'http://10.10.161.238/ether/p/polyhistor/export/txt',
# 'http://10.10.161.238/ether/p/etymologiae/export/txt',
# 'http://10.10.161.238/ether/p/cyclopaedia/export/txt',
# 'http://10.10.161.238/ether/p/encyclopedia/export/txt',
# 'http://10.10.161.238/ether/p/greatinventions/export/txt',
# 'http://10.10.161.238/ether/p/taric/export/txt',
# 'http://10.10.161.238/ether/p/amazon/export/txt'
# ]
pads = [
'../classification-systems/encyclopedia.txt',
'../classification-systems/cyclopaedia.txt',
'../classification-systems/greatinventions.txt',
'../classification-systems/polyhistor.txt',
'../classification-systems/etymologiae.txt',
'http://10.10.161.238/ether/p/polyhistor/export/txt',
'http://10.10.161.238/ether/p/etymologiae/export/txt',
'http://10.10.161.238/ether/p/cyclopaedia/export/txt',
'http://10.10.161.238/ether/p/encyclopedia/export/txt',
'http://10.10.161.238/ether/p/greatinventions/export/txt',
'http://10.10.161.238/ether/p/taric/export/txt',
'http://10.10.161.238/ether/p/amazon/export/txt'
]
# pads = [
# '../classification-systems/encyclopedia.txt',
# '../classification-systems/cyclopaedia.txt',
# '../classification-systems/greatinventions.txt',
# '../classification-systems/polyhistor.txt',
# '../classification-systems/etymologiae.txt',
# '../classification-systems/taric.txt'
# '../classification-systems/amazon.txt'
]
# ]
tmp = []
# fileout = open("../../stories/system-"+padname+".html","w+")
fileout = open("../html2print/stories/boxes.html","w+")
fileout = open("../../stories/system-"+padname+".html","w+")
# fileout = open("../html2print/stories/boxes.html","w+") # to work locally
fileout.write('<div id="wrapper">')
......
File moved
File moved
import re
import urllib
# pads = [
# 'http://10.10.161.238/ether/p/polyhistor/export/txt',
# 'http://10.10.161.238/ether/p/etymologiae/export/txt',
# 'http://10.10.161.238/ether/p/cyclopaedia/export/txt',
# 'http://10.10.161.238/ether/p/encyclopedia/export/txt',
# 'http://10.10.161.238/ether/p/greatinventions/export/txt',
# 'http://10.10.161.238/ether/p/taric/export/txt',
# 'http://10.10.161.238/ether/p/amazon/export/txt'
# ]
pads = [
'../classification-systems/encyclopedia.txt',
'../classification-systems/cyclopaedia.txt',
'../classification-systems/greatinventions.txt',
'../classification-systems/polyhistor.txt',
'../classification-systems/etymologiae.txt',
'http://10.10.161.238/ether/p/polyhistor/export/txt',
'http://10.10.161.238/ether/p/etymologiae/export/txt',
'http://10.10.161.238/ether/p/cyclopaedia/export/txt',
'http://10.10.161.238/ether/p/encyclopedia/export/txt',
'http://10.10.161.238/ether/p/greatinventions/export/txt',
'http://10.10.161.238/ether/p/taric/export/txt',
'http://10.10.161.238/ether/p/amazon/export/txt'
]
# pads = [
# '../classification-systems/encyclopedia.txt',
# '../classification-systems/cyclopaedia.txt',
# '../classification-systems/greatinventions.txt',
# '../classification-systems/polyhistor.txt',
# '../classification-systems/etymologiae.txt',
# '../classification-systems/taric.txt'
# '../classification-systems/amazon.txt'
]
# ]
# fileout = open("../../stories/system-"+padname+".html","w+")
fileout = open("../html2print/stories/systems.html","w+")
fileout = open("../../stories/system-"+padname+".html","w+")
# fileout = open("../html2print/stories/systems.html","w+")
tmp = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment