additional_plugins/serendipity_plugin_weather
2013-04-05 17:47:41 +02:00
..
dot/pixel/icons/serendipity_weather_plugin We sadly need to remove $Id$ expansion, because with this CVS sync does not work and would update a file time and time again once modified in GIT 2011-12-25 01:05:26 +01:00
UTF-8 new/updated czech translations 2013-04-05 17:47:41 +02:00
documentation_cs.html new/updated czech translations 2013-04-05 17:47:41 +02:00
documentation_cz.html new/updated czech translations 2013-04-05 17:47:41 +02:00
lang_bg.inc.php We sadly need to remove $Id$ expansion, because with this CVS sync does not work and would update a file time and time again once modified in GIT 2011-12-25 01:05:26 +01:00
lang_cs.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
lang_cz.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
lang_de.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
lang_en.inc.php We sadly need to remove $Id$ expansion, because with this CVS sync does not work and would update a file time and time again once modified in GIT 2011-12-25 01:05:26 +01:00
lang_es.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
README.txt We sadly need to remove $Id$ expansion, because with this CVS sync does not work and would update a file time and time again once modified in GIT 2011-12-25 01:05:26 +01:00
serendipity_plugin_weather.php We sadly need to remove $Id$ expansion, because with this CVS sync does not work and would update a file time and time again once modified in GIT 2011-12-25 01:05:26 +01:00

About
=====

This plugin uses PEAR::Services_Weather to retrieve METAR weather information
for a given location and display them.

Installation
============

    export SERENDIPITY_HOME=/path/to/serendipity    
    mkdir -p $SERENDIPITY_HOME/plugins/serendipity_plugin_weather
    cp serendipity_plugin_weather.php \
       $SERENDIPITY_HOME/plugins/serendipity_plugin_weather
    cp -r dot/pixel $SERENDIPITY_HOME