This commit is contained in:
zeroth 2020-01-16 23:02:02 +00:00
commit c4141f4d7d
3 changed files with 22 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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;
}