Changeset 694486
- Timestamp:
- 04/09/2013 01:01:56 PM (13 years ago)
- Location:
- pixelpost-importer/tags/0.1
- Files:
-
- 2 edited
- 1 copied
-
. (modified) (1 prop)
-
pixelpost-importer-init.php (copied) (copied from pixelpost-importer/trunk/pixelpost-importer-init.php)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pixelpost-importer/tags/0.1
-
Property
svn:mergeinfo
set to
/pixelpost-importer/trunk merged eligible
-
Property
svn:mergeinfo
set to
-
pixelpost-importer/tags/0.1/readme.txt
r694467 r694486 1 1 === Pixelpost Importer plugin for WordPress === 2 Contributors: Pierre Bodilis2 Contributors: kerlu 3 3 Donate link: 4 4 Tags: PixelPost, importer 5 5 Requires at least: 3.3 6 6 Tested up to: 3.5.1 7 Stable tag: 7 Stable tag: 0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 == Installation == 25 25 26 1. Upload `p p2wp_importer` to the `/wp-content/plugins/` directory26 1. Upload `pixelpost-importer` to the `/wp-content/plugins/` directory 27 27 1. Activate the plugin through the 'Plugins' menu in WordPress 28 28 … … 37 37 Here is a small hack-ish redirection script, to set where PixelPost's `index.php` was. Note that this works only if PixelPost and WordPress are installed on the same host. Simply create `index.php` and copy/paste the following script: 38 38 39 `<?php 39 <code> 40 <?php 40 41 41 42 define('WORDPRESS_LOAD', /* insert here the path to wordpress's wp-load.php */); … … 68 69 header( "Location: " . $link ); 69 70 exit(); 70 ` 71 </code> 71 72 72 73 == Screenshots == … … 76 77 == Changelog == 77 78 78 79 No change. 79 80 80 81 == Upgrade notice == 81 82 83 N/A
Note: See TracChangeset
for help on using the changeset viewer.