Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Downloader for Langsam Gesprochene Nachrichten of Deutsche Welle added.
Browse files Browse the repository at this point in the history
  • Loading branch information
skreutzer committed Apr 19, 2016
0 parents commit 5f54129
Show file tree
Hide file tree
Showing 12 changed files with 1,798 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
@@ -0,0 +1,6 @@
[submodule "org.publishing-systems/digital_publishing_workflow_tools"]
path = org.publishing-systems/digital_publishing_workflow_tools
url = https://github.com/publishing-systems/digital_publishing_workflow_tools.git
[submodule "org.publishing-systems/automated_digital_publishing"]
path = org.publishing-systems/automated_digital_publishing
url = https://github.com/publishing-systems/automated_digital_publishing
2 changes: 2 additions & 0 deletions AUTHORS
@@ -0,0 +1,2 @@
Stephan Kreutzer, Bahnhofstraße 71, 74321 Bietigheim-Bissingen, GERMANY (http://www.publishing-systems.org, <skreutzer@fsfe.org>).
Free Software Foundation, Inc. (http://fsf.org).
661 changes: 661 additions & 0 deletions COPYING

Large diffs are not rendered by default.

@@ -0,0 +1,59 @@
# Copyright (C) 2016 Stephan Kreutzer
#
# This file is part of langsam_gesprochene_nachrichten_downloader_1.
#
# langsam_gesprochene_nachrichten_downloader_1 is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License version 3 or any later version,
# as published by the Free Software Foundation.
#
# langsam_gesprochene_nachrichten_downloader_1 is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License 3 for more details.
#
# You should have received a copy of the GNU Affero General Public License 3
# along with langsam_gesprochene_nachrichten_downloader_1. If not, see <http://www.gnu.org/licenses/>.

messageArgumentsMissingUsage = Usage:
messageParameterList = settings-file
messageCantDetermineProgramPath = Can''t determine program path.
messageTempDirectoryIsntWritable = Temporary directory "{0}" isn''t writable.
messageTempPathIsntDirectory = Temporary path "{0}" exists, but isn''t a directory.
messageTempDirectoryCantCreate = Can''t create temporary directory "{0}".
messageSettingsFileCantGetCanonicalPath = Can''t get canonical path of settings file "{0}".
messageSettingsFileDoesntExist = Settings file "{0}" doesn''t exist.
messageSettingsPathIsntAFile = Settins path "{0}" isn''t a file.
messageSettingsFileIsntReadable = Settings file "{0}" isn''t readable.
messageSettingsFileEntryIsMissingAnAttribute = Element "{1}" in settings file "{0}" is missing its "{2}" attribute.
messageOutputDirectoryCantGetCanonicalPath = Can''t get canonical path of output directory "{0}" as specified in settings file "{1}".
messageOutputDirectoryIsntWritable = Output directory "{0}" as specified in settings file "{1}" isn''t writable.
messageOutputPathIsntDirectory = Output path "{0}" as specified in settings file "{1}" exists, but isn''t a directory.
messageOutputDirectoryCantCreate = Can''t create output directory "{0}" as specified in settings file "{1}".
messageSettingsFileErrorWhileReading = An error occurred while reading settings file "{0}".
messageSettingsFileNoInputURL = No input URL specified in settings file "{0}".
messageSettingsFileNoOutputDirectory = No output directory specified in settings file "{0}".
messageLastRetrievalFileIsntReadable = Last retrieval file "{0}" isn''t readable.
messageLastRetrievalPathIsntAFile = Last retrieval path "{0}" does already exist, but isn''t a file.
messageLastRetrievalFileErrorWhileReading = An error occurred while reading last retrieval file "{0}".
messageHttpsClient1JobFileIsntWritable = The https_client_1 job file "{0}" isn''t writable.
messageHttpsClient1JobPathIsntAFile = The https_client_1 job path "{0}" does already exist, but isn''t a file.
messageHttpsClient1JobFileWritingError = An error occurred while writing the https_client_1 job file "{0}".
messageHttpsClient1ResultInfoFileExistsButIsntWritable = The https_client_1 result info file "{0}" exists, but isn''t writable.
messageHttpsClient1ResultInfoPathExistsButIsntAFile = The https_client_1 result info path "{0}" exists, but isn''t a file.
messageHttpsClient1ErrorWhileReadingOutput = An error occurred while reading output of https_client_1.
messageHttpsClient1ResultInfoFileDoesntExistButShould = The https_client_1 result info file "{0}" doesn''t exist, but should by now.
messageHttpsClient1ResultInfoPathExistsButIsntAFile = The https_client_1 result info path "{0}" exists, but isn''t a file.
messageHttpsClient1ResultInfoFileIsntReadable = The https_client_1 result info file "{0}" isn''t readable.
messageHttpsClient1ResultInfoFileErrorWhileReading = An error occurred while reading the https_client_1 result info file "{0}".
messageHttpsClient1CallWasntSuccessful = The call of https_client_1 wasn''t successful according to https_client_1 result info file "{0}".
messageRssFileNestedElement = Element "{1}" was found nested in a "{2}" element in RSS file "{0}".
messageRetrieving = Retrieving data for {0}.
messageRssFileElementIsMissingAnAttribute = Element "{1}" in RSS file "{0}" is missing its "{2}" attribute.
messageRssFileNoPubDate = Publication date of item is missing in RSS file "{0}".
messageRssFileNoDescription = No description in RSS file "{0}" for item "{1}".
messageRssFileNoEnclosure = No enclosure in RSS file "{0}" for item "{1}".
messageResultDirectoryCantCreate = Can''t create result directory "{0}" for item "{1}".
messageTextFileErrorWhileWriting = An error occurred while writing text file "{0}" for item "{1}".
messageDownloader1ErrorWhileReadingOutput = An error occurred while reading output of downloader1.
messageRssFileErrorWhileReading = An error occurred while reading RSS file "{0}".
messageLastRetrievalFileErrorWhileWriting = An error occurred while writing last retrieval file "{0}".

0 comments on commit 5f54129

Please sign in to comment.