Re: my mod_perl project

2015-10-02 Thread Bruce Johnson
Thanks! > On Oct 2, 2015, at 1:44 PM, Fred Moyer wrote: > > This is a captive portal I wrote in mod_perl - > https://github.com/redhotpenguin/App-SilverSplash > > Here's a backend app I wrote for managing ads on wifi networks - > https://github.com/redhotpenguin/SL/tree/master/SL-App > > Both

Re: my mod_perl project

2015-10-02 Thread Fred Moyer
This is a captive portal I wrote in mod_perl - https://github.com/redhotpenguin/App-SilverSplash Here's a backend app I wrote for managing ads on wifi networks - https://github.com/redhotpenguin/SL/tree/master/SL-App Both are far from polished - I'm sure you can find better examples out there :)

Re: my mod_perl project

2015-10-02 Thread Bruce Johnson
And I’d like to just poke at it to see what a working mod_perl site looks like, because all the programming examples I’ve ever found are pretty trivial. Yes, it's easy to make a website that only ever says ‘mod_perl rocks’ :-/ > On Oct 2, 2015, at 11:22 AM, Fred Moyer wrote: > > I'm a believ

Re: my mod_perl project

2015-10-02 Thread Fred Moyer
I'm a believer that open sourcing something is the process by which it becomes polished. There's a saying that CPAN is successful because of the volume of sh*t uploaded to it, not in spite of it. I'd say don't worry that it isn't polished - working code > pretty code. On Fri, Oct 2, 2015 at 9:21 A

Re: my mod_perl project

2015-10-02 Thread viva marai
I hadn't planned on open sourcing it - I was partly doing it to learn the technologies myself - so it's not in a polished enough state to be open sourced. But I'll keep that in mind and try to clean up the code so that eventually it can be open sourced. thanks! On Thu, Oct 1, 2015 at 7:23 PM, Fr

Re: my mod_perl project

2015-10-01 Thread Fred Moyer
That's awesome! Are you open sourcing it? On Thu, Oct 1, 2015 at 4:12 PM, viva marai wrote: > Sorry if these kinds of messages are against the guidelines (I didn't see > anything prohibiting announcing projects built on mod_perl). > I built a Hacker News clone for books as my pet project on mod_