diff --git a/flask_boat.py b/flask_boat.py index 8b91285..2932150 100644 --- a/flask_boat.py +++ b/flask_boat.py @@ -46,7 +46,7 @@ def get_md_contents(filename, directory='./contents'): def render_home(): - with open('render.html', 'w') as f: + with open(app.root_path + 'render.html', 'w') as f: # get the basic info of the website from the /contents/home.md file meta, content = get_md_contents("home.md") projects_list = [] @@ -134,7 +134,7 @@ def pull(): if request.method == 'POST': subprocess.call(['sh', '/home/kamo/public_html/update.sh']) - with open('log.txt', 'a') as f: + with open(app.root_path + '/log.txt', 'a') as f: f.write(request.form['payload']) print(request.form['payload']) diff --git a/projects/take-away/lamp.jpg b/projects/take-away/lamp.jpg new file mode 100644 index 0000000..3f6b3fb Binary files /dev/null and b/projects/take-away/lamp.jpg differ diff --git a/projects/take-away/spiral.jpg b/projects/take-away/spiral.jpg new file mode 100644 index 0000000..ad69222 Binary files /dev/null and b/projects/take-away/spiral.jpg differ diff --git a/projects/take-away/take-away.md b/projects/take-away/take-away.md index 8a4d920..e09e652 100644 --- a/projects/take-away/take-away.md +++ b/projects/take-away/take-away.md @@ -12,10 +12,26 @@ cover_alt: tannuki tanuki tanuki tanuki - We do have a public moment at Bollenpandje - The plan is to make a pubblication with the current state of our research +- the surface is A3 2 sides - ideas: - blueprint for the thesis writing machine. use the a3 fanzine to plan and reflect on the features and needs for that - - as a way to document it beforehand ( to worldbuild around ) + - as a way to document it beforehand ( to worlding around ) - enchanting the software - source things to insert in the code as lucky charm from ppl ahah !! - - + - provide input for the list + +![a spiral](spiral.jpg) +the making of software in a spiral + +- source code is at the center of the spiral +- with all the other actors spiraling around +- one can get into the making of software from a distance +- size of the spiral is related to: the distance from the source code +- documentation is following the spiral backward? +- distance from the center is related to specificity +- more distant, less technical +- try to map the doc system on the spiral? + +![LAMP](lamp.jpg) +the making of software is a lamp