Tuesday, May 15, 2012

Occupy Little Rock delays legal action | Arkansas Blog

Occupy Little Rock delays legal action

Posted by Max Brantley on Mon, May 14, 2012 at 3:39 PM

Occupy Little Rock, which had said yesterday it would sue today to block its eviction from its six-month protest site at 4th and Ferry, has put off action for 24 hours and delayed a news conference that had been scheduled for 5 p.m. today.

It says negotiations are continuing with the city on an alternate protest site. The city has said it wants the current site for parking during Riverfest and the summer tourist season. Said a release:

Occupy Little Rock believes that a good deal with the city is still attainable and hopes for a push back of a few days concerning the May 16th 7:00 am eviction from the current protest site.

A private, nonprofit has signaled a willingness for Occupy LR to use some vacant property it owns in central Little Rock. That would be a win for the city and Occupy. But I'm guessing city zoning rules will be a factor in that relocation, too.

Tags: Occupy Little Rock

Speaking of Occupy Little Rock

  • Occupy Little Rock expects morning arrests

    May 15, 2012

    Update from the Occupy Little Rock front: As expected, city officials said any private property owner who'd agreed to provide spot for relocation of the Occupy Little Rock would face zoning problems if they accommodated tents. /more/
  • Occupy Little Rock to contest eviction UPDATE

    May 13, 2012

    Occupy Little Rock, scheduled for eviction from its 4th and Ferry camp by the city of Little Rock at 7 a.m. /more/
  • Saturday To-Do: In Tune with the Homeless

    May 11, 2012

    In Tune with the Homeless is Saturday at 11 a.m. at the Enjoy LifeStyle Center in North Little Rock. /more/
  • Democracy breaking out on Markham

    May 9, 2012

    Signs encourage people to vote, stop the Tech Park from taking over a neighborhood and against Windstream's cutbacks in insurance premium contributions. /more/
  • Who's occupying what in Little Rock?

    May 1, 2012

    An Occupy Little Rock protester got a ticket yesterday for obstructing traffic by inadvertently leaving the sidewalk during a protest march to City Hall . Robert Johnston is quick to highlight the irony in news photographs of the event in a letter to Mayor Mark Stodola, City Manager Bruce Moore and Police Chief Stuart Thomas: The photo on the front page oif the AR Section of the DemGaz says a lot about the City's Perverted Priorities: The photo captures a cop writing a ticket for 'obstructing the street' to a 40ish Occupy Little Rock demonstrator carrying a US flag. /more/
  • Occupy Little Rock takes to the streets

    April 30, 2012

    Occupy Little Rock marched from its camp at Fourth and Ferry to City Hall on Clinton Avenue/Markham Street this afternoon. /more/
  • A tip for Occupy Little Rock UPDATE

    April 28, 2012

    Mayor Stodola, Lance Hines, Gene Fortson, Joan Adcock and the Little Rock Regional Chamber Chamber (but I repeat myself) are smug this week, having quietly given the doughty Occupy Little Rock group notice of eviction from their camping spot effective May 16. /more/
  • Tuesday line

    April 24, 2012

    The line is open. Closing out: * THE FRAUD OF VOTER FRAUD BILLS: Virginia is poised to adopt a voter ID bill on the heels of news that there's no evidence ? none ? of any cases of at-the-poll fraudulent voter IDs. /more/
  • City of Little Rock sets May 16 end to Occupy Little Rock camp

    April 23, 2012

    Little Rock Police Chief Stuart Thomas personally delivered word to the Occupy Little Rock encampment at 4th and Ferry Streets this evening that a city permit for the occupation, previously open-ended would not be extended past May 16. /more/
  • Occupy LR asks for support for good government; rejected

    March 16, 2012

    Occupy Little Rock has, according to reporting in the Democrat-Gazette, floated some ideas about moving its small demonstration encampment to a site less offensive to the eyes of City Director Lance Hines, who wants the blight removed from potential glimpse by speeding I-30 travelers. /more/
  • More ?
'); } var url = "/gyrobase/blogs/Post"; var myStart = jQuery(this).attr("id") == "sortSelect" ? "1" : jQuery(this).attr("rel"); var showAllComments = jQuery(this).attr("id") == "showAllComments" ? "yes" : "no"; var params = { oid: "2225843", sort: jQuery("#sortSelect").val(), ajaxComponent: componentId, startIndex: myStart, showAll: showAllComments }; jQuery.ajax({ url: url, data: (params), dataType: "html", success: function (data) { jQuery("#"+componentId+"_PaginationBottom").remove(); if (myStart == "1") jQuery("#"+componentId+"_commentContent").html(data); else jQuery("#"+componentId+"_commentContent").append(data); } }); }; function doLikeComment(e){ e.preventDefault(); if (!this.clicked){ var oid = jQuery(this).attr("data-commentOid"); jQuery("#BlogComments #"+oid+"_likeLinks a").addClass("dimmed").css("opacity","0.4").each(function(){this.clicked = true;}); var myCurrentLikes = jQuery("#"+oid+"_rating_likes").html() || 0; var myCurrentDislikes = jQuery("#"+oid+"_rating_dislikes").html() || 0; var thisRating = jQuery(this).attr("rel"); if (thisRating == "Like"){ myCurrentLikes = parseFloat(myCurrentLikes)+1; } else { myCurrentDislikes = parseFloat(myCurrentDislikes)+1; } var myNewLine = '' + myCurrentLikes + ' like'; if (myCurrentLikes != 1) { myNewLine += 's'; } myNewLine += ', ' + '' + myCurrentDislikes + ' dislike'; if (myCurrentDislikes != 1) { myNewLine += "s"; } jQuery("#"+oid+"_rating_sub").html(myNewLine); jQuery("#"+oid+"_rating_sub").show(); var params = { oid: oid, rating: thisRating }; jQuery.ajax({ url: "/gyrobase/Tools/AjaxLike", type: "POST", data: (params), success: function (data) { jQuery("#"+oid+"_rating_sub").html(data); if (thisRating == "Like"){ jQuery("#BlogComments #"+oid+"_likeLinks a.dislike").removeClass("dimmed").css("opacity","1").each(function(){this.clicked = false;}); } else { jQuery("#BlogComments #"+oid+"_likeLinks a.like").removeClass("dimmed").css("opacity","1").each(function(){this.clicked = false;}); } } }); } } function reportComment(e){ e.preventDefault(); e.stopPropagation(); var oid = jQuery(this).attr("rel"); var elem = jQuery("#"+oid+"_report"); elem.click(function(e){e.stopPropagation();}) if (!elem.is(":visible")){ jQuery("#BlogComments .reportCommentContainer").hide(); if (elem.is(":empty")){ var params = { oid: oid, ajaxComponent: "ReportComment" }; jQuery.ajax({ url: "/gyrobase/Tools/ReportComment", data: (params), success: function (data) { elem.html(data); elem.fadeIn("fast"); } }); } else { elem.fadeIn("fast"); } } // attach close event handler to the html jQuery("html").one("click", function(){ jQuery("#BlogComments .reportCommentContainer:visible").hide(); }); } function closeReport(obj){ jQuery(obj).closest(".reportCommentContainer").fadeOut("fast"); } function submitReport(e){ var params = jQuery(e).closest("form").serialize()+"&ajaxComponent=ReportComment"; jQuery.ajax({ url: "/gyrobase/Tools/ReportComment", type: "POST", data: (params), success: function (data) { jQuery(e).closest(".reportCommentContainer").html(data); } }); } (function($) { var subscribed=false; function showFollowPanel(e){ e.preventDefault(); myPanel = $(this).parent().next(".togglePanel"); myPanel.fadeIn("fast"); } function doSubscribe(obj){ var myPanel = obj.parent().next(".togglePanel"); myPanel.fadeIn("fast"); if (!subscribed){ var myLink = obj.parent(); var myLoader = myPanel.children(".loading"); var myUpdater = myPanel.children(".ajaxUpdater"); var params = { object: myPanel.attr("data-toolsoid"), macro: myPanel.attr("data-toolsajaxmacro"), url: window.location }; $.ajax({ url: "/gyrobase/Macros/ToolsAjax", data: (params), type: "POST", dataType: "html", success: function (data) { subscribed = true; if (myUpdater){ myUpdater.html(data); myLoader.fadeOut("fast", function(){ myUpdater.fadeIn("fast", function(){ setTimeout(function(){ myPanel.fadeOut("fast"); }, 3000); }); }); } else { myPanel.fadeOut("fast"); } } }); } } function activateSubscribe(e){ e.preventDefault(); var myObj = $(this); var isAuthenticated = Foundation.SessionManager.sharedSessionManager().isAuthenticated(); if (!isAuthenticated){ new Foundation.Login.Dialog({ "feelingShy": false, "callback": function(){doSubscribe(myObj);} }); return false; } else { // Proceed doSubscribe(myObj); } } $("#BlogComments").on('click', ".bottomOptionBar a#doSubscribe", activateSubscribe); $("#BlogComments").on('click', ".bottomOptionBar a.togglePanelClose", function(){$(this).parent().fadeOut("fast"); return false;}); })(jQuery); jQuery(document).ready(function($){ $("#BlogComments").on('click', '#showMoreComments,#showAllComments', getMoreComments); $("#BlogComments #sortSelect").change(getMoreComments); $("#BlogComments").on('click', 'a.likeLink', doLikeComment); $("#BlogComments").on('click', 'a.reportCommentLink', reportComment); });

kansas state last house on the left last house on the left rich forever mixtape blow the unit bob weston

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.