Browse Source

Remove text links except articles. Add curl example

Yuri Iozzelli 2 years ago
parent
commit
6a9bec3153
1 changed files with 3 additions and 5 deletions
  1. 3 5
      index.html

+ 3 - 5
index.html

@@ -185,14 +185,11 @@
 				"| sandboxed client-side execution of x86 binaries on any browser.            |",
 				"| sandboxed client-side execution of x86 binaries on any browser.            |",
 				"| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |",
 				"| CheerpX includes an x86-to-WebAssembly JIT compiler, a virtual block-based |",
 				"| file system, and a Linux syscall emulator.                                 |",
 				"| file system, and a Linux syscall emulator.                                 |",
+				"| For more information, see " + underline + "https://medium.com/p/40a60170b361" + normal + "                |",
 				"|                                                                            |",
 				"|                                                                            |",
 				"| [NEW!] WebVM now supports full TCP and UDP networking via Tailscale, click |",
 				"| [NEW!] WebVM now supports full TCP and UDP networking via Tailscale, click |",
 				"| on Tailscale Login to enable it.                                           |",
 				"| on Tailscale Login to enable it.                                           |",
-				"|                                                                            |",
-				"| Latest WebVM news:   " + underline + "https://medium.com/p/40a60170b361" + normal + "                     |",
-				"| Demo Repository:     " + underline + "https://github.com/leaningtech/webvm" + normal + "                  |",
-				"| Find us on Discord:  " + underline + "https://discord.leaningtech.com" + normal + "                       |",
-				"| Twitter:             " + underline + "https://twitter.com/leaningtech" + normal + "                       |",
+				"| Announcement article:  <link>                                              |",
 				"|                                                                            |",
 				"|                                                                            |",
 				"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
 				"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
 				"",
 				"",
@@ -202,6 +199,7 @@
 				"     gcc -o helloworld examples/c/helloworld.c && ./helloworld",
 				"     gcc -o helloworld examples/c/helloworld.c && ./helloworld",
 				"     objdump -d ./helloworld | less -M",
 				"     objdump -d ./helloworld | less -M",
 				"     vim examples/c/helloworld.c",
 				"     vim examples/c/helloworld.c",
+				"     curl --max-time 15 parrot.live  # requires networking",
 				"",
 				"",
 				];
 				];
 			return text;
 			return text;