The document appears to be blank except for the first page and the
bullets now.
On Jun 3, 9:39 am, mdipierro wrote:
> yes, it is messy. I wrote it late at night. Fixing it. thanks.
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to t
There seem to be some pdf errors in the document. I can open it on
Windows but the document says it has 'invalid object structure' and a
'misaligned object'. On Linux I get a 30 page document with all white
backgrounds, text on the title page and only the bullets show after
that.
On Jun 3, 10:33
and it shows when it thinks a pdf
has errors in it.
Brian
On Jun 3, 2:07 pm, JohnMc wrote:
> I am using Xubuntu with the evince reader and am having no problems.
>
> Which reader are you using?
>
> On Jun 3, 1:44 pm, bsnipes wrote:
>
> > There seem to be some pdf error
I won't discount it being my system since I did do an update yesterday
but I've opened other pdf files with no errors that I can see
(including a couple of 1000+ page pdfs ).
On Jun 3, 2:19 pm, bsnipes wrote:
> Arch Linux. Using Okular and Evince:
>
> [bsni...@galileo ~
aybe the transport and the unreadable pdf are related.
>
> On Jun 3, 2:22 pm, bsnipes wrote:
>
> > I won't discount it being my system since I did do an update yesterday
> > but I've opened other pdf files with no errors that I can see
> > (including a couple
That works in both evince and in okular for me. Thanks!
On Jun 3, 2:45 pm, mdipierro wrote:
> Try this instead:
>
> http://www.scribd.com/doc/16085263/web2py-slides-version-163
>
> On Jun 3, 2:19 pm, bsnipes wrote:
>
> > Arch Linux. Using Okular and Evince:
>
>
Click on More and then Save Document... it looks like the Download /
PDF link points back to web2py.com which points back to scribd again.
Brian
On Jun 17, 4:38 am, carlo wrote:
> it is impossible to download from Scribd, it just launches an endless
> Loading..
>
> carlo
>
> On 17 Giu, 08:21, m
On Feb 9, 3:00 pm, mdipierro wrote:
> For 3 reasons:
> 1) avoid directory traversal attacks
> 2) avoid conflicts (two files uploaded with same name)
> 3) be able to identify which table and which record afilebelongs to
> from thefilename itself.
>
> Massimo
Is it possible to capture the original
> Is it possible to capture the original filename to the table and then
> send it as back to the name back to the client when the client clicks
> on a link to download the file?
Never mind... found some more info in another thread on it.
http://groups.google.com/group/web2py/browse_thread/threa
What is the best way to unlink and remove from the db uploaded files/
images from the uploads folder? I am basing an app on the layout of
the images table from the web2py book. Is there a magic web2py
function for this already?
Thanks,
Brian
--~--~-~--~~~---~--~~
Y
On Apr 6, 2:19 pm, zxynax wrote:
> I'm trying to have apache serve svg images as they should be served.
> Problem is the doctype seems to always come back as text/plain which
> casues text rather than an image to show.
>
> Anybody else have experience with this?
No experience but what OS are you
On Apr 6, 2:43 pm, mdipierro wrote:
> of course
Not surprised! Web2py magic abounds...
> db.define_table('image',SQLField('file','upload'))
>
> you can do
>
> db.image.file.autodelete=True
Thanks!
Brian
--~--~-~--~~~---~--~~
You received this message b
What is the best way to hide the register option when auth is enabled
in a web2py application?
Thanks,
Brian
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send e
On Apr 6, 2:40 pm, zxynax wrote:
> Thanks for your prompt attention.
>
> OS is Ubuntu and the mime.types has the images/svg+xml definition and
> it is uncommented. I can even serve svg images if I use a vhost that
> does not utilize WSGI.
>
Haven't setup WSGI yet. I will ( I hope ) be putting w
On Apr 6, 3:48 pm, mdipierro wrote:
> def user():
> if request.args and request.args[0]=='register': redirect(...
> somewhere...)
> return auth()
DOH!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py
I am downloading Ubuntu server 8.10 right now and hope to test it
within the next couple of hours.
Brian
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email
Well.. got Ubuntu server installed and followed all the steps from the
manual excluding adding ssl to the vhost and up to ( but not
including ) the proxy part. 2 things seem to be missing from the
example that I see:
1. a2enmod web2py
2. if I don't run 'python web2py.py' at least once the applica
On Apr 7, 9:10 am, Monty808 wrote:
> I assigned roles to the user. How can I get the role using something
> like role=auth.role?
I don't know if this is the 'proper' way to do it but you could try:
https://mdp.cti.depaul.edu/wiki/default/page/4ebc7198-eac5-4227-894f-b267879eb64b
Brian
--~--~-
On Apr 7, 9:20 am, zxynax wrote:
> a2enmod web2py returns "ERROR: Module web2py does not exist!"
>
oops... I guess that should be a2ensite web2py...
I'll power on my laptop that I was testing with and paste them
shortly.
Brian
--~--~-~--~~~---~--~~
You received
On Apr 7, 9:52 am, zxynax wrote:
> I thought that's what you intended. But as I'm the one who's
> obviously not understanding something very simple - like the example
> in the deployment recipe section - I'm the one waving the idiot banner
> and as such have had all powers of assumption revoked.
On Apr 7, 1:32 pm, zxynax wrote:
> So I found a workaround.
Great!
>
> The problem I have with this is I'd like to manipulate the xml
> contained within the .svg with web2py.
>
> Is an email to the author in order?
Not a clue. I've never touched WSGI before last night :)
Brian
--~--~-
On Apr 7, 1:59 pm, zxynax wrote:
> That begs the question - what deployment method are you using?
>
It will be on Apache. Right now I am creating my first actual site.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
Just came across this nice post and am going to try it tonight:
http://groups.google.com/group/web2py/browse_thread/thread/8bab53777c1b1587/ddf09d126685fd7f?lnk=gst&q=apache#ddf09d126685fd7f
Brian
--~--~-~--~~~---~--~~
You received this message because you are sub
What would be the best way to deploy web2py and 'hide' the default
controller and the application name? For example:
application name: mysitename
controller used for functions: default
If a user visits http://www.mysitename.com/ it should pull from
web2py /mysitename/default/index. If the d
On Apr 8, 3:10 pm, Boris Manojlovic
wrote:
> I do not know if you are aware that if you call your application init
> you will get exactly that what you want.
Hmm.. just tried it and while it does make that app come up when just
the base url is used in the browser ( testing with the standard web2
On Apr 24, 6:17 am, Angelo Compagnucci
wrote:
> Hi list and hi Massimo,
> I bought the pdf book version, is there a way to pretty print the book
> without crop markers??
>
One way to do this is to use Inkscape and pdftk. Open Inkscape and
change the page type to Letter. Draw a rectangle the size
WooHoo! Now I can ditch my workaround...
Brian
On Apr 28, 12:23 am, mdipierro wrote:
> SQLField('fieldname','upload',length='256',rememberfilename=True)
>
> Do I need to say more?
>
> Just try with appadmin (requires appadmin from trunk)
--~--~-~--~~~---~--~~
Yo
Advanced is misspelled on slide 50. Still going through it...
On Jun 1, 9:31 pm, mdipierro wrote:
> I posted another version. Now it is twice as long. still lots to say
> but please send me feedback.
>
> http://www.web2py.com/examples/static/cookbook2.pdf
>
> Massimo
--~--~-~--~~---
Business misspelled on slide 56.
On Jun 1, 9:31 pm, mdipierro wrote:
> I posted another version. Now it is twice as long. still lots to say
> but please send me feedback.
>
> http://www.web2py.com/examples/static/cookbook2.pdf
>
> Massimo
--~--~-~--~~~---~--~~
You
oops.. and 48 and 49.
On Jun 1, 9:40 pm, bsnipes wrote:
> Advanced is misspelled on slide 50. Still going through it...
>
> On Jun 1, 9:31 pm, mdipierro wrote:
>
> > I posted another version. Now it is twice as long. still lots to say
> > but please send me feedback.
&g
I would like to display a record in a view matching the SQLFORM layout
and looks but for it to be non-editable. Is there anything like that
available or do I need to create the record display view myself.
Thanks,
Brian
--~--~-~--~~~---~--~~
You received this mess
> {{=field}}{{=record[field]}}
> {{pass}}
>
>
> You may need to customize it.
>
> Massimo
>
> On Oct 29, 10:54 am, bsnipes <[EMAIL PROTECTED]> wrote:
>
> > I would like to display a record in a view matching the SQLFORM layout
> > and looks but for it to
32 matches
Mail list logo