File: todo.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 (34 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<title>CamStream TODO</title>
<link rel="stylesheet" href="camstream.css" type="text/css">
</head>

<body>

<p><a href="index.html" target="_top">Frames</a></p>

<h1>TODO</h1>

<p>In no particular order...

<p>
<ul>
  <li>Audio support
  <li>Finish FTP upload
  <li>Broadcast and receive compressed image stream
  <li>Broadcast relay server
  <li>Get the documentation more consistent (style sheets are of great help :))
  <li>Split the camstream documentation in multiple files
  <li>Restore main window coordinates on desktop
  <li>Restore sub window coordinates in main window
</ul>  

<h1>Suggestions that I like</h1>

<ul>
  <li></li>
</ul>

</body>
</html>