From 38c5e81556e25488c323917f2e9d6b061e24e606 Mon Sep 17 00:00:00 2001
From: Fabian Gallenkamp <fabian.gallenkamp@uni-hamburg.de>
Date: Wed, 13 Feb 2019 17:22:58 +0100
Subject: [PATCH] small fixes

---
 app.py           |   4 ++--
 sample_db.sqlite | Bin 65536 -> 65536 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app.py b/app.py
index 226e027..ab84140 100644
--- a/app.py
+++ b/app.py
@@ -209,7 +209,7 @@ class AdvancedSoftwareView(sqla.ModelView):
             # Generate overview page
             with open('templates/export/softwares.jinja2', "r", encoding="utf-8") as file_:
                 template = Template(file_.read())
-            template.stream(softwareincategory=softwareincategory).dump('../digitale-Methoden-wiki/Softwareübersicht.asciidoc', encoding='utf-8')
+            template.stream(softwareincategory=softwareincategory).dump('../digitale-Methoden-wiki/Softwareliste.asciidoc', encoding='utf-8')
 
             base_path = pathlib.Path('../digitale-Methoden-wiki/')
             data = io.BytesIO()
@@ -421,7 +421,7 @@ def build_sample_db():
     cat_now = SoftwareCategory(name="Nowcasting", short_description="")
     cat_net = SoftwareCategory(name="Netzwerkanalysen", short_description="social network analysis")
     cat_esmema = SoftwareCategory(name="ESM/EMA-Studien", short_description="Datenerhebung in 'natürlicher' Umgebung.")
-    cat_transkript = SoftwareCategory(name="Audio-Transkribtion", short_description="Transkriptionssoftware")
+    cat_transkript = SoftwareCategory(name="Audio-Transkription", short_description="Transkriptionssoftware")
     cat_search = SoftwareCategory(name="Audio-Transkribtion", short_description="Transkriptionssoftware")
     cat_misc = SoftwareCategory(name="Weiteres", short_description="Zu speziell zum Einordnen..")
 
diff --git a/sample_db.sqlite b/sample_db.sqlite
index 3cc47e76cddaaa783b797d81b5c6d5c4e731913c..3bc7e19397a6df5438c954dcfab7a6f1cde9ccaa 100644
GIT binary patch
delta 289
zcmZo@U}<Pz*{~pnv0(GUm<(g{U;Ll>-|#=>zsG-_{{sI>{zLqG__y+}<6ptQkbf5c
zWd2_MHvW443jRX=EdFHv82(UxKYn+9hs_QXKJwM8GPBAtGcpP>v&b?ta>}vFFf%er
zFtbWCGcqzWvr2&|CRRyiMn)AjRtXTr#466r$f(WCD#pynD9g$!3Zj@;MVJ{GjhI=5
zK@<zC5HlmAI0uU$Gb5)Ks{k`2qcRgKKQkkv5;H3wGb5u6GYc;>Bc}i>PXIF`qZkt_
zH!~xnG!qLKGb5)WD<?A}qdpTW2Qwq1C=)9?Gb5t{Gb<Z2Bcl{ED=RZ2qX-i#3o|35
d8apd9Gb5usGb<A_Bcm`g3nMclr{tmq2>^K!C13ym

delta 291
zcmZo@U}<Pz*{~pHGH<N(=G`%V#^yiyKl8ukf5v~G{|5g>{!{#i`S<W|<zLUgf`1|Z
zEdD9{z5H$b4g8h-Mf}<PDg3egVf_C59{i4*9VUF_s~2Ksm1AaPlwf9+WoBe#W@eQE
zQB17T%#4gGY^+isiiuT{nUPVOnN@<Bkx`bFRUAYyv5GM>G8!?nih?K>RuN`KMsW@n
zVP-~7Emk3BMn+{ORzYS)MkQtz0cJ){0akuyMn)NCRz7A%MlmK<US>u{X(pBc9%e>P
zMOJQRMn-)mRxV~nMo}hKPG&|%1!h(bW=2LSW>$7)Mn(}PRyJlvMm2U;R%S*<d1h7?
fW=2L~W)@~<Movi<CT2!XIaWqyMn+ZUMGF!DJf0>Q

-- 
GitLab