Changeset 219


Ignore:
Timestamp:
06/30/07 04:40:49 (5 years ago)
Author:
marc
Message:

Updated version numbers and config values

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/release/0.2/README

    r213 r219  
    4646 
    4747To create the Debian package simply do: 
    48  
    49     cp Makefile Makefile.dist 
    50     cp Makefile.debian Makefile 
    5148 
    5249    # Make sure you have your gpg keys and debian development environment correctly setup 
  • branches/release/0.2/config.py

    r215 r219  
    128128        #: Default configuration sections and values 
    129129        self.defaultoptions = (  
    130                 {'server': (('port', 8000), ('authentication', True), ('username', 'user'), ('password', 'password'), ('notify', notifyavailable))}, 
     130                {'server': (('port', 8000), ('authentication', False), ('username', 'user'), ('password', 'password'), ('notify', notifyavailable))}, 
    131131                {'screenshot': (('format', 'jpeg'), ('quality', 30), ('path', save_path), ('currentwindow', False), ('scale', False), ('scalepercent', 100))}, 
    132132                {'html': (('html', '<img src="screenshot" alt="If you are seeing this message it means there was an error in Itaka or you are using a text-only browser.">'), ('authfailure', '<p><strong>Sorry, but you cannot access this resource without authorization.</strong></p>'))} 
  • trunk/README

    r213 r219  
    4646 
    4747To create the Debian package simply do: 
    48  
    49     cp Makefile Makefile.dist 
    50     cp Makefile.debian Makefile 
    5148 
    5249    # Make sure you have your gpg keys and debian development environment correctly setup 
  • trunk/config.py

    r215 r219  
    128128        #: Default configuration sections and values 
    129129        self.defaultoptions = (  
    130                 {'server': (('port', 8000), ('authentication', True), ('username', 'user'), ('password', 'password'), ('notify', notifyavailable))}, 
     130                {'server': (('port', 8000), ('authentication', False), ('username', 'user'), ('password', 'password'), ('notify', notifyavailable))}, 
    131131                {'screenshot': (('format', 'jpeg'), ('quality', 30), ('path', save_path), ('currentwindow', False), ('scale', False), ('scalepercent', 100))}, 
    132132                {'html': (('html', '<img src="screenshot" alt="If you are seeing this message it means there was an error in Itaka or you are using a text-only browser.">'), ('authfailure', '<p><strong>Sorry, but you cannot access this resource without authorization.</strong></p>'))} 
Note: See TracChangeset for help on using the changeset viewer.