Commit Graph

13 Commits (240961711e98072160e6030607ccb760ab4d4697)

Author SHA1 Message Date
Rob Emery 56c5ea4a5e Goodies: Enabling `use strict` on all goodies 2015-02-22 20:09:29 +00:00
jagtalon 981538c7c1 Attribution updates!
The string in index 1 should be the name of the developer. This allows us to group them together, i.e., we need a way to group the attribution by people.
2015-01-07 18:24:47 +00:00
Matt Miller da70710f7d EOL: remove trailing whitespace. 2014-10-28 20:36:15 +02:00
Matt Miller dfcf39f650 EOL: fix line endings. 2014-10-28 20:34:36 +02:00
Matt Miller 68fc7c8dec Set explicit caching everywhere.
This explicity sets the caching behavior for all goodies. Goodies which
did not have caching behavior set in their package have had it added.
Similarly for the tests.

This resulted in a number of changes for caching behavior, mostly
moving towards more frequent caching.

I identified three cases where goodies should not be cached. They are when
the result depends upon:

- some random element,
- the time of day or year (as with relative dates), or
- the location of the requesting user

In all other cases, I presumed that the goodies were sufficiently
deterministic in their output to warrant caching.
2014-09-27 10:35:17 -04:00
Matt Miller ebd15f598a Move goodies to new styling mechanism.
- Rename 'style.css' to appropriate ID-based name.
- Remove explicit inclusion of CSS, as it will now be auto-included.
- Update tests which explicitly checked for styling.
2014-09-10 17:28:30 -04:00
Matthew Ramina 0e5e34e7fb Teredo: separating append_css and to_html 2014-07-02 21:06:53 -04:00
Matthew Ramina 46f8039102 Teredo: using text--primary/secondary, external style sheet 2014-07-01 20:51:01 -04:00
Matthew Ramina 1f105afbb1 Teredo: gray labels, not italicize them 2014-06-25 09:33:04 -04:00
Jag Talon 10eb48a4d1 Teredo: Removed is_cached => 1 and formatted code.
This is the default.
2014-01-16 17:46:15 -05:00
seanheaton f6afd465ba Added html output and comments. Also verified that Net::IP doesn't appear to make any network connections. 2013-10-28 23:17:07 -04:00
seanheaton a9161e5d8c Made corrections to the metadata of Teredo.pm 2013-10-20 22:21:29 -04:00
seanheaton ae20b5abfa A Goodie to extract IPv4 information encoded in Teredo tunnel IPv6 addresses 2013-10-14 12:03:14 -04:00