Wentao Shang | f8b4a7d | 2012-12-25 12:52:07 -0800 | [diff] [blame] | 1 | <?xml version = "1.0" encoding="utf-8" ?>
|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
| 3 | "DTD/xhtml1-strict.dtd">
|
| 4 | <html xmlns = "http://www.w3.org/1999/xhtml">
|
| 5 | <meta charset="UTF-8">
|
| 6 |
|
| 7 | <head>
|
| 8 | <title>NDN Get via XPCOM</title>
|
| 9 | </head>
|
| 10 | <body >
|
| 11 |
|
| 12 | <h1>NDN Protocol Examples</h1>
|
| 13 | <h2>Segmented files</h2>
|
| 14 | Here is a small text file:
|
| 15 | <br/>
|
| 16 | <a target="_blank" class="moz-txt-link-freetext"
|
| 17 | href="ndn:/wentao.shang/mars.jpg">ndn:/wentao.shang/mars.jpg</a>
|
| 18 | <br/>
|
| 19 |
|
| 20 | Here is a large image file:
|
| 21 | <br/>
|
| 22 | <a target="_blank" class="moz-txt-link-freetext"
|
| 23 | href="ndn:/wentao.shang/choir_jail.png">ndn:/wentao.shang/choir_jail.png</a>
|
| 24 | <br/>
|
| 25 |
|
| 26 | </body>
|
| 27 | </html>
|