mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The VDR homepage is now accessible via HTTPS
This commit is contained in:
parent
bbf2cca198
commit
bb55e3036e
3
HISTORY
3
HISTORY
@ -10034,8 +10034,9 @@ Video Disk Recorder Revision History
|
|||||||
(suggested by Stefan Hofmann).
|
(suggested by Stefan Hofmann).
|
||||||
- Added vdrrootdir and incdir to vdr.pc (thanks to Stefan Hofmann).
|
- Added vdrrootdir and incdir to vdr.pc (thanks to Stefan Hofmann).
|
||||||
|
|
||||||
2024-10-20:
|
2024-10-21:
|
||||||
|
|
||||||
- Removed all DEPRECATED_* code.
|
- Removed all DEPRECATED_* code.
|
||||||
- Fixed error checking in case the fps value can't be determined by the frame parser.
|
- Fixed error checking in case the fps value can't be determined by the frame parser.
|
||||||
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
||||||
|
- The VDR homepage is now accessible via HTTPS.
|
||||||
|
4
Makefile
4
Makefile
@ -4,7 +4,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# how to reach the author.
|
||||||
#
|
#
|
||||||
# $Id: Makefile 5.3 2024/10/11 14:21:04 kls Exp $
|
# $Id: Makefile 5.4 2024/10/21 19:01:16 kls Exp $
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
@ -188,7 +188,7 @@ vdr.pc:
|
|||||||
@echo "" >> $@
|
@echo "" >> $@
|
||||||
@echo "Name: VDR" >> $@
|
@echo "Name: VDR" >> $@
|
||||||
@echo "Description: Video Disk Recorder" >> $@
|
@echo "Description: Video Disk Recorder" >> $@
|
||||||
@echo "URL: http://www.tvdr.de/" >> $@
|
@echo "URL: https://www.tvdr.de/" >> $@
|
||||||
@echo "Version: $(VDRVERSION)" >> $@
|
@echo "Version: $(VDRVERSION)" >> $@
|
||||||
@echo "Cflags: \$${cflags}" >> $@
|
@echo "Cflags: \$${cflags}" >> $@
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ modified {
|
|||||||
<p>
|
<p>
|
||||||
Copyright © 2021 Klaus Schmidinger<br>
|
Copyright © 2021 Klaus Schmidinger<br>
|
||||||
<a href="mailto:vdr@tvdr.de">vdr@tvdr.de</a><br>
|
<a href="mailto:vdr@tvdr.de">vdr@tvdr.de</a><br>
|
||||||
<a href="http://www.tvdr.de">www.tvdr.de</a>
|
<a href="https://www.tvdr.de">www.tvdr.de</a>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
VDR provides an easy to use plugin interface that allows additional functionality
|
VDR provides an easy to use plugin interface that allows additional functionality
|
||||||
|
@ -2,9 +2,9 @@ This is a "plugin" for the Video Disk Recorder (VDR).
|
|||||||
|
|
||||||
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: http://www.tvdr.de
|
Project's homepage: https://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: http://www.tvdr.de
|
Latest version available at: https://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,9 +2,9 @@ This is a "plugin" for the Video Disk Recorder (VDR).
|
|||||||
|
|
||||||
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: http://www.tvdr.de
|
Project's homepage: https://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: http://www.tvdr.de
|
Latest version available at: https://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,9 +2,9 @@ This is a "plugin" for the Video Disk Recorder (VDR).
|
|||||||
|
|
||||||
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: http://www.tvdr.de
|
Project's homepage: https://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: http://www.tvdr.de
|
Latest version available at: https://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,9 +2,9 @@ This is a "plugin" for the Video Disk Recorder (VDR).
|
|||||||
|
|
||||||
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: http://www.tvdr.de
|
Project's homepage: https://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: http://www.tvdr.de
|
Latest version available at: https://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,9 +2,9 @@ This is a "plugin" for the Video Disk Recorder (VDR).
|
|||||||
|
|
||||||
Written by: Udo Richter <udo_richter@gmx.de>
|
Written by: Udo Richter <udo_richter@gmx.de>
|
||||||
|
|
||||||
Project's homepage: http://www.tvdr.de
|
Project's homepage: https://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: http://www.tvdr.de
|
Latest version available at: https://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,9 +2,9 @@ This is a "plugin" for the Video Disk Recorder (VDR).
|
|||||||
|
|
||||||
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: http://www.tvdr.de
|
Project's homepage: https://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: http://www.tvdr.de
|
Latest version available at: https://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,9 +2,9 @@ This is a "plugin" for the Video Disk Recorder (VDR).
|
|||||||
|
|
||||||
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
Written by: Klaus Schmidinger <vdr@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: http://www.tvdr.de
|
Project's homepage: https://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: http://www.tvdr.de
|
Latest version available at: https://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -2,9 +2,9 @@ This is a "plugin" for the Video Disk Recorder (VDR).
|
|||||||
|
|
||||||
Written by: Klaus Schmidinger <Klaus.Schmidinger@tvdr.de>
|
Written by: Klaus Schmidinger <Klaus.Schmidinger@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: http://www.tvdr.de
|
Project's homepage: https://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: http://www.tvdr.de
|
Latest version available at: https://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
4
README
4
README
@ -4,7 +4,7 @@ Video Disk Recorder ('VDR')
|
|||||||
These files contain the source code of the "Video Disk Recorder",
|
These files contain the source code of the "Video Disk Recorder",
|
||||||
which is based on the DVB driver of the LinuxTV project (http://linuxtv.org).
|
which is based on the DVB driver of the LinuxTV project (http://linuxtv.org).
|
||||||
For details about the "Video Disk Recorder" project please
|
For details about the "Video Disk Recorder" project please
|
||||||
refer to http://www.tvdr.de.
|
refer to https://www.tvdr.de.
|
||||||
|
|
||||||
Please see the INSTALL file for details on how to install
|
Please see the INSTALL file for details on how to install
|
||||||
this program on your computer.
|
this program on your computer.
|
||||||
@ -33,7 +33,7 @@ the ones in this system, but here we have the full source code
|
|||||||
and can modify the menus in whatever way desired.
|
and can modify the menus in whatever way desired.
|
||||||
|
|
||||||
If you actually use VDR, please add yourself to the "VDR User Counter"
|
If you actually use VDR, please add yourself to the "VDR User Counter"
|
||||||
at http://www.tvdr.de/counter.htm. You can also like VDR on facebook
|
at https://www.tvdr.de/counter.htm. You can also like VDR on facebook
|
||||||
at https://www.facebook.com/VideoDiskRecorder.
|
at https://www.facebook.com/VideoDiskRecorder.
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Plugins:
|
|||||||
- Implemented a universal plugin interface. See the file PLUGINS.html
|
- Implemented a universal plugin interface. See the file PLUGINS.html
|
||||||
for a detailed description. The man page vdr(1) describes the new options '-L'
|
for a detailed description. The man page vdr(1) describes the new options '-L'
|
||||||
and '-P' used to load plugins.
|
and '-P' used to load plugins.
|
||||||
See http://www.tvdr.de/plugins.htm for a list of available plugins.
|
See https://www.tvdr.de/plugins.htm for a list of available plugins.
|
||||||
- Rearranged the remote control key handling to allow plugins to implement
|
- Rearranged the remote control key handling to allow plugins to implement
|
||||||
additional types of remote controls (see PLUGINS.html, section "Remote Control").
|
additional types of remote controls (see PLUGINS.html, section "Remote Control").
|
||||||
The previously used files 'keys.conf' and 'keys-pc.conf' have been replaced
|
The previously used files 'keys.conf' and 'keys-pc.conf' have been replaced
|
||||||
|
4
vdr.c
4
vdr.c
@ -20,9 +20,9 @@
|
|||||||
*
|
*
|
||||||
* The author can be reached at vdr@tvdr.de
|
* The author can be reached at vdr@tvdr.de
|
||||||
*
|
*
|
||||||
* The project's page is at http://www.tvdr.de
|
* The project's page is at https://www.tvdr.de
|
||||||
*
|
*
|
||||||
* $Id: vdr.c 5.16 2024/03/29 21:46:50 kls Exp $
|
* $Id: vdr.c 5.17 2024/10/21 19:03:09 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user