1
0
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:
Ilya Kreymer 2014-01-03 13:06:27 -08:00
parent 2357f108a3
commit 1e03cad25c
4 changed files with 14 additions and 11 deletions

View File

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

View File

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

View File

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

View File

@ -1 +0,0 @@
import pywb.archiveloader