Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golliher/gotator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.1
Choose a base ref
...
head repository: golliher/gotator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 11, 2018

  1. Update README.md

    golliher authored Aug 11, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    657f296 View commit details
  2. Copy the full SHA
    c46000f View commit details
  3. Copy the full SHA
    227bbaa View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 README.md
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Gotator is a program that runs continusouly and rotates content on a
browser. Firefox and Chrome are supported. The use I had in mind
was to control the rotation of content on an information radiator.

nI was not satisified with the status quo of using a browser plugin to
I was not satisified with the status quo of using a browser plugin to
rotate on a evenly distributed schedule. For some content 10 seconds is
enough time. For other content, 2 minutes might not be enough.

@@ -119,7 +119,9 @@ For purposes of illustration, assume your IP addres is 127.0.0.1. Remember that

### Play

```http://127.0.0.1:8080/play?url='http://example.com'&duration='30s'``` - Pauses normal rotation, shows the requested URL immediately for the specified duration
```http://127.0.0.1:8080/play?url='http://example.com'&duration='30s'``` - Pauses normal rotation, shows the requested URL immediately for the specified duration.

Duration defaults to 30s if not specified.

# Future?