Changes to README.md

yahoo_weather
Mattia Meneguzzo 12 years ago
parent c21f3e4e0e
commit 72ea5819fd
  1. 42
      README.md

@ -1,6 +1,6 @@
![Screenshot](https://github.com/neroth/gnome-shell-extension-weather/raw/master/data/Screenshot.jpg)
**gnome-shell-extension-weather** is a simple extension for displaying weather conditions and forecasts in GNOME Shell.
*gnome-shell-extension-weather* is a simple extension for displaying weather conditions and forecasts in GNOME Shell.
Compared with the original version, this fork features: multiple locations, no WOEID required, a symmetrical layout and a settings panel in JavaScript (Seed).
@ -10,13 +10,13 @@ Currently, the weather report, including forecasts for today and tomorrow, is fe
# Installation
**After the installation, restart GNOME Shell (`[Alt]+[F2]`, `r`) and enable the extension through `gnome-tweak-tool`.**
After the installation, restart GNOME Shell (`Alt`+`F2`, `r`, `Enter`) and enable the extension through *gnome-tweak-tool*.
## Through a package manager
### [Ubuntu, Mint, Debian and derivatives](https://launchpad.net/~gnome-shell-extensions/+archive/ppa/+packages)
Add the PPA **ppa:gnome-shell-extensions** to your source list, update the package list and install **gnome-shell-extension-weather**:
Add the PPA *ppa:gnome-shell-extensions* to your source list, update the package list and install *gnome-shell-extension-weather*:
sudo add-apt-repository ppa:gnome-shell-extensions
sudo apt-get update
@ -24,7 +24,7 @@ Add the PPA **ppa:gnome-shell-extensions** to your source list, update the packa
### [Fedora](http://download1.rpmfusion.org/free/fedora/updates/testing/17/i386/repoview/gnome-shell-extension-weather.html)
Packages for **Fedora 16** (*Verne*) and **Fedora 17** (*Beefy Miracle*) are available in the [RPM Fusion](http://rpmfusion.org/) repositories. If these are not enabled on your system, please install them through the following command (root password required):
Packages for Fedora 16 (*Verne*) and Fedora 17 (*Beefy Miracle*) are available in the [RPM Fusion](http://rpmfusion.org/) repositories. If these are not enabled on your system, please install them through the following command (root password required):
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Then, install *gnome-shell-extension-weather* (root password required):
@ -41,7 +41,7 @@ Download the package from AUR, make and install it:
### [ALT Linux](http://packages.altlinux.org/en/Sisyphus/srpms/gnome-shell-extension-weather)
Install **gnome-shell-extension-weather** with apt-rpm from Sisyphus:
Install *gnome-shell-extension-weather* with apt-rpm from Sisyphus:
sudo apt-get update
sudo apt-get install gnome-shell-extension-weather
@ -49,17 +49,17 @@ Install **gnome-shell-extension-weather** with apt-rpm from Sisyphus:
## Generic
Make sure you have the following dependencies installed:
* `dconf`,
* `gettext`,
* `pkg-config`,
* `seed`,
* `git`,
* `glib2`,
* `gnome-common`,
* `autoconf`,
* `automake`,
* `intltool`,
* `gnome-tweak-tool`.
* *dconf*,
* *gettext*,
* *pkg-config*,
* *seed*,
* *git*,
* *glib2*,
* *gnome-common*,
* *autoconf*,
* *automake*,
* *intltool*,
* *gnome-tweak-tool*.
Run the following commands:
@ -75,7 +75,7 @@ Use the `Weather Settings` button to edit the configuration.
![Screenshot](https://github.com/neroth/gnome-shell-extension-weather/raw/master/data/weather-settings.gif)
You can also use `dconf-editor` or `gsettings` to configure the extension through the command line.
You can also use *dconf-editor* or *gsettings* to configure the extension through the command line.
----
@ -91,10 +91,10 @@ Copyright (C) 2011 - 2012
* Christian Metzler <neroth@xeked.com>,
* Mark Benjamin <weather.gnome.Markie1@dfgh.net>
This file is part of gnome-shell-extension-weather.
This file is part of *gnome-shell-extension-weather*.
gnome-shell-extension-weather is free software: you can redistribute it and/or modify it under the terms of the **GNU General Public License as published by the Free Software Foundation, either version 3** of the License, or (at your option) any later version.
*gnome-shell-extension-weather* is free software: you can redistribute it and/or modify it under the terms of the **GNU General Public License as published by the Free Software Foundation, either version 3** of the License, or (at your option) any later version.
gnome-shell-extension-weather is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*gnome-shell-extension-weather* is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with gnome-shell-extension-weather. If not, see <http://www.gnu.org/licenses/>.
You should have received a copy of the GNU General Public License along with *gnome-shell-extension-weather*. If not, see <http://www.gnu.org/licenses/>.
Loading…
Cancel
Save