summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.html.in11
-rw-r--r--doc/todo20
2 files changed, 20 insertions, 11 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index b523e3dc..ad8832c6 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">polypaudio @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2002-2004 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2004 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -72,7 +72,7 @@ integration with asynchronous applications using the
<tt>glib</tt>/<tt>gtk</tt> mainloop. Since the asynchronous API
available through <tt>polyplib</tt> is quite difficult to use there is
a simplified synchronous API wrapper <tt>polyplib-simple</tt>
-available.</p>
+available. A simple main loop implementation is available as well.</p>
<h2><a name="status">Status</a></h2>
@@ -91,7 +91,12 @@ href="cli.html"><tt>cli.html</tt></a>, <a
href="daemon.html"><tt>daemeon.html</tt></a>.</p>
<p>Documentation for developing with <tt>polypaudio</tt> is not yet
-available. Read the source, Luke!</p>
+available. Read the source, Luke! There are some example application
+available: for the <a
+href="http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/polyp/pacat.c?view=markup">asynchronous
+API</a> and for the <a
+href="http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/polyp/pacat-simple.c?view=markup">simple,
+synchronous API</a>.</p>
<h3>First Steps</h1>
diff --git a/doc/todo b/doc/todo
index 5b944a36..5142c013 100644
--- a/doc/todo
+++ b/doc/todo
@@ -1,27 +1,31 @@
*** $Id$ ***
-- documentation
-
-*** post 0.1 ***
+*** 0.2 ***
- future cancellation
-- client-ui
- clip cache
- autoloading/autounloading
-- slp/rendezvous
- doxygen
- make mcalign merge chunks
-- modinfo
+
+*** 0.3 ***
+- client-ui
- move the global memblock statistics variables to the core
- unix socket directories include user name
-- more complete pactl
- native library/protocol:
get server layout
subscription
module load/unload
kill client/...
+- more complete pactl
+
+** later ***
+- slp/rendezvous
+- modinfo
- make alsa modules use mmap
-drivers:
+***********
+
+backends for:
- libao
- xmms
- portaudio