Plugin Directory

Changeset 616000


Ignore:
Timestamp:
10/23/2012 08:54:02 AM (13 years ago)
Author:
mll
Message:

0.8

Location:
fuzzy-date-and-time-in-french
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • fuzzy-date-and-time-in-french/trunk/fuzzy-datetime-fr.php

    r615967 r616000  
    33Plugin Name: Fuzzy DateTime in french
    44Plugin 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>.
     5Description: Prints a fuzzy date and time, similar to the KDE clock, in french.
    66Version: 0.8
    77Author: mll
     
    2020
    2121/*
    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)
     22This plugin contains code
     23from the Time of Day plugin by Phu Ly & Dunstan Orchard & Michael Heilemann (http://www.ifelse.co.uk/code/timeofday.php)
     24and from Fuzzy DateTime plugin by Splee (http://wordpress.org/extend/plugins/splees-fuzzy-datetime/).
    2425*/
    2526
     
    4344
    4445//(Un)comment at your will. Todo : make this an option.
     46
    4547//add_filter('the_date', 'filter_post_fuzzy_datetime', 999, 4);
    4648//add_filter('the_time', 'filter_post_fuzzy_datetime');
  • fuzzy-date-and-time-in-french/trunk/readme.txt

    r615973 r616000  
    11=== Plugin Name ===
    22Contributors: mll
    3 Tags: date, fuzzy, floue, time, heure, relative
     3Tags: date, fuzzy, floue, time, heure, relative, franch, français
    44Requires at least: 2.0
    55Tested up to: 3.4
    6 Stable tag: trunk
     6Stable tag: 0.8
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    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/).
     14This 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/).
    1515
    1616It also provides hooks for the comments dates, but it's pretty rough at the moment.
     17
     18= Contribute =
     19
     20I (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
     25So, if you feel like contributing to the development of this plugin, please let me know!
    1726
    1827== Installation ==
Note: See TracChangeset for help on using the changeset viewer.