Rev 230 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 230 | Rev 232 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <!DOCTYPE html>  | 
            1 | <!DOCTYPE html>  | 
          
| 2 | <html lang="en"">  | 
            2 | <html lang="en"">  | 
          
| 3 | <head>  | 
            3 | <head>  | 
          
| 4 | <meta charset="UTF-8">  | 
            4 | <meta charset="UTF-8">  | 
          
| 5 | <title>Modern Golic Vulcan – Federation Standard English Dictionary</title>  | 
            5 | <title>Golic Vulcan – Federation Standard English Dictionary</title>  | 
          
| 6 | <style type="text/css">  | 
            6 | <style type="text/css">  | 
          
| 7 |       body {
 | 
            7 |       body {
 | 
          
| 8 | font-family: serif;  | 
            8 | font-family: serif;  | 
          
| 9 | }  | 
            9 | }  | 
          
| 10 | 10 | ||
| Line 36... | Line 36... | ||
| 36 | </style>  | 
            36 | </style>  | 
          
| 37 | </head>  | 
            37 | </head>  | 
          
| 38 | 38 | ||
| 39 | <body>  | 
            39 | <body>  | 
          
| 40 | <?php
 | 
            40 | <?php
 | 
          
| 41 | $source_lang = 'vuh-Latn-Gol-modern';  | 
            41 | $source_lang = 'vuh-Latn-Gol';  | 
          
| 42 | $target_lang = 'en-Latn-Federation';  | 
            42 | $target_lang = 'en-Latn-Federation';  | 
          
| 43 | $lines = file('vul-gol-en.dict');  | 
            43 | $lines = file('vuh-gol-en.dict');  | 
          
| 44 | ?>
 | 
            44 | ?>
 | 
          
| 45 | <h1>Modern Golic Vulcan – Federation Standard English Dictionary</h1>  | 
            45 | <h1>Golic Vulcan – Federation Standard English Dictionary</h1>  | 
          
| 46 |       <?php
 | 
            46 |       <?php
 | 
          
| 47 | define('REGEXP_PREFIX_EXAMPLE', '/^ex\s*=\s*/');  | 
            47 | define('REGEXP_PREFIX_EXAMPLE', '/^ex\s*=\s*/');  | 
          
| 48 | 48 | ||
| 49 | if ($lines)  | 
            49 | if ($lines)  | 
          
| 50 |         {
 | 
            50 |         {
 |