Changeset 1565148
- Timestamp:
- 12/30/2016 08:42:30 PM (9 years ago)
- Location:
- mountee/trunk
- Files:
-
- 2 edited
-
mountee_3.controller.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mountee/trunk/mountee_3.controller.php
r1565134 r1565148 118 118 { 119 119 $folders[0]['files'][] = Mountee_lib::get_license_dummy_file(); 120 // return array('folders' => $folders, 'files' => array(Mountee_lib::get_license_dummy_file())); 120 121 } 121 122 -
mountee/trunk/readme.txt
r1565138 r1565148 2 2 Contributors: hopstudios 3 3 Donate link: http://www.hopstudios.com/ 4 Tags: templates, editing, variables, develop, workflow, themes , code4 Tags: templates, editing, variables, develop, workflow, themes 5 5 Requires at least: 4.4 6 6 Tested up to: 4.7 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: https://hellomountee.com/docs/legal/#license_agreement … … 14 14 == Description == 15 15 16 = Use Your Favo rite Tools =17 Everyone has their favorite Mac apps, so why be limited to creating templates inside the WordPress browser window? Mountee allows you to access your templates as Finder files, so you can work uninterrupted in your favo rite app.16 = Use Your Favourite Tools = 17 Everyone has their favorite Mac apps, so why be limited to creating templates inside the WordPress browser window? Mountee allows you to access your templates as Finder files, so you can work uninterrupted in your favourite app. 18 18 19 19 … … 29 29 Mountee knows WordPress and ExpressionEngine. When you save a template, Mountee will clear the cache and save a revision if necessary. If you drag a template from one site to another, settings transfer over seamlessly. 30 30 31 31 32 Mountee’s home on the web is at [http://hellomountee.com/](http://hellomountee.com/). 32 33 34 = Requirements = 35 Mountee works with WordPress 4.4 and higher. 33 36 34 == Installation ==35 Mountee works with WordPress 4.4 and higher.36 37 37 38 Mountee is really two pieces of software: the Mac application, and the WordPress plugin. 38 39 The plugin requires PHP 4.4.9 or later. To use the application, you’ll need Mac OS X 10.8 or higher. 39 40 41 = Installation = 40 42 1. Download Mountee.zip and unzip it. 41 43 2. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 42 44 3. Activate the plugin through the 'Plugins' screen in WordPress 43 45 4. Use the Settings->Plugin Name screen to configure the plugin 44 5. Go to the [Hello Mountee Web site](http://hellomountee.com/) and download the Mac OS X App 45 6. Install the Mac OS X App by moving the app to your Applications folder 46 46 5. Install the Mac OS X App by moving the app to your Applications folder 47 47 48 48 == Frequently Asked Questions == … … 61 61 62 62 = Is Mountee available for Windows? = 63 No. We built Mountee to make things easier for our work developing EE and WordPress sites on a Mac and it relies on an OS X specific framework called “MacFuse .”63 No. We built Mountee to make things easier for our work developing EE and WordPress sites on a Mac and it relies on an OS X specific framework called “MacFuse”. 64 64 65 65 … … 75 75 == Screenshots == 76 76 77 1. After installing the Mountee plugin/add-on, you can access the connection information from WordPress.78 2. From the Mountee application, you can enter your site connection information, test the connection, and then actually connect to the CMS.79 3. Once you’ve connected Mountee to WordPress, the templates will load as Finder files and folders you can access using your favorite coding applications.77 1. mountee_install_confirmation.png: After installing the Mountee plugin/add-on, you can access the connection information from your CMS. 78 2. mountee_site.png: From the Mountee application, you can enter your site connection information, test the connection, and then actually connect to the CMS. 79 3. mountee_drive.png: Once you’ve connected Mountee to WordPress, the templates will load as Finder files and folders you can access using your favorite coding applications. 80 80 81 81 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.