-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #918 from Ordisoftware/dev
Dev
- Loading branch information
Showing
24 changed files
with
1,754 additions
and
1,308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
100 changes: 100 additions & 0 deletions
100
Project/Source/Common/Hebrew/Entities/OnlineParashot.MyJewishLearning.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
/// <license> | ||
/// This file is part of Ordisoftware Hebrew Calendar/Letters/Words. | ||
/// Copyright 2012-2021 Olivier Rogier. | ||
/// See www.ordisoftware.com for more information. | ||
/// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. | ||
/// If a copy of the MPL was not distributed with this file, You can obtain one at | ||
/// https://mozilla.org/MPL/2.0/. | ||
/// If it is not possible or desirable to put the notice in a particular file, | ||
/// then You may include the notice in a location(such as a LICENSE file in a | ||
/// relevant directory) where a recipient would be likely to look for such a notice. | ||
/// You may add additional accurate notices of copyright ownership. | ||
/// </license> | ||
/// <created> 2021-09 </created> | ||
/// <edited> 2021-09 </edited> | ||
using System; | ||
using Ordisoftware.Core; | ||
|
||
namespace Ordisoftware.Hebrew | ||
{ | ||
|
||
static partial class OnlineParashot | ||
{ | ||
|
||
static public readonly NullSafeDictionary<TorahBook, NullSafeList<string>> MyJewishLearning | ||
= new NullSafeDictionary<TorahBook, NullSafeList<string>> | ||
{ | ||
[TorahBook.Bereshit] = new NullSafeList<string> | ||
{ | ||
"parashat-bereshit", | ||
"parashat-noach", | ||
"parashat-lech-lecha", | ||
"parashat-vayera", | ||
"parashat-chayei-sara", | ||
"parashat-toldot", | ||
"parashat-vayetzei", | ||
"parashat-vayishlach", | ||
"parashat-vayeshev", | ||
"parashat-miketz", | ||
"parashat-vayigash", | ||
"parashat-vayechi", | ||
}, | ||
[TorahBook.Shemot] = new NullSafeList<string> | ||
{ | ||
"parashat-shemot", | ||
"parashat-vaera", | ||
"parashat-bo", | ||
"parashat-beshalach", | ||
"parashat-yitro", | ||
"parashat-mishpatim", | ||
"parashat-terumah", | ||
"parashat-tetzaveh", | ||
"parashat-ki-tisa", | ||
"parashat-vayakhel", | ||
"parashat-pekudei", | ||
}, | ||
[TorahBook.Vayiqra] = new NullSafeList<string> | ||
{ | ||
"parashat-vayikra", | ||
"parashat-tzav", | ||
"parashat-shmini", | ||
"parashat-tazria", | ||
"parashat-metzora", | ||
"parashat-achrei-mot", | ||
"parashat-kedoshim", | ||
"parashat-emor", | ||
"parashat-behar", | ||
"parashat-bechukotai", | ||
}, | ||
[TorahBook.Bamidbar] = new NullSafeList<string> | ||
{ | ||
"parashat-bamidbar", | ||
"parashat-nasso", | ||
"parashat-behaalotcha", | ||
"parashat-shlach", | ||
"parashat-korach", | ||
"parashat-chukat", | ||
"parashat-balak", | ||
"parashat-pinchas", | ||
"parashat-matot", | ||
"parashat-masei", | ||
}, | ||
[TorahBook.Devarim] = new NullSafeList<string> | ||
{ | ||
"parashat-devarim", | ||
"parashat-vaetchanan", | ||
"parashat-eikev", | ||
"parashat-reeh", | ||
"parashat-shoftim", | ||
"parashat-ki-teitzei", | ||
"parashat-ki-tavo", | ||
"parashat-nitzavim", | ||
"parashat-vayeilech", | ||
"parashat-haazinu", | ||
"parashat-vezot-haberakhah", | ||
} | ||
}; | ||
|
||
} | ||
|
||
} |
100 changes: 100 additions & 0 deletions
100
Project/Source/Common/Hebrew/Entities/OnlineParashot.TheYeshivaNet.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
/// <license> | ||
/// This file is part of Ordisoftware Hebrew Calendar/Letters/Words. | ||
/// Copyright 2012-2021 Olivier Rogier. | ||
/// See www.ordisoftware.com for more information. | ||
/// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. | ||
/// If a copy of the MPL was not distributed with this file, You can obtain one at | ||
/// https://mozilla.org/MPL/2.0/. | ||
/// If it is not possible or desirable to put the notice in a particular file, | ||
/// then You may include the notice in a location(such as a LICENSE file in a | ||
/// relevant directory) where a recipient would be likely to look for such a notice. | ||
/// You may add additional accurate notices of copyright ownership. | ||
/// </license> | ||
/// <created> 2021-09 </created> | ||
/// <edited> 2021-09 </edited> | ||
using System; | ||
using Ordisoftware.Core; | ||
|
||
namespace Ordisoftware.Hebrew | ||
{ | ||
|
||
static partial class OnlineParashot | ||
{ | ||
|
||
static public readonly NullSafeDictionary<TorahBook, NullSafeList<string>> TheYeshivaNet | ||
= new NullSafeDictionary<TorahBook, NullSafeList<string>> | ||
{ | ||
[TorahBook.Bereshit] = new NullSafeList<string> | ||
{ | ||
"c7/torah/parsha/bereshit/bereshit", | ||
"c8/torah/parsha/bereshit/noach", | ||
"c9/torah/parsha/bereshit/lech-lecha", | ||
"c10/torah/parsha/bereshit/vayera", | ||
"c11/torah/parsha/bereshit/chayei-sarah", | ||
"c13/torah/parsha/bereshit/toldot", | ||
"c16/torah/parsha/bereshit/vayetzei", | ||
"c18/torah/parsha/bereshit/vayishlach", | ||
"c15/torah/parsha/bereshit/vayeshev", | ||
"c12/torah/parsha/bereshit/miketz", | ||
"c17/torah/parsha/bereshit/vayigash", | ||
"c14/torah/parsha/bereshit/vayechi", | ||
}, | ||
[TorahBook.Shemot] = new NullSafeList<string> | ||
{ | ||
"c25/torah/parsha/shemot/shemot", | ||
"c28/torah/parsha/shemot/vaera", | ||
"c21/torah/parsha/shemot/bo", | ||
"c20/torah/parsha/shemot/beshalach", | ||
"c30/torah/parsha/shemot/yisro", | ||
"c23/torah/parsha/shemot/mishpatim", | ||
"c26/torah/parsha/shemot/terumah", | ||
"c27/torah/parsha/shemot/tetzaveh", | ||
"c22/torah/parsha/shemot/ki-tisa", | ||
"c29/torah/parsha/shemot/vayakhel", | ||
"c24/torah/parsha/shemot/pekudei", | ||
}, | ||
[TorahBook.Vayiqra] = new NullSafeList<string> | ||
{ | ||
"c41/torah/parsha/vayikra/vayikra", | ||
"c40/torah/parsha/vayikra/tzav", | ||
"c38/torah/parsha/vayikra/shmini", | ||
"c39/torah/parsha/vayikra/tazria", | ||
"c37/torah/parsha/vayikra/metzora", | ||
"c32/torah/parsha/vayikra/acharei-mos", | ||
"c36/torah/parsha/vayikra/kedoshim", | ||
"c35/torah/parsha/vayikra/emor", | ||
"c34/torah/parsha/vayikra/behar", | ||
"c33/torah/parsha/vayikra/bechukotai", | ||
}, | ||
[TorahBook.Bamidbar] = new NullSafeList<string> | ||
{ | ||
"c44/torah/parsha/bamidbar/bamidbar", | ||
"c50/torah/parsha/bamidbar/nasso", | ||
"c45/torah/parsha/bamidbar/behaalotcha", | ||
"c52/torah/parsha/bamidbar/shlach", | ||
"c47/torah/parsha/bamidbar/korach", | ||
"c46/torah/parsha/bamidbar/chukat", | ||
"c43/torah/parsha/bamidbar/balak", | ||
"c51/torah/parsha/bamidbar/pinchas", | ||
"c49/torah/parsha/bamidbar/matot", | ||
"c48/torah/parsha/bamidbar/maasei", | ||
}, | ||
[TorahBook.Devarim] = new NullSafeList<string> | ||
{ | ||
"c55/torah/parsha/devarim/devarim", | ||
"c63/torah/parsha/devarim/vaetchanan", | ||
"c56/torah/parsha/devarim/eikev", | ||
"c61/torah/parsha/devarim/reeh", | ||
"c62/torah/parsha/devarim/shoftim", | ||
"c59/torah/parsha/devarim/ki-teitzei", | ||
"c58/torah/parsha/devarim/ki-tavo", | ||
"c60/torah/parsha/devarim/nitzavim", | ||
"c64/torah/parsha/devarim/vayeilech", | ||
"c57/torah/parsha/devarim/haazinu", | ||
"c65/torah/parsha/devarim/vezot-haberakhah", | ||
} | ||
}; | ||
|
||
} | ||
|
||
} |
Oops, something went wrong.