File: index.html

package info (click to toggle)
camstream 0.25-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,996 kB
  • ctags: 1,478
  • sloc: cpp: 6,074; asm: 1,033; makefile: 272
file content (14 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<title>CamStream</title>
<meta name="author" content="Nemosoft Unv.">
<meta name="description" content="A set of programs to make use of your webcam, saving snapshots, create movies and do videoconferencing">
<meta name="keywords" content="webcam linux video videoconferencing broadcast multimedia">
</head>

<frameset rows="110,*">
  <frame src="menu.html" name="menu">
  <frame src="home.html" name="main">
</frameset>

</html>