ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/spoiler-html/arche-extract
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:12:45 2006 UTC (18 years, 5 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, LAST_C_VERSION, STABLE, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300, UPSTREAM_2006_02_03
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# Content
1 {
2 # Norse names should be spelled in Norwegian...
3 if ($2 ~ /mjoellnir/)
4 sub("oe", "ø", $3);
5 printf("<tr><th>%s</th><td>%s</td><td>%d</td><td>%.2f</td><td>%s</td></tr>\n", $3, $10, $5, $11, $4);
6 }