Displaying 8 results from an estimated 8 matches for "franzl".
Did you mean:
franz
2008 Aug 31
2
stack level too deep - an elusive bug?
I was experimenting with template chains and detected the following
issue with webgen-0.5.3:
Generating tree...
An error has occurred: stack level too deep
The weird thing is that after deleting `webgen.cache`, website
compilation is successfully. When `webgen` is run immediately after this
successful compilation (i.e. without changing any files), the error
above shows up. After
2010 Jul 21
3
no such file to load -- webgen/webgentask
When I execute `rake` inside of a new webgen-0.5.12 project with ruby1.8
there is the error
no such file to load -- webgen/webgentask
/my/dir/Rakefile:11:in `require''
With ruby1.9 it works.
Michael
2008 Nov 28
2
Webgen as a backend for a end-user friendly CMS?
Hi all,
I just had the idea of using webgen as a backend for an end-user
friendly CMS. Such an end-user would for example be someone who has no
programming or computer skills that go beyond using M$ Word. After
logging into a friendly, graphic-based admin area of the website (e.g.
PHP or Ruby-based), he/she can easily create, change, delete menu nodes,
text content, and do a lot of other
2017 May 13
0
Circumvention of authentication when using fallback mounts
Good afternoon,
On Fri, 2017-05-12 at 14:37 +0200, Michael Franzl wrote:
> Using latest icecast, let's assume the following hosting scenario.
(For the records: this applies to 2.4.x as well as current 2.5.x.)
> We have 2 mountpoints which are configured with authentication callbacks:
>
> /mount1
> /mount2
>
> Both mountpoints have co...
2017 May 13
0
Circumvention of authentication when using fallback mounts
Good evening,
On Sat, 2017-05-13 at 16:11 +0200, Michael Franzl wrote:
> On 05/13/2017 03:12 PM, Philipp Schafft wrote:
> > Basically the client structure would need to keep track of which sources
> > the client was attached to in form of a stack. This is important as
> > there can be fallbacks of fallbacks (and there are valid reasons to
&...
2017 May 13
2
Circumvention of authentication when using fallback mounts
On 05/13/2017 03:12 PM, Philipp Schafft wrote:
> Basically the client structure would need to keep track of which sources
> the client was attached to in form of a stack. This is important as
> there can be fallbacks of fallbacks (and there are valid reasons to
> build something like that). A pure 'original mount' thing may result in
> unexpected behavior. That being even
2017 May 12
2
Circumvention of authentication when using fallback mounts
Using latest icecast, let's assume the following hosting scenario.
We have 2 mountpoints which are configured with authentication callbacks:
/mount1
/mount2
Both mountpoints have configured the same fallback stream, mounted at
'/fallback'. Both have fallback-override enabled, so they both can move
listeners back from the fallback when they come online.
Suppose that both mounts are
2009 Dec 20
1
Deprecation warning
Hi,
I get a
Deprecation warning (~
/usr/lib/ruby/gems/1.8/gems/webgen-0.5.10/lib/webgen/sourcehandler/base.rb:160:in
`send''): this method will be removed in one of the next releases - use
Path#basename instead!
I cannot extract a remedy from this message. I am using a template from
an earlier webgen version. Do you know which method this message is about?
Thanks,
Michael