Changeset 3343890
- Timestamp:
- 08/13/2025 03:18:08 AM (8 months ago)
- Location:
- zmanim-wp/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (8 diffs)
-
zmanim-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zmanim-wp/trunk/README.txt
r3239682 r3343890 1 1 === Zmanim WP === 2 2 Contributors: AdatoSystems, freemius 3 Donate link: https:// www.adatosystems.com/donate/4 Tags: #time , #zmanim, #jewish, #prayer, #zman5 Tested up to: 6. 76 Stable tag: 1.0. 03 Donate link: https://adatosystems.com 4 Tags: #time #zmanim #jewish 5 Tested up to: 6.8 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 10 10 This plugin lets you configure a variety of halachic time calculations and add them via shortcodes. 11 11 12 == Description==12 == Zmanim WP == 13 13 This 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. 14 14 15 == = Introduction ===16 This plugin would not be possible without the amazing [kosher java](https://github.com/KosherJava/zmanim) library by [Eliyahu Hersh feld](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/).15 == Introduction == 16 This 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/). 17 17 18 18 For a synagogue or other (Jewish) religious institution, providing times for daily tefillot prayers, fasts, and events (candle lighting, sundown, etc) is not only critical to the mission of the organization, but extremely work-intensive. Either an admin had to go in and change those times by hand (sometimes daily); or link to external sources ([hebcal.com](https://www.hebcal.com/),[myzmanim.com](https://www.myzmanim.com/), or even google spreadsheets). … … 32 32 The admin page options and shortcodes are described in detail below. 33 33 34 == = A note about free vs paid ===34 == A note about free vs paid == 35 35 Zmanim 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. 36 36 … … 39 39 To download/upgrade to the paid version with extra features, [click here](https://checkout.freemius.com/plugin/16788/plan/28011/). 40 40 41 == = Usage – the Admin Panel ===41 == Usage – the Admin Panel == 42 42 The 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. 43 43 … … 90 90 Example 2: On Friday nights, Shir haShirim is sung either 35 minutes before Plag haMincha (if it's early Shabbat); or after Kabbalat Shabbat (if it's regular time). For this you'd set the "Early Calculation" to: [zman_plag offset=-35 date="friday"]; and the "Regular Calculation" to: "after Kabbalat Shabbat" 91 91 92 93 92 94 === Full Year Display\* === 93 95 Many congregations like to publish a full year's worth of zmanim, in column-and-row format. This page allows for a grid of times with the following configuration options: … … 109 111 To use this feature, add the shortocde "[zman_fullyear]" once on a post or page. The entire table will be rendered whenever it's displayed. 110 112 111 == = Usage ===113 == Using the shortcodes == 112 114 Shortcodes 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. 113 115 … … 244 246 [zman_misheyakirweekly date="this" dateformat="D" timeformat= "h:s:i" daynum=d] 245 247 246 247 248 == Installation == 248 249 As with most WordPress plugins, you download the zip file and Activate the plugin through the 'Plugins' menu in WordPress. 249 250 250 From there, see the "Details" section for set up, and "Usage" for information on the shortcodes.251 252 Or you can head over to [my web page](https://www.adatosystems.com/zmanim-wp/)253 254 251 == Frequently Asked Questions == 255 252 256 None at this time. If you have one, ask it [here](https://wordpress.org/support/plugin/zmanim-wp/)253 (none at this time) 257 254 258 255 == Screenshots == … … 266 263 7. A sample page with the shortcodes on the left and the result on the right 267 264 268 == Reviews ==269 265 270 266 271 267 == Changelog == 268 269 = 1.0.1 = 270 * Fixed issues with molad and rosh chodesh handlers 272 271 273 272 = 1.0 = 274 273 * Initial release 275 274 276 277 275 == Upgrade Notice == 278 276 (none at this time) -
zmanim-wp/trunk/zmanim-wp.php
r3343889 r3343890 11 11 * Plugin URI: https://www.adatosystems.com/zmanim-wp/ 12 12 * Description: Choose from a variety of shitot (opinions), use shortcodes (with options) to display those times in posts, pages, and widgets. With gratitude to Eliyahu Hershfeld, Zachary Weixelbaum, and Elyahu Jacobi. 13 * Version: 1.0. 013 * Version: 1.0.1 14 14 * Update URI: https://api.freemius.com 15 15 * Author: Leon Adato
Note: See TracChangeset
for help on using the changeset viewer.