wp/wp-content/plugins/page-columnist/readme.txt
author ymh <ymh.work@gmail.com>
Tue, 15 Oct 2019 15:48:13 +0200
changeset 13 d255fe9cd479
parent 0 d970ebf37754
permissions -rw-r--r--
Upgrade wordpress again
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
=== Page Columnist ===
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
Contributors: codestyling
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
Tags: pages, posts, columns, magazin, style, theming, plugin
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
Requires at least: 2.7
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
Tested up to: 3.1.3
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
Stable tag: 1.7.3
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
The behavior of single posts or static pages can be re-interpreted as columns and customized as usual.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
== Description ==
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
This plugin allows you easily to get WordPress single posts/pages content to be shown automatically in a column based layout.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
Various modes can be choosen, if you want to support additional header/footer appearances too.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
This also includes possible different handling of paged posts/pages as the default WordPress implementation does. 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
Also an extended user interface (Admin Center Extension) supports click 'n ready usage.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
**New**: Starting with version 1.5.5 the plugin has been extended to be able to support also single posts. Prior versions did only support static pages.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
**New**: Starting with version 1.7.0 the plugin supports now RTL column sorting, if current language is RTL based. Additionally the plugin now supports columnization also at overview pages. This can be configured for each post/page.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
= Preview Assistance = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
1st step of Preview Assistance has been introduced as started feature, but some comming things are disabled.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
Nevertheless you can adjust the column distribution (width of columns) by moving the spacer between by drag'n drop.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
Each page remembers this setting after saving. To get back equalized default column sizes, just tick up/down the spacing spin.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
= Virtual Paging vs. Overflow Hidden = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
Pages can now be defined only between 2 and 6 columns, but i think this may be enough even for fluid designs.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
It's up to you what should happen to nextpage sections that are too much for one page. By default they will be hidden.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
But you can force also virtual paging, so the overflowing sections build again one (or more) sub page at the same layout.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
If the number of sections is to small for choosen layout, you will get a red warning for each "missing content".
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
= Requirements =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
1. WordPress version 2.7 and later
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
1. PHP Interpreter version 4.4.2 or later
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
Please visit [the official website](http://www.code-styling.de/english/development/wordpress-plugin-page-columnist-en "Page Columnist") for further details, documentation and the latest information on this plugin.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    36
You can also visit the new [demonstration page](http://www.code-styling.de/english/development/wordpress-plugin-page-columnist-en/demonstration-page-columnist "Page Columnist Demo") to get a first impression, what you can expect.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
== Installation ==
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
1. Uncompress the download package
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
1. Upload folder including all files and sub directories to the `/wp-content/plugins/` directory.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
1. Activate the plugin through the 'Plugins' menu in WordPress
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
1. Navigate to your pages overview and enjoy page configurations
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
== Changelog ==
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
= Version 1.7.3 = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
* Bugfix: adjusting percentage columns in preview failed by new jQuery versions.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
* Bugfix: WordPress admin bar detection in preview mode to show assistant correctly
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
= Version 1.7.2 = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
* Bugfix: activation procedure changed in WP 3.0 so older versions may crash.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
= Version 1.7.1 = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
* Feature: behavior at overview pages can now be set specific per page/post too (defaults to same as single page)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
* Bugfix: detection of supported versions and warning attached
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
* Bugfix: filter priority increased 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    58
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    59
= Version 1.7.0 = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
* Feature: supports now RTL language dependend column order
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
* Feature: for WordPress versions greated than 2.7 it's now possible to display columns at overview pages (categories/archives) too.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
* Bugfix: debugging mode works without any side effects
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
* Bugfix: new post/page creation not longer falls back to 0% column width
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
* Bugfix: errors with loading translations
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    66
= Version 1.6.0 = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    67
* SVN error: WordPress Plugin Repository did only refresh the description but not the download!
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    68
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    69
= Version 1.5.5 = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    70
* Feature: only one javascript file necessary for different jQuery versions (includes hotfix handling inside)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    71
* Feature: With this version not longer only pages can be columnized but also single posts !
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    72
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    73
= Version 1.3.0 = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    74
* Extension: WordPress Version 2.8 introduces a modified order to call loop hooks, so the content resampling did not affect the output.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    75
* Bugfix: jQuery Version changed at WP 2.8 has damaged preview assistance scripts, 2 different java scripts necessary now
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    76
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    77
= Version 1.2.0 = 
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    78
* Browser Bugs especially at IE percentual calculations have been worked arround.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    79
* Feature: dedicated layout definition
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    80
* Feature: drag 'n drop columns sizing
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    81
* Feature: virtual layout paging and hidden overflow support
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    82
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    83
= Version 1.1.6 / 1.1.7 / 1.1.8 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    84
* wordpress.org svn damaged some files!
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    85
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    86
= Version 1.1.5 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    87
* Security Bugfix: it was possible with enough investigation to change layout externally
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    88
* Bugfix: IE doesn't calculate correctly with a higher number of columns
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    89
* Bugfix: Preview doesn't show the selected layout but shown after Saving Page
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    90
* Feature: Preview Assistance introduced
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    91
(Because of security fix the features still in development are not all included. Only the column spacing modification per page and global are working.)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    92
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    93
= Version 1.0 =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    94
* initial version
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    95
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    96
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    97
== Frequently Asked Questions ==
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    98
= History? =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    99
Please visit [the official website](http://www.code-styling.de/english/development/wordpress-plugin-page-columnist-en "Page Columnist") for the latest information on this plugin.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   100
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   101
= Where can I get more information? =
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   102
Please visit [the official website](http://www.code-styling.de/english/development/wordpress-plugin-page-columnist-en "Page Columnist") for the latest information on this plugin.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   103
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   104
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   105
== Screenshots ==
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   106
1. admin center page editor integration
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   107
1. onpage preview assistance and editor
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   108
1. virtual layout based paging
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   109
1. page overview column type information
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   110