Charles Kingsley
').show(); } $.get(link, function(content) { divcont.html(content); setOpened(div, true); subscribeIframe(divcont); });} } }; $("div.videodown h4,div.videodown a.catlink").click(function() {openDetails($(this).parents("div.videodown"));return false; }); $("#morevideos").click(function() {var contentDiv = $(this).parents("div.vdcont");contentDiv.append($('
'));var mainDiv = $(this).parents("div.videodown")$.get($(this).attr("href"), function(content) { setOpened(mainDiv, true); contentDiv.html(content); subscribeIframe(contentDiv);});return false; }); // serve il javascript per il dialog? = 1$("#area_artisti").dialog({ autoOpen: false, width: 800, height: 400, position: {my: "center" , at: "center" }});$("#artisti_opener").click(function(e) { $("#area_artisti").load($("#artisti_opener").attr("href") + '&short=1'); $("#area_artisti").dialog("option","title",$("#artisti_opener").text()); $( "#area_artisti" ).dialog( "open" ); $('div.hoverPreviewContent').hide(); return false; });$(".comandibutt").button();$(".tabs").tabs(); $(".tabs").each(function() { var indtab = 0;var mytabs = $(this);mytabs.find('.ui-tabs-nav li').each(function() { if ($(this).text().toLowerCase().trim()=="english") mytabs.tabs({active: indtab}); indtab++;});});var menus = $("ul.popupmenu");menus.menu();$("span.openmenu").click(function() { $(this).next("ul.popupmenu").toggle();});$("body").bind("mouseup", function(e) { if (!menus.is(e.target) && menus.has(e.target).length === 0) { menus.hide(); } });$("ul.popupmenu li a").click(function() { var id=$(this).parents("ul.popupmenu").attr("id"); id= id.split("_")[1]; var action=$(this).attr("data-action"); menus.hide(); if (! action) { return true; } if (action == "links") { var dial = $("#dialogadmin"); dial.dialog("option","title", "Links"); dial.dialog("open"); dial.html($("#infolinks").html()); dial.find("input.internallink").val('[[' + id + '|]]'); var anchor = ""; if (id.substring(0,1) == "v") { anchor = '#agg' + id.substring(1); } dial.find("input.externallink").val('https://www.antiwarsongs.org/canzone.php?id=40805' + anchor); } if (! action.indexOf("form_") == 0) { action += "_" + id; } $("#" + action).submit(); return false;});$(".comandibutt").click(function() { $("#spaziosubmit").html(''); $("#spaziosubmit").load($(this).attr('href') + '&short=1', function () { scrollToId("#spaziosubmit");var areaname = 'areacommento';if ($("#areacommentouser").length > 0) { areaname = 'areacommentouser' }else{ ccg_initSmartLink(areaname); }setupAutocompleteTextarea(areaname,'en'); }); return false; });$("#dialogadmin").dialog({ autoOpen: false, width: 700, height: 500, modal: true, title: '', buttons: { Close: function() { $(this).dialog("close"); } } } ); $("#dialogconfronta").dialog({ autoOpen: false, width: $('body').width()*0.75, height: $(window).height()*0.92, modal: false, title: 'The Bad Squires (Charles Kingsley)' } ); var modal = $("#myModal"); var modalimg = $("#modalimg"); var modalvideo = $("#modalvideo"); $("#myModal span.close").click (function() { modal.hide(); }); var showinmodal = function(html) { modal.show(); modalimg.hide(); modalvideo.show(); var marg = 60; var container = $("#modalvideocont"); var containerWidth = container.width() / 2; var content = $(html); var changed = false; content.find("img").each(function() { var w = $(this).attr("width");var newWidth = containerWidth - marg; if (w > containerWidth ) { var newHeight = Math.round($(this).attr("height") * newWidth / w); $(this).attr("width",newWidth).attr("height",newHeight);$(this).parent("div.thumb").css("width", newWidth + 2);changed = true;} }); if (changed) { content.find("table.confronto tr td").each( function () { $(this).css("width", containerWidth); }); } container.html( content ).scrollTop(0); }; var openconfr = function (url) {$.get(url, function(html) { var wpx ; var w = $("body").width(); wpx = Math.round(w*0.95); if (wpx > 900 ) { wpx = 900; } var hpx = Math.round(($(window).height() * 0.75)); $("#modalvideocont").css("width", wpx +"px").css("height", hpx +"px"); showinmodal(html);$("#modalvideocont").find("form").submit(function() { var url = $(this).attr("action") + "?" + $(this).serialize() + "&short=1"; $("#modalvideocont").parent("div.boxdetails").html("").hide(); openconfr(url); return false; }); }, "html");return false; };$(".linkconfronta").click(function() { openconfr($(this).attr('href') + '&short=1'); return false; }); $("#dialogvideo").dialog({ autoOpen: false, width: 900, height:595 , modal: false, title: 'Search YouTube Video', buttons: { Close: function() { $("#searchvideobox").html(""); $(this).dialog("close"); } } } ); $("#searchvideo").click(function() { return searchBox("video"); });$.fn.isInViewport = function() {var elementTop = $(this).offset().top;var elementBottom = elementTop + $(this).outerHeight();var viewportTop = $(window).scrollTop();var viewportBottom = viewportTop + $(window).height();return elementBottom > viewportTop && elementTop < viewportBottom;};var modal = $("#myModal"); var modalimg = $("#modalimg"); var modalvideo = $("#modalvideo");$("div.boxsong,div.boxvers").on("click", "img.resized",function() { modalimg.attr("src", $(this).attr("src")).attr("width", $(this).attr("data-w") ).attr("height", $(this).attr("data-h")); modal.show(); modalimg.show(); modalvideo.hide();return false; });var firstInViewport = function (){var selected = null;$("div.testo,div.commento").each(function(){if ((selected === null) && ($(this).isInViewport())){selected = ($(this));return false;}});if (selected === null){return {selected: selected};}if (selected.is("div.commento")){let selectedimg = null;selected.find("img").each(function(){if ((selectedimg === null) && ($(this).isInViewport())){selectedimg = ($(this));return false;}});if (!(selectedimg === null) && (selectedimg.offset().top - $(window).scrollTop() < 20)) { selected = selectedimg;}}var elementTop = selected.offset().top;var elementBottom = elementTop + selected.outerHeight();var viewportTop = $(window).scrollTop();var viewportBottom = viewportTop + $(window).height(); var perc = 0; var elementHeight = (elementBottom - elementTop); if (elementTop < viewportTop) { perc = (viewportTop - elementTop) / elementHeight; }return {selected: selected,percentage: perc,elementH: elementHeight,elementW: selected.width()};}var getSelectedText = function() {if (window.getSelection) {txt = window.getSelection();} else if (window.document.getSelection) {txt =window.document.getSelection();} else if (window.document.selection) {txt = window.document.selection.createRange().text;}return txt; }var readingview = false;var removeDimensions = function(img){let w = img.attr("width");if (w > 570){let h = img.attr("height");img.attr("data-w", w);img.attr("data-h", h);img.removeAttr("width");img.removeAttr("height");img.addClass("resized");}}var doToggleReadingView = function(savecookie) {var firstviewedelementInfo = firstInViewport();$("div.boxsong,div.boxvers").each( function() {$(this).toggleClass("boxtimeline").toggleClass("boxtimeline_round");});$("div.boxsong").each( function() {$(this).toggleClass("boxAddMargin");});$("hr").each(function() { $(this).toggle() });readingview = !readingview;$("img#imgreadingview").attr("src", readingview?"img/upl/reading_view_selected.png":"img/upl/reading_view_gray.png");if (readingview){$("div.boxsong div.thumb,div.boxvers div.thumb,div.boxsong img.alone,div.boxvers img.alone").each( function() {if ($(this).width() > 250){let floatCss = $(this).css("float");if (floatCss == "left" || floatCss == "right"){let remClass = "reset" +floatCss;$(this).css("float","").css("margin", "auto").addClass(remClass);}if ($(this).is("div")){img = $(this).find("img");removeDimensions(img);}}if ($(this).is("img")){removeDimensions($(this));}});$("div.boxtimeline div.indice").show();$("div.boxtimeline div.testo").click(function(ev) {if ($(ev.target).is("a")){return true;}if ((readingview) && (getSelectedText() == "")){let opened = false;$(this).parent().find("a.linkconfronta").first().each(function(){openconfr($(this).attr('href') + '&short=1');opened = true;});if (!opened){var wpx ; var w = $("body").width();wpx = Math.round(w*0.95);if (wpx > 950 ) {wpx = 950;}var hpx = Math.round(($(window).height() * 0.85));$("#modalvideocont").css("width", wpx +"px").css("height", hpx +"px");var tit = $("h1.titolo").first().html(); var art = $("a.artista,div.artista").first().html();showinmodal('
' +'
' + art + '
' + $(this).html() + '
');ccgnotes_setup("#modalvideocont");}}return false;});}else{var restoreimgdim = function(el){let img = null;if (el.is("div")){img = el.find("img");}else if (el.is("img")){img = el;}else{return;}if (img.hasClass("resized")){img.attr("width", img.attr("data-w"));img.attr("height", img.attr("data-h"));img.removeClass("resized");}};$("div.boxsong div.resetleft,div.boxvers div.resetleft,div.boxsong img.resetleft,div.boxvers img.resetleft").each( function() {$(this).css("float", "left").css("margin","");});$("div.boxsong div.resetright,div.boxvers div.resetright,div.boxsong img.resetright,div.boxvers img.resetright").each( function() {$(this).css("float", "right").css("margin","");});$("div.boxsong img,div.boxvers img").each(function(){restoreimgdim($(this));});}if ( (!(firstviewedelementInfo.selected === null)) && (savecookie == 1) && (!$("h1.titolo").first().isInViewport())){let h = firstviewedelementInfo.selected.outerHeight();let factor = 1;if (firstviewedelementInfo.selected.hasClass("commento") && (firstviewedelementInfo.selected.find("img.resetleft,img.resetright") == 0)){factor = (firstviewedelementInfo.elementW * firstviewedelementInfo.elementH) / (firstviewedelementInfo.selected.width() * h);if (!readingview && factor > 1.25){factor = 1.25;}if (readingview & factor < 0.75){factor = 0.75;}}window.scrollTo({top: firstviewedelementInfo.selected.offset().top + h *firstviewedelementInfo.percentage * factor });}let texts = ["Enable Reader View","Disable Reader View"];let txt = readingview?texts[1]:texts[0];$("#togglebox").text(txt);$("img#imgreadingview").attr("title", txt);let val = readingview?"en":"dis";if (savecookie == 1){$.getJSON("/getpart.php?type=setreadingviewcookie&val=" + val + "&t=" + Date.now(), function(d) { });}return false; };var togglereadview = function(){doToggleReadingView(1);};$("#togglebox").click(togglereadview);$("img#imgreadingview").click(togglereadview);$("img#imgsearch").click(function() { let f = $("#fixedSearchField");f.toggle(); if (f.is(":visible")) {$("#searchtextleft").focus();}});var _window = $(window); var _pane = $('#divReadingView');var _searchDiv = $("#fixedSearch"); var checkWidth = function() { var windowsize = _window.width(); if (windowsize < 1340) {if (_pane.hasClass("fixed")){_pane.removeClass("fixed")_searchDiv.hide();} }else{if (!_pane.hasClass("fixed")){_pane.addClass("fixed");_searchDiv.show();}} } checkWidth(); $(window).resize(checkWidth); setupAutocomplete('searchtextleft','en');setupAutocomplete('searchtext','en');init_embedyt(); $("#linklogin").click(function() { $("#dialogadmin").html('
'); $("#dialogadmin").dialog("option","title", "Login to Admin"); $("#dialogadmin").dialog("open"); return false; }); var h = window.location.hash; if (h) { scrollToId(h); } // js code for related songs:// nothing to update age = 20499 s. (thresh = 432000) 2023-05-08 18:36:13 ccgRelated_switchTable(8000);$("a.linkfragment img").on("click", function() { var fragment = $(this).parent("a"); var url = fragment.attr("href"); var regExp = /^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&v=|\?v=)([^#\&\?]*).*/; var match = url.match(regExp); if (match && match[2].length == 11) {var ifhtml = '
';fragment.prepend(ifhtml);$(this).hide();return false; } return true;});} catch (exc) { }});function searchBox(what) { var q = "The Bad Squires Charles Kingsley"; var title = "Search YouTube Video " + q; $('#searchvideobox').html('
'); $("#searchvideocommands").html(""); $("#dialogvideo").dialog("option", "title", title); $("#dialogvideo").dialog("open"); populateSearchBox(what, q,"searchvideobox", {"lang":"en","canzone":40805,"commands":"searchvideocommands","moreText":"More results...","notfoundtext":"No Video Found","root":"\/"}); return false; }// -->
Language: English
List of versions
Watch Video
Search more videos on Youtube
Download / Listen
Related Songs
The Diggers' Song [Levellers and Diggers]
(Gerrard Winstanley)That's How Grateful We Are
(Chumbawamba)The Cutty Wren
(Anonymous)
1847 A poem by Charles Kingsley written in defence of poachers.
Interpretata dai Chumbawamba
Performed by Chumbawamba
[1989]
Album: "English Rebel Songs 1381-1914"
''English Rebel Songs 1381–1914'' by Chumbawamba.
The Cutty Wren - The Diggers' Song [Levellers and Diggers] - The Colliers March - The Triumph Of General Ludd - Chartists Anthem - Song on the Times - Smashing Of The Van - The World Turned Upside Down [Digger's Song] - Poverty Knock - Idris Strike Song - Hanging On The Old Barbed Wire
Nel 2003 i Chumbawamba hanno ripubblicato l'album aggiungendo alcune canzoni con il titolo ''English Rebel Songs 1381–1984'':
The Bad Squires - Coal Not Dole
The merry brown hares came leaping Leaping late and early, A poacher's widow sat sighing She watched a long tuft of clover, She thought of the dark plantation, 'I am long past wailing and whining— 'A labourer in Christian England, 'There's blood on your new foreign shrubs, squire, 'You have sold the labouring-man, squire, 'You made him a poacher yourself, squire, 'When, packed in one reeking chamber, 'When we lay in the burning fever 'We quarrelled like brutes, and who wonders? 'Our daughters with base-born babies 'Can your lady patch hearts that are breaking 'You may tire of the jail and the workhouse, 'In the season of shame and sadness, 'When to kennels and liveried varlets 'When your youngest, the mealy-mouthed rector, She looked at the tuft of clover, But the merry brown hares came leaping
Over the crest of the hill,
Where the clover and corn lay sleeping
Under the moonlight still.
Till under their bite and their tread
The swedes and the wheat and the barley
Lay cankered and trampled and dead.
On the side of the white chalk bank,
Where under the gloomy fir-woods
One spot in the ley throve rank.
Where rabbit or hare never ran;
For its black sour haulm covered over
The blood of a murdered man.
And the hares, and her husband's blood,
And the voice of her indignation
Rose up to the throne of God.
I have wept too much in my life:
I've had twenty years of pining
As an English labourer's wife.
Where they cant of a Saviour's name,
And yet waste men's lives like the vermin's
For a few more brace of game.
There's blood on your pointer's feet;
There's blood on the game you sell, squire,
And there's blood on the game you eat.
Body and soul to shame,
To pay for your seat in the House, squire,
And to pay for the feed of your game.
When you'd give neither work nor meat,
And your barley-fed hares robbed the garden
At our starving children's feet;
Man, maid, mother, and little ones lay;
While the rain pattered in on the rotting bride-bed,
And the walls let in the day.
On the mud of the cold clay floor,
Till you parted us all for three months, squire,
At the dreary workhouse door.
What self-respect could we keep,
Worse housed than your hacks and your pointers,
Worse fed than your hogs and your sheep?
Have wandered away in their shame,
If your misses had slept, squire, where they did,
Your misses might do the same.
With handfuls of coals and rice,
Or by dealing out flannel and sheeting
A little below cost price?
And take to allotments and schools,
But you've run up a debt that will never
Be paid us by penny-club rules.
In the dark and dreary day,
When scrofula, gout, and madness
Are eating your race away;
You have cast your daughter's bread,
And, worn out with liquor and harlots,
Your heir at your feet lies dead;
Lets your soul rot asleep to the grave,
You will find in your God the protector
Of the freeman you fancied your slave.'
And wept till her heart grew light;
And at last, when her passion was over,
Went wandering into the night.
Over the uplands still,
Where the clover and corn lay sleeping
On the side of the white chalk hill.
Contributed by DoNQuijote82 - 2012/3/20 - 09:54
Note for non-Italian users: Sorry, though the interface of this website is translated into English, most commentaries and biographies are in Italian and/or in other languages like French, German, Spanish, Russian etc.