Changeset 631

Show
Ignore:
Timestamp:
01/19/07 18:20:32 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r630 r631  
    112007-01-19  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    22 
     3        * contrib/05to06.py: Adds a blank like after each virtual host. 
     4        It makes easier to edit the generated file later on. 
     5         
    36        * contrib/05to06.py: Adds a faked DocumentRoot if the virtual 
    47        server didn't contain one.  0.5 wasn't checking for a 
    58        document_root but 0.6 does. It is no more than a work around. 
     9        This script isn't meant to be perfect, just useful. 
    610 
    711        * contrib/05to06.py: Now, it adds the "priority" entry to all the 
  • cherokee/trunk/contrib/05to06.py

    r630 r631  
    644644            print "vserver!%s!document_root = %s" % (vserver, FAKED_DOCUMENT_ROOT) 
    645645 
     646        print 
     647 
    646648    def process_sentence (self): 
    647649        kind, val = self._lex.get_token()