DescriptionThere should be a simple HTML page on videos.bentasker.co.uk that embeds the player (with video selection based on the querystring) so that videos can be linked to and not just embedded (for example, embedding in JIRA isn't really doable).
Activity
2019-03-29 09:01:13
2019-03-30 10:24:21
View Commit | View Changes
2019-03-30 10:46:20
View Commit | View Changes
2019-04-02 17:41:41
>>> s = { 'title' : 'Gather Speed metrics from Curl', 'description' : 'Example of how to have curl output connection and request speed metrics, from https://snippets.bentasker.co.uk/page-1707191143-Getting-connection-speed-metrics-from-curl-BASH.html', 'keywords': 'curl,speed,statistics,metrics'} >>> json.dumps(s) '{"keywords": "curl,speed,statistics,metrics", "description": "Example of how to have curl output connection and request speed metrics, from https://snippets.bentasker.co.uk/page-1707191143-Getting-connection-speed-metrics-from-curl-BASH.html", "title": "Gather Speed metrics from Curl"}'Although the page is currently quite plain, it is now implemented. There's plenty of scope for improvement in the future, but that can be recorded under new issues. Marking complete.
2019-04-02 17:41:48
2019-04-02 17:41:48
2019-04-02 17:41:51