added license uri to readme.txt
[danixland-asciinema.git] / readme.txt
CommitLineData
131808ed 1=== danixland-asciinema ===
2
3Contributors: danixland
722fcbed 4Donate link: https://danix.xyz
131808ed 5Tags: asciinema, shortcode, video
6Requires at least: 3.0.1
85b0ac00 7Tested up to: 4.9.6
131808ed 8Stable tag: 0.1
9License: GPLv2 or later
2160bc7f 10License URI: http://www.gnu.org/licenses/gpl-2.0.html
131808ed 11
12This plugin adds a shortcode that displays a video from <a href="https://asciinema.org">asciinema.org</a>.
13
14== Description ==
15
16danixland-asciinema is a plugin that adds a new shortcode to be used whenever you want to embed a video from asciinema.org.
17
18As stated on their website, asciinema (formerly ascii.io) is a free and open source solution for recording terminal sessions and sharing them on the web.
19It aims to be a "go to" place for every command-line user who wants to share their skills with others. Or putting it differently, it's a place to show off your geekiness.
20
21I decided to make this plugin because I was looking for a good and easy way to share a video from asciinema and I'm too lazy to dwelve into oEmbed :-D
22
23== Installation ==
24
25Installing danixland-asciinema is straightforward and requires just a few seconds:
26
27If you use the **"Add New Plugin"** pane from your dashboard just install it and activate it, nothing to configure here, just go ahead and use it.
28Otherwise follow these steps:
29
301. Download the latest version of the plugin.
311. If using the "Install Plugins->Upload" section on the WordPress admin area just upload the zip file, otherwise unpack the zip file and upload the **"danixland-asciinema"** directory inside the "wp-content/plugins" directory of your WordPress installation using your favourite ftp client.
321. Activate the plugin through the 'Plugins' menu in WordPress and you're ready to go!!
33
34== Frequently Asked Questions ==
35
36= What are the options that I can use with the shortcode? =
37
38The most important option is the "video" which you can assign to the number of the video you want to embed, let's say you want to embed `https://asciinema.org/a/14829` the shortcode whould be `[asciinema video=14829]`
39The full list of options is:
40
41* video
42* time
43* autoplay
44* loop
45* speed
46* theme
47
48You can read about their usage [on the website](https://asciinema.org/docs/embedding).
49
50= I'm stuck with your plugin and don't seem to be able to customize it/make it work, can you help me? =
51
52Of course, you can ask for help on [the forums](http://wordpress.org/support/) or write a comment on the main article for this plugin on [my site](http://danixland.net/?p=3525), I'll reply ASAP ;)
53
54= I'd like this plugin to be translated in my language, can you do this for me? =
55
56This plugin doesn't output any text other than the video code, so it doesn't provide/need a translation ;)
57
58####If you have any other questions feel free to ask
59
60== Screenshots ==
61
621. The shortcode with few options as seen in the admin area of the website
632. A sample video displayed in single view with the TwentyFifteen theme
64
65== Changelog ==
66
67= 0.1 =
68* This is the first version of the plugin.
69
70== Upgrade Notice ==
71
72Thank you Mario! But our princess is in another castle!
73
74== ToDo list ==
75
76List is actually empty, but I'm open to suggestions.
77