aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index 20c81e2..35af1bb 100644
--- a/README.org
+++ b/README.org
@@ -25,13 +25,13 @@ The source tree is the following:
│   └── rmuser.pl
├── other
│   └── git-ro-daemon.pl
- ├── update
- │   ├── gitjoe.pl
- │   └── vps.pl
+ ├── cron
+ │   ├── counter.sh
+ │   └── gitjoe.pl
└── vps-do.pl
#+END_SRC
- ~gitjoe/~ scripts are meant to be run on the server directly. They are tools to add GitJoe users, repos, change descritpion, etc.
-- ~update/~ scripts are run via cron jobs. They update the GitJoe repositories front-end website via ~stagit~ and pull ~master~ branches of the websites via ~git~.
+- ~cron/~ scripts are run via cron jobs. They update the GitJoe repositories front-end website via ~stagit~ and update the website visitors counter.
- ~other/~ script is just a single line the start the ~git daemon~ to serve public repositories.
- The ~vps-do.pl~ script allows you to execute one of the distant scripts from your home terminal, opening and closing the ~ssh~ session for you. You still need the ~dash~ shell as a dependency on your home terminal.