additional_plugins/serendipity_plugin_weather
2014-11-29 15:51:17 +01: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 the other half of da04025 2014-11-29 15:51:17 +01:00
documentation_cs.html line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
documentation_cz.html line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
lang_bg.inc.php also remove $Revision$ 2013-08-12 10:27:53 +02:00
lang_cs.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_cz.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_de.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
lang_en.inc.php also remove $Revision$ 2013-08-12 10:27:53 +02: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 Remove $Id$ for CVS compoatibility. Thought I already did this some time ago?!?! 2013-08-12 09:49:28 +02: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