Changeset 367 for veekun/trunk
- Timestamp:
- 11/03/07 20:39:56 (2 years ago)
- Location:
- veekun/trunk
- Files:
-
- 2 modified
-
script/create_downloads.pl (modified) (2 diffs)
-
static/dex/resources.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/script/create_downloads.pl
r250 r367 104 104 tarball berries => 'root/dex-images/items/big', '*-berry.png'; 105 105 106 tarball cries => 'root/files/cries', '*.mp3'; 106 107 107 108 # functions ahoy … … 147 148 sub tarball { 148 149 my ($outfile, $path, @files) = @_; 149 my $outpath = File::Spec->rel2abs("$basepath/root/files/sprites/$outfile.tgz"); 150 my $subfolder = 'sprites'; 151 if ($outfile eq 'cries') { 152 # Hack 153 $subfolder = 'cries'; 154 } 155 my $outpath = File::Spec->rel2abs("$basepath/root/files/$subfolder/$outfile.tgz"); 150 156 151 157 if (-e $outpath) { -
veekun/trunk/static/dex/resources.tt
r316 r367 57 57 </ul> 58 58 59 <h1>Miscellaneous</h1> 60 <ul> 61 <li><a href="/files/cries/cries.tgz">Pokémon cries</a></li> 62 <li><a href="http://trac.veekun.com/browser/veekun/trunk/script/create_downloads.pl">Script to create all these files</a></li> 63 </ul> 64 59 65 <h1>Pokédex Database</h1> 60 66 <p>Eventually I will have a page listing all tables/columns and what they are for, as well as a gzipped dump of my database.</p>
