Commit 37a9924e authored by Project Open's avatar Project Open

http -> httpd

parent b44f7c6c
......@@ -2,9 +2,9 @@
This package is part of ]project-open[, an open-source enterprise project management system.
For more information about ]project-open[ please see:
* [Documentation Wiki](http://www.project-open.com/en/)
* [Documentation Wiki](https://www.project-open.com/en/)
* [V5.0 Download](https://sourceforge.net/projects/project-open/files/project-open/V5.0/)
* [Installation Instructions](http://www.project-open.com/en/list-installers)
* [Installation Instructions](https://www.project-open.com/en/list-installers)
About ]po[ RSS Reader:
......@@ -14,7 +14,7 @@ About ]po[ RSS Reader:
## Procedure Files
<table cellpadding="0" cellspacing="0"><tr valign="top"><td style="width:35%"><b><a href="http://www.project-open.net/api-doc/procs-file-view?version_id=200904&amp;path=packages/intranet-rss-reader/tcl/intranet-rss-reader-procs.tcl">tcl/intranet-rss-reader-procs.tcl</a></b></td><td></td><td>Auxiallary functions to read RSS feeds </td></tr></table>
<table cellpadding="0" cellspacing="0"><tr valign="top"><td style="width:35%"><b><a href="https://www.project-open.net/api-doc/procs-file-view?version_id=200904&amp;path=packages/intranet-rss-reader/tcl/intranet-rss-reader-procs.tcl">tcl/intranet-rss-reader-procs.tcl</a></b></td><td></td><td>Auxiallary functions to read RSS feeds </td></tr></table>
## Procedures
......@@ -26,5 +26,5 @@ About ]po[ RSS Reader:
## Content Pages
<table cellpadding="0" cellspacing="0"><tr valign="top"><td><b>www/</b></td></tr><tr valign="top"><td style="width:35%"><b><a href="http://www.project-open.net/api-doc/content-page-view?version_id=200904&amp;path=packages/intranet-rss-reader/www/index.tcl">index.tcl</a></b></td><td>Loads several RSS feeds and displays them</td></tr></table>
<table cellpadding="0" cellspacing="0"><tr valign="top"><td><b>www/</b></td></tr><tr valign="top"><td style="width:35%"><b><a href="https://www.project-open.net/api-doc/content-page-view?version_id=200904&amp;path=packages/intranet-rss-reader/www/index.tcl">index.tcl</a></b></td><td>Loads several RSS feeds and displays them</td></tr></table>
<?xml version="1.0"?>
<!-- Generated by the OpenACS Package Manager -->
<package key="intranet-rss-reader" url="http://openacs.org/repository/apm/packages/intranet-rss-reader" type="apm_application">
<package key="intranet-rss-reader" url="https://openacs.org/repository/apm/packages/intranet-rss-reader" type="apm_application">
<package-name>]project-open[ RSS Reader</package-name>
<pretty-plural>]project-open[ RSS Reader</pretty-plural>
<initial-install-p>f</initial-install-p>
<singleton-p>t</singleton-p>
<auto-mount>intranet-rss-reader</auto-mount>
<version name="5.0.4.0.0" url="http://www.project-open.net/download/apm/intranet-rss-reader-5.0.4.0.0.apm">
<version name="5.0.4.0.0" url="https://www.project-open.net/download/apm/intranet-rss-reader-5.0.4.0.0.apm">
<owner url="mailto:frank.bergmann@project-open.com">Frank Bergmann</owner>
<summary>Displays the contents of a number of rss feeds as an HTML page</summary>
<release-date>2016-11-15</release-date>
<vendor url="http://www.project-open.com/">]project-open[</vendor>
<vendor url="https://www.project-open.com/">]project-open[</vendor>
<license>]project-open[ Free License (FL)</license>
<description format="text/plain">Displays the contents of a number of rss feeds as an HTML page</description>
<maturity>0</maturity>
......
......@@ -3,7 +3,7 @@
# Copyright (C) 2008 ]project-open[
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
# https://www.project-open.com/license/ for details.
ad_library {
Auxiallary functions to read RSS feeds
......
......@@ -12,7 +12,7 @@ ad_page_contract {
}
if {"" == $rss_feeds} {
lappend rss_feeds "http://www.project-open.net/rss/project-open-community.xml"
lappend rss_feeds "https://www.project-open.net/rss/project-open-community.xml"
# lappend rss_feeds "http://sourceforge.net/p/project-open/news/feed"
}
......@@ -95,7 +95,7 @@ foreach rss_feed $rss_feeds {
# <rss version="2.0">
# <channel>
# <title>]project-open[</title>
# <link>http://www.project-open.com</link>
# <link>https://www.project-open.com</link>
# <description>News from the maintainers of ]project-open[</description>
# <language>en-us</language>
# <copyright>Copyright 2008 ]project-open[</copyright>
......@@ -104,7 +104,7 @@ foreach rss_feed $rss_feeds {
#
# <item>
# <title>Updated Italien Localization available for download</title>
# <link>http://www.project-open.net/sources/italian_catalogs_update.rar</link>
# <link>https://www.project-open.net/sources/italian_catalogs_update.rar</link>
# <description>Thanks goes to our partner ...</description>
# <guid isPermaLink="false">{ca01b700-eaba-981c-d97b-7280a9cbd186}</guid>
# <pubDate>Tue, 22 Jul 2008 16:30:27 GMT</pubDate>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment