[web2py] PyCharm license for web2py dev - who wants?

2015-10-18 Thread Christopher Steel
+1 -- 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 uns

[web2py] Re: Bootstrap 3

2014-06-09 Thread Christopher Steel
Is something like this too ambitious? / impossible?... This product works great for me. It is currently used by the Plone project, License is New MIT. Obviously it would take some work to make it work with and/or integrate with web2py but it works very well. It allows you to install one or mor

[web2py] Re: Paypal Recurring Payments? Any experience? Any alternatives?

2014-03-31 Thread Christopher Steel
Freshbooks reoccurring invoices + Stripe AND/OR Paypal is hard to beat. C. On Monday, March 31, 2014 5:57:14 AM UTC-4, Mika Sjöman wrote: > > Hi > > I wonder if anyone here has implemented recurring payments with Paypal > here with Web2py? Any experience with this and how to implement it? > > We

[web2py] Re: Install web2py in virtualenv

2013-11-27 Thread Christopher Steel
w2p_clone works fine and clones web2py to your virtual environment where you can launch it by doing the standard *cd web2py* then *python web2py.py* The original pypi version installs a slimmed down version of gluon only. I would change it but perhaps someone is using it. To complicate matters

[web2py] Re: Ansible Front-End

2013-07-09 Thread Christopher Steel
We may be interested in this or something like it. I will run it by my partner. Chris On Tuesday, July 9, 2013 11:13:10 AM UTC-4, Arnon Marcus wrote: > > Ansible is a python-based deployment/configuration-management tool. > http://www.ansibleworks.com/ > > There are already plans to ship such a

[web2py] Re: Install web2py in virtualenv

2013-04-20 Thread Christopher Steel
Confirmed: from virtualenv ran "pip install web2py" w2p_run gives following output:: WARNING:root:Unable to import plural rules: *No module named plural_rules* Traceback (most recent call last): File "/Users/cjs/.virtualenvs/ansible-env/bin/w2p_run", line 17, in import gluon.widget Fil

[web2py] Re: Electronic voting anybody?

2012-08-12 Thread Christopher Steel
I really like this app Massimo. I will see if I have some time to play around with it this week. Very nice, C. On Friday, August 10, 2012 5:24:10 PM UTC-4, Massimo Di Pierro wrote: > > Demo service: > >https://tests.web2py.com/evote/default/index > > Source: > >https://github.com/mdipie

Re: [web2py] Re: Running SSH commands and capturing the results (Threading)

2012-08-02 Thread Christopher Steel
You might want to look into fabric as well. It's python... http://docs.fabfile.org/en/1.4.3/index.html On Tuesday, July 31, 2012 9:06:56 PM UTC-4, Tito Garrido wrote: > > Thanks a lot Margaret! > > > Tito, >> >> As a suggestion, >> you could look at apps like >> >> npaci-rocks (python-based), use

Re: [web2py] Installing a project which in cloned in mercurial repository in web2py

2012-03-19 Thread Christopher Steel
Hi Praveen, FYI a .w2p file is basically a tar archive. If you unpack it it gives you a directory structure. On Sunday, March 18, 2012 5:44:00 PM UTC-4, praveen krishna wrote: > > But to install an application it should be of .w2p format then how can I > copy or move a normal folder which cont

[web2py] Re: lungo.js

2012-02-14 Thread Christopher Steel
Hey lungo.js looks great. +1 for out of the box and easy to implement. Thanks for pointing it out.

Re: [web2py] Re: There is no web2py homebrew for OS X

2012-01-18 Thread Christopher Steel
I though the pypi package was automated now?

[web2py] Re: utf-8 and pyfpdf

2012-01-04 Thread Christopher Steel
French and English pdf examples (and some others if you dig a bit) http://code.google.com/p/uc-pdf/downloads/list

[web2py] Re: utf-8 and pyfpdf

2012-01-01 Thread Christopher Steel
You need to use a font that supports as well C.

Re: [web2py] Re: Problem with examples of pyfpdf

2012-01-01 Thread Christopher Steel
here is another example http://code.google.com/p/uc-pyfpdf/

[web2py] Re: Many-to-many admin form

2011-12-28 Thread Christopher Steel
OK, Here are some resources you will want to check out if you have not found them on your own already. # Web2py Plugins ## http://web2py.com/plugins/default ### looks good http://web2py.com/plugins/default/tagging ### interesting http://web2py.com/plugins/default/multiselect http://web2py.com/

Re: [web2py] Re: Many-to-many admin form

2011-12-25 Thread Christopher Steel
I think what you mean to say is that you are are looking for the ability to make multiple selections in one or more tables using a single form that allows you create a user record. So for example a table of users, a table of email address types and a table of email addresses but the user on se

Re: [web2py] Re: best way to create a cert for web2py server?

2011-12-25 Thread Christopher Steel
:)

Re: [web2py] Re: Many-to-many admin form

2011-12-25 Thread Christopher Steel
OK, If your database table is setup correctly then in the database examples section you should be able to create a form similar to the one in example 33 for a many to many relationship. http://web2py.com/examples/database_examples/buy ( http://web2py.com/examples/default/examples#database_exampl

[web2py] Re: (Another) Blog Engine in web2py

2011-12-25 Thread Christopher Steel
+1

[web2py] Re: best way to create a cert for web2py server?

2011-12-24 Thread Christopher Steel
I think someone created an app for that as well... anyone remember the name?

[web2py] Re: Many-to-many admin form

2011-12-24 Thread Christopher Steel
For an example of a Web2py database with a many to many relationship you can see example number 29 under the database examples section: http://web2py.com/examples/default/examples Go to the section called Database Examples See the first example

[web2py] Re: PyCon 2012: Talk acceptance - web2py: ideas we stole and ideas we had

2011-12-21 Thread Christopher Steel
Woot! Great title!

Re: [web2py] Re: 1.99.4 is OUT

2011-12-16 Thread Christopher Steel
At the moment the Pypi version gets created by hand and the process is rather fragile. While this is something that I believe we should be able to automate I also suspect that doing so is going to lead to some other issues for developers who are less familiar with the Pypi version of Web2py. Un

[web2py] Re: Web2py in pypi outdate.

2011-12-14 Thread Christopher Steel
mercurial or git?

[web2py] Re: Web2py in pypi outdate.

2011-12-14 Thread Christopher Steel
The pypi implementation is a very interesting but slightly slippery creature. Having an older pypi installed version has certain advantages that may not be immediately apparent but can be very helpful in some situations. Here is what I do when I want to have the latest version of web2py but you

[web2py] Re: MARKMIN indentation

2011-12-13 Thread Christopher Steel
+1 Markmin rocks

[web2py] Re: How to modify response.write output

2011-12-08 Thread Christopher Steel
:)

Re: [web2py] Re: web2py logo and layout has changed one year ago...

2011-12-02 Thread Christopher Steel
PIERRO NOEL lol

[web2py] Re: fedora, pip, web2py, virtualenv, and mysql

2011-11-30 Thread Christopher Steel
OK, now I get it. {gigantic knowing smile}, You are right, the Web2py solution of changing the database line would not work in this particular situation. In a nutshell something that wold work is this: Start over and use either w2p_clone or [ w2p_apps and w2p_run ] but never ever mix them in th

Re: [web2py] app slow to death (sorry double post because empyt object)

2011-11-30 Thread Christopher Steel
That sound peculiar Richard. Could we get a little more info on your load test? Where are you getting the 45% and 100% figures from, the Gnome monitoring applet? If it is an app you can share, I could try the same setup on a similar system for you. Chris

[web2py] Re: Relative path in css for @font-face embedding

2011-11-30 Thread Christopher Steel
Here is a working example and the corresponding googlecode project used to create it that you can use as a reference. FYI squirrelfont has a nice automated system that allows you to create font "packages" that include most of what you will need. I used if for the following project. Running exa

[web2py] Re: simpatiCA -- A simple PKI for x509 in web2py

2011-11-30 Thread Christopher Steel
Very nice! Thank You!

[web2py] Re: fedora, pip, web2py, virtualenv, and mysql

2011-11-28 Thread Christopher Steel
To change db backends you need to edit the db.py file and that should do it.

[web2py] Re: Register user programmatic way

2011-11-23 Thread Christopher Steel
That is pretty sweet Bruno. Would it make sense calling it _ensure_x rather than new_x or create_x as in if the user, group or permission already exists then we do not (try) and create again Here is more complete example using Bruno my_crypt example to illustrate. # coding: utf8 from gluon.sto

[web2py] Re: Plugins and how to use them

2011-11-15 Thread Christopher Steel
1. Have a look at os.system and the demo application for managing systems. 2. I am not sure what you mean exactly here. If you are calling a function rather than executing it it might be better to place it in the models or modules directory rather than in a controller (although this is possibl

Re: [web2py] Re: Help for creating template

2011-11-15 Thread Christopher Steel
For multiple menus you can define them like this as well: response.menu_top = [ bla bla bla ] response.menu_bottom = [ bla bla bla ] response.menu_side = [ bla bla bla ]

[web2py] Re: application installation problem

2011-11-13 Thread Christopher Steel
google code allows '-' but web2py will not see an application with '-' in it: So my-app will not show up in Web2py but my_app will.

[web2py] Re: Issue Tracker and web interface for Mercurial

2011-11-13 Thread Christopher Steel
I have the rough beginnings of one based on a mercurial python script someone did. Needs a lot of love but if you are interested I will find it. I think is uses an MIT standalone script.

[web2py] Re: changing default redirect after failed login attempt.

2011-11-10 Thread Christopher Steel
Ah ha! This works like a charm, makes sense auth.settings.controller = 'plugin_user_admin'

[web2py] Re: we need some good web2py quotes ....

2011-11-07 Thread Christopher Steel
Web2py is the "can do" web development framework for "can do" developers.

[web2py] Re: Cheaper hosting...

2011-10-31 Thread Christopher Steel
looks great but They are out of stock... https://www.fibervolt.com/clients/cart.php?a=add&pid=6

[web2py] Re: Ubuntu : web2py : MySQLdb

2011-10-25 Thread Christopher Steel
Do you have access to Ubuntu LTS version like 10.04?

[web2py] Re: Help making nav menu work please!

2011-10-23 Thread Christopher Steel
Are you looking to generate navigation menu's using table data? If so, you can try a search for web2py "generate menu". Make sure to check out the web2pyslices as well, I think one of the very first slices was related to creating dynamic menus.

Re: [web2py] Re: Hide menu until after authentication.

2011-10-21 Thread Christopher Steel
# Append one or more additional menu items to reponse.menu using += if auth.is_logged_in(): response.menu+= [ (T('user menu'), False, URL('members','index'), )] # Create an additional response.menu and add a menu to a view using Annets code if auth.is_logged_in(): response

[web2py] Re: language

2011-10-19 Thread Christopher Steel
You might want to try this out. It is a recent blank Web2py application with a plugin that gives you a language changing button. At the moment it requires some manual intervention to add it to a site. ( need to edit layout.html and perhaps some other stuff ). Install instructions are included i

[web2py] Re: Ideas for new welcome app

2011-10-19 Thread Christopher Steel
+1 for all of the above. I think this is a really important discussion that could have a big impact on Web2py since the Welcome app is used as the scaffolding for creating new Web2py applications. It reminds me a lot of the primary reason why I decided to risk using Web2py in the first place w

[web2py] Re: metraschedule metra.pickle file

2011-10-16 Thread Christopher Steel
You can generate a up to date metra.pickle file (and test functionality ) by running: ./metraschedule/modules/test_metra.py To run the app on recent versions of Web2py you need to comment out the db.executesql statements in db.py. C.

[web2py] Re: IMPORTANT

2011-10-13 Thread Christopher Steel
For me this seems like it is mainly a question of how one goes about expressing individual culture within the context of a multinational, multicultural community, however, I think it also alludes to some of the "secret sauce" that helps make Web2py such an awesome product. As far as personal (o

Re: [web2py] IMPORTANT

2011-10-13 Thread Christopher Steel
I like the Ubuntu approach. Values and perhaps a code of conduct at a later date if we feel it is needed. Massimo did a good job of summarizing the Web2py values and the three examples Bruno gave are a great place to start. I like the Ubuntu example because it is short, sweet and to the point a

[web2py] Re: Cannot serve any pages after fresh install of Python2.5

2011-10-07 Thread Christopher Steel
+1

[web2py] Re: Cannot serve any pages after fresh install of Python2.5

2011-10-07 Thread Christopher Steel
Multi-platform Development with Python and Web2py. Here are a list of suggestions that should help make your experience a more pleasant one. Stick with Ubuntu LTS First to reiterate pbreit comment on Ubuntu LTS version. If you are not developing Ubuntu itself or have no compelling reason to ru

[web2py] Re: Delete plugin will also delete default theme

2011-10-07 Thread Christopher Steel
that is is precisely... The current recommended way of creating layout plugins works fine when installing plugins but does leave you "naked" if you decide to uninstall all layout plugins or uninstall the last layout plugin installed. To get a better understanding of why this is true you can se

Re: [web2py] Re: billing app

2011-09-12 Thread Christopher Steel
I would love to take a look as well. Thanks for offering. chris DOT steel @ gmail.com

[web2py] Re: has anyone done web2py + google maps?

2011-09-10 Thread Christopher Steel
You might want to check out Public Radio Roadtrip an application done (in progress?) by John Tynan. It was still slightly rough around the edges the last time I tried it out but was looking really interesting and was exploring some really interesting ideas. *Public Radio Roadtrip* GAE test sit

[web2py] Re: Making slides with web2py and markmin

2011-09-10 Thread Christopher Steel
Very nice. Works great! I think Markmin is a pretty powerful tool because it is so easy for people to use. This could make a really big difference for a lot of people. Thank You.

[web2py] Re: Using web2py and deck.js to make HTML5 presentation

2011-09-09 Thread Christopher Steel
HTML5 , wow, thanks! This is really nice. I did a similar implementation with S5 -> http://code.google.com/p/uc-slideshow/ but it is kind of (ok, really) dated...

[web2py] Re: web2py received 2011 BOSSIE Award by InfoWorld.com

2011-09-08 Thread Christopher Steel
congratulations everyone and thank you Massimo for creating, leading and keeping the Web2py project so awesome. This is well deserved recognition for a project that rocks in so very many ways.

[web2py] Re: Date Picker Widget

2011-09-07 Thread Christopher Steel
+1 excellent look annet. Has anyone checked this in IE? I really like it, a lot Chris

[web2py] Re: accessing webserver

2011-09-07 Thread Christopher Steel
Hi Patrick, a few more detail would help nail down the issue. Are you running the default webserver or Apache..., what OS are you using to host... C

[web2py] Re: free computer racks (with computers in them)

2011-08-30 Thread Christopher Steel
When would I need to pick them up by? Thanks, Christopher Steel Voice of Access

[web2py] Re: Howto change request.uri_language through URL function?

2011-08-29 Thread Christopher Steel
So something like this: http://www.amnesty.org/fr/how-you-can-help and not this: http://voiceofaccess.org/init/default/index?_language=fr-ca ?

[web2py] Re: pip install web2py

2011-08-28 Thread Christopher Steel
Done, now in trunk and in Pypi. See http://code.google.com/p/web2pypi/ for details Running: pip install web2py now gives you w2p_clone - replaces web2py_clone w2p_apps - replaces mkweb2pyenv w2p_run - replaces runweb2py Cheers, Chris

[web2py] Re: pip install web2py

2011-08-28 Thread Christopher Steel
Fix is posted here http://code.google.com/p/web2pypi/ basically copy everything into web2py's main directory and then from the terminal run: python setup sdist This will create an updated package in web2py/dist that you can install using similar to: pip install web2py-1.98.2.tar

[web2py] Re: pip install web2py

2011-08-28 Thread Christopher Steel
Note: We ( I? ) could get a mercurial repo going for this in order to make it easier to maintain. Now it is a scattered collection of files. In the mean time here is a rough how to for anyone that needs it... Creating your own pip installable pypi dstribution of Web2py If you have the latest ve

[web2py] Re: pip install web2py

2011-08-28 Thread Christopher Steel
You found a glitch, good call nekrox. The updated version does not include env.tar for some reason, I will check it out. In the mean tine here a link to the old version which does include env.tar (it is also included in Web2py) http://pypi.python.org/packages/source/w/web2py/web2py-1.96.4.

[web2py] Re: Published my collection of plugins

2011-08-26 Thread Christopher Steel
What a fantastic collection of plugins. Design wise I would say you are in the right zone, clean, light and nice examples. Great job! Chris

[web2py] Re: web2py trunk [a bit OT]

2011-08-19 Thread Christopher Steel
no, tags are used to tag version of Web2py. If you take a look here you will see that we only have a default branch so you do not need to specify it. https://code.google.com/p/web2py/source/browse/ C.

Re: [web2py] Re: ANN: ide2py: editor, shell and debugger for web2py (experimental)

2011-08-12 Thread Christopher Steel
that fixed the bug I had in OS X. WoWoW!!! Thanks!

[web2py] Re: ANN: ide2py: editor, shell and debugger for web2py (experimental)

2011-08-11 Thread Christopher Steel
WoW!!! I am going to try on OS X!!!

[web2py] Re: Authentication for services in iPhone not work

2011-08-09 Thread Christopher Steel
I have not tried xml-rpc on the iphone but apparently Wordpress has some iphone xmlrpc examples... http://stackoverflow.com/questions/147062/does-iphone-support-xml-rpc Let us know how it goes! C.

[web2py] Re: Follow-up on web2py, mercurial, and Fabric

2011-08-09 Thread Christopher Steel
If everything else is secure and so on and so forth the other main concern is handling stuff that should remain private and not overwriting (or including your database) certain configuration information in pushes and pulls to and from public repos. Much (all?) of this can be handled with a wel

[web2py] Re: Do we need a Web2py micro-framework , or split web2py into multiple components ?

2011-08-05 Thread Christopher Steel
*pip install web2py* from a virtualenv give you a pretty slim setup although it is not very well documented, yet...

[web2py] Re: Ubuntu pip install web2py in virtualenv

2011-08-03 Thread Christopher Steel
I did a little research on the pip web2py install. It places web2py and gluon in the virtualenvs lib/python/site-packages and when you run Python/bin/mkweb2pyenv it creates a "detached" Web2py applications directory in whatever directory you happen to be in when you run the command. People who

[web2py] Re: something strange when installing application

2011-08-03 Thread Christopher Steel
If a user on OS X is using the Web2py versioning button the first time it automatically generates a .hgignore file that ignores the database directory... Whew... could that be the issue?? Chris

[web2py] Re: proposed pip installer for an "out of the box" web2py experience

2011-08-03 Thread Christopher Steel
I like the way you think pbreit, I would not bother except that we have something up now (which does work actually) that is really confusing for new pip and/or Web2py users and even a few more seasoned ones ; ) . The ideas in the draft basically bypass the whole "packaging" concept and does a

Re: [web2py] Re: web2py and mercurial workflow question

2011-08-03 Thread Christopher Steel
I really enjoy the mercurial / fabric combo as well and I agree with pbreit, start with the basics and build on that over time. On my development system I clone Web2py itself and then in the applciations directory I create clones of my projects as well. Makes for very fast setup. You can save y

[web2py] Re: Ubuntu pip install web2py in virtualenv

2011-08-03 Thread Christopher Steel
Here is a rough working outline of what the future pip web2py "installer" could do. The one that is currently called web2py basically installs glueon to site-packages which is great if you want to import Web2py stuff, like say DAL functionality into another Python application but it is not what

[web2py] Re: Ubuntu pip install web2py in virtualenv

2011-08-02 Thread Christopher Steel
>From my understanding pip is going to install the same package no matter what OS is making the request so this is not really an Ubuntu issue, but it is very interesting to me because it is cross platform... I think the best approach would be to create a Python package that is sort of a utility

[web2py] Re: Ubuntu pip install web2py in virtualenv

2011-08-02 Thread Christopher Steel
You are right, I will take a peek at it. I have never done a pip package but it looks interesting. The problem is a lot of these "installers" can't handle something that does not need to be installed... I think pip like to make things part of the local python installation as in site-packaged/w

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Christopher Steel
minor bug or one time glitch? Not sure if this is a bug or a one time glitch not but after installing auth_group for the reader shows up with bars at both ends and none of the other auth_group showed this |plugin_instant_admin_reader| rather than plugin_instant_admin_reader This plug

[web2py] Re: Requesting Feedback for Web2py Instant Admin

2011-08-01 Thread Christopher Steel
Ramana, Gorgeous plugin, I think we should make it part of the Web2py Welcome app as well. It is a great example of a plugin and if fills an important need for site administration. I was able to find urls for all the requirements with the exception of path which obviously brings up a lot of un

[web2py] Re: Ubuntu pip install web2py in virtualenv

2011-08-01 Thread Christopher Steel
; ) Mercurial rocks...

[web2py] Re: Ubuntu pip install web2py in virtualenv

2011-08-01 Thread Christopher Steel
I just download Web2py source and unpack. Since Web2py does not require installing in a traditional sense this works fine. personally I use pip to install virtualenv but since the pip installer breaks up web2py into non-traditional directories I don't install Web2py with pip C.

[web2py] Re: Check out my new web2py website

2011-08-01 Thread Christopher Steel
Looks very promising weheh. Chris

[web2py] Re: NameError: name 'copyright' is not defined

2011-08-01 Thread Christopher Steel
I got the same error running the OS X binary installation. OS X 10.4

[web2py] Re: time to contribute with a big app: openMyWork

2011-08-01 Thread Christopher Steel
major project, looking good!

[web2py] Re: DISCUSSION: Dual Desktop/Mobile Functionality

2011-07-27 Thread Christopher Steel
http://www.getskeleton.com/#theFuture

[web2py] Re: Simultaneous multi-language system.

2011-07-20 Thread Christopher Steel
On the one hand If you only want to display two languages at the same time at all times then translations are not required. If on the other hand you want people to be able to switch between languages like this http://voiceofaccess.org , then translations are required but displaying both langu

[web2py] Re: experimental... .pdf

2011-05-29 Thread Christopher Steel
er headers and tables... > > > On May 26, 11:06 pm, Massimo Di Pierro > > wrote: > >> I just made a change to trunk about. the new generic.pdf uses pyfpdf > >> and it is smart in locating files for including images. > > >> massimo > > >> On

[web2py] Re: What if Massimo got hit by a Bus?

2011-05-27 Thread Christopher Steel
Swet! On May 26, 11:31 pm, Anthony wrote: > On Thursday, May 26, 2011 11:24:35 PM UTC-4, Christopher Steel wrote: > > > 10. Not a problem really, it's merely a flesh wound... > > Nice Monty Python reference. Here's another > one:http://www.google.com/codes

[web2py] Re: experimental... .pdf

2011-05-26 Thread Christopher Steel
I think report.pdf required reportlab? Massimo had an application for creating forms that used markmin and latex. This web2py app includes a plugin that implements an assortment of pdf stuff (mostly your implementation of pyfpdf and the report.pdf, was that a Google thing?. Anyway the plugin is h

[web2py] Re: What if Massimo got hit by a Bus?

2011-05-26 Thread Christopher Steel
Top 10 responses 1. We would get another bus driver. 2. Take the train. 3. Was that a front side bus or a back side bus? Was that a back side bust from the front side of the bus or the back side of the bus that busted his front side. 3. If it was a universal serial bus then we have nothing to

[web2py] Re: Better language support

2011-05-20 Thread Christopher Steel
The important issue being, making it easier for people to contribute additional translations... On May 19, 6:52 pm, Pierre Thibault wrote: > 2011/5/19 Christopher Steel > > > Hi Pierre, > > > I think you have touched on an important issues and although I am also >

[web2py] Re: Better language support

2011-05-19 Thread Christopher Steel
Hi Pierre, I think you have touched on an important issues and although I am also wondering if Jonathan proposal might provide for similar (although less "blingy") effect with less effort, it is clear that the way we do translations now can make things a bit tedious and contributing new translatio

[web2py] Re: Using the web2py template system to create new file.

2011-05-18 Thread Christopher Steel
e=exit_message) Template contents: (called template_test in the above example) {{=first_name}} {{=last_name}} Controller output (Indicates the exit status of your write) True # hopefully Output file content: (the called template_test_target in this example) Bob is Your Uncle On May 6, 8:04 am

[web2py] new app S5 slideshows in Web2py

2011-05-16 Thread Christopher Steel
temptation make a Web2py application that does S5 slides while playing annoying and repetitive music at the same time... http://code.google.com/p/uc-slideshow/ Cheers, Christopher Steel * This one is a long way from being Universal Cake at the moment... but it is free and it works...

[web2py] Re: Case sensitive email register

2011-05-16 Thread Christopher Steel
I think defaulting to case insensitive would be a good idea as well. For a while I wanted to stick with the specification which calls for email servers to be case sensitive for email addresses but I think for practical reasons case insensitive makes a lot of sense where bob.h...@gmail.com is equiv

[web2py] Re: automate web2py startup and shutdown via the command line in linux, OS X and unix etc.

2011-05-06 Thread Christopher Steel
6, 2:14 pm, Christopher Steel wrote: > If you are running OS X or some other nix like OS you can use the GUI > in which case you need to type your administrative password or you can > go without the GUI in which case you need to manually point your > browser to the correct location.

[web2py] automate web2py startup and shutdown via the command line in linux, OS X and unix etc.

2011-05-06 Thread Christopher Steel
If you are running OS X or some other nix like OS you can use the GUI in which case you need to type your administrative password or you can go without the GUI in which case you need to manually point your browser to the correct location. You can have both with these two collections of commands ru

[web2py] Using the web2py template system to create new file.

2011-05-06 Thread Christopher Steel
How would I go about creating a new file using the Web2py template system? Would something like this be a practical way to use it? Example: template_source_path = ./static/my_readme_template template_target_path = ./static/README Template Example: contents of static/my_readme_template # {{=p

  1   2   3   >