[web2py] Re: web2py book links and Dropbox

2017-09-08 Thread admin
Thank you Mr.Massimo Di Pierro. I intend to assimilate your book over the weekend and get back with my views. On Sunday, September 3, 2017 at 10:18:56 PM UTC+5:30, Massimo Di Pierro wrote: > > Dear Web2py users, > > the link to the book is broken and you can find the new (temporary) link > to

[web2py] Re: web2py book, upload field

2015-03-21 Thread Massimo Di Pierro
Limited manpower. If you send me a paragraph I will add it immediately. On Saturday, 21 March 2015 15:21:09 UTC-5, Val K wrote: There is nothing about custom_store/custom_retrieve options of upload field in the web2py book. Why? -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: Web2Py Book inconsistency and Reference to auth_user table has no recursive attributes

2014-09-17 Thread Yi Liu
Great. This is a really *thorough* answer. I appreciate it, Anthony. Let web2py stay focused, and let others (pandas etc.) do what they are good at :) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Web2Py Book inconsistency and Reference to auth_user table has no recursive attributes

2014-09-16 Thread Niphlod
the requires attribute just sets a validator that is called upon form validation, so it's correct that by itself doesn't produce a link, as you call it. Did you try with a simpler model to pinpoint the cause ? i.e. db.define_table('auth_criteria', Field('user_id', 'reference auth_user'),

[web2py] Re: Web2Py Book inconsistency and Reference to auth_user table has no recursive attributes

2014-09-16 Thread Yi Liu
Thanks a lot, ... Niphlod. When I do a simpler version, the web shell will give me an error occured, please reload. when I try: print row.user_id.email. Then I basically have to restart web2py.py again to get the shell back. Reload won't work. I am wondering if auth tables has to be logged in

[web2py] Re: Web2Py Book inconsistency and Reference to auth_user table has no recursive attributes

2014-09-16 Thread Anthony
On Tuesday, September 16, 2014 4:05:12 PM UTC-4, Yi Liu wrote: web2py Shell 2.9.5-stable+timestamp.2014.03.16.02.35.39 In [1] : tos = db(db.auth_criteria.toSend ==1).select() In [2] : tos Rows (1) In [3] : for row in tos: print row.user_id.email Traceback (most recent call last):

[web2py] Re: Web2Py Book inconsistency and Reference to auth_user table has no recursive attributes

2014-09-16 Thread Yi Liu
Following your suggestion, I looked up how to use ipython console shell mode. The key is to load models by -M. Ahah! I hope this -M option could be documented better in the book. Now I have my friend iPython with me. Recursive indeed works: In [5]: rowtosend =

[web2py] Re: Web2Py Book inconsistency and Reference to auth_user table has no recursive attributes

2014-09-16 Thread Yi Liu
New function suggestion: Is it possible to return a list of field (column-wise) values without iterating through the rows? Currently, to get a column of selected rows, you have to do a for loop to collect them. It is very convenient to select column in numpy arrays or pandas dataframes. I

[web2py] Re: Web2Py Book inconsistency and Reference to auth_user table has no recursive attributes

2014-09-16 Thread Anthony
The easiest way to extract a column into a list is using a Python list comprehension: rowstosend = db(db.auth_criteria.toSend == 1).select() mylist = [row.user_id for row in rowstosend] However, that is not a good option if using recursive selects, because each row will result in a separate

Re: [web2py] Re: web2py book multilanguage

2013-07-24 Thread Massimo Di Pierro
Sorry. Was in the middle of an upgrade. On Tuesday, 23 July 2013 10:05:09 UTC-5, Richard wrote: Book is down! http://web2py.com/admin/default/ticket/unknown On Tue, Jul 23, 2013 at 10:23 AM, Massimo Di Pierro massimo@gmail.comjavascript: wrote: Here is the book in Italian (older

[web2py] Re: web2py book multilanguage

2013-07-23 Thread Andrea Bonini
is not possible recreate pdf of italian version? link is not valid... Il giorno giovedì 11 agosto 2011 11:23:37 UTC+2, Massimo Di Pierro ha scritto: The web2py book online http://web2py.com/book is not multilanguage. If your browser is set to English it is in Eglish If your browser is set

[web2py] Re: web2py book multilanguage

2013-07-23 Thread Massimo Di Pierro
Here is the book in Italian (older version): https://dl.dropboxusercontent.com/u/18065445/web2py/web2py_manual_it2.pdf On Tuesday, 23 July 2013 07:35:41 UTC-5, Andrea Bonini wrote: is not possible recreate pdf of italian version? link is not valid... Il giorno giovedì 11 agosto 2011 11:23:37

Re: [web2py] Re: web2py book multilanguage

2013-07-23 Thread Richard Vézina
Book is down! http://web2py.com/admin/default/ticket/unknown On Tue, Jul 23, 2013 at 10:23 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Here is the book in Italian (older version): https://dl.dropboxusercontent.com/u/18065445/web2py/web2py_manual_it2.pdf On Tuesday, 23 July

Re: [web2py] Re: web2py book multilanguage

2013-07-23 Thread Ovidio Marinho
*Parabenizar a Latinuxpress pela dedicação aos trabalhos feitos com web2py.* * * *Latinuxpress congratulate the dedication to the work done with web2py. * * * *Latinuxpress felicitar a la dedicación al trabajo realizado con web2py. * * * Ovidio Marinho Falcao Neto

[web2py] Re: web2py book now free in PDF

2013-01-29 Thread Monte Milanuk
Is the PDF version going to get updated occasionally? HTML version currently @ 4.9, PDF is still @ 4.1... -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to

[web2py] Re: web2py book now free in PDF

2013-01-29 Thread Massimo Di Pierro
I will try keep the PDF in sync with the published book and revise it once/year. The new one is about to be posted in days. On Tuesday, 29 January 2013 19:12:33 UTC-6, Monte Milanuk wrote: Is the PDF version going to get updated occasionally? HTML version currently @ 4.9, PDF is still @

[web2py] Re: web2py book now free in PDF

2012-12-19 Thread Lewis
Nice! --

[web2py] Re: web2py book now free in PDF

2012-12-17 Thread Unyo
much thanks 3 you've definitely developed one of the best web frameworks i've used so far On Tuesday, June 12, 2012 3:17:46 AM UTC-10, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo --

[web2py] Re: web2py book now free in PDF

2012-12-17 Thread Massimo Di Pierro
Make sure you tell others. The more the merrier. ;-) Massimo On Monday, 17 December 2012 13:16:12 UTC-6, Unyo wrote: much thanks 3 you've definitely developed one of the best web frameworks i've used so far On Tuesday, June 12, 2012 3:17:46 AM UTC-10, Massimo Di Pierro wrote: The

[web2py] Re: web2py book now free in PDF

2012-12-17 Thread ionel
Thank you very much! On Tuesday, 12 June 2012 13:17:46 UTC, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo --

Re: [web2py] Re: web2py book on github

2012-10-04 Thread Richard Vézina
Hello, I translate the 08.markmin chapter, I will need help to upload de change with Git, I don't know Git that much and Github neither. I will try to follow Github howto, but if anyone can provide quick and dirty tutorial I will appreciate. I plan tu upload the 08 chapter I translated next week

Re: [web2py] Re: web2py book on github

2012-10-04 Thread Massimo Di Pierro
You can email me a patch On Thursday, 4 October 2012 20:02:25 UTC-5, Richard wrote: Hello, I translate the 08.markmin chapter, I will need help to upload de change with Git, I don't know Git that much and Github neither. I will try to follow Github howto, but if anyone can provide quick

Re: [web2py] Re: web2py book on github

2012-09-21 Thread Nico Zanferrari
Il giorno sabato 8 settembre 2012 14:46:39 UTC+2, Niphlod ha scritto: 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 ^_^ Please, note that the book online at web2py.com/book does not have all the updates that are

[web2py] Re: web2py book on github

2012-09-15 Thread Alan Etkin
Then I suppose deleting manualy the .html is enough and no further hacking of the controller is needed. actually, even better instead of commenting 92,93,94, change 81 from TOMORROW = now + datetime.timedelta(days=1) to TOMORROW = now - datetime.timedelta(days=1) Thanks --

[web2py] Re: web2py book on github

2012-09-14 Thread Alan Etkin
El sábado, 1 de septiembre de 2012 14:00:49 UTC-3, Massimo Di Pierro escribió: 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 I'm trying to add a chapter 8th subsection with an imap howto Reading

[web2py] Re: web2py book on github

2012-09-14 Thread Niphlod
there's no development app. The book app is the one in production :p . It caches the output of markmin pages to avoid cpu usage. If you are developing, open controllers/default.py and edit line 95 to if 1: On Friday, September 14, 2012 5:15:44 PM UTC+2, Alan Etkin wrote: El sábado, 1 de

[web2py] Re: web2py book on github

2012-09-14 Thread Alan Etkin
there's no development app. The book app is the one in production :p . It caches the output of markmin pages to avoid cpu usage. If you are developing, open controllers/default.py and edit line 95 to if 1: Thanks niphlod Changed the line, the same output. I even changed a book/static_chaps

[web2py] Re: web2py book on github

2012-09-14 Thread Yarin
@Alan- delete the html file completely from the static_chaps folder- that's what worked for me On Friday, September 14, 2012 11:48:53 AM UTC-4, Alan Etkin wrote: there's no development app. The book app is the one in production :p . It caches the output of markmin pages to avoid cpu usage. If

[web2py] Re: web2py book on github

2012-09-14 Thread Alan Etkin
Thanks niphlod Changed the line, the same output. I even changed a book/static_chaps file with chapter 8 in html with no luck. Nevermind my last message, now refreshed the page and the chages appeared. Looks like static_chaps is for app auto-generated files cause my previous changes

[web2py] Re: web2py book on github

2012-09-14 Thread Niphlod
I think you encountered another fine feature of my patches to the production book: cache headers correcly set ... Useful when the book sources rarely change but not so if you're hitting f5 to see the results of your work. Changing that line (95) definitely triggers the output to be

[web2py] Re: web2py book on github

2012-09-14 Thread Niphlod
actually, even better instead of commenting 92,93,94, change 81 from TOMORROW = now + datetime.timedelta(days=1) to TOMORROW = now - datetime.timedelta(days=1) On Friday, September 14, 2012 6:11:11 PM UTC+2, Niphlod wrote: I think you encountered another fine feature of my patches to the

[web2py] Re: web2py book on github

2012-09-14 Thread Niphlod
+1. Thanks Yarin. On Thursday, September 13, 2012 11:36:34 PM UTC+2, Yarin wrote: @Massimo @Niphlod Patch for scheduler docs. Mostly clarifications and syntactical corrections. Thanks-. --

Re: [web2py] Re: web2py book on github

2012-09-14 Thread Richard Vézina
I would like to translate in french too, is there chapter that will not change too much? I don't want to do it for nothing... Richard On Fri, Sep 14, 2012 at 4:10 PM, Niphlod niph...@gmail.com wrote: +1. Thanks Yarin. On Thursday, September 13, 2012 11:36:34 PM UTC+2, Yarin wrote:

Re: [web2py] Re: web2py book on github

2012-09-14 Thread Massimo Di Pierro
The chapter that change the most are 0,3,4 and 6. Most of the work on 6 has been done I think. The other chapters will not change much as content but the content may be re-arranged as I am considering adding one chapter about background processes. On Friday, 14 September 2012 15:42:15 UTC-5,

[web2py] Re: web2py book on github

2012-09-13 Thread Yarin
@Massimo @Niphlod Patch for scheduler docs. Mostly clarifications and syntactical corrections. Thanks-. On Saturday, September 1, 2012 1:00:49 PM UTC-4, 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

[web2py] Re: web2py book now free in PDF

2012-09-11 Thread Pankaj Pathak
thanks sir. On Tuesday, June 12, 2012 9:17:46 AM UTC-4, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo --

Re: [web2py] Re: web2py book on github

2012-09-08 Thread Andrew W
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

Re: [web2py] Re: web2py book on github

2012-09-08 Thread Alec Taylor
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?

Re: [web2py] Re: web2py book on github

2012-09-08 Thread Ezugworie Ikechukwu
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 alec.tayl...@gmail.com wrote: The documentation is starting to look much better :) Maybe the chapters have gotten a little large though

Re: [web2py] Re: web2py book on github

2012-09-08 Thread Niphlod
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

Re: [web2py] Re: web2py book on github

2012-09-08 Thread Ezugworie Ikechukwu
Hi, am currently running version 2.0.7. Also, my internet access is not always up. On Sat, Sep 8, 2012 at 1:46 PM, Niphlod niph...@gmail.com wrote: 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

Re: [web2py] Re: web2py book on github

2012-09-07 Thread Ezugworie Ikechukwu
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

[web2py] Re: web2py book on github

2012-09-04 Thread Niphlod
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,

[web2py] Re: web2py book on github

2012-09-03 Thread Mandar Vaze
On Saturday, September 1, 2012 10:30:49 PM UTC+5:30, Massimo Di Pierro wrote: The web2py book app has been rewritten http://www.web2py.com/book Does this mean the PDF is also (automatically) updated ? I checked online, the PDF still says Build Date December 2011 -Mandar --

[web2py] Re: web2py book on github

2012-09-03 Thread Massimo Di Pierro
Planning to add that by the end of the week. On Monday, 3 September 2012 11:41:56 UTC-5, Mandar Vaze wrote: On Saturday, September 1, 2012 10:30:49 PM UTC+5:30, Massimo Di Pierro wrote: The web2py book app has been rewritten http://www.web2py.com/book Does this mean the PDF is

Re: [web2py] Re: web2py book on github

2012-09-03 Thread Martín Mulone
Thanks massimo, this is a huge advance!, and the app is also very cool. I started translation to spanish based on fork (29-english), here https://github.com/mulonemartin/web2py-book. 2012/9/3 Massimo Di Pierro massimo.dipie...@gmail.com Planning to add that by the end of the week. On Monday,

Re: [web2py] Re: web2py book on github

2012-09-03 Thread Massimo Di Pierro
Mind that I believe there is already around a spanish translation of the 3rd edition. There is also this version translated by google: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_es.pdf and this one translated in portuguese by google:

[web2py] Re: web2py book on github

2012-09-03 Thread Don_X
Massimo, Just a suggestion : In the various scripts included in the packages .. I realized that by default : the default file rewritten for apache for example, contain Deny from all in various portion of the sh scripts ( for ubuntu, fedora, etc .. ) I recommend to make them Allow from all

Re: [web2py] Re: web2py book on github

2012-09-03 Thread Martín Mulone
I know but it's not in markmin, and make changes and sync is a hell pain. Google translation is funny, is not serious. 2012/9/3 Massimo Di Pierro massimo.dipie...@gmail.com Mind that I believe there is already around a spanish translation of the 3rd edition. There is also this version

Re: [web2py] Re: web2py book on github

2012-09-03 Thread Bruno Rocha
Martin, I am doing the same for portuguese. Which number did you named your spanish version? 36-spanish-work-in-progress ? I forked and I will put a 37-portuguese-work-in-progress On Mon, Sep 3, 2012 at 4:27 PM, Martín Mulone mulone.mar...@gmail.comwrote: I know but it's not in markmin, and

Re: [web2py] Re: web2py book on github

2012-09-03 Thread Alfonso de la Guarda
Massimo, The Latinux people translate the book (spanish) however no sources available and also there is a lot of new features with the new versions, maybe you can ask to them for open the sources and publish (Ricardo Strusberg surely can do), if not we need to start a new translation. Saludos,

Re: [web2py] Re: web2py book on github

2012-09-03 Thread Martín Mulone
I'm using 36, but this can be changed very easy in the app. 2012/9/3 Bruno Rocha rochacbr...@gmail.com Martin, I am doing the same for portuguese. Which number did you named your spanish version? 36-spanish-work-in-progress ? I forked and I will put a 37-portuguese-work-in-progress On

Re: [web2py] Re: web2py book on github

2012-09-03 Thread António Ramos
I wish you could make the table of contents fixed so i dont have to scroooll all way to the top to change to another chapter. Best regards António 2012/9/3 Martín Mulone mulone.mar...@gmail.com I'm using 36, but this can be changed very easy in the app. 2012/9/3 Bruno Rocha

Re: [web2py] Re: web2py book on github

2012-09-03 Thread Niphlod
we could affix that in bootstrap-style. If Massimo agrees I can send a patch. On Monday, September 3, 2012 9:42:51 PM UTC+2, Ramos wrote: I wish you could make the table of contents fixed so i dont have to scroooll all way to the top to change to another chapter. Best regards António

Re: [web2py] Re: web2py book on github

2012-09-03 Thread Bruno Rocha
FYK: The portuguese will be done by a community, so we are tracking the statuses on this file: https://github.com/rochacbruno/web2py-book/blob/master/sources/37-web2py-portuguese-work-in-progress/translation_status.md Maybe someone can follow the pattern... --

[web2py] Re: web2py book on github

2012-09-03 Thread Massimo Di Pierro
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

Re: [web2py] Re: web2py book on github

2012-09-02 Thread Massimo Di Pierro
On Sunday, 2 September 2012 00:21:47 UTC-5, Andrew W wrote: Does auth.wiki need to be included in the doco todo list ? If plugin_wiki is to be phased out does the Components chapter need updating to refer to auth.wiki? For me the first order to do list if the CHANGELOG. I Just

[web2py] Re: web2py book on github

2012-09-02 Thread Anthony
We also need to document the new formstyle='bootstrap' option as well as the new callable formstyle option that takes the form and fields and builds the entire form DOM. Anthony On Saturday, September 1, 2012 5:37:11 PM UTC-4, Massimo Di Pierro wrote: These features are now documented in the

[web2py] Re: web2py book on github

2012-09-01 Thread rif
Another small patch to chapter with to changes: postrgresql:// - postgres:// hocalhost - localhost sâmbătă, 1 septembrie 2012, 20:00:49 UTC+3, Massimo Di Pierro a scris: The web2py book app has been rewritten http://www.web2py.com/book and the source of the app and the book itself is

[web2py] Re: web2py book on github

2012-09-01 Thread Massimo Di Pierro
thanks. On Saturday, 1 September 2012 15:53:50 UTC-5, rif wrote: Another small patch to chapter with to changes: postrgresql:// - postgres:// hocalhost - localhost sâmbătă, 1 septembrie 2012, 20:00:49 UTC+3, Massimo Di Pierro a scris: The web2py book app has been rewritten

[web2py] Re: web2py book on github

2012-09-01 Thread Massimo Di Pierro
These features are now documented in the html book. Working on more. [x] Support for DAL(lazy_tables=True) and db.define_table(on_define=lambda table:), thanks Jonathan [x] db(...).select(cacheable=True) make select 30% faster [x] db(...).select(cache=(cache.ram,3600)) now caches parsed data

[web2py] Re: web2py book on github

2012-09-01 Thread Niphlod
the docs on the scheduler are ready in markmin because they are embedded into w2p_scheduler_tests. Really don't know where to put those, it's a pretty long section. On Saturday, September 1, 2012 11:37:11 PM UTC+2, Massimo Di Pierro wrote: These features are now documented in the html book.

[web2py] Re: web2py book on github

2012-09-01 Thread andrej burja
i think there are some problems in chapter The database abstraction layerhttp://www.web2py.com/books/default/chapter/29/06 after belongs anrej On Saturday, September 1, 2012 7:00:49 PM UTC+2, Massimo Di Pierro wrote: The web2py book app has been rewritten http://www.web2py.com/book

Re: [web2py] Re: web2py book on github

2012-09-01 Thread Bruno Rocha
Include this: [ ] Rows.find(lambda row: bool(), limitby=(0,1)) --

Re: [web2py] Re: web2py book on github

2012-09-01 Thread Bruno Rocha
Also mention that this [x] new syntax: db.mytable.insert(myuploadfield=open()), thank you Iceberg Now works as: [ ] db.table.myuploadfield.default = open() --

Re: [web2py] Re: web2py book on github

2012-09-01 Thread Massimo Di Pierro
It is actually [ ] db.table.myuploadfield.default = 'path/to/file' On Saturday, 1 September 2012 17:21:56 UTC-5, rochacbruno wrote: Also mention that this [x] new syntax: db.mytable.insert(myuploadfield=open()), thank you Iceberg Now works as: [ ] db.table.myuploadfield.default =

Re: [web2py] Re: web2py book on github

2012-09-01 Thread Andrew W
Does auth.wiki need to be included in the doco todo list ? If plugin_wiki is to be phased out does the Components chapter need updating to refer to auth.wiki? By the way, thanks for putting the book on github. A good lesson in itself for a documentation app (on my list) I need to add

[web2py] Re: Web2py book 4th edition, online

2012-08-02 Thread Massimo Di Pierro
I did not do any edits but some users did. I am not sure about the entity of the changes because I have not reviewed them. On Friday, 3 August 2012 00:24:39 UTC-5, Andrew wrote: Hi Massimo, The 4th edition book has been on the web for a while. Just wondering if there have been any

[web2py] Re: web2py book now free in PDF

2012-07-02 Thread chinakr
Excellent work, thanks a lot, Massimo! 在 2012年6月12日星期二UTC+8下午9时17分46秒,Massimo Di Pierro写道: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo

[web2py] Re: web2py book now free in PDF

2012-07-01 Thread Aniket Kadam
good On Tuesday, June 12, 2012 5:47:46 PM UTC+4:30, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo

[web2py] Re: web2py book now free in PDF

2012-06-26 Thread Bill Thayer
Thank you! On Tuesday, June 12, 2012 8:17:46 AM UTC-5, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo --

[web2py] Re: web2py book now free in PDF

2012-06-26 Thread ionel
Thank you! --

[web2py] Re: web2py book now free in PDF

2012-06-26 Thread Joel Kim
Great! Thank you. On Tuesday, June 12, 2012 10:17:46 PM UTC+9, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo --

[web2py] Re: web2py book now free in PDF

2012-06-15 Thread Cliff Kachinske
You can't beat free. I publicized the free pdf in tonight's PyAtl user group meeting. PyAtl is a Meetup group. On Tuesday, June 12, 2012 9:17:46 AM UTC-4, Massimo Di Pierro wrote: The official web2py book is now free for everybody:

[web2py] Re: web2py book now free in PDF

2012-06-15 Thread greaneym
Many thanks On Tuesday, June 12, 2012 8:17:46 AM UTC-5, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo

[web2py] Re: web2py book now free in PDF

2012-06-14 Thread villas
@blye You are right about that. We pay so little for such great documentation. I have been very happy to purchase the books, it is a small and easy way to acknowledge the enormous value we receive in return. On Wednesday, June 13, 2012 11:06:03 AM UTC+1, blye wrote: Thank you! In

[web2py] Re: web2py book now free in PDF

2012-06-14 Thread Kemaru
Thanks a lot. Ke On Tuesday, June 12, 2012 6:17:46 AM UTC-7, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo On Tuesday, June 12, 2012 6:17:46 AM UTC-7, Massimo Di Pierro wrote: The

Re: [web2py] Re: web2py book now free in PDF

2012-06-14 Thread Alec Taylor
Good point. Buying my book now. (in PDF and print!) :D On Fri, Jun 15, 2012 at 6:02 AM, villas villa...@gmail.com wrote: @blye   You are right about that.  We pay so little for such great documentation.  I have been very happy to purchase the books,  it is a small and easy way to acknowledge

Re: [web2py] Re: web2py book now free in PDF

2012-06-13 Thread Khalil KHAMLICHI
Hi everybody, We should also thank those who paid for it when it was not free :) Thanks Massimo. On Wed, Jun 13, 2012 at 5:48 AM, RKumar Its mee rohitkumar...@gmail.comwrote: Thanks you Team. It is great really a great move On Wed, Jun 13, 2012 at 2:59 AM, felix jimenez fvj...@gmail.com

Re: [web2py] Re: web2py book now free in PDF

2012-06-13 Thread Rahul
It does not work for me - I *cannot *get my hands to the free PDF :( Accessed from both firefox and ie9 https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf* *anyother url to download the book?* * Thanks to everyone contributing to the book as well as previous purchasers of the

Re: [web2py] Re: web2py book now free in PDF

2012-06-13 Thread Amit
I am able to download, its awesome ...thanks guys for your effort..can anybody put free version of web2py cook book also, it would be appreciable. On Wed, Jun 13, 2012 at 2:46 PM, Rahul rahul.dhak...@gmail.com wrote: It does not work for me - I *cannot *get my hands to the free PDF :( Accessed

[web2py] Re: web2py book now free in PDF

2012-06-13 Thread blye
Thank you! In return we lucky recipients of web2py should buy Cookbook by the heads! I wait my copy eagerly. On Tuesday, 12 June 2012 15:17:46 UTC+2, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf

[web2py] Re: web2py book now free in PDF

2012-06-13 Thread Omar Ali
Hey, that's great. Thanks .. On Tuesday, June 12, 2012 5:17:46 PM UTC+4, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo

Re: [web2py] Re: web2py book now free in PDF

2012-06-13 Thread Rahul
okay.. removing the *s* from *'https'* works! I just downloaded it.. Awesome... Thanks Massimo Cheers Rahul D. On Wednesday, June 13, 2012 3:05:44 PM UTC+5:30, Amit wrote: I am able to download, its awesome ...thanks guys for your effort..can anybody put free version of web2py cook book

[web2py] Re: web2py book now free in PDF

2012-06-13 Thread R. Osinga
Thanx!! On Tuesday, June 12, 2012 3:17:46 PM UTC+2, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo

[web2py] Re: web2py book now free in PDF

2012-06-13 Thread Carlos Mantilla
Gracias por el esfuerzo y entrega! Carlos El martes, 12 de junio de 2012 08:47:46 UTC-4:30, Massimo Di Pierro escribió: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo

[web2py] Re: web2py book now free in PDF

2012-06-13 Thread Alan Etkin
Congratulations! The pdf book is my first resource when clarifying app development concepts and browsing for framework features. What about the 5th edition? Is it on the roadmap? Thanks El martes, 12 de junio de 2012 10:17:46 UTC-3, Massimo Di Pierro escribió: The official web2py book is now

[web2py] Re: web2py book now free in PDF

2012-06-13 Thread Massimo Di Pierro
of course. ;-) On Wednesday, 13 June 2012 10:36:40 UTC-5, Alan Etkin wrote: Congratulations! The pdf book is my first resource when clarifying app development concepts and browsing for framework features. What about the 5th edition? Is it on the roadmap? Thanks El martes, 12 de junio de

[web2py] Re: web2py book now free in PDF

2012-06-12 Thread Ashraf Mansour
Thanks On Tuesday, June 12, 2012 4:17:46 PM UTC+3, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo

[web2py] Re: web2py book now free in PDF

2012-06-12 Thread Jaymin Oh
I just bought paid version few days ago, but I'm pleased to hear this news. Is there any change since the version about two weeks ago? On Tuesday, June 12, 2012 10:17:46 PM UTC+9, Massimo Di Pierro wrote: The official web2py book is now free for everybody:

[web2py] Re: web2py book now free in PDF

2012-06-12 Thread Cliff Kachinske
Thank you, Massimo. On Tuesday, June 12, 2012 9:17:46 AM UTC-4, Massimo Di Pierro wrote: The official web2py book is now free for everybody: https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf Massimo

Re: [web2py] Re: web2py book now free in PDF

2012-06-12 Thread Ezugworie Ikechukwu
Thank You On Tue, Jun 12, 2012 at 9:55 PM, Cliff Kachinske cjk...@gmail.com wrote: Thank you, Massimo. On Tuesday, June 12, 2012 9:17:46 AM UTC-4, Massimo Di Pierro wrote: The official web2py book is now free for everybody:

[web2py] Re: web2py book now free in PDF

2012-06-12 Thread Arthur P.
Thanks Massimo. I am just starting to look at Python frameworks and compared to other frameworks Web2Py certainly is the simplest to install and starting to learn with. Once I-ve got a bit more into Python, and with the help of your book and lots of trial and error learning into Web2Py, I hope

Re: [web2py] Re: web2py book now free in PDF

2012-06-12 Thread felix jimenez
muchas gracias Massimo 2012/6/12 Ezugworie Ikechukwu ezugworie.ikechu...@gmail.com Thank You On Tue, Jun 12, 2012 at 9:55 PM, Cliff Kachinske cjk...@gmail.com wrote: Thank you, Massimo. On Tuesday, June 12, 2012 9:17:46 AM UTC-4, Massimo Di Pierro wrote: The official web2py book is

Re: [web2py] Re: web2py book now free in PDF

2012-06-12 Thread RKumar Its mee
Thanks you Team. It is great really a great move On Wed, Jun 13, 2012 at 2:59 AM, felix jimenez fvj...@gmail.com wrote: muchas gracias Massimo 2012/6/12 Ezugworie Ikechukwu ezugworie.ikechu...@gmail.com Thank You On Tue, Jun 12, 2012 at 9:55 PM, Cliff Kachinske cjk...@gmail.comwrote:

[web2py] Re: web2py book refrences

2012-01-08 Thread Anthony
Yeah, the references broke with the new book app -- Massimo will have to fix that. On Sunday, January 8, 2012 8:34:28 AM UTC-5, guruyaya wrote: Were the web2py book refrences deigned to work? If so - they are not. For example, click here: http://web2py.com/books/default/chapter/29/1 and

[web2py] Re: web2py book license and source

2011-12-26 Thread Massimo Di Pierro
This comes up once in a while. The book is not released under an open source licence (only the code is). Massimo On Dec 27, 1:02 am, Vladimir Rutsky rutsky.vladi...@gmail.com wrote: Hello! Under which license book available athttp://web2py.com/bookis distributed? If it is under some open

[web2py] Re: web2py book 4th Edition

2011-12-15 Thread Massimo Di Pierro
I have not posted the PDF version yet. Tech problems. The only 4th edition is the softcover print. On Dec 14, 3:11 pm, greenpoise danel.sega...@gmail.com wrote: is the book @ lulu the pdf version or hard cover? On Dec 10, 9:44 am, Angelo Compagnucci angelo.compagnu...@gmail.com wrote:

[web2py] Re: web2py book 4th Edition

2011-12-14 Thread greenpoise
is the book @ lulu the pdf version or hard cover? On Dec 10, 9:44 am, Angelo Compagnucci angelo.compagnu...@gmail.com wrote: Massimo, I'll hack on this, but first I prefer to give a finishing touch to mobile admin, there are still som rough edges! 2011/12/10 Massimo Di Pierro

[web2py] Re: web2py book 4th Edition

2011-12-10 Thread Alan Etkin
I'd like the full pdf version, but apparently it is not available in lulu.com yet Regards On 9 dic, 16:04, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Here is a free PDF version including the first 130 pages: web2py.com/examples/static/web2py_manual_4th.cut.pdf Massimo On Dec 9,

  1   2   >