are you on the latest web2py version ?

BTW: the book is still online at web2py.com/book if you want to read it: 
it's not required to download the app to read it ^_^

On Saturday, September 8, 2012 2:16:44 PM UTC+2, ikdme wrote:
>
> I'm not getting any errors. The images are not displaying. Every other is 
> working well. I miss the line numbers.
>
> On Sat, Sep 8, 2012 at 10:30 AM, Alec Taylor <[email protected]<javascript:>
> > wrote:
>
>> The documentation is starting to look much better :)
>>
>> Maybe the chapters have gotten a little large though and should each
>> be separated into "Basic use" and "Advanced use"...
>>
>> Also the new code boxes are much nicer than before, but still doesn't
>> have python syntax-highlighting. Can we get this also?
>>
>> On Sat, Sep 8, 2012 at 6:57 PM, Andrew W <[email protected]<javascript:>> 
>> wrote:
>> > I use TortoiseHG on Windows which I find quite simple to use, although
>> > sometimes I have to go back to the command line.
>> > I recommend it.
>> >
>> > In any case, the tar.gz should work.  Are you getting an error ?
>> >
>> >
>> > On Saturday, September 8, 2012 7:47:38 AM UTC+12, ikdme wrote:
>> >>
>> >> Hello,
>> >> Please am a windows user and I don't know how to use mercurial or git 
>> so i
>> >> downloaded the book in 'tar.gz' format. I managed to install the book 
>> but
>> >> the images are not displaying (streaming). I don't know why. Please 
>> could
>> >> someone help me with what to do.
>> >> Thanks
>> >>
>> >>
>> >> On Tue, Sep 4, 2012 at 8:54 PM, Niphlod <[email protected]> wrote:
>> >>>
>> >>> sections with code are h1,h2,h3,h4,h5,h6 contained in a div with class
>> >>> article containing a code tag.
>> >>> assuming you want them styled as h1,h2,h3,h4,h5,h6 with no changes in
>> >>> style in respect of other h1,h2,h3,h4,h5,h6 the simplest thing is
>> >>>
>> >>> .article h1 code, .article h2 code, .article h3 code, .article h4 
>> code,
>> >>> .article h5 code, .article h6 code {
>> >>>    display: block;
>> >>>    color : #333333;
>> >>>    border: 0px;
>> >>>    font-size: inherit;
>> >>>    background: transparent;
>> >>> }
>> >>>
>> >>>
>> >>> On Monday, September 3, 2012 11:37:12 PM UTC+2, Massimo Di Pierro 
>> wrote:
>> >>>>
>> >>>> The book uses the default web2py style with bootstrap. The section
>> >>>> titles, if they contain code are not rendered properly. Could use 
>> some help
>> >>>> improving the css.
>> >>>>
>> >>>> massimo
>> >>>>
>> >>>> On Saturday, 1 September 2012 12:00:49 UTC-5, Massimo Di Pierro 
>> wrote:
>> >>>>>
>> >>>>> The web2py book app has been rewritten
>> >>>>>
>> >>>>>    http://www.web2py.com/book
>> >>>>>
>> >>>>> and the source of the app and the book itself is now on github
>> >>>>>
>> >>>>>    https://github.com/mdipierro/web2py-book/tree/master/sources
>> >>>>>
>> >>>>> Hopefully this will make it easier to keep it updated. You can just
>> >>>>> send me patches. You can also try run it yourself and see how it 
>> looks. It
>> >>>>> is no more db based. it is file based. The syntax is markmin as 
>> documented
>> >>>>> in the bok itself.
>> >>>>>
>> >>>>> Massimo
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>> --
>> >>>
>> >>>
>> >>>
>> >>
>> >>
>> > --
>> >
>> >
>> >
>>
>> --
>>
>>
>>
>>
>

-- 



Reply via email to