From 3cd11139a2f6ac7247e52ed5b0e4397a0b16892d Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 14 Sep 2012 19:16:11 +0200 Subject: [PATCH] Minor changes. --- package.json | 2 +- src/_h5ai/config.js | 1 + src/_h5ai/config.php | 25 +++++++++++++------------ 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 1c02ad21..c1cd3570 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.22-dev", "description": "a modern HTTP web server index", "url": "http://larsjung.de/h5ai/", - "author": "Lars Jung ", + "author": "Lars Jung", "license": "MIT", "repository": { "type": "git", diff --git a/src/_h5ai/config.js b/src/_h5ai/config.js index 6e028073..cf2a29f4 100644 --- a/src/_h5ai/config.js +++ b/src/_h5ai/config.js @@ -1,5 +1,6 @@ /* {{pkg.name}} {{pkg.version}} +{{pkg.url}} Configuration options, types and localization diff --git a/src/_h5ai/config.php b/src/_h5ai/config.php index ccdcce70..9b24157c 100644 --- a/src/_h5ai/config.php +++ b/src/_h5ai/config.php @@ -1,27 +1,28 @@ array(), "IGNORE_PATTERNS" => array("/^\\./", "/^_h5ai/"), /* - * Folders that contain one of these files will be considered - * not to be h5ai indexed folders. - */ + Folders that contain one of these files will be considered + not to be h5ai indexed folders. + */ "INDEX_FILES" => array("index.html", "index.htm", "index.php") );