Files

35 lines
1.3 KiB
JavaScript
Raw Permalink Normal View History

2023-12-19 09:13:33 +01:00
var slides = [
{
2024-02-23 11:36:39 +01:00
image: "Hello world.mp4",
},
{
2024-02-23 11:36:39 +01:00
image: "System menu.mp4",
title: "The system menu",
description: `Your mouse cursor is hidden. It will only show up if you move it.
Click on the desktop to open the menu.`
},
{
2024-02-23 11:36:39 +01:00
image: "System settings.mp4",
title: "System settings",
description: `Reach for the settings app to configure and monitor this computer.
Its browser-based so you can use it remotely.`
},
{
2024-02-23 11:36:39 +01:00
image: "File management.mp4",
title: "File management",
description: `Tooloop OS is designed to be maintained over network.
Administrate over \`SSH\` and manage files using \`SFTP\` or \`AFP\`.
You can of course also use a USB flash drive.`
},
2024-02-23 11:36:39 +01:00
{
image: "Automation.mp4",
title: "Automation",
description: `Integrate Tooloop Boxes with your automation system.
Almost everything Tooloop OS can do can also be done via REST.`,
},
{
image: "Shortcuts.mp4",
title: "Shortcuts for your convenience",
description: `There are some handy keyboard shortcuts and terminal commands starting with _tooloop_, e. g. \`tooloop-presentation-start\`.`,
}
2023-12-19 09:13:33 +01:00
]