zeroth 4 years ago
parent
commit
c4141f4d7d
  1. 2
      README.md
  2. 17
      requirements.txt
  3. 8
      static/css/style.css

2
README.md

@ -1,6 +1,6 @@
# Pushing Scores
## The Pushing Scores archival publication
The website was made using Flask, NLTK, Numpy, Pillow and Python3 and is live at http://pushingscores.deplayer.nl/
The website was made using Flask, NLTK, Numpy, Pillow, pypandoc, PyPDF2, weasyprint and Python3 and is live at http://pushingscores.deplayer.nl/
## How to use the scripts

17
requirements.txt

@ -1,8 +1,25 @@
cairocffi==1.1.0
CairoSVG==2.4.2
cffi==1.13.2
Click==7.0
cssselect2==0.2.2
defusedxml==0.6.0
Flask==1.0.2
html5lib==1.0.1
itsdangerous==1.1.0
Jinja2==2.10.1
MarkupSafe==1.1.1
nltk==3.4.1
numpy==1.16.3
Pillow==6.0.0
pycparser==2.19
pypandoc==1.4
PyPDF2==1.26.0
Pyphen==0.9.5
regex==2019.4.14
six==1.12.0
tinycss2==1.0.2
tqdm==4.41.1
WeasyPrint==51
webencodings==0.5.1
Werkzeug==0.15.2

8
static/css/style.css

@ -612,13 +612,13 @@ a.li-index:hover {
margin-bottom: 1.5em;
}
li.prev_item, li.next_item{
float: left;
margin-left: 1em;
}
li.no_here{
float: right;
margin-right: 1em;
}
li.no_here{
float: left;
margin-left: 1em;
}
div#bottom_descrip_left{
display: none;
}

Loading…
Cancel
Save