Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r213 r219 46 46 47 47 To create the Debian package simply do: 48 49 cp Makefile Makefile.dist50 cp Makefile.debian Makefile51 48 52 49 # Make sure you have your gpg keys and debian development environment correctly setup -
trunk/config.py
r215 r219 128 128 #: Default configuration sections and values 129 129 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))}, 131 131 {'screenshot': (('format', 'jpeg'), ('quality', 30), ('path', save_path), ('currentwindow', False), ('scale', False), ('scalepercent', 100))}, 132 132 {'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.

