The Bootstrap carousel is just HTML -- it should be no harder or easier to 
put in a web2py view vs. a plain HTML file. Can you explain in more detail 
the difficulty you are having with it?

Note, in principle, nothing is stopping you from creating a web2py view 
that is just pure HTML. It will still be served by the framework, though 
not as quickly as a static file (but you could cache it to speed things up).

Anthony

On Sunday, July 13, 2014 11:43:57 PM UTC-4, Alex Glaros wrote:
>
> Are there reasons for not using a plain HTML page for user landing page 
> and having links from it to the w2p app?
>
>
>  Index.html would be normal HTML file, not within w2p 
> \...\web2py\applications\myProgram\views\default folder.
>
>
>  Main reason I'm considering this that carousel is easier to set up like 
> in Twitter's demo, than to integrate into w2p. I'm a beginner w2p 
> programmer and would take a while...
>
>
>  Another reason is that if my w2p app crashes, I can easily update plain 
> HTML page with user news updates or redirect while trying to fix the app.
>
>
>  thanks
>
>
>  Alex Glaros
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to