Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Louis
pypimonitor
Commits
6c6fb3a4
Commit
6c6fb3a4
authored
May 27, 2016
by
Louis
Browse files
Add credit in generate HTML page
parent
8b40f5ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
TODO.md
View file @
6c6fb3a4
-
HTML
-
[ ] Add package name in chart tooltips
-
[ ] Add generation date and "built using XXX" to html page
-
[x] Add favicon
-
[ ] Validate the HTML output
...
...
pypimonitor/data/templates/index.html
View file @
6c6fb3a4
...
...
@@ -66,5 +66,9 @@
{% for package in packages|sort %}
{{ linecharts.plot([packages[package]]) }}
{% endfor %}
<div
class=
"footer"
>
Generated using
<a
href=
"//framagit.org/spalax/pypimonitor"
>
PypiMonitor
</a>
.
</div>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment