mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +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(),
|
long_description=open('README.md').read(),
|
||||||
license='GPL',
|
license='GPL',
|
||||||
packages=['pywb'],
|
packages=['pywb'],
|
||||||
install_requires=['rfc3987'],
|
install_requires=['rfc3987', 'chardet', 'redis'],
|
||||||
# test_suite='?', # not sure how to run doctests here
|
# test_suite='?', # not sure how to run doctests here
|
||||||
zip_safe=False)
|
zip_safe=False)
|
||||||
|
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
|
|
||||||
#_wayback_banner
|
#_wayback_banner
|
||||||
{
|
{
|
||||||
display: block;
|
display: block !important;
|
||||||
top: 0px;
|
top: 0px !important;
|
||||||
width: 100%;
|
left: 0px !important;
|
||||||
border: 1px solid;
|
position: relative !important;
|
||||||
background-color: lightYellow;
|
padding: 4px !important;
|
||||||
text-align: center;
|
width: 100% !important;
|
||||||
z-index: 2147483643;
|
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
|
document.WB_wombat_domain = document.domain
|
||||||
|
|
||||||
|
|
||||||
function initBanner()
|
function initBanner()
|
||||||
{
|
{
|
||||||
var BANNER_ID = "_wayback_banner";
|
var BANNER_ID = "_wayback_banner";
|
||||||
@ -24,8 +25,7 @@ function initBanner()
|
|||||||
banner.setAttribute("id", BANNER_ID);
|
banner.setAttribute("id", BANNER_ID);
|
||||||
banner.style.cssText = "display: block; width: 100%; border: 1px solid; background-color: lightYellow; text-align: center";
|
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 Test Banner!"
|
||||||
banner.innerHTML = "PyWb Banner!"
|
|
||||||
document.body.insertBefore(banner, document.body.firstChild);
|
document.body.insertBefore(banner, document.body.firstChild);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +0,0 @@
|
|||||||
import pywb.archiveloader
|
|
Loading…
x
Reference in New Issue
Block a user