Incorporated an OSS license:

The GNU General Public License (GPL)
Version 2, June 1991

git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@24 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
jim
2006-06-21 23:48:34 +00:00
parent 5576f99ff6
commit ec6b80609b
20 changed files with 611 additions and 295 deletions

View File

@@ -50,6 +50,7 @@ $config = array(
# show thumbnails for JPEG and PNG images?
'thumbnails' => true,
'thumb_pattern' => '/jpg|jpeg|jpe|png$/i',
# Smart Date shows relative time stamps ("Yesterday, 09:34") when applicable
'smartdate' => true,
@@ -60,7 +61,7 @@ $config = array(
// Template & Icon settings
'template' => 'simple',
'template' => 'slik',
'iconset' => 'osx',
'allow_override' => true,
@@ -72,7 +73,7 @@ $config = array(
'path_plugins' => array('plugins'),
'path_cache' => 'cache',
'req_lang_ver' => '1.0.7',
'req_lang_ver' => '1.0.8',