Remove text links except articles. Add curl example

This commit is contained in:
Yuri Iozzelli 2022-10-04 14:26:14 +02:00 committed by Carlo Piovesan
parent c6696bd2f2
commit 6a9bec3153

View File

@ -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. |",
"| |", "| Announcement article: <link> |",
"| 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 + " |",
"| |", "| |",
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+", "+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
"", "",
@ -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;