Plugin Directory

Changeset 3239564


Ignore:
Timestamp:
02/12/2025 05:41:38 PM (14 months ago)
Author:
adatosystems
Message:

updates to README

Location:
zmanim-wp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zmanim-wp/tags/1.0.0/README.txt

    r3239551 r3239564  
    1010This plugin lets you configure a variety of halachic time calculations and add them via shortcodes.
    1111
    12 == Installation ==
    13 As with most WordPress plugins, you download the zip file and Activate the plugin through the 'Plugins' menu in WordPress.
    14 
    15 From there, see the "Details" section for set up, and "Usage" for information on the shortcodes.
    16 
    17 Or you can head over to [my web page](https://www.adatosystems.com/zmanim-wp/)
    18 
    19 == FAQ ==
    20 
    21 (none at this time)
    22 
    23 == Screenshots ==
    24 
    25 1. Zmanim WP initial page where you set the location, set nusach, and more.
    26 2. Standard zmanim settings (1 of 3)
    27 3. Standard zmanim settings (2 of 3)
    28 4. Standard zmanim settings (3 of 3)
    29 5. Options to determine if Shabbat is "early", along with the 4 shortcode options
    30 6. Settings to set the full year display, plus the columns to display.
    31 7. A sample page with the shortcodes on the left and the result on the right
    32 
    33 == Reviews ==
    34 
    35 
    36 == Details ==
     12== Description ==
    3713This plugin lets WordPress administrators configure a variety of shitot (halachic opinions) on time calculation. A series of shortcodes, along with standard options to control the date, formatting, time offset, and more. These shortcodes can be used to display the zmanim (times) in any post, page, widge, or even outbound email coming from the site.
    3814
    39 == Introduction ==
     15=== Introduction ===
    4016This plugin would not be possible without the amazing [kosher java](https://github.com/KosherJava/zmanim) library by [Eliyahu Hershveld](https://kosherjava.com/), which has been [ported to PHP](https://github.com/zachweix/PhpZmanim) by the incredible [Zachary Weixelbaum](https://www.linkedin.com/in/zachweix/). 
    4117
     
    5632The admin page options and shortcodes are described in detail below.
    5733
    58 == A note about free vs paid ==
     34=== A note about free vs paid ===
    5935Zmanim WP is a "freemium" product. As such, the core features are available without any charge, but certain advanced options are only available in the paid version. Paid items are noted with an asterisk (\*) below.
    6036
     
    6339To download/upgrade to the paid version with extra features, [click here](https://checkout.freemius.com/plugin/16788/plan/28011/).
    6440
    65 == Usage – the Admin Panel ==
     41=== Usage – the Admin Panel ===
    6642The admin panel lets you set some basic information about the website – location, name, etc – and also select from a list of pre-set time calculation systems.
    6743
     
    133109To use this feature, add the shortocde "[zman_fullyear]" once on a post or page. The entire table will be rendered whenever it's displayed.
    134110
    135 == Usage ==
     111=== Usage ===
    136112Shortcodes are the primary focus of the Zmanim WP plugin. While configuration seems important at first, it's generally a one-time activity. As a reminder, these shortcodes can can be used in almost any area of the WordPress system including Posts, Pages, Widgets, and any other element (whether it's built-in or an add-on option via another plugin) that supports shortcodes.
    137113
     
    268244[zman_misheyakirweekly date="this" dateformat="D" timeformat= "h:s:i" daynum=d]
    269245
     246
     247== Installation ==
     248As with most WordPress plugins, you download the zip file and Activate the plugin through the 'Plugins' menu in WordPress.
     249
     250From there, see the "Details" section for set up, and "Usage" for information on the shortcodes.
     251
     252Or you can head over to [my web page](https://www.adatosystems.com/zmanim-wp/)
     253
     254== Frequently Asked Questions ==
     255
     256None at this time. If you have one, ask it [here](https://wordpress.org/support/plugin/zmanim-wp/)
     257
     258== Screenshots ==
     259
     2601. Zmanim WP initial page where you set the location, set nusach, and more.
     2612. Standard zmanim settings (1 of 3)
     2623. Standard zmanim settings (2 of 3)
     2634. Standard zmanim settings (3 of 3)
     2645. Options to determine if Shabbat is "early", along with the 4 shortcode options
     2656. Settings to set the full year display, plus the columns to display.
     2667. A sample page with the shortcodes on the left and the result on the right
     267
     268== Reviews ==
     269
     270
    270271== Changelog ==
    271272
  • zmanim-wp/trunk/README.txt

    r3239453 r3239564  
    1010This plugin lets you configure a variety of halachic time calculations and add them via shortcodes.
    1111
    12 == Installation ==
    13 As with most WordPress plugins, you download the zip file and Activate the plugin through the 'Plugins' menu in WordPress.
    14 
    15 From there, see the "Details" section for set up, and "Usage" for information on the shortcodes.
    16 
    17 Or you can head over to [my web page](https://www.adatosystems.com/zmanim-wp/)
    18 
    19 == FAQ ==
    20 
    21 (none at this time)
    22 
    23 == Screenshots ==
    24 
    25 1. Zmanim WP initial page where you set the location, set nusach, and more.
    26 2. Standard zmanim settings (1 of 3)
    27 3. Standard zmanim settings (2 of 3)
    28 4. Standard zmanim settings (3 of 3)
    29 5. Options to determine if Shabbat is "early", along with the 4 shortcode options
    30 6. Settings to set the full year display, plus the columns to display.
    31 7. A sample page with the shortcodes on the left and the result on the right
    32 
    33 == Reviews ==
    34 
    35 
    36 == Details ==
     12== Description ==
    3713This plugin lets WordPress administrators configure a variety of shitot (halachic opinions) on time calculation. A series of shortcodes, along with standard options to control the date, formatting, time offset, and more. These shortcodes can be used to display the zmanim (times) in any post, page, widge, or even outbound email coming from the site.
    3814
    39 == Introduction ==
     15=== Introduction ===
    4016This plugin would not be possible without the amazing [kosher java](https://github.com/KosherJava/zmanim) library by [Eliyahu Hershveld](https://kosherjava.com/), which has been [ported to PHP](https://github.com/zachweix/PhpZmanim) by the incredible [Zachary Weixelbaum](https://www.linkedin.com/in/zachweix/). 
    4117
     
    5632The admin page options and shortcodes are described in detail below.
    5733
    58 == A note about free vs paid ==
     34=== A note about free vs paid ===
    5935Zmanim WP is a "freemium" product. As such, the core features are available without any charge, but certain advanced options are only available in the paid version. Paid items are noted with an asterisk (\*) below.
    6036
     
    6339To download/upgrade to the paid version with extra features, [click here](https://checkout.freemius.com/plugin/16788/plan/28011/).
    6440
    65 == Usage – the Admin Panel ==
     41=== Usage – the Admin Panel ===
    6642The admin panel lets you set some basic information about the website – location, name, etc – and also select from a list of pre-set time calculation systems.
    6743
     
    133109To use this feature, add the shortocde "[zman_fullyear]" once on a post or page. The entire table will be rendered whenever it's displayed.
    134110
    135 == Usage ==
     111=== Usage ===
    136112Shortcodes are the primary focus of the Zmanim WP plugin. While configuration seems important at first, it's generally a one-time activity. As a reminder, these shortcodes can can be used in almost any area of the WordPress system including Posts, Pages, Widgets, and any other element (whether it's built-in or an add-on option via another plugin) that supports shortcodes.
    137113
     
    268244[zman_misheyakirweekly date="this" dateformat="D" timeformat= "h:s:i" daynum=d]
    269245
     246
     247== Installation ==
     248As with most WordPress plugins, you download the zip file and Activate the plugin through the 'Plugins' menu in WordPress.
     249
     250From there, see the "Details" section for set up, and "Usage" for information on the shortcodes.
     251
     252Or you can head over to [my web page](https://www.adatosystems.com/zmanim-wp/)
     253
     254== Frequently Asked Questions ==
     255
     256None at this time. If you have one, ask it [here](https://wordpress.org/support/plugin/zmanim-wp/)
     257
     258== Screenshots ==
     259
     2601. Zmanim WP initial page where you set the location, set nusach, and more.
     2612. Standard zmanim settings (1 of 3)
     2623. Standard zmanim settings (2 of 3)
     2634. Standard zmanim settings (3 of 3)
     2645. Options to determine if Shabbat is "early", along with the 4 shortcode options
     2656. Settings to set the full year display, plus the columns to display.
     2667. A sample page with the shortcodes on the left and the result on the right
     267
     268== Reviews ==
     269
     270
    270271== Changelog ==
    271272
Note: See TracChangeset for help on using the changeset viewer.