Please wait,
Processing your request...

    0%
  Business logo VanSoest.it
  ... | Selecteer de Nederlandse taal |
Sharing is caring
| Print this page. | Linkedin page of Johan van Soest

React: Postcard image. Click this to mail to Johan

WebHalla
 Content
  Management
   System

ICT-Hotlist Topic

How to schedule an url, text or image to appear in XWiki

XWiki is an Linux/Apache based open source wiki tool used for intranets, containing a simple WYSIWYG editor and the often used wiki-source-editor and has a different syntax than Wikipedia and works best with FireFox. Unlike SharePoint, XWiki does not provide for a scheduler to start publishing a page, document or WebPart.
However XWiki supports HTML containers in the XWiki content. In source view the HTML container is started with the {{html}} tag and terminated with the {{/html}} tag. Within the HTML container, all the HTML tags as well as script tags can be used because they are send directly to the browser without any pre-processing. This helps embedding JavaScript or ECMAScript statements and functions in the XWiki page. This enables a script to compare a release date with the current date and publish an Url, image or text part using JavaScript statements.
Just remember that JavaScript month numbering starts at 0!
The following example publishes an Url to a test-document to appear on 2024-06-20. Please remember to paste and modify the example in the XWiki source view.
{{html}}
<script language="javascript">
// (C)Copyright 2016-2024 vanSoest.it by Johan van Soest
// Version 1: auto appearing content
// Version 2: auto disappearing content
// month is zero based in JavaScript :-( januar =0 december =11
// link is set up to appear at 2024-06-20 and disappear at 2024-08-26
var ReleaseDate = new Date(2024,5,19);
var StopDate    = new Date(2024,7,27);
var Today       = new Date();
// Debugging statements
// document.write(ReleaseDate);
// document.write("<br />");
// document.write(Today);
// document.write("<br />");
// document.write(StopDate);
// document.write("<br />");
if ((Today>ReleaseDate) && (Today<StopDate)) {
   document.write("<h2><a href ='http://nlaalxwiki/xwiki/bin/view/Main/ScheduledPage'>Scheduled url</a></h2>");
}
</script>
{{/html}}
On request of a reader the automatic removal of the web-part has been implemented in the sample.
You may vote your opinion about this article:


Scripts and programming examples disclaimer

Unless stated otherwise, the script sources and programming examples provided are copyrighted freeware. You may modify them, as long as a reference to the original code and hyperlink to the source page is included in the modified code and documentation. However, it is not allowed to publish (copies of) scripts and programming examples on your own site, blog, vlog, or distribute them on paper or any other medium, without prior written consent.
Many of the techniques used in these scripts, including but not limited to modifying the registry or system files and settings, impose a risk of rendering the Operating System inoperable and loss of data. Make sure you have verified full backups and the associated restore software available before running any script or programming example. Use these scripts and programming examples entirely at your own risk. All liability claims against the author in relation to material or non-material losses caused by the use, misuse or non-use of the information provided, or the use of incorrect or incomplete information, are excluded. All content is subject to change and provided without obligation.
Generated by WebHalla™ Version 0.1.e.7 : Tuesday 16-4-2024 © Copyright 1995-2024 ing. Johan P.G. van Soest CIPM Certified Privacy Information Manager
Response Form    Cookie- and Privacy statement    Responsible Disclosure procedure
Weather in Waalre by OpenWeatherMap logo light rain
Temperature 8.91 °C light rain
Wind chill 5.63 °C light rain
Humidity 89 % light rain
Air pressure 1006 hPa light rain
Wind speed 6.69 m/s light rain
Wind direction West West light rain
Sun Rise 6:39 Sun Rise
Sun Set 20:35 Sun Set
Updated:2024-04-16 18:25:02 light rain

Weather Cache is 5 minute(s) old.
| Current user: Guest | Login |