Plugin Directory

Changeset 8260

Timestamp:
03/16/2007 02:20:40 AM (19 years ago)
Author:
nerrad
Message:
 
Location:
organize-series
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • organize-series/tags/1.6/orgSeries/readme.txt

    r8259 r8260  
    2222== Features ==
    2323
    24     * Integrates with the category system of WordPress
    25     * Robust administration options menu for the plugin that allows you to control much of the output of the plugin to suit your own tastes without having to open the plugin file and edit things manually. Of course, for those less familiar with html tags and .css the default options will let you “drop in” and go (with only one caveat - you do have to set what the category id is for your main series category - more in the installation/usage instructions below).
    26     * Automatic tag insert for displaying a “container” on the full post page that will show what series it belongs to and other articles in the series. Of course, via the options panel in the wordpress admin, you can choose to disable the auto-tag if you wish to have more control over where the container is displayed (i.e. in the sidebar instead).
    27     * A custom .css file (orgSeries.css) accompanying the plugin to make it easier to make changes in the display of various elements (for those familiar with .css).
    28     * An example custom category template file that can be added to your template themes directory (with one modification) to create the custom list of all the series you’ve written. The output of this list of course can be controlled via the options panel.
    29     * Two simple tags for easy insertion in your theme if you want to have more control over the way your series are presented.
    30     * Makes managing and viewing the series you write on your blog a whole lot easier.
     24* Integrates with the category system of WordPress
     25* Robust administration options menu for the plugin that allows you to control much of the output of the plugin to suit your own tastes without having to open the plugin file and edit things manually. Of course, for those less familiar with html tags and .css the default options will let you “drop in” and go (with only one caveat - you do have to set what the category id is for your main series category - more in the installation/usage instructions below).
     26* Automatic tag insert for displaying a “container” on the full post page that will show what series it belongs to and other articles in the series. Of course, via the options panel in the wordpress admin, you can choose to disable the auto-tag if you wish to have more control over where the container is displayed (i.e. in the sidebar instead).
     27* A custom .css file (orgSeries.css) accompanying the plugin to make it easier to make changes in the display of various elements (for those familiar with .css).
     28* An example custom category template file that can be added to your template themes directory (with one modification) to create the custom list of all the series you’ve written. The output of this list of course can be controlled via the options panel.
     29* Two simple tags for easy insertion in your theme if you want to have more control over the way your series are presented.
     30* Makes managing and viewing the series you write on your blog a whole lot easier.
    3131
    3232**NEW FEATURES AS OF 1.5**
    3333
    34     * Added a function/tag for counting the number of posts in a series. (tag returns a value). See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/) (it is automatically included in the auto-tag insertion for series meta information)
    35     * Added a function for writing series meta information (”This entry is part x of x in the series, “The name of my series”) to the posts that belong to a series. This is automatically added by default to your blog but it can be disabled for manual insertion via the new option on the options page for the plugin. See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/).
    36     * Added options for the html tags surrounding the series meta and for the post description word. Added to the options page for the plugin.
    37     * Redid the layout of the admin options page for the plugin so it’s organized a bit better and a “little” bit more prettier. I recognize that more work still needs to be done of course ;) .
    38     * Added to the admin options page for the plugin a feed from this blog that displays posts related to the Organize Series Wordpress Plugin so that users can see at a glance if there are any updates available.
     34* Added a function/tag for counting the number of posts in a series. (tag returns a value). See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/) (it is automatically included in the auto-tag insertion for series meta information)
     35* Added a function for writing series meta information (”This entry is part x of x in the series, “The name of my series”) to the posts that belong to a series. This is automatically added by default to your blog but it can be disabled for manual insertion via the new option on the options page for the plugin. See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/).
     36* Added options for the html tags surrounding the series meta and for the post description word. Added to the options page for the plugin.
     37* Redid the layout of the admin options page for the plugin so it’s organized a bit better and a “little” bit more prettier. I recognize that more work still needs to be done of course ;) .
     38* Added to the admin options page for the plugin a feed from this blog that displays posts related to the Organize Series Wordpress Plugin so that users can see at a glance if there are any updates available.
    3939
    4040**New Features as of 1.6**
    4141
    42     * New Template Tag - in_series() - this will check to see if the displayed category archive is a series category.
    43     * Can set the way the posts will be displayed on the series “tables of contents” page (category archive for a series category) via the plugin options panel. (for example, have the posts ordered by date, title, author etc. - ascending or descending). NOTE: It appears that the settings will only apply when using WordPress 2.1+ - it doesn’t seem to apply on a blog that I have that is WP 2.0+, I’m still investigating this.
    44 
     42* New Template Tag - in_series() - this will check to see if the displayed category archive is a series category.
     43* Can set the way the posts will be displayed on the series “tables of contents” page (category archive for a series category) via the plugin options panel. (for example, have the posts ordered by date, title, author etc. - ascending or descending). NOTE: It appears that the settings will only apply when using WordPress 2.1+ - it doesn’t seem to apply on a blog that I have that is WP 2.0+, I’m still investigating this.
  • organize-series/tags/1.6/readme.txt

    r8259 r8260  
    2222== Features ==
    2323
    24     * Integrates with the category system of WordPress
    25     * Robust administration options menu for the plugin that allows you to control much of the output of the plugin to suit your own tastes without having to open the plugin file and edit things manually. Of course, for those less familiar with html tags and .css the default options will let you “drop in” and go (with only one caveat - you do have to set what the category id is for your main series category - more in the installation/usage instructions below).
    26     * Automatic tag insert for displaying a “container” on the full post page that will show what series it belongs to and other articles in the series. Of course, via the options panel in the wordpress admin, you can choose to disable the auto-tag if you wish to have more control over where the container is displayed (i.e. in the sidebar instead).
    27     * A custom .css file (orgSeries.css) accompanying the plugin to make it easier to make changes in the display of various elements (for those familiar with .css).
    28     * An example custom category template file that can be added to your template themes directory (with one modification) to create the custom list of all the series you’ve written. The output of this list of course can be controlled via the options panel.
    29     * Two simple tags for easy insertion in your theme if you want to have more control over the way your series are presented.
    30     * Makes managing and viewing the series you write on your blog a whole lot easier.
     24* Integrates with the category system of WordPress
     25* Robust administration options menu for the plugin that allows you to control much of the output of the plugin to suit your own tastes without having to open the plugin file and edit things manually. Of course, for those less familiar with html tags and .css the default options will let you “drop in” and go (with only one caveat - you do have to set what the category id is for your main series category - more in the installation/usage instructions below).
     26* Automatic tag insert for displaying a “container” on the full post page that will show what series it belongs to and other articles in the series. Of course, via the options panel in the wordpress admin, you can choose to disable the auto-tag if you wish to have more control over where the container is displayed (i.e. in the sidebar instead).
     27* A custom .css file (orgSeries.css) accompanying the plugin to make it easier to make changes in the display of various elements (for those familiar with .css).
     28* An example custom category template file that can be added to your template themes directory (with one modification) to create the custom list of all the series you’ve written. The output of this list of course can be controlled via the options panel.
     29* Two simple tags for easy insertion in your theme if you want to have more control over the way your series are presented.
     30* Makes managing and viewing the series you write on your blog a whole lot easier.
    3131
    3232**NEW FEATURES AS OF 1.5**
    3333
    34     * Added a function/tag for counting the number of posts in a series. (tag returns a value). See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/) (it is automatically included in the auto-tag insertion for series meta information)
    35     * Added a function for writing series meta information (”This entry is part x of x in the series, “The name of my series”) to the posts that belong to a series. This is automatically added by default to your blog but it can be disabled for manual insertion via the new option on the options page for the plugin. See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/).
    36     * Added options for the html tags surrounding the series meta and for the post description word. Added to the options page for the plugin.
    37     * Redid the layout of the admin options page for the plugin so it’s organized a bit better and a “little” bit more prettier. I recognize that more work still needs to be done of course ;) .
    38     * Added to the admin options page for the plugin a feed from this blog that displays posts related to the Organize Series Wordpress Plugin so that users can see at a glance if there are any updates available.
     34* Added a function/tag for counting the number of posts in a series. (tag returns a value). See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/) (it is automatically included in the auto-tag insertion for series meta information)
     35* Added a function for writing series meta information (”This entry is part x of x in the series, “The name of my series”) to the posts that belong to a series. This is automatically added by default to your blog but it can be disabled for manual insertion via the new option on the options page for the plugin. See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/).
     36* Added options for the html tags surrounding the series meta and for the post description word. Added to the options page for the plugin.
     37* Redid the layout of the admin options page for the plugin so it’s organized a bit better and a “little” bit more prettier. I recognize that more work still needs to be done of course ;) .
     38* Added to the admin options page for the plugin a feed from this blog that displays posts related to the Organize Series Wordpress Plugin so that users can see at a glance if there are any updates available.
    3939
    4040**New Features as of 1.6**
    4141
    42     * New Template Tag - in_series() - this will check to see if the displayed category archive is a series category.
    43     * Can set the way the posts will be displayed on the series “tables of contents” page (category archive for a series category) via the plugin options panel. (for example, have the posts ordered by date, title, author etc. - ascending or descending). NOTE: It appears that the settings will only apply when using WordPress 2.1+ - it doesn’t seem to apply on a blog that I have that is WP 2.0+, I’m still investigating this.
    44 
     42* New Template Tag - in_series() - this will check to see if the displayed category archive is a series category.
     43* Can set the way the posts will be displayed on the series “tables of contents” page (category archive for a series category) via the plugin options panel. (for example, have the posts ordered by date, title, author etc. - ascending or descending). NOTE: It appears that the settings will only apply when using WordPress 2.1+ - it doesn’t seem to apply on a blog that I have that is WP 2.0+, I’m still investigating this.
  • organize-series/trunk/orgSeries/readme.txt

    r8259 r8260  
    2222== Features ==
    2323
    24     * Integrates with the category system of WordPress
    25     * Robust administration options menu for the plugin that allows you to control much of the output of the plugin to suit your own tastes without having to open the plugin file and edit things manually. Of course, for those less familiar with html tags and .css the default options will let you “drop in” and go (with only one caveat - you do have to set what the category id is for your main series category - more in the installation/usage instructions below).
    26     * Automatic tag insert for displaying a “container” on the full post page that will show what series it belongs to and other articles in the series. Of course, via the options panel in the wordpress admin, you can choose to disable the auto-tag if you wish to have more control over where the container is displayed (i.e. in the sidebar instead).
    27     * A custom .css file (orgSeries.css) accompanying the plugin to make it easier to make changes in the display of various elements (for those familiar with .css).
    28     * An example custom category template file that can be added to your template themes directory (with one modification) to create the custom list of all the series you’ve written. The output of this list of course can be controlled via the options panel.
    29     * Two simple tags for easy insertion in your theme if you want to have more control over the way your series are presented.
    30     * Makes managing and viewing the series you write on your blog a whole lot easier.
     24* Integrates with the category system of WordPress
     25* Robust administration options menu for the plugin that allows you to control much of the output of the plugin to suit your own tastes without having to open the plugin file and edit things manually. Of course, for those less familiar with html tags and .css the default options will let you “drop in” and go (with only one caveat - you do have to set what the category id is for your main series category - more in the installation/usage instructions below).
     26* Automatic tag insert for displaying a “container” on the full post page that will show what series it belongs to and other articles in the series. Of course, via the options panel in the wordpress admin, you can choose to disable the auto-tag if you wish to have more control over where the container is displayed (i.e. in the sidebar instead).
     27* A custom .css file (orgSeries.css) accompanying the plugin to make it easier to make changes in the display of various elements (for those familiar with .css).
     28* An example custom category template file that can be added to your template themes directory (with one modification) to create the custom list of all the series you’ve written. The output of this list of course can be controlled via the options panel.
     29* Two simple tags for easy insertion in your theme if you want to have more control over the way your series are presented.
     30* Makes managing and viewing the series you write on your blog a whole lot easier.
    3131
    3232**NEW FEATURES AS OF 1.5**
    3333
    34     * Added a function/tag for counting the number of posts in a series. (tag returns a value). See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/) (it is automatically included in the auto-tag insertion for series meta information)
    35     * Added a function for writing series meta information (”This entry is part x of x in the series, “The name of my series”) to the posts that belong to a series. This is automatically added by default to your blog but it can be disabled for manual insertion via the new option on the options page for the plugin. See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/).
    36     * Added options for the html tags surrounding the series meta and for the post description word. Added to the options page for the plugin.
    37     * Redid the layout of the admin options page for the plugin so it’s organized a bit better and a “little” bit more prettier. I recognize that more work still needs to be done of course ;) .
    38     * Added to the admin options page for the plugin a feed from this blog that displays posts related to the Organize Series Wordpress Plugin so that users can see at a glance if there are any updates available.
     34* Added a function/tag for counting the number of posts in a series. (tag returns a value). See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/) (it is automatically included in the auto-tag insertion for series meta information)
     35* Added a function for writing series meta information (”This entry is part x of x in the series, “The name of my series”) to the posts that belong to a series. This is automatically added by default to your blog but it can be disabled for manual insertion via the new option on the options page for the plugin. See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/).
     36* Added options for the html tags surrounding the series meta and for the post description word. Added to the options page for the plugin.
     37* Redid the layout of the admin options page for the plugin so it’s organized a bit better and a “little” bit more prettier. I recognize that more work still needs to be done of course ;) .
     38* Added to the admin options page for the plugin a feed from this blog that displays posts related to the Organize Series Wordpress Plugin so that users can see at a glance if there are any updates available.
    3939
    4040**New Features as of 1.6**
    4141
    42     * New Template Tag - in_series() - this will check to see if the displayed category archive is a series category.
    43     * Can set the way the posts will be displayed on the series “tables of contents” page (category archive for a series category) via the plugin options panel. (for example, have the posts ordered by date, title, author etc. - ascending or descending). NOTE: It appears that the settings will only apply when using WordPress 2.1+ - it doesn’t seem to apply on a blog that I have that is WP 2.0+, I’m still investigating this.
    44 
     42* New Template Tag - in_series() - this will check to see if the displayed category archive is a series category.
     43* Can set the way the posts will be displayed on the series “tables of contents” page (category archive for a series category) via the plugin options panel. (for example, have the posts ordered by date, title, author etc. - ascending or descending). NOTE: It appears that the settings will only apply when using WordPress 2.1+ - it doesn’t seem to apply on a blog that I have that is WP 2.0+, I’m still investigating this.
  • organize-series/trunk/readme.txt

    r8259 r8260  
    2222== Features ==
    2323
    24     * Integrates with the category system of WordPress
    25     * Robust administration options menu for the plugin that allows you to control much of the output of the plugin to suit your own tastes without having to open the plugin file and edit things manually. Of course, for those less familiar with html tags and .css the default options will let you “drop in” and go (with only one caveat - you do have to set what the category id is for your main series category - more in the installation/usage instructions below).
    26     * Automatic tag insert for displaying a “container” on the full post page that will show what series it belongs to and other articles in the series. Of course, via the options panel in the wordpress admin, you can choose to disable the auto-tag if you wish to have more control over where the container is displayed (i.e. in the sidebar instead).
    27     * A custom .css file (orgSeries.css) accompanying the plugin to make it easier to make changes in the display of various elements (for those familiar with .css).
    28     * An example custom category template file that can be added to your template themes directory (with one modification) to create the custom list of all the series you’ve written. The output of this list of course can be controlled via the options panel.
    29     * Two simple tags for easy insertion in your theme if you want to have more control over the way your series are presented.
    30     * Makes managing and viewing the series you write on your blog a whole lot easier.
     24* Integrates with the category system of WordPress
     25* Robust administration options menu for the plugin that allows you to control much of the output of the plugin to suit your own tastes without having to open the plugin file and edit things manually. Of course, for those less familiar with html tags and .css the default options will let you “drop in” and go (with only one caveat - you do have to set what the category id is for your main series category - more in the installation/usage instructions below).
     26* Automatic tag insert for displaying a “container” on the full post page that will show what series it belongs to and other articles in the series. Of course, via the options panel in the wordpress admin, you can choose to disable the auto-tag if you wish to have more control over where the container is displayed (i.e. in the sidebar instead).
     27* A custom .css file (orgSeries.css) accompanying the plugin to make it easier to make changes in the display of various elements (for those familiar with .css).
     28* An example custom category template file that can be added to your template themes directory (with one modification) to create the custom list of all the series you’ve written. The output of this list of course can be controlled via the options panel.
     29* Two simple tags for easy insertion in your theme if you want to have more control over the way your series are presented.
     30* Makes managing and viewing the series you write on your blog a whole lot easier.
    3131
    3232**NEW FEATURES AS OF 1.5**
    3333
    34     * Added a function/tag for counting the number of posts in a series. (tag returns a value). See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/) (it is automatically included in the auto-tag insertion for series meta information)
    35     * Added a function for writing series meta information (”This entry is part x of x in the series, “The name of my series”) to the posts that belong to a series. This is automatically added by default to your blog but it can be disabled for manual insertion via the new option on the options page for the plugin. See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/).
    36     * Added options for the html tags surrounding the series meta and for the post description word. Added to the options page for the plugin.
    37     * Redid the layout of the admin options page for the plugin so it’s organized a bit better and a “little” bit more prettier. I recognize that more work still needs to be done of course ;) .
    38     * Added to the admin options page for the plugin a feed from this blog that displays posts related to the Organize Series Wordpress Plugin so that users can see at a glance if there are any updates available.
     34* Added a function/tag for counting the number of posts in a series. (tag returns a value). See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/) (it is automatically included in the auto-tag insertion for series meta information)
     35* Added a function for writing series meta information (”This entry is part x of x in the series, “The name of my series”) to the posts that belong to a series. This is automatically added by default to your blog but it can be disabled for manual insertion via the new option on the options page for the plugin. See usage instructions on the [plugin page] (http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/).
     36* Added options for the html tags surrounding the series meta and for the post description word. Added to the options page for the plugin.
     37* Redid the layout of the admin options page for the plugin so it’s organized a bit better and a “little” bit more prettier. I recognize that more work still needs to be done of course ;) .
     38* Added to the admin options page for the plugin a feed from this blog that displays posts related to the Organize Series Wordpress Plugin so that users can see at a glance if there are any updates available.
    3939
    4040**New Features as of 1.6**
    4141
    42     * New Template Tag - in_series() - this will check to see if the displayed category archive is a series category.
    43     * Can set the way the posts will be displayed on the series “tables of contents” page (category archive for a series category) via the plugin options panel. (for example, have the posts ordered by date, title, author etc. - ascending or descending). NOTE: It appears that the settings will only apply when using WordPress 2.1+ - it doesn’t seem to apply on a blog that I have that is WP 2.0+, I’m still investigating this.
    44 
     42* New Template Tag - in_series() - this will check to see if the displayed category archive is a series category.
     43* Can set the way the posts will be displayed on the series “tables of contents” page (category archive for a series category) via the plugin options panel. (for example, have the posts ordered by date, title, author etc. - ascending or descending). NOTE: It appears that the settings will only apply when using WordPress 2.1+ - it doesn’t seem to apply on a blog that I have that is WP 2.0+, I’m still investigating this.
Note: See TracChangeset for help on using the changeset viewer.