head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2003.05.08.18.10.16;	author chipx86;	state dead;
branches;
next	1.1;

1.1
date	2002.11.26.05.58.44;	author chipx86;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Death to this.
@
text
@Date: Wed, 13 Feb 2002 20:50:00 -0500
Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks)
X-Rcs-Id: $Id: PluginCalendrier,v 1.1 2002/11/26 05:58:44 chipx86 Exp $
Content-Type: application/x-phpwiki;
  pagename=PluginCalendrier;
  flags=PAGE_LOCKED;
  pgsrc_version="2 $Revision: 1.1 $";
  charset=iso-8859-1
Content-Transfer-Encoding: binary

Le PluginCalendrier peut tre utilis pour gnrer un calendrier mensuel au sein d'une page du wiki. C'est une faon pratique d'obtenir des [ wikis personnels |WikiPersonnel].

Les dates individuelles dans le calendrier lient  des pages wiki spcifiquement nommes. Les noms des "pages du jour" sont formes par dfaut en ajoutant la date au nom de la page sur laquelle apparat le calendrier.

''Cette fonctionnalit a t inspire par [Manila|http://manila.userland.com/], et a t tout d'abord implmente par GaryBenson. Elle fut par la suite implmente sous forme de PluginWiki par JeffDairiki.''

!! Usage :
 <?plugin Calendar?>

vous donnera :
<?plugin Calendar?>

--------

!! Arguments du Plugin

! Slection du Mois

;__year__: spcifie l'anne du calendrier (l'anne actuelle par dfaut)
;__month__: spcifie le mois du calendrier (le mois actuel par dfaut)
;__month_offset__: ajout au ''mois''. Peut tre utilis pour inclure l'quivalent de plusieurs mois sur une seule page du wiki.
<?plugin Calendar month_offset=+1?>

!Noms de la "Page du Jour"

;__date_format__:[Strftime| php-function:strftime] style format string used to generate page names for the "day pages."  The default value is '%Y-%m-%d'.
;__prefix__: Prepended to the date (formatted per ''date_format'') to generate the "day page" names.  The default value is '[[pagename]:'.

! Appearance

;__month_format__: [Strftime| php-function:strftime] style format string used to generate the title of the calendar.  (Default: '%B, %Y'.)
;__wday_format__: [Strftime| php-function:strftime] style format string used to generate the day-of-week names at the top of the calendar.
;__start_wday__: What day of the week does the calendar start on.  This should be specified as an integer in the range zero (Sunday) through six (Saturday), inclusive.

<?plugin Calendar start_wday=1 ?>
-----

! Patch for 1.2

GaryBenson wrote the first calendar implementation for PhpWiki 1.2.  (Since 1.2 doesn't support plugins, it uses a ###CALENDAR### token as a trigger.)  Gary provides a screenshot at http://inauspicious.org/files/screenshots/calender.png, a [patch |http://inauspicious.org/files/phpwiki/phpwiki-1.2.0-calendar.patch] (on 1.2.0), and [calendar.php |http://inauspicious.org/files/phpwiki/calendar.php] (which renders a view of the year.)
----
DocumentationDePhpWiki
@


1.1
log
@WOAH, massive commit. Sorry guys. Nothing to see here, ignore this.

/me waves his hands and mesmorizes you all so you'll forget.
@
text
@d3 1
a3 1
X-Rcs-Id: $Id: PluginCalendrier,v 1.2 2002/02/14 01:49:53 carstenklapp Exp $
d7 1
a7 1
  pgsrc_version="2 $Revision: 1.2 $";
@

