All, First off, thanks for joining in on the discussion; I don't want to flood our email inboxes with messages, so I'll try to be brief. Sebastian was ever so...
... Sounds like a path issue. Either TvDinner should use _only_ relative paths, in all web pages, or: - Make a config module (TvDinner::Config?) or file...
Dave Rolsky
autarch@...
Dec 7, 2001 5:55 pm
4
... I like the .ini idea. It currently has a TVDinner::Conf module, but I don't like having to re-make,make install every time I make a config change. This...
... Yeah, I realized that would've been a good idea for Alzabo but haven't gotten around to changing from a module. For Alzabo, the config module _does_ let...
Dave Rolsky
autarch@...
Dec 7, 2001 6:23 pm
6
... I agree. However, the syntax is horrific. Is there a way to do something like this in the autohandler: <%shared> $conf = $TVDinner::Conf::conf; <%/shared> ...
... Sure, you could do that too. There's no particularly strong reason to always call the functions as long as you think the configuration will stay the same...
Dave Rolsky
autarch@...
Dec 7, 2001 6:41 pm
8
... default. Yeah, the discrepancy was in /display/show -- I did a grep and fixed it so now it works automatically. ... are on ... SSL would mean a huge...
Sebastian Torf
storf@...
Dec 7, 2001 7:02 pm
9
... Thanks...should be fixed in version 0.3.1 (what I'm working on now). ... Hmmmm...I'll have to look into that. If you check out how the /auth works, it's...
... The above doesn't work. Mason complains that "Global symbol "$conf" requires explicit package name". If you add localization, then it won't be shared...
... There's several options: 1. Add something like this to your httpd.conf: PerlSetVar MasonAllowGlobals $Conf 2. Fully qualify the variable (in all cases): ...
Dave Rolsky
autarch@...
Dec 7, 2001 8:41 pm
12
Thanks to Dave and Sebastian's suggestions for making TVDinner less choosy about it's install directory (for the html stuff at least), I've begun the tedious...
Sebastian, You mentioned having a "DNS" problem with TVDinner -- ie: it wouldn't work without having an entry. There was a post today on the Mason users list ...
... Same result -- Login page will show up, but upon hitting "Log On" the page simply refreshes. It probably has something to do with the fact that I am ...
Sebastian Torf
storf@...
Dec 14, 2001 6:38 pm
15
From: Sebastian Torf [mailto:storf@...] ... The new version I'm working on does not have a hard-coded path. It relies on the App::TVDinner::Conf...
Looks much more organized. A couple things... - There's no need for a separate Makefile.PL, MANIFEST, test.pl, and Changes file in each lib subdirectory. Make...
Dave Rolsky
autarch@...
Jan 7, 2002 5:42 am
17
... [snip] As always, thanks so much for your input and guidence, Dave. ... Saw that, I just haven't gotten around to updating the tarball yet ... This is a...
I received a message from Lincoln Stein the other day announcing his plans to move Apache::MP3 into a SourceForge project: http://namp.sourceforge.net This...
Hello gurus, I'm new on this group. Actually i'm an network admin in one of the ISP. Few days before i get project for configuring streaming server on linux. ...
... What MP3 player are you using? It sounds like it's having to rebuffer which is causing the lag. You may need to adjust your player's buffer size; in...
Thank you Sean Keplinger for quick reply ,, I'm using Windows Media Player and i have 64 Kbps ISDN line. But even after doing changes in Mediap playses...
... [snip] ... I don't think it's a server problem, but rather a bandwidth problem -- sounds like your 64kbps ISDN is getting bogged down. As for the server: I...
Well...actually...there isn't any updates. The silence is killing me and today is a very slow day at work. I haven't had a ton of time to work on TVDinner...
Ok...first off, I have finally motivated myself enough to make changes to TVDinner. I've also come to the conclusion that this monstrosity will never be easy...
Hey guys, I dont mean to be the newbie around here but I have been trying to get this code to work on my box. Dont really have enough backgroud to know what...
... TvDinner is coded to Mason 1.0x and earlier. The latest versions of Mason, starting with 1.10, broke a lot of backwards compatibility (for good reasons,...
Dave Rolsky
autarch@...
Dec 17, 2002 7:05 am
27
... I'm still here, but my schedule has been extremely busy so I haven't had a chance to work on TVDinner. I do have some enhancements to the random song box...
hey guys, still trying to get mine to work.....didnt get any error messages this time so im assuming that html mason isnt the problem. i have a feeling it has...
Well that's the thing, I saw reference to a file in the "apache" directory inside the tvdinner package, but I didn't have any files unpacked to it, and I did a...