diff options
author | spalax <spalax@web> | 2012-06-07 19:31:07 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-06-07 19:31:07 -0400 |
commit | 6902dedb2b6b1172e2ea9df3ebb966059dfd5caa (patch) | |
tree | 46df4801832cd6e0b12a2e96f896c9fdc171f7c5 | |
parent | 5666c43494064f07229b70cdf30a299aa2ba6e60 (diff) | |
download | ikiwiki-6902dedb2b6b1172e2ea9df3ebb966059dfd5caa.tar ikiwiki-6902dedb2b6b1172e2ea9df3ebb966059dfd5caa.tar.gz |
-rw-r--r-- | doc/plugins/contrib/jscalendar.mdwn | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/plugins/contrib/jscalendar.mdwn b/doc/plugins/contrib/jscalendar.mdwn index 1b6eee4cf..5c4983a44 100644 --- a/doc/plugins/contrib/jscalendar.mdwn +++ b/doc/plugins/contrib/jscalendar.mdwn @@ -1,10 +1,8 @@ [[!meta title="Javascript equivalent of plugin 'calendar'"]] -[[!tag patch]] -Hello, -we ([[Grésille|http://www.gresille.org]]) have a calendar (built using the [[calendar|plugins/calendar]] plugin) in the sidebar of our website. This caused the whole website to be rebuilded each night, and we did not like it. So I wrote a javascript equivalent of the calendar plugin. +# Jscalendar -Here are the differences compared to the [[calendar|plugins/calendar]] plugin. +Jscalendar is a javascript equivalent to the [[calendar|plugins/calendar]] plugin. Here are some differences compared to this latter plugin. * Pros * No need to rebuild the page containing the calendar each time day changes, or @@ -21,8 +19,6 @@ Here are the differences compared to the [[calendar|plugins/calendar]] plugin. You can see this plugin in action on [[our website|http://www.gresille.org]]. To see what happens when several pages happens on the same day, check the 15th of March 2012. -I do not know how contributions are processed, but if you want to include this plugin in Ikiwiki, I made a copy of Ikiwiki repository, with this new plugin (as well as the documentation for the plugin and the directive). +Code and documentation can be found here : [[https://atelier.gresille.org/projects/gresille-ikiwiki/wiki/Jscalendar]] - git clone http://spalax.homedns.org/git/ikiwiki - --- Spalax +-- Louis |