From 87a7e156a1f60e0f7264f8ae64382bb1720a134d Mon Sep 17 00:00:00 2001 From: efrick Date: Wed, 15 Apr 2020 15:49:32 -0400 Subject: [PATCH] Update the documentation. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 75790fb..bacf81e 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ A javascript interpriter - Basicaly a modernish webbrowser. 1. git clone into a directory accessable by your webserver. `git clone https://efrick.ddns.net/scm/git/WebClock` 2. Optional steps - 1. Edit `clock.php` to point to your CSS files. + 1. Edit `clock.php` to point to your root CSS files. 2. Add a symlink from `clock.php` to a file called `index.php`. `ln -s clock.php index.php` #### Note: There is a small privacy concern. Because this clock is using PHP to creat the inishal time entry and because this is using the `date()` function in PHP to do this it will reveal what timezone the server running it is set to. ### ToDo -- [ ] Add a differentiator from the selected timezone and the origonal timezone. -- - [ ] Display original timezone's time. -- - [ ] Display the offset of the two selected timezones. +- [x] Add a differentiator from the selected timezone and the original timezone. + - [x] Display original timezone's time. + - [x] Display the offset of the two selected timezones. - [ ] Add a timer. -- [ ] Multiple clocks for tracking regions. \ No newline at end of file +- [ ] Multiple clocks for tracking regions. _this is sort of implemented with the display original timezone feature but not compleatly and not how I want it._ \ No newline at end of file