Re: [cgiapp] CGI::Application wiki page SettingDropDownValues updated by BryanSmith

2012-10-25 Thread Brian Wightman
Are we able to block this username (I know it won't be very effective) from doing any type of updates? Perhaps just bit-bucketing them or blacklisting the IP for a period of time? --mlx On Thu, Oct 25, 2012 at 9:47 AM, cgi...@erlbaum.net wrote: CGI::Application page

Re: [cgiapp] CGI::Application wiki page SettingDropDownValues updated by BryanSmith

2012-10-26 Thread Brian Wightman
On Thu, Oct 25, 2012 at 4:58 PM, Ron Savage r...@savage.net.au wrote: On 10/25/2012 10:51 AM, Brian Wightman wrote: Are we able to block this username (I know it won't be very effective) from doing any type of updates? Perhaps just bit-bucketing them or blacklisting the IP for a period

Re: [cgiapp] replace the wiki?

2012-10-30 Thread Brian Wightman
Mixing my replies in a single message, sorry :-) On Mon, Oct 29, 2012 at 4:54 PM, Ron Savage r...@savage.net.au wrote: Hi Mark On 30/10/12 07:16, Mark Stosberg wrote: I appreciate the outsourcing of this maintenance work to Github, even if it's means the wiki software itself isn't open

Re: [cgiapp] CGI::Application wiki page MVC updated by MidLifeXis

2012-11-02 Thread Brian Wightman
CGI::Application page http://cgi-app.org/index.cgi?MVC edited by MidLifeXis I have been starting to migrate some of the 'simpler' pages from erlbaum.netto github. Please take a look at the few changes I have made, as I am contemplating writing code to start mechanizing some of these changes.

Re: [cgiapp] CGI::Application wiki page ColorChooserExampleApp updated by MidLifeXis

2012-12-06 Thread Brian Wightman
Found a workaround / solution. If you embed the code sample in ```perl Your code sample here ``` It does a sane thing. Gee, go figure. Someone documented this already on the intertubes (

Re: [cgiapp] CGI::Application wiki page HomePage updated by ronsavage

2013-01-10 Thread Brian Wightman
On Wed, Jan 9, 2013 at 2:51 PM, Ron Savage r...@savage.net.au wrote: Hi Joi On 10/01/13 06:29, Joi Ellis wrote: Is there no way you can block that loser from repeatedly vandalizing the pages with his spam? No, but the wiki is currently being transferred to another form, so it matters

Re: [cgiapp] CGI::Application wiki page HomePage updated by NickNolte

2013-01-17 Thread Brian Wightman
Ok, I don't plan on plan wack-a-mole with this bozo. Any other easy-to-implement LARTs available until things are fully transferred to the new wiki? Brian On Thu, Jan 17, 2013 at 12:22 PM, cgi...@erlbaum.net wrote: CGI::Application page http://cgi-app.org/index.cgi?HomePage edited by

Re: [cgiapp] CGI::Application wiki page HomePage updated by NickNolte

2013-01-17 Thread Brian Wightman
s/plan on plan/plan on playing/ On Thu, Jan 17, 2013 at 12:26 PM, Brian Wightman midlife...@wightmanfam.org wrote: Ok, I don't plan on plan wack-a-mole with this bozo. Any other easy-to-implement LARTs available until things are fully transferred to the new wiki? Brian On Thu, Jan 17

Re: [cgiapp] CGI::Application wiki page HomePage updated by NickNolte

2013-01-18 Thread Brian Wightman
Sorry, posted directly to Mark instead of the list. Brian On Thu, Jan 17, 2013 at 1:39 PM, Brian Wightman midlife...@wightmanfam.orgwrote: That seems reasonable. In tandem with a lockdown, would it be possible to get a snapshot of the markdown for the entire site? Perhaps that with a git

Re: [cgiapp] ANNOUNCE: v8 alpha, Dada Mail

2015-02-03 Thread Brian Wightman
FYI - CGI::App has psgi support. From the docs: use WebApp; WebApp-psgi_app(); Brian (MLX) On Mon, Feb 2, 2015 at 5:46 PM, Justin J jus...@dadamailproject.com wrote: Hello everyone - I managed to port an existing CGI app called, Dada Mail over to CGI::Application. The reasoning to

Re: [cgiapp] CGI::Application::Plugin::REST -- any users out there?

2015-02-05 Thread Brian Wightman
On Wed, Feb 4, 2015 at 2:13 PM, bill.co...@unh.edu wrote: CAP:REST also looks promising, so I was wondering if anybody is currently using it? I am just starting a restful api on a CA, but I missed CAP::REST in my module survey. I had been working through a hand-rolled version for myself, but