summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2009-12-27 15:02:34 +0000
committerAndreas Brachold <vdr07@deltab.de>2009-12-27 15:02:34 +0000
commit8feea5a181ccb82b8bfad7f290ddf0cd3d8ca0eb (patch)
treed404c0a5da7bf5953f1576398d7849724adcb3ca
parentfef9f0ddbd1e514fa02ae79c5ae05424a9c4fda1 (diff)
downloadxxv-8feea5a181ccb82b8bfad7f290ddf0cd3d8ca0eb.tar.gz
xxv-8feea5a181ccb82b8bfad7f290ddf0cd3d8ca0eb.tar.bz2
* Release XXV-1.5
-rw-r--r--Makefile3
-rw-r--r--README44
l---------[-rw-r--r--]doc/README66
3 files changed, 43 insertions, 70 deletions
diff --git a/Makefile b/Makefile
index 6637188..2516dd1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# $Id$
XXV = xxv
-VERSION = 1.4
+VERSION = 1.5
### The name of the distribution archive:
@@ -62,6 +62,7 @@ setpermission:
@chmod a+x $(TMPDIR)/$(ARCHIVE)/locale/xgettext.pl
@chmod a+x $(TMPDIR)/$(ARCHIVE)/etc/xxvd
@chmod a+x $(TMPDIR)/$(ARCHIVE)/install.sh
+ @chmod a+x $(TMPDIR)/$(ARCHIVE)/install-debian.sh
dist: tmpfolder\
copyfiles\
diff --git a/README b/README
index e73946f..350c131 100644
--- a/README
+++ b/README
@@ -1,7 +1,43 @@
+XXV means "Xtreme eXtension for VDR" and is a central service for the
+administration of the VDR and his environment.
-Please take a look into file INSTALL and doc/ files for all usefull stuff.
+Written by: Andreas Brachold <anbr at users.berlios.de> 2005-2009
+ Frank Herrmann <xpix at xpix dot de> 2004-2007
---
+Project's homepage: http://xxv.berlios.de/
-Schaut bitte in die Datei INSTALL und in die doc/ Dateien für
-weiterführende Informationen.
+key benefits are:
+
+ * Full remote access to VDR environment.
+ * easy extendible perl framework
+ * scaleable to control one or many VDRs, with one interface
+ * multiple gateway interfaces
+ o HTML,XML,JSON over HTTP
+ o and as proof of concept : WAP,TELNET,SOAP
+ * many skins
+ * Core feature
+ o searchable, sortable EPG (Electronic programming guide)
+ o view and edit timers, recordings, channels
+ o autotimer (create timer by user defined full text searchs by EPG data)
+ o remote control and monitor video signal
+ o integrated live tv streaming (need streamdev plugin)
+ o stream recordings
+ over HTTP for internal browser plugins (with start seeking)
+ or alternative as playlist over SMB/NFS for external players
+ o view list of recordings with preview images
+ o adjustable user access level/roles
+ * many nice additional feature, like
+ o display own or muggle music database with audio streaming
+ o display teletext pages from osdteletext-plugin
+ o Community feature like shared data "most programmed EPG events"
+ o Media library to manages media like DVDs, VCD, etc.
+ o event system for rss feed, mail notification
+ o gathering of system data, display as charts
+ o chronicle with collected data about taked recordings
+ o add tags or keywords to autotimer, timer, recordings
+ o resolv timer conficts, automated move timer between channels or differents VDR
+ o ...
+
+
+
+Please take a look into file INSTALL for more informations.
diff --git a/doc/README b/doc/README
index 1effd4a..59a23c4 100644..120000
--- a/doc/README
+++ b/doc/README
@@ -1,65 +1 @@
-Electronically translated, still another correction of the grammar and orthography needs
-----------------------------------------------------------------------------------------
-Hello friends,
-
-now has I mean menace was made and a first Framework for XXV (Xtreme eXtension for Vdr)
-made true. Naturally need I unite testers this project there is rather extensive.
-Over perhaps it would be beautiful even if those little Perl can me with the Plugins help.
-
-To you are simply by Mail to me if you announce interested !
-
-But for the time being... some explanations which actually XXV is;)
-
-As know some from you, I worked in former times much to vdradmin.
-By this work came at the end as vdradmin "BigPatch" ...
-finally it however only one sprag was to be extended by the existing vdradmin.
-
-With this work on the Patch me a simpler solution floated before substantially
-structure and more simply to always extend is. It is to be able to serve a
-central service to exist with that different of haven is open and these
-different services. An additional haven over a Plugin to furnish,
-should be just as simple, as placing also a certain service ready.
-Write a Plugins goes very fast there the input (Vdr, railways etc.)
-as well as the output (telnet, HTTP...) generically was realized.
-
-It should be e.g. possible thus to register with a telnet CONSOLE, HttpBrowser,
-WapPhone, etc. pp. an autotimer. This should be able to scan substantially
-faster the EPG data (MySQL data base) and over an interface vdr the new timer
- communicates. Naturally also is considered to the single mode of the SVdrP
-and only one instruction is mailed and again the haven is closed immediately,
-so that other programs can access again svdrp.
-
-Long speech short sense, here a small overview of the present functions:
-
- * completely in Perl realizes
- * very generic front-end
- * Plugin system
- * Data base support
- * Epg data are regularly parsed and registered
- * very simple Plugin concept for future extensions
- * several services from a service (Telnet, HTTP, ...)
- * Dump interface for external programs
-
-That was realized everything the Event module and naturally a MySQL data base,
-which takes up all data (timer, epg, channels) and thereby also marvelously
-the things to be reorganized to be able..
-
-A guidance for installing and description in more detail find it under:
-
-http://www.linuxtv.org/vdrwiki/index.php/Xxv
-
-Legal stuff
------------
-
- (c) Copyright 2004-2007 Frank Herrmann / Berlin.
- All rights reserved.
-
- Written by Frank Herrmann <xpix at xpix dot de> and
- Andreas Brachold <anbr at users.berlios.de>.
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- The complete text of the license is found in the file COPYING.
+../README \ No newline at end of file