From c8ac31e271afe78f6127de737c616c6f6fab05cf Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Sat, 16 Sep 2023 12:58:48 -0500 Subject: Move config file to standard location The user's config directory is taken as ~\AppData\Local\ on Windows and is XDG-compliant elsewhere. The config file's location is /SevenUnits/config.txt. The SevenUnits directory is created if nonexistent. The previous location inside the git directory would not work for someone actually installing and using 7Units, so this change was made. --- docs/roadmap.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/roadmap.org') diff --git a/docs/roadmap.org b/docs/roadmap.org index 2ff5ab5..a68dae5 100644 --- a/docs/roadmap.org +++ b/docs/roadmap.org @@ -17,7 +17,7 @@ Feature Requirements: Data/Configuration Requirements: - All of the data formats (e.g. unit files) should be standardized. -- 7Units should put its configuration files in a standard place for the operating system ([[https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html][XDG Base Directory Specification]] compliant on Unix). The settings file should be able to specify the location of the data files. +- The config file should be able to specify the location of the data files. Documentation/Testing Requirements: - 7Units should be fully documented. -- cgit v1.2.3