mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Simplifies the documentation pages
This commit is contained in:
parent
e060b9799f
commit
ba402358e6
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: "Attributes"
|
title: "Configuration: Attributes"
|
||||||
date: 2018-05-16T21:51:23-07:00
|
date: 2018-05-16T21:51:23-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
This page describes the top-level attributes that can be added to
|
The following top-level attributes are configurable in `config.yml`.
|
||||||
`config.yml`.
|
See this <a href="https://github.com/senorprogrammer/wtf/blob/master/_sample_configs/simple_config.yml">example config file</a> for more details.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
wtf:
|
wtf:
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Bamboohr"
|
title: "Modules: Bamboohr"
|
||||||
date: 2018-05-07T20:17:37-07:00
|
date: 2018-05-07T20:17:37-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Connects to the BambooHR API and displays who will be Away today.
|
Connects to the BambooHR API and displays who will be Away today.
|
||||||
|
|
||||||
## Source Code
|
## Source Code
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Clocks"
|
title: "Modules: Clocks"
|
||||||
date: 2018-05-07T19:47:31-07:00
|
date: 2018-05-07T19:47:31-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Displays a configurable list of world clocks, the local time, and date.
|
Displays a configurable list of world clocks, the local time, and date.
|
||||||
|
|
||||||
<img src="/imgs/modules/clocks.png" width="320" height="191" alt="clocks screenshot" />
|
<img src="/imgs/modules/clocks.png" width="320" height="191" alt="clocks screenshot" />
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Google Calendar"
|
title: "Modules: Google Calendar"
|
||||||
date: 2018-05-10T08:25:33-07:00
|
date: 2018-05-10T08:25:33-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Displays your upcoming Google calendar events.
|
Displays your upcoming Google calendar events.
|
||||||
|
|
||||||
<img src="/imgs/modules/gcal.png" width="320" height="389" alt="gcal screenshot" />
|
<img src="/imgs/modules/gcal.png" width="320" height="389" alt="gcal screenshot" />
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Git"
|
title: "Modules: Git"
|
||||||
date: 2018-05-09T14:20:48-07:00
|
date: 2018-05-09T14:20:48-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Displays information about local git repositories: branch, changed
|
Displays information about local git repositories: branch, changed
|
||||||
files, and recent commits.
|
files, and recent commits.
|
||||||
|
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Github"
|
title: "Modules: Github"
|
||||||
date: 2018-05-09T19:20:20-07:00
|
date: 2018-05-09T19:20:20-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Displays information about git repositories hosted on Github: open
|
Displays information about git repositories hosted on Github: open
|
||||||
review requests, and open pull requests.
|
review requests, and open pull requests.
|
||||||
|
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Jira"
|
title: "Modules: Jira"
|
||||||
date: 2018-05-10T10:44:35-07:00
|
date: 2018-05-10T10:44:35-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Displays all Jira issues assigned to you for the specified project.
|
Displays all Jira issues assigned to you for the specified project.
|
||||||
|
|
||||||
<img src="/imgs/modules/jira.png" width="640" height="188" alt="jira screenshot" />
|
<img src="/imgs/modules/jira.png" width="640" height="188" alt="jira screenshot" />
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Newrelic"
|
title: "Modules: New Relic"
|
||||||
date: 2018-05-09T09:01:14-07:00
|
date: 2018-05-09T09:01:14-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Connects to the New Relic API and displays the last n deploys of the
|
Connects to the New Relic API and displays the last n deploys of the
|
||||||
monitored application: deploy ID, deploy time, and who deployed it.
|
monitored application: deploy ID, deploy time, and who deployed it.
|
||||||
|
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Opsgenie"
|
title: "Modules: OpsGenie"
|
||||||
date: 2018-05-08T20:53:40-07:00
|
date: 2018-05-08T20:53:40-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Connects to the OpsGenie API and displays all your scheduled rotations
|
Connects to the OpsGenie API and displays all your scheduled rotations
|
||||||
and who's currently on call.
|
and who's currently on call.
|
||||||
|
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Security"
|
title: "Modules: Security"
|
||||||
date: 2018-05-08T20:33:28-07:00
|
date: 2018-05-08T20:33:28-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Displays some general information about the state of the machine's wifi
|
Displays some general information about the state of the machine's wifi
|
||||||
connection, firewall, and DNS settings.
|
connection, firewall, and DNS settings.
|
||||||
|
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Textfile"
|
title: "Modules: Textfile"
|
||||||
date: 2018-05-09T11:13:11-07:00
|
date: 2018-05-09T11:13:11-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Displays the contents of the specified text file in the widget.
|
Displays the contents of the specified text file in the widget.
|
||||||
|
|
||||||
<img src="/imgs/modules/textfile.png" width="320" height="133" alt="textfile screenshot" />
|
<img src="/imgs/modules/textfile.png" width="320" height="133" alt="textfile screenshot" />
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Todo"
|
title: "Modules: Todo"
|
||||||
date: 2018-05-10T12:41:50-07:00
|
date: 2018-05-10T12:41:50-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
An interactive todo list.
|
An interactive todo list.
|
||||||
|
|
||||||
<img src="/imgs/modules/todo.png" width="320" height="388" alt="todo screenshot" />
|
<img src="/imgs/modules/todo.png" width="320" height="388" alt="todo screenshot" />
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Weather"
|
title: "Modules: Weather"
|
||||||
date: 2018-05-09T11:44:13-07:00
|
date: 2018-05-09T11:44:13-07:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
Displays a configurable list of current weather report, including
|
Displays a configurable list of current weather report, including
|
||||||
current temperature, sunrise time, and sunset time.
|
current temperature, sunrise time, and sunset time.
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
<!-- published date -->
|
<!-- published date -->
|
||||||
{{ if not .Date.IsZero }}
|
{{ if not .Date.IsZero }}
|
||||||
<i class="fas fa-calendar-alt"></i> {{ .Date.Format (.Site.Params.dateformat | default "Jan 02, 2006") -}}
|
{{ .Date.Format (.Site.Params.dateformat | default "Jan 02, 2006") -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<!-- categories -->
|
<!-- categories -->
|
||||||
{{ with .Params.categories }}
|
{{ with .Params.categories }}
|
||||||
@ -31,7 +31,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> {{ .ReadingTime }} min read
|
<!--<i class="fas fa-clock"></i> {{ .ReadingTime }} min read -->
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -12,22 +12,22 @@
|
|||||||
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Attributes</title>
|
<title>Configuration: Attributes</title>
|
||||||
<link>http://wtfutil.com/posts/configuration/attributes/</link>
|
<link>http://wtfutil.com/posts/configuration/attributes/</link>
|
||||||
<pubDate>Wed, 16 May 2018 21:51:23 -0700</pubDate>
|
<pubDate>Wed, 16 May 2018 21:51:23 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/configuration/attributes/</guid>
|
<guid>http://wtfutil.com/posts/configuration/attributes/</guid>
|
||||||
<description>This page describes the top-level attributes that can be added to config.yml.
|
<description>The following top-level attributes are configurable in config.yml. See this example config file for more details.
|
||||||
wtf:colors:border:Focusable:&#34;darkslateblue&#34;focused:&#34;orange&#34;normal:&#34;gray&#34;grid:# How _wide_ the columns are, in terminal characters. In this case we have# six columns, each of which are 35 characters widecolumns:[35,35,35,35,35,35]# How _high_ the rows are, in terminal lines. In this case we have five rows# that support ten line of text, one of three lines, and one of fourrows:[10,10,10,10,10,3,4]# The app redraws itself once a secondrefreshInterval:1 Attributes colors.</description>
|
wtf:colors:border:Focusable:&#34;darkslateblue&#34;focused:&#34;orange&#34;normal:&#34;gray&#34;grid:# How _wide_ the columns are, in terminal characters. In this case we have# six columns, each of which are 35 characters widecolumns:[35,35,35,35,35,35]# How _high_ the rows are, in terminal lines. In this case we have five rows# that support ten line of text, one of three lines, and one of fourrows:[10,10,10,10,10,3,4]# The app redraws itself once a secondrefreshInterval:1 Attributes colors.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Todo</title>
|
<title>Modules: Todo</title>
|
||||||
<link>http://wtfutil.com/posts/modules/todo/</link>
|
<link>http://wtfutil.com/posts/modules/todo/</link>
|
||||||
<pubDate>Thu, 10 May 2018 12:41:50 -0700</pubDate>
|
<pubDate>Thu, 10 May 2018 12:41:50 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/todo/</guid>
|
<guid>http://wtfutil.com/posts/modules/todo/</guid>
|
||||||
<description>Description An interactive todo list.
|
<description>An interactive todo list.
|
||||||
Source Code wtf/todo/ Required ENV Variables None.
|
Source Code wtf/todo/ Required ENV Variables None.
|
||||||
Keyboard Commands Key: [return] Action: Edit the selected item. Action: Close the modal item dialog and save changes. Key: [esc] Action: Remove focus from the selected item. Action: Close the modal item dialog without saving changes.
|
Keyboard Commands Key: [return] Action: Edit the selected item. Action: Close the modal item dialog and save changes. Key: [esc] Action: Remove focus from the selected item. Action: Close the modal item dialog without saving changes.
|
||||||
Key: [space] Action: Check/uncheck the selected item.
|
Key: [space] Action: Check/uncheck the selected item.
|
||||||
@ -36,12 +36,12 @@ Key: j Action: Select the next item in the list.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Jira</title>
|
<title>Modules: Jira</title>
|
||||||
<link>http://wtfutil.com/posts/modules/jira/</link>
|
<link>http://wtfutil.com/posts/modules/jira/</link>
|
||||||
<pubDate>Thu, 10 May 2018 10:44:35 -0700</pubDate>
|
<pubDate>Thu, 10 May 2018 10:44:35 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/jira/</guid>
|
<guid>http://wtfutil.com/posts/modules/jira/</guid>
|
||||||
<description>Description Displays all Jira issues assigned to you for the specified project.
|
<description>Displays all Jira issues assigned to you for the specified project.
|
||||||
Source Code wtf/jira/ Required ENV Variables Key: WTF_JIRA_API_KEY Value: Your Jira API key.
|
Source Code wtf/jira/ Required ENV Variables Key: WTF_JIRA_API_KEY Value: Your Jira API key.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration jira:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;domain:&#34;https://umbrellacorp.atlassian.net&#34;email:&#34;chriscummer@me.com&#34;enabled:trueposition:top:4left:1height:1width:2project:&#34;CORE&#34;refreshInterval:900username:&#34;chris.cummer&#34; Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
|
Configuration jira:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;domain:&#34;https://umbrellacorp.atlassian.net&#34;email:&#34;chriscummer@me.com&#34;enabled:trueposition:top:4left:1height:1width:2project:&#34;CORE&#34;refreshInterval:900username:&#34;chris.cummer&#34; Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
|
||||||
@ -51,12 +51,12 @@ email The email address associated with your Jira account.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Google Calendar</title>
|
<title>Modules: Google Calendar</title>
|
||||||
<link>http://wtfutil.com/posts/modules/gcal/</link>
|
<link>http://wtfutil.com/posts/modules/gcal/</link>
|
||||||
<pubDate>Thu, 10 May 2018 08:25:33 -0700</pubDate>
|
<pubDate>Thu, 10 May 2018 08:25:33 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/gcal/</guid>
|
<guid>http://wtfutil.com/posts/modules/gcal/</guid>
|
||||||
<description>Description Displays your upcoming Google calendar events.
|
<description>Displays your upcoming Google calendar events.
|
||||||
Source Code wtf/gcal/ Required ENV Variables Key: WTF_GOOGLE_CAL_CLIENT_ID Value: Your Google API client ID.
|
Source Code wtf/gcal/ Required ENV Variables Key: WTF_GOOGLE_CAL_CLIENT_ID Value: Your Google API client ID.
|
||||||
Key: WTF_GOOGLE_CAL_CLIENT_SECRET Value: Your Google API client secret.
|
Key: WTF_GOOGLE_CAL_CLIENT_SECRET Value: Your Google API client secret.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
@ -66,12 +66,12 @@ colors.highlights A list of arrays that define a regular expression pattern and
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Github</title>
|
<title>Modules: Github</title>
|
||||||
<link>http://wtfutil.com/posts/modules/github/</link>
|
<link>http://wtfutil.com/posts/modules/github/</link>
|
||||||
<pubDate>Wed, 09 May 2018 19:20:20 -0700</pubDate>
|
<pubDate>Wed, 09 May 2018 19:20:20 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/github/</guid>
|
<guid>http://wtfutil.com/posts/modules/github/</guid>
|
||||||
<description>Description Displays information about git repositories hosted on Github: open review requests, and open pull requests.
|
<description>Displays information about git repositories hosted on Github: open review requests, and open pull requests.
|
||||||
Open Review Requests All open code review requests assigned to you.
|
Open Review Requests All open code review requests assigned to you.
|
||||||
Open Pull Requests All open pull requests created by you.
|
Open Pull Requests All open pull requests created by you.
|
||||||
Source Code wtf/github/ Required ENV Variables Key: WTF_GITHUB_TOKEN Action: Your Github API token.
|
Source Code wtf/github/ Required ENV Variables Key: WTF_GITHUB_TOKEN Action: Your Github API token.
|
||||||
@ -81,26 +81,27 @@ Key: l Action: Show the next git repository.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Git</title>
|
<title>Modules: Git</title>
|
||||||
<link>http://wtfutil.com/posts/modules/git/</link>
|
<link>http://wtfutil.com/posts/modules/git/</link>
|
||||||
<pubDate>Wed, 09 May 2018 14:20:48 -0700</pubDate>
|
<pubDate>Wed, 09 May 2018 14:20:48 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/git/</guid>
|
<guid>http://wtfutil.com/posts/modules/git/</guid>
|
||||||
<description>Description Displays information about local git repositories: branch, changed files, and recent commits.
|
<description>Displays information about local git repositories: branch, changed files, and recent commits.
|
||||||
Branch The name of the currently-active git branch.
|
Branch The name of the currently-active git branch.
|
||||||
Changed Files A list of all the files that have changed since the last commit, and their status.
|
Changed Files A list of all the files that have changed since the last commit, and their status.
|
||||||
Recent Commits A list of n recent commits, who committed it, and when.
|
Recent Commits A list of n recent commits, who committed it, and when.
|
||||||
Source Code wtf/git/ Required ENV Variables None.
|
Source Code wtf/git/ Required ENV Variables None.
|
||||||
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.</description>
|
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.
|
||||||
|
Key: h Action: Show the previous git repository.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Weather</title>
|
<title>Modules: Weather</title>
|
||||||
<link>http://wtfutil.com/posts/modules/weather/</link>
|
<link>http://wtfutil.com/posts/modules/weather/</link>
|
||||||
<pubDate>Wed, 09 May 2018 11:44:13 -0700</pubDate>
|
<pubDate>Wed, 09 May 2018 11:44:13 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/weather/</guid>
|
<guid>http://wtfutil.com/posts/modules/weather/</guid>
|
||||||
<description>Description Displays a configurable list of current weather report, including current temperature, sunrise time, and sunset time.
|
<description>Displays a configurable list of current weather report, including current temperature, sunrise time, and sunset time.
|
||||||
Source Code wtf/weather/ Required ENV Variables Key: WTF_OWM_API_KEY Action: Your OpenWeatherMap API key.
|
Source Code wtf/weather/ Required ENV Variables Key: WTF_OWM_API_KEY Action: Your OpenWeatherMap API key.
|
||||||
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.
|
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.
|
||||||
Key: h Action: Show the previous weather location.
|
Key: h Action: Show the previous weather location.
|
||||||
@ -110,12 +111,12 @@ Key: → Action: Show the next weather location.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Textfile</title>
|
<title>Modules: Textfile</title>
|
||||||
<link>http://wtfutil.com/posts/modules/textfile/</link>
|
<link>http://wtfutil.com/posts/modules/textfile/</link>
|
||||||
<pubDate>Wed, 09 May 2018 11:13:11 -0700</pubDate>
|
<pubDate>Wed, 09 May 2018 11:13:11 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/textfile/</guid>
|
<guid>http://wtfutil.com/posts/modules/textfile/</guid>
|
||||||
<description>Description Displays the contents of the specified text file in the widget.
|
<description>Displays the contents of the specified text file in the widget.
|
||||||
Source Code wtf/textfile/ Required ENV Variables None.
|
Source Code wtf/textfile/ Required ENV Variables None.
|
||||||
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.
|
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.
|
||||||
Key: o Action: Opens the text file in whichever text editor is associated with that file type.
|
Key: o Action: Opens the text file in whichever text editor is associated with that file type.
|
||||||
@ -124,12 +125,12 @@ filePath The path to the file to be displayed in the widget.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Newrelic</title>
|
<title>Modules: New Relic</title>
|
||||||
<link>http://wtfutil.com/posts/modules/newrelic/</link>
|
<link>http://wtfutil.com/posts/modules/newrelic/</link>
|
||||||
<pubDate>Wed, 09 May 2018 09:01:14 -0700</pubDate>
|
<pubDate>Wed, 09 May 2018 09:01:14 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/newrelic/</guid>
|
<guid>http://wtfutil.com/posts/modules/newrelic/</guid>
|
||||||
<description>Description Connects to the New Relic API and displays the last n deploys of the monitored application: deploy ID, deploy time, and who deployed it.
|
<description>Connects to the New Relic API and displays the last n deploys of the monitored application: deploy ID, deploy time, and who deployed it.
|
||||||
Source Code wtf/newrelic/ Required ENV Variables Key: WTF_NEW_RELIC_API_KEY Value: Your New Relic API token.
|
Source Code wtf/newrelic/ Required ENV Variables Key: WTF_NEW_RELIC_API_KEY Value: Your New Relic API token.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration newrelic:applicationId:10549735deployCount:6enabled:trueposition:top:4left:3height:1width:2refreshInterval:900 Attributes applicationId The integer ID of the New Relic application you wish to report on. Values: A positive integer, 0..n.
|
Configuration newrelic:applicationId:10549735deployCount:6enabled:trueposition:top:4left:3height:1width:2refreshInterval:900 Attributes applicationId The integer ID of the New Relic application you wish to report on. Values: A positive integer, 0..n.
|
||||||
@ -137,12 +138,12 @@ deployCount The number of past deploys to display on screen.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Opsgenie</title>
|
<title>Modules: OpsGenie</title>
|
||||||
<link>http://wtfutil.com/posts/modules/opsgenie/</link>
|
<link>http://wtfutil.com/posts/modules/opsgenie/</link>
|
||||||
<pubDate>Tue, 08 May 2018 20:53:40 -0700</pubDate>
|
<pubDate>Tue, 08 May 2018 20:53:40 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/opsgenie/</guid>
|
<guid>http://wtfutil.com/posts/modules/opsgenie/</guid>
|
||||||
<description>Description Connects to the OpsGenie API and displays all your scheduled rotations and who&rsquo;s currently on call.
|
<description>Connects to the OpsGenie API and displays all your scheduled rotations and who&rsquo;s currently on call.
|
||||||
Source Code wtf/opsgenie/ Required ENV Variables Key: WTF_OPS_GENIE_API_KEY Value: Your OpsGenie API token.
|
Source Code wtf/opsgenie/ Required ENV Variables Key: WTF_OPS_GENIE_API_KEY Value: Your OpsGenie API token.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration opsgenie:displayEmpty:falseenabled:trueposition:top:2left:1height:2width:1refreshInterval:21600 Attributes displayEmpty Whether schedules with no assigned person on-call should be displayed. Values: true, false.
|
Configuration opsgenie:displayEmpty:falseenabled:trueposition:top:2left:1height:2width:1refreshInterval:21600 Attributes displayEmpty Whether schedules with no assigned person on-call should be displayed. Values: true, false.
|
||||||
@ -151,36 +152,36 @@ position Where in the grid this module&rsquo;s widget will be displayed.</de
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Security</title>
|
<title>Modules: Security</title>
|
||||||
<link>http://wtfutil.com/posts/modules/security/</link>
|
<link>http://wtfutil.com/posts/modules/security/</link>
|
||||||
<pubDate>Tue, 08 May 2018 20:33:28 -0700</pubDate>
|
<pubDate>Tue, 08 May 2018 20:33:28 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/security/</guid>
|
<guid>http://wtfutil.com/posts/modules/security/</guid>
|
||||||
<description>Description Displays some general information about the state of the machine&rsquo;s wifi connection, firewall, and DNS settings.
|
<description>Displays some general information about the state of the machine&rsquo;s wifi connection, firewall, and DNS settings.
|
||||||
Wifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Source Code wtf/security Required ENV Variables None.</description>
|
Wifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Source Code wtf/security Required ENV Variables None.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Bamboohr</title>
|
<title>Modules: Bamboohr</title>
|
||||||
<link>http://wtfutil.com/posts/modules/bamboohr/</link>
|
<link>http://wtfutil.com/posts/modules/bamboohr/</link>
|
||||||
<pubDate>Mon, 07 May 2018 20:17:37 -0700</pubDate>
|
<pubDate>Mon, 07 May 2018 20:17:37 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/bamboohr/</guid>
|
<guid>http://wtfutil.com/posts/modules/bamboohr/</guid>
|
||||||
<description>Description Connects to the BambooHR API and displays who will be Away today.
|
<description>Connects to the BambooHR API and displays who will be Away today.
|
||||||
Source Code wtf/bamboohr Required ENV Variables Key: WTF_BAMBOO_HR_TOKEN Value: Your BambooHR API token.
|
Source Code wtf/bamboohr Required ENV Variables Key: WTF_BAMBOO_HR_TOKEN Value: Your BambooHR API token.
|
||||||
Key: WTF_BAMBOO_HR_SUBDOMAIN Value: Your BambooHR API subdomain name.
|
Key: WTF_BAMBOO_HR_SUBDOMAIN Value: Your BambooHR API subdomain name.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration bamboohr:enabled:trueposition:top:0left:1height:2width:1refreshInterval:900 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false.
|
Configuration bamboohr:enabled:trueposition:top:0left:1height:2width:1refreshInterval:900 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false.
|
||||||
position Defines where in the grid this module&rsquo;s widget will be displayed.</description>
|
position Defines where in the grid this module&rsquo;s widget will be displayed. refreshInterval How often, in seconds, this module will update its data.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Clocks</title>
|
<title>Modules: Clocks</title>
|
||||||
<link>http://wtfutil.com/posts/modules/clocks/</link>
|
<link>http://wtfutil.com/posts/modules/clocks/</link>
|
||||||
<pubDate>Mon, 07 May 2018 19:47:31 -0700</pubDate>
|
<pubDate>Mon, 07 May 2018 19:47:31 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/clocks/</guid>
|
<guid>http://wtfutil.com/posts/modules/clocks/</guid>
|
||||||
<description>Description Displays a configurable list of world clocks, the local time, and date.
|
<description>Displays a configurable list of world clocks, the local time, and date.
|
||||||
Source Code wtf/clocks/ Required ENV Variables None.
|
Source Code wtf/clocks/ Required ENV Variables None.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration clocks:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;enabled:truelocations:# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesAvignon:&#34;Europe/Paris&#34;Barcelona:&#34;Europe/Madrid&#34;Dubai:&#34;Asia/Dubai&#34;UTC:&#34;Etc/UTC&#34;Vancouver:&#34;America/Vancouver&#34;Toronto:&#34;America/Toronto&#34;position:top:4left:0height:1width:1refreshInterval:15# Valid options are: alphabetical, chronologicalsort:&#34;alphabetical&#34; Attributes colors.rows.even The foreground color for even-numbered rows. Values: Any X11 color name.
|
Configuration clocks:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;enabled:truelocations:# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesAvignon:&#34;Europe/Paris&#34;Barcelona:&#34;Europe/Madrid&#34;Dubai:&#34;Asia/Dubai&#34;UTC:&#34;Etc/UTC&#34;Vancouver:&#34;America/Vancouver&#34;Toronto:&#34;America/Toronto&#34;position:top:4left:0height:1width:1refreshInterval:15# Valid options are: alphabetical, chronologicalsort:&#34;alphabetical&#34; Attributes colors.rows.even The foreground color for even-numbered rows. Values: Any X11 color name.
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Attributes | WTF</title>
|
<title>Configuration: Attributes | WTF</title>
|
||||||
<meta content="Attributes - WTF" property="og:title">
|
<meta content="Configuration: Attributes - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,26 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Attributes</h1>
|
<h1>Configuration: Attributes</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 16, 2018
|
May 16, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p>This page describes the top-level attributes that can be added to
|
<p>The following top-level attributes are configurable in <code>config.yml</code>.
|
||||||
<code>config.yml</code>.</p>
|
See this <a href="https://github.com/senorprogrammer/wtf/blob/master/_sample_configs/simple_config.yml">example config file</a> for more details.</p>
|
||||||
<div class="highlight"><pre class="chroma"><code class="language-yaml" data-lang="yaml">wtf<span class="p">:</span><span class="w">
|
<div class="highlight"><pre class="chroma"><code class="language-yaml" data-lang="yaml">wtf<span class="p">:</span><span class="w">
|
||||||
</span><span class="w"> </span>colors<span class="p">:</span><span class="w">
|
</span><span class="w"> </span>colors<span class="p">:</span><span class="w">
|
||||||
</span><span class="w"> </span>border<span class="p">:</span><span class="w">
|
</span><span class="w"> </span>border<span class="p">:</span><span class="w">
|
||||||
@ -163,6 +163,7 @@ change. <br />
|
|||||||
Values: A positive integer, <code>0..n</code>.</p>
|
Values: A positive integer, <code>0..n</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -96,13 +96,13 @@
|
|||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> Apr 15, 2018
|
Apr 15, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 2 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -148,6 +148,7 @@ variable(s) can be found in that module’s “Required ENV Variables&rd
|
|||||||
section of the documentation. See <a href="/posts/modules/opsgenie/">OpsGenie</a> for an example.</p>
|
section of the documentation. See <a href="/posts/modules/opsgenie/">OpsGenie</a> for an example.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -96,13 +96,13 @@
|
|||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> Apr 17, 2018
|
Apr 17, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -123,6 +123,7 @@ being the interface between the app and the data collection.</p>
|
|||||||
<p>Widgets are defined by a required <code>widget.go</code> file in a Module.</p>
|
<p>Widgets are defined by a required <code>widget.go</code> file in a Module.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -95,91 +95,91 @@
|
|||||||
<ul class="posts">
|
<ul class="posts">
|
||||||
<li>
|
<li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/configuration/attributes/">Attributes</a>
|
<a href="http://wtfutil.com/posts/configuration/attributes/">Configuration: Attributes</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 16, 2018</time>
|
<time class="pull-right post-list">May 16, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/todo/">Todo</a>
|
<a href="http://wtfutil.com/posts/modules/todo/">Modules: Todo</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 10, 2018</time>
|
<time class="pull-right post-list">May 10, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/jira/">Jira</a>
|
<a href="http://wtfutil.com/posts/modules/jira/">Modules: Jira</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 10, 2018</time>
|
<time class="pull-right post-list">May 10, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/gcal/">Google Calendar</a>
|
<a href="http://wtfutil.com/posts/modules/gcal/">Modules: Google Calendar</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 10, 2018</time>
|
<time class="pull-right post-list">May 10, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/github/">Github</a>
|
<a href="http://wtfutil.com/posts/modules/github/">Modules: Github</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 09, 2018</time>
|
<time class="pull-right post-list">May 09, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/git/">Git</a>
|
<a href="http://wtfutil.com/posts/modules/git/">Modules: Git</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 09, 2018</time>
|
<time class="pull-right post-list">May 09, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/weather/">Weather</a>
|
<a href="http://wtfutil.com/posts/modules/weather/">Modules: Weather</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 09, 2018</time>
|
<time class="pull-right post-list">May 09, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/textfile/">Textfile</a>
|
<a href="http://wtfutil.com/posts/modules/textfile/">Modules: Textfile</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 09, 2018</time>
|
<time class="pull-right post-list">May 09, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/newrelic/">Newrelic</a>
|
<a href="http://wtfutil.com/posts/modules/newrelic/">Modules: New Relic</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 09, 2018</time>
|
<time class="pull-right post-list">May 09, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/opsgenie/">Opsgenie</a>
|
<a href="http://wtfutil.com/posts/modules/opsgenie/">Modules: OpsGenie</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 08, 2018</time>
|
<time class="pull-right post-list">May 08, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/security/">Security</a>
|
<a href="http://wtfutil.com/posts/modules/security/">Modules: Security</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 08, 2018</time>
|
<time class="pull-right post-list">May 08, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/bamboohr/">Bamboohr</a>
|
<a href="http://wtfutil.com/posts/modules/bamboohr/">Modules: Bamboohr</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 07, 2018</time>
|
<time class="pull-right post-list">May 07, 2018</time>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</li><li>
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/clocks/">Clocks</a>
|
<a href="http://wtfutil.com/posts/modules/clocks/">Modules: Clocks</a>
|
||||||
|
|
||||||
<time class="pull-right post-list">May 07, 2018</time>
|
<time class="pull-right post-list">May 07, 2018</time>
|
||||||
|
|
||||||
|
@ -12,22 +12,22 @@
|
|||||||
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Attributes</title>
|
<title>Configuration: Attributes</title>
|
||||||
<link>http://wtfutil.com/posts/configuration/attributes/</link>
|
<link>http://wtfutil.com/posts/configuration/attributes/</link>
|
||||||
<pubDate>Wed, 16 May 2018 21:51:23 -0700</pubDate>
|
<pubDate>Wed, 16 May 2018 21:51:23 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/configuration/attributes/</guid>
|
<guid>http://wtfutil.com/posts/configuration/attributes/</guid>
|
||||||
<description>This page describes the top-level attributes that can be added to config.yml.
|
<description>The following top-level attributes are configurable in config.yml. See this example config file for more details.
|
||||||
wtf:colors:border:Focusable:&#34;darkslateblue&#34;focused:&#34;orange&#34;normal:&#34;gray&#34;grid:# How _wide_ the columns are, in terminal characters. In this case we have# six columns, each of which are 35 characters widecolumns:[35,35,35,35,35,35]# How _high_ the rows are, in terminal lines. In this case we have five rows# that support ten line of text, one of three lines, and one of fourrows:[10,10,10,10,10,3,4]# The app redraws itself once a secondrefreshInterval:1 Attributes colors.</description>
|
wtf:colors:border:Focusable:&#34;darkslateblue&#34;focused:&#34;orange&#34;normal:&#34;gray&#34;grid:# How _wide_ the columns are, in terminal characters. In this case we have# six columns, each of which are 35 characters widecolumns:[35,35,35,35,35,35]# How _high_ the rows are, in terminal lines. In this case we have five rows# that support ten line of text, one of three lines, and one of fourrows:[10,10,10,10,10,3,4]# The app redraws itself once a secondrefreshInterval:1 Attributes colors.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Todo</title>
|
<title>Modules: Todo</title>
|
||||||
<link>http://wtfutil.com/posts/modules/todo/</link>
|
<link>http://wtfutil.com/posts/modules/todo/</link>
|
||||||
<pubDate>Thu, 10 May 2018 12:41:50 -0700</pubDate>
|
<pubDate>Thu, 10 May 2018 12:41:50 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/todo/</guid>
|
<guid>http://wtfutil.com/posts/modules/todo/</guid>
|
||||||
<description>Description An interactive todo list.
|
<description>An interactive todo list.
|
||||||
Source Code wtf/todo/ Required ENV Variables None.
|
Source Code wtf/todo/ Required ENV Variables None.
|
||||||
Keyboard Commands Key: [return] Action: Edit the selected item. Action: Close the modal item dialog and save changes. Key: [esc] Action: Remove focus from the selected item. Action: Close the modal item dialog without saving changes.
|
Keyboard Commands Key: [return] Action: Edit the selected item. Action: Close the modal item dialog and save changes. Key: [esc] Action: Remove focus from the selected item. Action: Close the modal item dialog without saving changes.
|
||||||
Key: [space] Action: Check/uncheck the selected item.
|
Key: [space] Action: Check/uncheck the selected item.
|
||||||
@ -36,12 +36,12 @@ Key: j Action: Select the next item in the list.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Jira</title>
|
<title>Modules: Jira</title>
|
||||||
<link>http://wtfutil.com/posts/modules/jira/</link>
|
<link>http://wtfutil.com/posts/modules/jira/</link>
|
||||||
<pubDate>Thu, 10 May 2018 10:44:35 -0700</pubDate>
|
<pubDate>Thu, 10 May 2018 10:44:35 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/jira/</guid>
|
<guid>http://wtfutil.com/posts/modules/jira/</guid>
|
||||||
<description>Description Displays all Jira issues assigned to you for the specified project.
|
<description>Displays all Jira issues assigned to you for the specified project.
|
||||||
Source Code wtf/jira/ Required ENV Variables Key: WTF_JIRA_API_KEY Value: Your Jira API key.
|
Source Code wtf/jira/ Required ENV Variables Key: WTF_JIRA_API_KEY Value: Your Jira API key.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration jira:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;domain:&#34;https://umbrellacorp.atlassian.net&#34;email:&#34;chriscummer@me.com&#34;enabled:trueposition:top:4left:1height:1width:2project:&#34;CORE&#34;refreshInterval:900username:&#34;chris.cummer&#34; Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
|
Configuration jira:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;domain:&#34;https://umbrellacorp.atlassian.net&#34;email:&#34;chriscummer@me.com&#34;enabled:trueposition:top:4left:1height:1width:2project:&#34;CORE&#34;refreshInterval:900username:&#34;chris.cummer&#34; Attributes colors.rows.even Define the foreground color for even-numbered rows. Values: Any X11 color name.
|
||||||
@ -51,12 +51,12 @@ email The email address associated with your Jira account.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Google Calendar</title>
|
<title>Modules: Google Calendar</title>
|
||||||
<link>http://wtfutil.com/posts/modules/gcal/</link>
|
<link>http://wtfutil.com/posts/modules/gcal/</link>
|
||||||
<pubDate>Thu, 10 May 2018 08:25:33 -0700</pubDate>
|
<pubDate>Thu, 10 May 2018 08:25:33 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/gcal/</guid>
|
<guid>http://wtfutil.com/posts/modules/gcal/</guid>
|
||||||
<description>Description Displays your upcoming Google calendar events.
|
<description>Displays your upcoming Google calendar events.
|
||||||
Source Code wtf/gcal/ Required ENV Variables Key: WTF_GOOGLE_CAL_CLIENT_ID Value: Your Google API client ID.
|
Source Code wtf/gcal/ Required ENV Variables Key: WTF_GOOGLE_CAL_CLIENT_ID Value: Your Google API client ID.
|
||||||
Key: WTF_GOOGLE_CAL_CLIENT_SECRET Value: Your Google API client secret.
|
Key: WTF_GOOGLE_CAL_CLIENT_SECRET Value: Your Google API client secret.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
@ -66,12 +66,12 @@ colors.highlights A list of arrays that define a regular expression pattern and
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Github</title>
|
<title>Modules: Github</title>
|
||||||
<link>http://wtfutil.com/posts/modules/github/</link>
|
<link>http://wtfutil.com/posts/modules/github/</link>
|
||||||
<pubDate>Wed, 09 May 2018 19:20:20 -0700</pubDate>
|
<pubDate>Wed, 09 May 2018 19:20:20 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/github/</guid>
|
<guid>http://wtfutil.com/posts/modules/github/</guid>
|
||||||
<description>Description Displays information about git repositories hosted on Github: open review requests, and open pull requests.
|
<description>Displays information about git repositories hosted on Github: open review requests, and open pull requests.
|
||||||
Open Review Requests All open code review requests assigned to you.
|
Open Review Requests All open code review requests assigned to you.
|
||||||
Open Pull Requests All open pull requests created by you.
|
Open Pull Requests All open pull requests created by you.
|
||||||
Source Code wtf/github/ Required ENV Variables Key: WTF_GITHUB_TOKEN Action: Your Github API token.
|
Source Code wtf/github/ Required ENV Variables Key: WTF_GITHUB_TOKEN Action: Your Github API token.
|
||||||
@ -81,26 +81,27 @@ Key: l Action: Show the next git repository.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Git</title>
|
<title>Modules: Git</title>
|
||||||
<link>http://wtfutil.com/posts/modules/git/</link>
|
<link>http://wtfutil.com/posts/modules/git/</link>
|
||||||
<pubDate>Wed, 09 May 2018 14:20:48 -0700</pubDate>
|
<pubDate>Wed, 09 May 2018 14:20:48 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/git/</guid>
|
<guid>http://wtfutil.com/posts/modules/git/</guid>
|
||||||
<description>Description Displays information about local git repositories: branch, changed files, and recent commits.
|
<description>Displays information about local git repositories: branch, changed files, and recent commits.
|
||||||
Branch The name of the currently-active git branch.
|
Branch The name of the currently-active git branch.
|
||||||
Changed Files A list of all the files that have changed since the last commit, and their status.
|
Changed Files A list of all the files that have changed since the last commit, and their status.
|
||||||
Recent Commits A list of n recent commits, who committed it, and when.
|
Recent Commits A list of n recent commits, who committed it, and when.
|
||||||
Source Code wtf/git/ Required ENV Variables None.
|
Source Code wtf/git/ Required ENV Variables None.
|
||||||
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.</description>
|
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.
|
||||||
|
Key: h Action: Show the previous git repository.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Weather</title>
|
<title>Modules: Weather</title>
|
||||||
<link>http://wtfutil.com/posts/modules/weather/</link>
|
<link>http://wtfutil.com/posts/modules/weather/</link>
|
||||||
<pubDate>Wed, 09 May 2018 11:44:13 -0700</pubDate>
|
<pubDate>Wed, 09 May 2018 11:44:13 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/weather/</guid>
|
<guid>http://wtfutil.com/posts/modules/weather/</guid>
|
||||||
<description>Description Displays a configurable list of current weather report, including current temperature, sunrise time, and sunset time.
|
<description>Displays a configurable list of current weather report, including current temperature, sunrise time, and sunset time.
|
||||||
Source Code wtf/weather/ Required ENV Variables Key: WTF_OWM_API_KEY Action: Your OpenWeatherMap API key.
|
Source Code wtf/weather/ Required ENV Variables Key: WTF_OWM_API_KEY Action: Your OpenWeatherMap API key.
|
||||||
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.
|
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.
|
||||||
Key: h Action: Show the previous weather location.
|
Key: h Action: Show the previous weather location.
|
||||||
@ -110,12 +111,12 @@ Key: → Action: Show the next weather location.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Textfile</title>
|
<title>Modules: Textfile</title>
|
||||||
<link>http://wtfutil.com/posts/modules/textfile/</link>
|
<link>http://wtfutil.com/posts/modules/textfile/</link>
|
||||||
<pubDate>Wed, 09 May 2018 11:13:11 -0700</pubDate>
|
<pubDate>Wed, 09 May 2018 11:13:11 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/textfile/</guid>
|
<guid>http://wtfutil.com/posts/modules/textfile/</guid>
|
||||||
<description>Description Displays the contents of the specified text file in the widget.
|
<description>Displays the contents of the specified text file in the widget.
|
||||||
Source Code wtf/textfile/ Required ENV Variables None.
|
Source Code wtf/textfile/ Required ENV Variables None.
|
||||||
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.
|
Keyboard Commands Key: / Action: Open/close the widget&rsquo;s help window.
|
||||||
Key: o Action: Opens the text file in whichever text editor is associated with that file type.
|
Key: o Action: Opens the text file in whichever text editor is associated with that file type.
|
||||||
@ -124,12 +125,12 @@ filePath The path to the file to be displayed in the widget.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Newrelic</title>
|
<title>Modules: New Relic</title>
|
||||||
<link>http://wtfutil.com/posts/modules/newrelic/</link>
|
<link>http://wtfutil.com/posts/modules/newrelic/</link>
|
||||||
<pubDate>Wed, 09 May 2018 09:01:14 -0700</pubDate>
|
<pubDate>Wed, 09 May 2018 09:01:14 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/newrelic/</guid>
|
<guid>http://wtfutil.com/posts/modules/newrelic/</guid>
|
||||||
<description>Description Connects to the New Relic API and displays the last n deploys of the monitored application: deploy ID, deploy time, and who deployed it.
|
<description>Connects to the New Relic API and displays the last n deploys of the monitored application: deploy ID, deploy time, and who deployed it.
|
||||||
Source Code wtf/newrelic/ Required ENV Variables Key: WTF_NEW_RELIC_API_KEY Value: Your New Relic API token.
|
Source Code wtf/newrelic/ Required ENV Variables Key: WTF_NEW_RELIC_API_KEY Value: Your New Relic API token.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration newrelic:applicationId:10549735deployCount:6enabled:trueposition:top:4left:3height:1width:2refreshInterval:900 Attributes applicationId The integer ID of the New Relic application you wish to report on. Values: A positive integer, 0..n.
|
Configuration newrelic:applicationId:10549735deployCount:6enabled:trueposition:top:4left:3height:1width:2refreshInterval:900 Attributes applicationId The integer ID of the New Relic application you wish to report on. Values: A positive integer, 0..n.
|
||||||
@ -137,12 +138,12 @@ deployCount The number of past deploys to display on screen.</description>
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Opsgenie</title>
|
<title>Modules: OpsGenie</title>
|
||||||
<link>http://wtfutil.com/posts/modules/opsgenie/</link>
|
<link>http://wtfutil.com/posts/modules/opsgenie/</link>
|
||||||
<pubDate>Tue, 08 May 2018 20:53:40 -0700</pubDate>
|
<pubDate>Tue, 08 May 2018 20:53:40 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/opsgenie/</guid>
|
<guid>http://wtfutil.com/posts/modules/opsgenie/</guid>
|
||||||
<description>Description Connects to the OpsGenie API and displays all your scheduled rotations and who&rsquo;s currently on call.
|
<description>Connects to the OpsGenie API and displays all your scheduled rotations and who&rsquo;s currently on call.
|
||||||
Source Code wtf/opsgenie/ Required ENV Variables Key: WTF_OPS_GENIE_API_KEY Value: Your OpsGenie API token.
|
Source Code wtf/opsgenie/ Required ENV Variables Key: WTF_OPS_GENIE_API_KEY Value: Your OpsGenie API token.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration opsgenie:displayEmpty:falseenabled:trueposition:top:2left:1height:2width:1refreshInterval:21600 Attributes displayEmpty Whether schedules with no assigned person on-call should be displayed. Values: true, false.
|
Configuration opsgenie:displayEmpty:falseenabled:trueposition:top:2left:1height:2width:1refreshInterval:21600 Attributes displayEmpty Whether schedules with no assigned person on-call should be displayed. Values: true, false.
|
||||||
@ -151,36 +152,36 @@ position Where in the grid this module&rsquo;s widget will be displayed.</de
|
|||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Security</title>
|
<title>Modules: Security</title>
|
||||||
<link>http://wtfutil.com/posts/modules/security/</link>
|
<link>http://wtfutil.com/posts/modules/security/</link>
|
||||||
<pubDate>Tue, 08 May 2018 20:33:28 -0700</pubDate>
|
<pubDate>Tue, 08 May 2018 20:33:28 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/security/</guid>
|
<guid>http://wtfutil.com/posts/modules/security/</guid>
|
||||||
<description>Description Displays some general information about the state of the machine&rsquo;s wifi connection, firewall, and DNS settings.
|
<description>Displays some general information about the state of the machine&rsquo;s wifi connection, firewall, and DNS settings.
|
||||||
Wifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Source Code wtf/security Required ENV Variables None.</description>
|
Wifi Network The name of the current network Whether or not the network uses encryption and if so, what flavour Firewall Whether or not the firewall is enabled Whether or not Stealth Mode is enabled DNS Which DNS resolvers (servers) the machine is configured to use Source Code wtf/security Required ENV Variables None.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Bamboohr</title>
|
<title>Modules: Bamboohr</title>
|
||||||
<link>http://wtfutil.com/posts/modules/bamboohr/</link>
|
<link>http://wtfutil.com/posts/modules/bamboohr/</link>
|
||||||
<pubDate>Mon, 07 May 2018 20:17:37 -0700</pubDate>
|
<pubDate>Mon, 07 May 2018 20:17:37 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/bamboohr/</guid>
|
<guid>http://wtfutil.com/posts/modules/bamboohr/</guid>
|
||||||
<description>Description Connects to the BambooHR API and displays who will be Away today.
|
<description>Connects to the BambooHR API and displays who will be Away today.
|
||||||
Source Code wtf/bamboohr Required ENV Variables Key: WTF_BAMBOO_HR_TOKEN Value: Your BambooHR API token.
|
Source Code wtf/bamboohr Required ENV Variables Key: WTF_BAMBOO_HR_TOKEN Value: Your BambooHR API token.
|
||||||
Key: WTF_BAMBOO_HR_SUBDOMAIN Value: Your BambooHR API subdomain name.
|
Key: WTF_BAMBOO_HR_SUBDOMAIN Value: Your BambooHR API subdomain name.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration bamboohr:enabled:trueposition:top:0left:1height:2width:1refreshInterval:900 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false.
|
Configuration bamboohr:enabled:trueposition:top:0left:1height:2width:1refreshInterval:900 Attributes enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false.
|
||||||
position Defines where in the grid this module&rsquo;s widget will be displayed.</description>
|
position Defines where in the grid this module&rsquo;s widget will be displayed. refreshInterval How often, in seconds, this module will update its data.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Clocks</title>
|
<title>Modules: Clocks</title>
|
||||||
<link>http://wtfutil.com/posts/modules/clocks/</link>
|
<link>http://wtfutil.com/posts/modules/clocks/</link>
|
||||||
<pubDate>Mon, 07 May 2018 19:47:31 -0700</pubDate>
|
<pubDate>Mon, 07 May 2018 19:47:31 -0700</pubDate>
|
||||||
|
|
||||||
<guid>http://wtfutil.com/posts/modules/clocks/</guid>
|
<guid>http://wtfutil.com/posts/modules/clocks/</guid>
|
||||||
<description>Description Displays a configurable list of world clocks, the local time, and date.
|
<description>Displays a configurable list of world clocks, the local time, and date.
|
||||||
Source Code wtf/clocks/ Required ENV Variables None.
|
Source Code wtf/clocks/ Required ENV Variables None.
|
||||||
Keyboard Commands None.
|
Keyboard Commands None.
|
||||||
Configuration clocks:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;enabled:truelocations:# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesAvignon:&#34;Europe/Paris&#34;Barcelona:&#34;Europe/Madrid&#34;Dubai:&#34;Asia/Dubai&#34;UTC:&#34;Etc/UTC&#34;Vancouver:&#34;America/Vancouver&#34;Toronto:&#34;America/Toronto&#34;position:top:4left:0height:1width:1refreshInterval:15# Valid options are: alphabetical, chronologicalsort:&#34;alphabetical&#34; Attributes colors.rows.even The foreground color for even-numbered rows. Values: Any X11 color name.
|
Configuration clocks:colors:rows:even:&#34;lightblue&#34;odd:&#34;white&#34;enabled:truelocations:# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesAvignon:&#34;Europe/Paris&#34;Barcelona:&#34;Europe/Madrid&#34;Dubai:&#34;Asia/Dubai&#34;UTC:&#34;Etc/UTC&#34;Vancouver:&#34;America/Vancouver&#34;Toronto:&#34;America/Toronto&#34;position:top:4left:0height:1width:1refreshInterval:15# Valid options are: alphabetical, chronologicalsort:&#34;alphabetical&#34; Attributes colors.rows.even The foreground color for even-numbered rows. Values: Any X11 color name.
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Bamboohr | WTF</title>
|
<title>Modules: Bamboohr | WTF</title>
|
||||||
<meta content="Bamboohr - WTF" property="og:title">
|
<meta content="Modules: Bamboohr - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Bamboohr</h1>
|
<h1>Modules: Bamboohr</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 07, 2018
|
May 07, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Connects to the BambooHR API and displays who will be Away today.</p>
|
<p>Connects to the BambooHR API and displays who will be Away today.</p>
|
||||||
|
|
||||||
<h2 id="source-code">Source Code</h2>
|
<h2 id="source-code">Source Code</h2>
|
||||||
@ -149,6 +147,7 @@ How often, in seconds, this module will update its data. <br />
|
|||||||
Values: Any positive integer, <code>0..n</code>.</p>
|
Values: Any positive integer, <code>0..n</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Clocks | WTF</title>
|
<title>Modules: Clocks | WTF</title>
|
||||||
<meta content="Clocks - WTF" property="og:title">
|
<meta content="Modules: Clocks - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Clocks</h1>
|
<h1>Modules: Clocks</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 07, 2018
|
May 07, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Displays a configurable list of world clocks, the local time, and date.</p>
|
<p>Displays a configurable list of world clocks, the local time, and date.</p>
|
||||||
|
|
||||||
<p><img src="/imgs/modules/clocks.png" width="320" height="191" alt="clocks screenshot" /></p>
|
<p><img src="/imgs/modules/clocks.png" width="320" height="191" alt="clocks screenshot" /></p>
|
||||||
@ -183,6 +181,7 @@ acending order by <code>key</code>, <code>chronological</code> will sort in asce
|
|||||||
date/time.</p>
|
date/time.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Google Calendar | WTF</title>
|
<title>Modules: Google Calendar | WTF</title>
|
||||||
<meta content="Google Calendar - WTF" property="og:title">
|
<meta content="Modules: Google Calendar - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Google Calendar</h1>
|
<h1>Modules: Google Calendar</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 10, 2018
|
May 10, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 2 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Displays your upcoming Google calendar events.</p>
|
<p>Displays your upcoming Google calendar events.</p>
|
||||||
|
|
||||||
<p><img src="/imgs/modules/gcal.png" width="320" height="389" alt="gcal screenshot" /></p>
|
<p><img src="/imgs/modules/gcal.png" width="320" height="389" alt="gcal screenshot" /></p>
|
||||||
@ -216,6 +214,7 @@ Your <a href="https://developers.google.com/calendar/quickstart/go">Google clien
|
|||||||
Values: A string representing a file path to the JSON secret file.</p>
|
Values: A string representing a file path to the JSON secret file.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Git | WTF</title>
|
<title>Modules: Git | WTF</title>
|
||||||
<meta content="Git - WTF" property="og:title">
|
<meta content="Modules: Git - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Git</h1>
|
<h1>Modules: Git</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 09, 2018
|
May 09, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Displays information about local git repositories: branch, changed
|
<p>Displays information about local git repositories: branch, changed
|
||||||
files, and recent commits.</p>
|
files, and recent commits.</p>
|
||||||
|
|
||||||
@ -186,6 +184,7 @@ Defines which git repositories to watch. <br />
|
|||||||
Values: A list of zero or more local file paths pointing to valid git repositories.</p>
|
Values: A list of zero or more local file paths pointing to valid git repositories.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Github | WTF</title>
|
<title>Modules: Github | WTF</title>
|
||||||
<meta content="Github - WTF" property="og:title">
|
<meta content="Modules: Github - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Github</h1>
|
<h1>Modules: Github</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 09, 2018
|
May 09, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Displays information about git repositories hosted on Github: open
|
<p>Displays information about git repositories hosted on Github: open
|
||||||
review requests, and open pull requests.</p>
|
review requests, and open pull requests.</p>
|
||||||
|
|
||||||
@ -184,6 +182,7 @@ Your Github username. Used to figure out which review requests you’ve
|
|||||||
been added to.</p>
|
been added to.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -96,13 +96,13 @@
|
|||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 07, 2018
|
May 07, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -137,6 +137,7 @@ display in the “Clocks” widget.</p>
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Jira | WTF</title>
|
<title>Modules: Jira | WTF</title>
|
||||||
<meta content="Jira - WTF" property="og:title">
|
<meta content="Modules: Jira - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Jira</h1>
|
<h1>Modules: Jira</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 10, 2018
|
May 10, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Displays all Jira issues assigned to you for the specified project.</p>
|
<p>Displays all Jira issues assigned to you for the specified project.</p>
|
||||||
|
|
||||||
<p><img src="/imgs/modules/jira.png" width="640" height="188" alt="jira screenshot" /></p>
|
<p><img src="/imgs/modules/jira.png" width="640" height="188" alt="jira screenshot" /></p>
|
||||||
@ -180,6 +178,7 @@ Values: A positive integer, <code>0..n</code>.</p>
|
|||||||
Your Jira username. <br /></p>
|
Your Jira username. <br /></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Newrelic | WTF</title>
|
<title>Modules: New Relic | WTF</title>
|
||||||
<meta content="Newrelic - WTF" property="og:title">
|
<meta content="Modules: New Relic - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Newrelic</h1>
|
<h1>Modules: New Relic</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 09, 2018
|
May 09, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Connects to the New Relic API and displays the last n deploys of the
|
<p>Connects to the New Relic API and displays the last n deploys of the
|
||||||
monitored application: deploy ID, deploy time, and who deployed it.</p>
|
monitored application: deploy ID, deploy time, and who deployed it.</p>
|
||||||
|
|
||||||
@ -161,6 +159,7 @@ How often, in seconds, this module will update its data. <br />
|
|||||||
Values: A positive integer, <code>0..n</code>.</p>
|
Values: A positive integer, <code>0..n</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Opsgenie | WTF</title>
|
<title>Modules: OpsGenie | WTF</title>
|
||||||
<meta content="Opsgenie - WTF" property="og:title">
|
<meta content="Modules: OpsGenie - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Opsgenie</h1>
|
<h1>Modules: OpsGenie</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 08, 2018
|
May 08, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Connects to the OpsGenie API and displays all your scheduled rotations
|
<p>Connects to the OpsGenie API and displays all your scheduled rotations
|
||||||
and who’s currently on call.</p>
|
and who’s currently on call.</p>
|
||||||
|
|
||||||
@ -155,6 +153,7 @@ How often, in seconds, this module will update its data. <br />
|
|||||||
Values: A positive integer, <code>0..n</code>.</p>
|
Values: A positive integer, <code>0..n</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Security | WTF</title>
|
<title>Modules: Security | WTF</title>
|
||||||
<meta content="Security - WTF" property="og:title">
|
<meta content="Modules: Security - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Security</h1>
|
<h1>Modules: Security</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 08, 2018
|
May 08, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Displays some general information about the state of the machine’s wifi
|
<p>Displays some general information about the state of the machine’s wifi
|
||||||
connection, firewall, and DNS settings.</p>
|
connection, firewall, and DNS settings.</p>
|
||||||
|
|
||||||
@ -168,6 +166,7 @@ How often, in seconds, this module will update its data. <br />
|
|||||||
Values: A positive integer, <code>0..n</code>.</p>
|
Values: A positive integer, <code>0..n</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Textfile | WTF</title>
|
<title>Modules: Textfile | WTF</title>
|
||||||
<meta content="Textfile - WTF" property="og:title">
|
<meta content="Modules: Textfile - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Textfile</h1>
|
<h1>Modules: Textfile</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 09, 2018
|
May 09, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Displays the contents of the specified text file in the widget.</p>
|
<p>Displays the contents of the specified text file in the widget.</p>
|
||||||
|
|
||||||
<p><img src="/imgs/modules/textfile.png" width="320" height="133" alt="textfile screenshot" /></p>
|
<p><img src="/imgs/modules/textfile.png" width="320" height="133" alt="textfile screenshot" /></p>
|
||||||
@ -155,6 +153,7 @@ How often, in seconds, this module will update its data. <br />
|
|||||||
Values: A positive integer, <code>0..n</code>.</p>
|
Values: A positive integer, <code>0..n</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Todo | WTF</title>
|
<title>Modules: Todo | WTF</title>
|
||||||
<meta content="Todo - WTF" property="og:title">
|
<meta content="Modules: Todo - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Todo</h1>
|
<h1>Modules: Todo</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 10, 2018
|
May 10, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 2 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>An interactive todo list.</p>
|
<p>An interactive todo list.</p>
|
||||||
|
|
||||||
<p><img src="/imgs/modules/todo.png" width="320" height="388" alt="todo screenshot" /></p>
|
<p><img src="/imgs/modules/todo.png" width="320" height="388" alt="todo screenshot" /></p>
|
||||||
@ -213,6 +211,7 @@ How often, in seconds, this module will update its data. <br />
|
|||||||
Values: A positive integer, <code>0..n</code>.</p>
|
Values: A positive integer, <code>0..n</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
<meta name="generator" content="Hugo 0.38.2" />
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
<title>Weather | WTF</title>
|
<title>Modules: Weather | WTF</title>
|
||||||
<meta content="Weather - WTF" property="og:title">
|
<meta content="Modules: Weather - WTF" property="og:title">
|
||||||
<meta content=" - " property="og:description">
|
<meta content=" - " property="og:description">
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
@ -90,26 +90,24 @@
|
|||||||
|
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h1>Weather</h1>
|
<h1>Modules: Weather</h1>
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-12">
|
<div class="col-sm-12 col-md-12">
|
||||||
<span class="text-left post-date meta">
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
<i class="fas fa-calendar-alt"></i> May 09, 2018
|
May 09, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
<i class="fas fa-clock"></i> 1 min read
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 id="description">Description</h2>
|
|
||||||
|
|
||||||
<p>Displays a configurable list of current weather report, including
|
<p>Displays a configurable list of current weather report, including
|
||||||
current temperature, sunrise time, and sunset time.</p>
|
current temperature, sunrise time, and sunset time.</p>
|
||||||
|
|
||||||
@ -191,6 +189,7 @@ The temperature scale in which to display temperature values. <br />
|
|||||||
Values: <code>F</code> for Fahrenheit, <code>C</code> for Celcius.</p>
|
Values: <code>F</code> for Fahrenheit, <code>C</code> for Celcius.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user