diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2022-03-23 16:05:11 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2022-03-29 13:33:00 +0200 |
commit | 86de838eb5ed49711be8d62e01255cc2ccd3342e (patch) | |
tree | 13665628395e9247bf378737ca2cfa140a96a3c2 /samples/links | |
parent | 7187be8b76452aa968726180af24deaaa545431d (diff) | |
download | luasocket-86de838eb5ed49711be8d62e01255cc2ccd3342e.tar.gz luasocket-86de838eb5ed49711be8d62e01255cc2ccd3342e.tar.bz2 luasocket-86de838eb5ed49711be8d62e01255cc2ccd3342e.zip |
cleanup; move ./etc into ./samples and mark 'unsupported'
Diffstat (limited to 'samples/links')
-rw-r--r-- | samples/links | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/samples/links b/samples/links new file mode 100644 index 0000000..087f1c0 --- /dev/null +++ b/samples/links | |||
@@ -0,0 +1,17 @@ | |||
1 | <a href="http://www.cs.princeton.edu"> bla </a> | ||
2 | <a href="http://www.princeton.edu"> bla </a> | ||
3 | <a href="http://www.tecgraf.puc-rio.br"> bla </a> | ||
4 | <a href="http://www.inf.puc-rio.br"> bla </a> | ||
5 | <a href="http://www.puc-rio.br"> bla </a> | ||
6 | <a href="http://www.impa.br"> bla </a> | ||
7 | <a href="http://www.lua.org"> bla </a> | ||
8 | <a href="http://www.lua-users.org"> bla </a> | ||
9 | <a href="http://www.amazon.com"> bla </a> | ||
10 | <a href="http://www.google.com"> bla </a> | ||
11 | <a href="http://www.nytimes.com"> bla </a> | ||
12 | <a href="http://www.bbc.co.uk"> bla </a> | ||
13 | <a href="http://oglobo.globo.com"> bla </a> | ||
14 | <a href="http://slate.msn.com"> bla </a> | ||
15 | <a href="http://www.apple.com"> bla </a> | ||
16 | <a href="http://www.microsoft.com"> bla </a> | ||
17 | <a href="http://www.nasa.gov"> bla </a> | ||