Skip to content

Commit

Permalink
readme: adding some hints to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Mar 1, 2024
1 parent 995f72e commit 2887ab1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@ This is available in both Schedule and Room views
examples:
* `http://signs.scale.lan/?year=2019&month=3&day=7&hour=9&minute=10`
* `http://signs.scale.lan/?room=ballroom-de&year=2019&month=3&day=8&hour=14&minute=33`
> **NOTE:** This will not work unless `$starttime` is correctly set for the current year of the show
### Yearly Tasks

There is a bit of manual effort necessary from year to year. These tasks include, but might not be limitted to:
* update the logo for the curent year at `/server/images/header.png`
* update the logo for the curent year at `/server/images/header.png` should be `360x170px`
* Do a search and replace for the previous scale version (example: replace all occurances of 16x with 17x)
* verify proper XML is being supplied by drupal from the url reflected in the `$url` variable in `room.php` and `scroll.php`
* set `$starttime` in `scroll.php` which should reflect midnight of the first night of current year show
* set `$starttime` in `scroll.php` which should reflect midnight of the first night of current year show. Example: if the show starts on 3/14/24, then the entry for startime should be: `$starttime = mktime(0, 0, 0, 3, 14, 2024) / 60;`.
* set `$starttime` in `room.php` to match scroll.php
* set `$room_lookup_table` in `room.php` to match all rooms being used for the current year
* set `$room_lookup_table` in `index.php` to match the one in `room.php`
Expand Down

0 comments on commit 2887ab1

Please sign in to comment.