Plugin Directory

Changeset 1523457


Ignore:
Timestamp:
10/27/2016 11:38:16 PM (9 years ago)
Author:
elsbree
Message:

Deploy from Git

Location:
lasso/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • lasso/trunk/readme.txt

    r1523349 r1523457  
    1 Lasso Shortcode
    2 ==========================
     1=== Lasso Shortcode ===
     2Contributors: elsbree
     3Tags: toneden, signup, lasso, widget
     4Requires at least: 3.0.1
     5Tested up to: 4.6.1
     6Stable tag: trunk
     7License: GPLv2 or later
     8License URI: http://www.gnu.org/licenses/gpl-2.0.html
    39
    4 Shortcode for WordPress that embeds lasso into a post.
     10Enables shortcode to embed ToneDen's Lasso widget in WordPress blogs.
    511
    6 Development
    7 ===
    8 We should conform to the restrictions listed [here](http://wordpress.org/plugins/about/), and the readme.txt conventions [here](http://wordpress.org/plugins/about/readme.txt).
     12== Description ==
    913
    10 Setup
    11 ---
    12 Check out [this github repo](https://github.com/kasparsd/wp-deploy) to see where this comes from.
    13 Since WordPress uses SVN instead of git, we have to set up parallel git and SVN repositories.
     14Lasso is the easiest way to turn anonymous website visitors into real customers.
     15This plugin makes installation of the Lasso widget a simple one-step process.
    1416
    15 1. Clone this repository from GitHub.
    16 1. Rename the repo folder from 'Lasso-Shortcode' to 'git' (`mv Lasso-Shortcode git`).
    17 1. Move the 'git' directory to the Lasso-Shortcode directory (`mv git Lasso-Shortcode/`).
    18 1. In the 'Lasso-Shortcode' directory, checkout the plugin's SVN repo into a directory called 'svn'. (`svn co http://plugins.svn.wordpress.org/lasso/ Lasso-Shortcode/svn`).
    19 1. Clone the [wp-deploy](https://github.com/kasparsd/wp-deploy) repo into Lasso-Shortcode/wp-deploy (`git clone https://github.com/kasparsd/wp-deploy.git Lasso-Shortcode/wp-deploy`). You should now have a directory structure like that shown in the [wp-deploy](https://github.com/kasparsd/wp-deploy) repo's readme.
     17== Installation ==
    2018
    21 Make changes in the Lasso-Shortcode/git directory, and push them to git as normal. You can deploy these changes to the wordpress plugins site by running `sh deploy.sh` in the Lasso-Shortcode/wp-deploy directory.
     191. Upload `Lasso-Shortcode/trunk` to the `/wp-content/plugins/` directory
     201. Activate the plugin through the 'Plugins' menu in WordPress
     211. Create a ToneDen account at www.toneden.io/signup, then visit
     22www.toneden.io/lasso/campaign and set up your Lasso embed.
     231. Go to www.toneden.io/lasso/install/wordpress and copy the displayed user ID.
     241. Embed Lasso with shortcode: `[lasso userID=<your user ID>]`.
     25
     26== Frequently Asked Questions ==
     27
     28= This is too technical! Help. =
     29
     30Feel free to email us at support (at) toneden.io if you need any help setting
     31up Lasso.
     32
     33= What's Lasso? =
     34
     35Lasso is an embeddable widget that helps you gather fan data automatically.
     36
     37= What's ToneDen? =
     38
     39Good question. We help you gather data on your customers and fans and use that
     40data to market your content more effectively.
     41
     42== Screenshots ==
     43
     441. Mobile and web views of a Lasso coupon code unlock.
     452. This is an example signup form.
     463. This is a contest example.
     47
     48== Changelog ==
     49
     50= 1.0 =
     51Initial version.
Note: See TracChangeset for help on using the changeset viewer.