diff --git a/data/0010-oldutil/README.txt b/data/0010-oldutil/README.txt deleted file mode 100644 index 523b80a..0000000 --- a/data/0010-oldutil/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -assorted old projects - -A longer description goes here. \ No newline at end of file diff --git a/rebuild.php b/rebuild.php index d3ab615..2819c61 100644 --- a/rebuild.php +++ b/rebuild.php @@ -127,6 +127,7 @@ class CProject { if ($file == 'README.txt') { $this->longdesc = file_get_contents($this->dir.'README.txt'); $this->shortdesc = array_shift(explode("\n", $this->longdesc)); + $this->shortdesc[0] = strtolower($this->shortdesc[0]); // cosmetic lowercase continue; } @@ -178,7 +179,7 @@ class CProject {