Plugin Directory

Changeset 2101540


Ignore:
Timestamp:
06/06/2019 10:25:01 AM (7 years ago)
Author:
lrdb
Message:

readme.txt update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • embed-githubin/trunk/readme.txt

    r2101515 r2101540  
    1111
    1212== Description ==
    13 This plugin creates a shortcode and two buttons in the post editor
     13This plugin creates a shortcode and add two buttons in the post editor.
    1414
    1515For better embed visualization it automatically gets the mobile version content of github.
     
    2121>[github_box url="PUT_GITHUB_URL_HERE" border="false" style="none" fgcolor="none" bgcolor="none" disable_images="false"]
    2222
    23 The only difference between one and the other is that the first (github_box)
    24 put the github content into a scrollable box and the github_content button leave the content
    25 without the box.
     23The only difference between one button and the other is that the first (github_box button) put the github content into a scrollable box and the other (github_content button) leave the content without a box.
    2624
    2725...............................
     
    3129
    3230
    33 > url="PUT_GITHUB_URL_HERE"
     31- url="PUT_GITHUB_URL_HERE"
    3432
    35     Here you can put either a github user url, a repository url, a readme url or a file url.
    36     They are threated in different ways; user url will show its repositories;
    37     repository url will show its main files, readme and files will show its contents.
     33>Here you can put either a github user url, a repository url, a readme url or a file url.
     34>They are threated in different ways; user url will show its repositories;
     35>repository url will show its main files, readme and files will show its contents.
    3836   
    3937
    40 > border="radius" OR border="true"
     38- border="radius" OR border="true"
    4139   
    42     If we use one of this options will create a border with the content.
     40>If we use one of this options will create a border with the content.
    4341
    44 > style="box"
     42- style="box"
    4543
    46     It will create a scrollable box with the content
     44>It will create a scrollable box with the content
    4745   
    48 > x="300" y="300"
     46- x="300" y="300"
    4947
    50     Those options are the dimensions of the box
     48>Those options are the dimensions of the box
    5149   
    52 > fgcolor="#333" bgcolor="#fafafa"
     50- fgcolor="#333" bgcolor="#fafafa"
    5351
    54     Set the text color and background color
     52>Set the text color and background color
    5553   
    56 > disable_images="true"
     54- disable_images="true"
    5755
    58     Remove all images from the content
     56>Remove all images from the content
    5957   
    60 > disable_fav="true"
     58- disable_fav="true"
    6159   
    62     Remove the fav parragraphs from an user repositories
     60>Remove the fav parragraphs from an user repositories
    6361   
    64 > id="IDNAME"
     62- id="IDNAME"
    6563   
    66     Creates a cached file of the content. This setting is very recomended to use.
    67     But remember: if you change later the attributes of the shortcode it won\'t update
    68     until the cachetime has passed or unless you delete the cached file (in plugin\'s directory).
     64>Creates a cached file of the content. This setting is very recomended to use.
     65>But remember: if you change later the attributes of the shortcode it won't update
     66>until the cachetime has passed or unless you delete the cached file (in plugin's directory).
    6967   
    70 > cachetime="10800"
     68- cachetime="10800"
    7169
    72     Number of seconds before it rebuilds the cache file (default is 10800seconds=3hours)
     70>Number of seconds before it rebuilds the cache file (default is 10800seconds=3hours)
    7371
    7472== Installation ==
     
    9290* little change
    9391
    94 * arreglos por cambio de fuentes en github
     92* arreglos por cambio de código en github
    9593
    9694* avoid the rebuild cache time for localhost or some ip in $myserverip
Note: See TracChangeset for help on using the changeset viewer.