minor fixes

This commit is contained in:
Michiel Sikma 2014-08-13 01:09:48 +02:00
parent 27bb4c9bce
commit ca509afbc2
7 changed files with 14 additions and 14 deletions

View File

@ -54,7 +54,7 @@ The item icons have been organized in a set of collections. To display an icon,
<span class="pkspr pokeball-dive"></span>
<span class="pkspr tm-ice"></span>
There are many different icons that can be displayed. See the [icon overview page](http://google.com/) for a complete overview.
There are many different icons that can be displayed. See the [icon overview page](#) for a complete overview.
Compiling SCSS to CSS
---------------------
@ -90,11 +90,11 @@ We've attempted to make the icon package complete and consistent. In the few cas
Icons of unknown origin:
* ./icons/key-item/lost-item-mimejr.png
* `icons/key-item/lost-item-mimejr.png`
Unofficial icons (see FAQ):
* ./icons/hm/fighting.png
* `icons/hm/fighting.png`
Frequently Asked Questions
--------------------------

View File

@ -41,7 +41,7 @@ $s['other_contributors'] = 'PokéSprite contributors';
$s['contributors'] = implode(' and ', array($s['main_contributor'], $s['other_contributors']));
$s['copyright_str'] = '(C) '.($s['copy_a'] != $s['copy_z'] ? $s['copy_a'].'-'.$s['copy_z'] : $s['copy_a']).', '.$s['contributors'];
$s['copyright_gf'] = '(C) 1995-'.$s['copy_z'].' Nintendo/Creatures Inc./GAME FREAK Inc.';
$s['copyright_website'] = 'http://doubla.de/pokesprite/';
$s['copyright_website'] = 'https://github.com/msikma/pokesprite';
$s['title_str'] = 'PokéSprite '.$s['version'];
$s['title_str_site'] = $s['title_str'].' <'.$s['copyright_website'].'>';
$s['copyright_contrib_notice'] = 'For a full list of contributors, view the project commit history.';

View File

@ -2,11 +2,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<!--
PokéSprite 1.0 <http://doubla.de/pokesprite/>
PokéSprite 1.0 <https://github.com/msikma/pokesprite>
(C) 2014, Michiel Sikma <dada@doubla.de> and PokéSprite contributors
(C) 1995-2014 Nintendo/Creatures Inc./GAME FREAK Inc.
For a full list of contributors, view the project commit history.
Generated on 2014-08-12 22:56:37.
Generated on 2014-08-12 23:05:55.
-->
<head>
@ -30,8 +30,8 @@ Generated on 2014-08-12 22:56:37.
<div id="top">
<div class="description">
<h1>PokéSprite 1.0 Icon Overview</h1>
<p>The following list is a complete overview of all icons and the HTML necessary to display them. It was generated on <span class="time">2014-08-12 22:56:37</span>.</p>
<p>For more information about the project, visit <a href="http://doubla.de/pokesprite/">http://doubla.de/pokesprite/</a>.</p>
<p>The following list is a complete overview of all icons and the HTML necessary to display them. It was generated on <span class="time">2014-08-12 23:05:55</span>.</p>
<p>For more information about the project, visit <a href="https://github.com/msikma/pokesprite">https://github.com/msikma/pokesprite</a>.</p>
</div>
<table class="table pkspr-overview">
<tr>

View File

@ -1,5 +1,5 @@
@charset "UTF-8";/*!
* PokéSprite 1.0 <http://doubla.de/pokesprite/>
* PokéSprite 1.0 <https://github.com/msikma/pokesprite>
* (C) 2014, Michiel Sikma <dada@doubla.de> and PokéSprite contributors
* (C) 1995-2014 Nintendo/Creatures Inc./GAME FREAK Inc.
* For a full list of contributors, view the project commit history.

View File

@ -1,9 +1,9 @@
/** @preserve
* PokéSprite 1.0 <http://doubla.de/pokesprite/>
* PokéSprite 1.0 <https://github.com/msikma/pokesprite>
* (C) 2014, Michiel Sikma <dada@doubla.de> and PokéSprite contributors
* (C) 1995-2014 Nintendo/Creatures Inc./GAME FREAK Inc.
* For a full list of contributors, view the project commit history.
* Generated on 2014-08-12 22:56:37.
* Generated on 2014-08-12 23:05:55.
*
// ==ClosureCompiler==
// @output_file_name pokesprite.min.js

View File

@ -1,6 +1,6 @@
/*
PokéSprite 1.0 <http://doubla.de/pokesprite/>
PokéSprite 1.0 <https://github.com/msikma/pokesprite>
(C) 2014, Michiel Sikma <dada@doubla.de> and PokéSprite contributors
(C) 1995-2014 Nintendo/Creatures Inc./GAME FREAK Inc.
For a full list of contributors, view the project commit history.

View File

@ -1,10 +1,10 @@
@charset 'UTF-8';
/*!
* PokéSprite 1.0 <http://doubla.de/pokesprite/>
* PokéSprite 1.0 <https://github.com/msikma/pokesprite>
* (C) 2014, Michiel Sikma <dada@doubla.de> and PokéSprite contributors
* (C) 1995-2014 Nintendo/Creatures Inc./GAME FREAK Inc.
* For a full list of contributors, view the project commit history.
* Generated on 2014-08-12 22:56:37.
* Generated on 2014-08-12 23:05:55.
*/
$pkspr-sprite-url: 'pokesprite.png';