On Tuesday, May 10, 2011 8:56:03 AM UTC-4, Tom A wrote:

>  
> There are still a few references to 'Enterprise' around the place - e.g. 
> there's a vertical text image in the online book on the top left of each 
> page: 
>  
> http://www.web2py.com/book/default/toc
>
 
That vertical image also appears on the AlterEgo and Appliances pages (same 
layout as the book). It also appears in the following places:
 

   - *The default.py controller of the 'examples' app:*
   
 response.title = T('web2py Enterprise Web Framework')
 response.keywords = T('web2py, Python, Enterprise Web Framework')
response.description = T('web2py Enterprise Web Framework')
So, when you visit web2py.com in most browsers, the title on the browser tab 
is "web2py Enterprise Web Framework". That's also the title of Google search 
results for pages on web2py.com.

 

   - *The index.html view of the 'admin' app (and all the 'admin' app 
   language files):*

 <h2>web2py&trade; {{=T('Enterprise Web Framework')}}</h2>

 

   - *gluon/widget.py line 46:*

  ProgramName = 'web2py Enterprise Web Framework'
 
That puts it on the startup splash screen as well as the command-line 
startup intro.

 

   - *web2py/ABOUT*

 web2py is an open source full-stack Enterprise Framework for agile 
development of secure database-driven web-based applications, written and 
programmable in Python.

 

   - *scripts/web2py.ubuntu.sh line 23*

 
Anthony 

Reply via email to