mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
update setup.py, static files
This commit is contained in:
parent
2357f108a3
commit
1e03cad25c
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ setuptools.setup(name='pywb',
|
||||
long_description=open('README.md').read(),
|
||||
license='GPL',
|
||||
packages=['pywb'],
|
||||
install_requires=['rfc3987'],
|
||||
install_requires=['rfc3987', 'chardet', 'redis'],
|
||||
# test_suite='?', # not sure how to run doctests here
|
||||
zip_safe=False)
|
||||
|
||||
|
@ -1,12 +1,16 @@
|
||||
|
||||
#_wayback_banner
|
||||
{
|
||||
display: block;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
border: 1px solid;
|
||||
background-color: lightYellow;
|
||||
text-align: center;
|
||||
z-index: 2147483643;
|
||||
display: block !important;
|
||||
top: 0px !important;
|
||||
left: 0px !important;
|
||||
position: relative !important;
|
||||
padding: 4px !important;
|
||||
width: 100% !important;
|
||||
font-size: 24px !important;
|
||||
border: 1px solid !important;
|
||||
background-color: lightYellow !important;
|
||||
text-align: center !important;
|
||||
z-index: 2147483643 !important;
|
||||
}
|
||||
|
||||
|
@ -13,6 +13,7 @@ if (window.opener) {
|
||||
|
||||
document.WB_wombat_domain = document.domain
|
||||
|
||||
|
||||
function initBanner()
|
||||
{
|
||||
var BANNER_ID = "_wayback_banner";
|
||||
@ -24,8 +25,7 @@ function initBanner()
|
||||
banner.setAttribute("id", BANNER_ID);
|
||||
banner.style.cssText = "display: block; width: 100%; border: 1px solid; background-color: lightYellow; text-align: center";
|
||||
|
||||
//banner.innerHTML = "<img src='http://wbgrp-svc112.us.archive.org:8080/images/logo_WM.png#wb_pass'/>";
|
||||
banner.innerHTML = "PyWb Banner!"
|
||||
banner.innerHTML = "PyWb Test Banner!"
|
||||
document.body.insertBefore(banner, document.body.firstChild);
|
||||
}
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
import pywb.archiveloader
|
Loading…
x
Reference in New Issue
Block a user