Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HedgehogDevelopment/SCScheduledPublishing
https://github.com/HedgehogDevelopment/SCScheduledPublishing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/HedgehogDevelopment/SCScheduledPublishing
- Owner: HedgehogDevelopment
- License: apache-2.0
- Created: 2015-03-25T14:11:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T17:18:17.000Z (almost 1 year ago)
- Last Synced: 2024-03-26T13:15:20.332Z (8 months ago)
- Language: C#
- Size: 8.58 MB
- Stars: 8
- Watchers: 15
- Forks: 16
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Sitecore - Scheduled Publishing - Gives the content editor the option to delay the publishing of an item for a future point in time. (Publishing)
README
# Overview: #
The purpose of Scheduled Publish Module for Sitecore is to give the content editor the option to delay the publishing of an item for a future point in time. The full documentation is available in "Documentation" folder.
The module supports Sitecore versions: 6.6(.Net Framework 4.0), 7.0, 7.1, 7.2, 7.5 and 8.0Blog posts about this feature:
- [https://spareva.wordpress.com/2015/11/10/sitecore-scheduled-publish-module-content-editors-perspective/
](https://spareva.wordpress.com/2015/11/10/sitecore-scheduled-publish-module-content-editors-perspective/)
- [http://www.sitecorethoughts.com/home/sitecore-scheduled-publish-module-overview
](http://www.sitecorethoughts.com/home/sitecore-scheduled-publish-module-overview
)Sitecore Marketplace Url: [https://marketplace.sitecore.net/Modules/S/Sitecore_Scheduled_Publish.aspx?sc_lang=en
](https://marketplace.sitecore.net/Modules/S/Sitecore_Scheduled_Publish.aspx?sc_lang=en
)## Source projects: ##
"ScheduledPublish66" - Source code for Sitecore 6.6
"ScheduledPublish70-71" - Source code for Sitecore 7.0 and 7.1
"ScheduledPublish72up" - Source code for Sitecore 7.2, 7.5 and 8.0## Setup: ##
1. Clone the project.
2. Copy "Sitecore.Kernel.dll" from your website root into corresponding "Lib" folder depending on the Sitecore version.
3. Configure "Build" section of "Core" and "Master" TDS projects.
4. Right-click the solution and select "Deploy Solution". This will build the code and deploy both the code and TDS items to your Sitecore site.