Muh grammar
This commit is contained in:
parent
e1ef3fb1c1
commit
b15ae0e47d
|
@ -1,6 +1,6 @@
|
||||||
# QuadFile Version 2
|
# QuadFile Version 2
|
||||||
|
|
||||||
A temporary (or permanent, depending on configuration) file sharing service written in Flask
|
A temporary (or permanent, depending on configuration) file sharing service written in Flask.
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
Christmas 2015, {{ page.title }} returned, better than ever.
|
Christmas 2015, {{ page.title }} returned, better than ever.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
It now uses a database (SQLite counts okay, don't hate me), it has been rewritten from scratch using Python, it's multi-threaded, it rocks. Resource usage is approximately one fourth that of the old site - while also being faster
|
It now uses a database (SQLite counts okay, don't hate me), it has been rewritten from scratch using Python, it's multi-threaded, it rocks. Resource usage is approximately one fourth that of the old site - while also being faster.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
|
@ -38,6 +38,6 @@
|
||||||
<h2>
|
<h2>
|
||||||
I get an "Internal server error" (Code 500), why?
|
I get an "Internal server error" (Code 500), why?
|
||||||
</h2>
|
</h2>
|
||||||
<p>The site is fresh. I still haven't implemented error handling for a lot of things, in those cases you will simply see that generic error page.</p>
|
<p>The site is fresh, I still haven't implemented error handling for a lot of things. In those cases you will simply see that generic error page.</p>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue