additional_plugins/serendipity_plugin_weather/README.txt

15 lines
415 B
Plaintext
Raw Normal View History

2011-12-13 12:29:05 +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