librelist archives

« back to archive

documentation fix

documentation fix

From:
Burak Arslan
Date:
2010-09-27 @ 00:02
hi,

for some reason, the \end{code} command in source listing 1 here:

http://mongrel2.org/doc/tip/docs/manual/book.wiki#x1-110002

doesn't do what it's supposed to.

best,
burak

Re: [mongrel2] documentation fix

From:
Zed A. Shaw
Date:
2010-09-27 @ 05:19
On Mon, Sep 27, 2010 at 03:02:21AM +0300, Burak Arslan wrote:
> 
> hi,
> 
> for some reason, the \end{code} command in source listing 1 here:
> 
> http://mongrel2.org/doc/tip/docs/manual/book.wiki#x1-110002

Hmm, just looked at it and it seems good.  I think you might have hit a
different bug in the source that I just fixed.  There was a missing \end
in a section just above that.

-- 
Zed A. Shaw
http://zedshaw.com/

Re: [mongrel2] documentation fix

From:
Tordek
Date:
2010-09-27 @ 02:07
On 26/09/10 21:02, Burak Arslan wrote:
> for some reason, the \end{code} command in source listing 1 here:
>
> http://mongrel2.org/doc/tip/docs/manual/book.wiki#x1-110002
>
> doesn't do what it's supposed to.

Hmm, odd. I see the problem in the link (it's cutting off some 
dependencies), but I couldn't reproduce it.

> best,
> burak
>
>


-- 
Guillermo O. «Tordek» Freschi. Programador, Escritor, Genio Maligno.
http://tordek.com.ar :: http://twitter.com/tordek
http://www.arcanopedia.com.ar - Juegos de Rol en Argentina

Re: [mongrel2] documentation fix

From:
Burak Arslan
Date:
2010-09-27 @ 00:51
 On 09/27/10 03:02, Burak Arslan wrote:
> hi,
>
> for some reason, the \end{code} command in source listing 1 here:
>
> http://mongrel2.org/doc/tip/docs/manual/book.wiki#x1-110002
>
> doesn't do what it's supposed to.
>
> best,
> burak
>
>

hi again,

in the source listing 16, i don't think the

cat chat/pid_file

command is needed.

burak

Re: [mongrel2] documentation fix

From:
Zed A. Shaw
Date:
2010-09-27 @ 05:20
On Mon, Sep 27, 2010 at 03:51:39AM +0300, Burak Arslan wrote:
>  On 09/27/10 03:02, Burak Arslan wrote:
> hi again,
> 
> in the source listing 16, i don't think the
> 
> cat chat/pid_file
> 
> command is needed.

Not needed, mostly just to show you that it works.

-- 
Zed A. Shaw
http://zedshaw.com/

Re: [mongrel2] documentation fix

From:
Burak Arslan
Date:
2010-09-27 @ 09:21
 On 09/27/10 08:20, Zed A. Shaw wrote:
> On Mon, Sep 27, 2010 at 03:51:39AM +0300, Burak Arslan wrote:
>>  On 09/27/10 03:02, Burak Arslan wrote:
>> hi again,
>>
>> in the source listing 16, i don't think the
>>
>> cat chat/pid_file
>>
>> command is needed.
> Not needed, mostly just to show you that it works.
>

but then, it shouldn't be empty.

-------

# setup the pid_files to some sort of default
deployment/profiles > for i in ⋆; do echo $PWD/$i/$i.pid > $i/pid_file;
done
deployment/profiles > cat chat/pid_file
 
# get the run script setup to do nothing

-------------

the other problem is fixed. thanks!

best regards
burak