summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2023-09-16 12:58:48 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2023-09-16 12:58:48 -0500
commitc8ac31e271afe78f6127de737c616c6f6fab05cf (patch)
treef1552bc4682ccfb7718263b726716ce85ebd1a69 /docs
parent85d07c240348e3a2ff85cedfc7aaef8126222a69 (diff)
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 <config dir>/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.
Diffstat (limited to 'docs')
-rw-r--r--docs/roadmap.org2
1 files changed, 1 insertions, 1 deletions
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.