Plugin Directory

Changeset 2445410


Ignore:
Timestamp:
12/24/2020 08:27:56 AM (5 years ago)
Author:
saturntables
Message:

Updated readme with screenshot

Location:
saturn-tables
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • saturn-tables/tags/1.2.3/readme.txt

    r2445400 r2445410  
    1414== Description ==
    1515
    16 Saturn Tables provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. Designed for developers, this plugin is for projects involving data outside the WordPress data structure.
     16Saturn Tables provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. These are the type of display tables used for Posts and Pages, and are commonly used in major plugins. Designed for coders, this plugin is usually for projects involving data outside the WordPress data structure.
    1717
    18 With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. And it is much easier than constructing custom data tables, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear just like the WordPress Posts or Pages list tables.
     18With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. It is much easier than constructing custom data table displays, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear seamlessly into the administration area.
     19
     20== Screenshots ==
     21
     221. This screenshot shows the Cars example table built with the example code and data.
    1923
    2024== Frequently Asked Questions ==
     
    2630= What level of WordPress knowledge is needed? =
    2731
    28 If you can set up a custom WordPress menu or a simple plugin it would be helpful. There is a assumption you would know some MySQL since Saturn Tables is for displaying data in the administration area. WordPress style PHP, hooks and callbacks would be helpful.
     32If you can set up a custom WordPress administration menu or build a simple plugin it would be helpful. There is an assumption you would know some MySQL, also $wpdb, since Saturn Tables is for displaying data in the administration area. WordPress style PHP; filters, hooks and callbacks would be helpful.
    2933
    3034= How do I get started? =
    3135
    3236It would probably be easiest to install the sample code and data provided on the [website](https://saturntables.com "Saturn Tables") and then fork your project from there. Two sample code bases are provided for use and demonstration, you should be able to morph from there.
     37
     38= Is there documentation? =
     39
     40Yes. The [Saturn Tables](https://saturntables.com "Saturn Tables") home page has complete documentation.
    3341
    3442= Anything else I should know =
  • saturn-tables/trunk/readme.txt

    r2445395 r2445410  
    1414== Description ==
    1515
    16 Saturn Tables provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. Designed for developers, this plugin is for projects involving data outside the WordPress data structure.
     16Saturn Tables provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. These are the type of display tables used for Posts and Pages, and are commonly used in major plugins. Designed for coders, this plugin is usually for projects involving data outside the WordPress data structure.
    1717
    18 With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. And it is much easier than constructing custom data tables, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear just like the WordPress Posts or Pages list tables.
     18With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. It is much easier than constructing custom data table displays, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear seamlessly into the administration area.
     19
     20== Screenshots ==
     21
     221. This screenshot shows the Cars example table built with the example code and data.
    1923
    2024== Frequently Asked Questions ==
     
    2630= What level of WordPress knowledge is needed? =
    2731
    28 If you can set up a custom WordPress menu or a simple plugin it would be helpful. There is a assumption you would know some MySQL since Saturn Tables is for displaying data in the administration area. WordPress style PHP, hooks and callbacks would be helpful.
     32If you can set up a custom WordPress administration menu or build a simple plugin it would be helpful. There is an assumption you would know some MySQL, also $wpdb, since Saturn Tables is for displaying data in the administration area. WordPress style PHP; filters, hooks and callbacks would be helpful.
    2933
    3034= How do I get started? =
    3135
    3236It would probably be easiest to install the sample code and data provided on the [website](https://saturntables.com "Saturn Tables") and then fork your project from there. Two sample code bases are provided for use and demonstration, you should be able to morph from there.
     37
     38= Is there documentation? =
     39
     40Yes. The [Saturn Tables](https://saturntables.com "Saturn Tables") home page has complete documentation.
    3341
    3442= Anything else I should know =
Note: See TracChangeset for help on using the changeset viewer.