summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2023-06-23 12:30:17 -0700
committerkaa <kaa@disroot.org>2023-06-23 12:30:17 -0700
commitd5ef3ff63d4aa30ba90b6c0302f9192497fc3194 (patch)
tree6ea1373cc0b903d1a084206aee20bbb584df3b27
parent8828e75a9ee7a5408ad00ad17e9878a2740cc866 (diff)
downloadneocities-d5ef3ff63d4aa30ba90b6c0302f9192497fc3194.tar.gz
Documentation update. 1.0
-rwxr-xr-xreadme19
1 files changed, 9 insertions, 10 deletions
diff --git a/readme b/readme
index b09f360..a7ba65e 100755
--- a/readme
+++ b/readme
@@ -39,15 +39,14 @@ to generate HTML derivative of the newly
 updated 'files.json', then uploads the
 newly generated HTML to neocities. Each of
 these actions may be issued via separate
-commands as desired.
+commands as desired. Of these, 'files.c'
+is most generically useful, while the rest
+serve relatively personal purposes.
 
 In the 'various' directory are various
-shell scripts, each of which may facilitate
-the uploading of manually generated content.
-For their specific uses, see
-'various/readme'.
-
-These programs are tailored for use with
-a specific neocities site; modification
-is required, only two of four batteries
-included.
+shell scripts and a C program, each of
+which may facilitate generic uploads. For details,
+see 'various/readme' and 'various/neoup/readme'.
+These may be generically useful for maintaining
+any neocities site, with only insertion of valid
+authentification information required.