[libdmapsharing] Update README and remove host-specific target from doc/Makefile.am Signed-off-by: W. Michael Petullo



commit 004a53e06c4c32af22fe55333e01d261ac8a3a73
Author: W. Michael Petullo <mike flyn org>
Date:   Fri May 20 12:05:56 2011 -0500

    Update README and remove host-specific target from doc/Makefile.am
    Signed-off-by: W. Michael Petullo <mike flyn org>

 README          |   15 +++++++++------
 doc/Makefile.am |   15 ---------------
 2 files changed, 9 insertions(+), 21 deletions(-)
---
diff --git a/README b/README
index a970f43..d5a8f4a 100644
--- a/README
+++ b/README
@@ -1,9 +1,12 @@
-Libdmapsharing is a library you may use to access, share and control the 
-playback of media content using DMAP (DAAP, DPAP & DACP). The library
-presently supports Linux and other POSIX-based systems. It is written
-in C using GObject and libsoup. The DMAP family of protocols are used
-by products such as Apple iTunes, Apple iPhoto and the Roku SoundBridge
-family to share media such as music and photos.
+Libdmapsharing is a library you may use to access, share and control the
+playback of media content using DMAP (DAAP, DPAP & DACP). Libdmapsharing
+also detects audio AirPlay services; coupled with the AirPlay support
+in PulseAudio or GStreamer, this can allow an application to stream audio
+to an AirPlay device. The library presently supports Linux and other
+POSIX-based systems. It is written in C using GObject and libsoup. The
+DMAP family of protocols are used by products such as Apple iTunes,
+Apple iPhoto, and the Roku SoundBridge family to share media such
+as music and photos.
 
 For documentation on libdmapsharing's API,
 please refer to the API documentation, available at
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bc1c1ad..7cd2544 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -122,18 +122,3 @@ if ENABLE_GTK_DOC
 endif
 
 -include $(top_srcdir)/git.mk
-
-# FIXME: this target is host-specific!
-# NOTE: flyn.org serves using "Content-Type: text/html;
-# charset=ISO-8859-1." This breaks HTML that contains UTF-8.
-# To get GTK-Doc to output ISO-8859-1, edit
-# /usr/share/gtk-doc/data/gtk-doc.xsl and set "chunker.output.encoding"
-# to "ISO-8859-1."
-publish:
-	sed 's/images\/logo_head.png/\.\.\/\.\.\/\.\.\/images\/logo_head.png/g' ~/Public/www.flyn.org/head.html.in > tmpl/head.html
-# Add header and point stylesheet to flyn.org stylesheet
-	for h in html/*.html; do \
-		sed '/<body/ r tmpl/head.html' $$h | sed 's/style.css/\.\.\/\.\.\/\.\.\/flyn.org.css/g' \
-			> ~/Public/www.flyn.org/projects/libdmapsharing/docs/`basename $$h`; \
-	done
-	cp html/*.png ~/Public/www.flyn.org/projects/libdmapsharing/docs/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]