From 0f5f0bb67f83e111d2d99cf7cb9a1283ea4e58f7 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Wed, 28 Dec 2016 16:53:08 -0500 Subject: [PATCH] Update the README. --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 3d6321d..9b80aab 100644 --- a/README.txt +++ b/README.txt @@ -1,11 +1,11 @@ -RLG: various files used by the Roguelike Gallery. +rlgallery-misc: miscellaneous files used by the Roguelike Gallery. dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and a patch to the Git version of dgamelaunch. The patch makes it compatible with the RLGWebD player and adds properly salted passwords. -lighttpd/ contains the configuration files for lighttpd which have been -modified from the distribution versions (current version 1.4.34). +lighttpd/ contains a configuration file for lighttpd which should be included +from the main lighttpd.conf. py/ contains various Python scripts. Python 3 is required. The dependencies needed are psycopg2 and pytz.