Is It Friday?

Table of contents
    1. 1.1. isit.friday() : xml
  1. 2. Source Code

 

This extension contains functions for embedding the Is It Friday widget. This script requires Deki Wiki 1.8.3 or later.

 

Follow these steps to install the script on your wiki.

  1. go to Service managmenent in the Control Panel of your wiki
  2. under Add Service, click on Local, and select type Extension
  3. enter a description and this SID: http://services.mindtouch.com/deki/draft/2007/12/dekiscript
  4. in the config section add manifest and set the value to:http://wiki.opengarden.org/@api/deki/files/1913/=is_it_friday.xml
  5. add any additional configuration settings that are specific to the script
  6. click on add service

Related Links: DekiScript service, Extension Overview, DekiScript Overview, Extension Demos.

 


 

isit.friday() : xml

A fun extension to let you know if it is Friday or not. 
Note: the Is It Friday widget is based on Pacific Standard Time and results may vary depending on your timezone.


Samples:

Output

To embed the Is It Friday widget:

{{ isit.friday() }} 

friday.png

Source Code

 

<extension>
	<title>Is it Friday</title>
	<description>This will tell you if it is Friday</description>
	<uri.help>
	</uri.help>
	<namespace>isit</namespace>
	<function>
		<name>friday</name>
		<description>This allows you to see if it is Friday.</description>
		<return>
			<html>
				<body>
					<iframe scrolling="no" frameborder="0" src="http://friday.tagartwebdesign.com">
					</iframe>
				</body>
			</html>
		</return>
	</function>
</extension>
Tag page

Files 1

FileSizeDateAttached by 
 is it friday.xml
No description
471 bytes06:28, 3 Mar 2008coreygActions
You must login to post a comment.