This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<html> | ||
<head> | ||
<title>Barcelona Perl & Friends 2018</title> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content= "Jose Luis Pérez - Fruit pi as a hacking toolkit"/> | ||
<meta property="og:site_name" content="Barcelona Perl & Friends 2018"/> | ||
<meta property="og:url" content="friends.barcelona.pm" /> | ||
<meta property="og:description" content="Como usar las (Raspberry, Orange, Banana) pi en tu entorno de tabajo. | ||
" /> | ||
<meta property="og:image" content="http://friends.barcelona.pm/2018/images/talks/fruit-pi-as-a-hacking-toolkit.png" /> | ||
</head> | ||
<body> | ||
<script> | ||
window.location.href = window.location.href.replace(/.html$/,"").replace(/\/talks\//,'#/talks/'); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<html> | ||
<head> | ||
<title>Barcelona Perl & Friends 2018</title> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content= "Francesc Guasch - Ravada: Free Virtual Desktops Manager"/> | ||
<meta property="og:site_name" content="Barcelona Perl & Friends 2018"/> | ||
<meta property="og:url" content="friends.barcelona.pm" /> | ||
<meta property="og:description" content="Ravada is free Virtual Machines manager built in Perl. I will show its features, how it is built and explain some use cases. | ||
" /> | ||
<meta property="og:image" content="http://friends.barcelona.pm/2018/images/talks/ravada-free-vdi.png" /> | ||
</head> | ||
<body> | ||
<script> | ||
window.location.href = window.location.href.replace(/.html$/,"").replace(/\/talks\//,'#/talks/'); | ||
</script> | ||
</body> | ||
</html> |