Changeset 616000
- Timestamp:
- 10/23/2012 08:54:02 AM (13 years ago)
- Location:
- fuzzy-date-and-time-in-french
- Files:
-
- 2 added
- 2 edited
-
tags/0.8/fuzzy-datetime-fr.php (added)
-
tags/0.8/readme.txt (added)
-
trunk/fuzzy-datetime-fr.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fuzzy-date-and-time-in-french/trunk/fuzzy-datetime-fr.php
r615967 r616000 3 3 Plugin Name: Fuzzy DateTime in french 4 4 Plugin URI: https://wordpress.org/extend/plugins/fuzzy-date-and-time-in-french/ 5 Description: Prints a fuzzy date and time, similar to the KDE clock, in french. Adapted from Splee's <a href="http://wordpress.org/extend/plugins/splees-fuzzy-datetime/">Fuzzy DateTime</a>.5 Description: Prints a fuzzy date and time, similar to the KDE clock, in french. 6 6 Version: 0.8 7 7 Author: mll … … 20 20 21 21 /* 22 This plugin contains code from the Time of Day plugin 23 by Phu Ly & Dunstan Orchard & Michael Heilemann (http://www.ifelse.co.uk/code/timeofday.php) 22 This plugin contains code 23 from the Time of Day plugin by Phu Ly & Dunstan Orchard & Michael Heilemann (http://www.ifelse.co.uk/code/timeofday.php) 24 and from Fuzzy DateTime plugin by Splee (http://wordpress.org/extend/plugins/splees-fuzzy-datetime/). 24 25 */ 25 26 … … 43 44 44 45 //(Un)comment at your will. Todo : make this an option. 46 45 47 //add_filter('the_date', 'filter_post_fuzzy_datetime', 999, 4); 46 48 //add_filter('the_time', 'filter_post_fuzzy_datetime'); -
fuzzy-date-and-time-in-french/trunk/readme.txt
r615973 r616000 1 1 === Plugin Name === 2 2 Contributors: mll 3 Tags: date, fuzzy, floue, time, heure, relative 3 Tags: date, fuzzy, floue, time, heure, relative, franch, français 4 4 Requires at least: 2.0 5 5 Tested up to: 3.4 6 Stable tag: trunk6 Stable tag: 0.8 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Description == 13 13 14 This plugin adds a function that prints a fuzzy date and time , similar to the KDE clock,in french. Adapted from Splee's [Fuzzy DateTime](http://wordpress.org/extend/plugins/splees-fuzzy-datetime/).14 This plugin adds a function that prints a fuzzy date and time in french. Adapted from Splee's [Fuzzy DateTime](http://wordpress.org/extend/plugins/splees-fuzzy-datetime/). 15 15 16 16 It also provides hooks for the comments dates, but it's pretty rough at the moment. 17 18 = Contribute = 19 20 I (mll) am not really a developer. Lots of things could be improved : 21 * make this plugin really international, with a GUI to edit what's hard-coded at the moment 22 * make a GUI to set the options on wich dates must be fuzzified 23 * ... 24 25 So, if you feel like contributing to the development of this plugin, please let me know! 17 26 18 27 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.