'RACHEL',
'description' => 'Remote Area Community Hotspots for Education and Learning. Includes science and math videos, subset of offline wikipedia, electronic textbooks, world literature ebooks, subset of One Laptop Per Child content, and Hesperian Health Guides. Video playback is supported on modern HTML5 web browsers.',
'path' => 'rachel'
);
$arContent[] = array(
'title' => 'Offline Wikipedia',
'description' => 'Two libraries of offline Wikipedia content.',
'port' => '8080',
'path' => ''
);
$arContent[] = array(
'title' => 'Khan Academy',
'description' => 'Science and Math video lessions.',
'path' => 'KhanAcademy'
);
$ip = get_ip("eth0");
if ( ! strlen($ip) ) {
$ip = get_ip("wlan0");
}
function get_ip( $interface = "eth0" )
{
$cmd = "/sbin/ifconfig $interface | grep 'inet ' | cut -d: -f2 | awk '{ print $1 }'";
$ip = shell_exec($cmd);
return ltrim(rtrim($ip));
}
?>
Kids on Computers - Shared Offline Content
Details
|
Enter this address into a web browser on other computers, tablets, or smartphones
|
|
|