Author: sebb Date: Sat Jun 28 11:29:28 2025 New Revision: 1926803 URL: http://svn.apache.org/viewvc?rev=1926803&view=rev Log: http: => https: where possible
Modified: comdev/reporter.apache.org/trunk/scripts/scandist.py comdev/reporter.apache.org/trunk/site/about.html Modified: comdev/reporter.apache.org/trunk/scripts/scandist.py URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/scandist.py?rev=1926803&r1=1926802&r2=1926803&view=diff ============================================================================== --- comdev/reporter.apache.org/trunk/scripts/scandist.py (original) +++ comdev/reporter.apache.org/trunk/scripts/scandist.py Sat Jun 28 11:29:28 2025 @@ -330,7 +330,7 @@ According to https://svn.apache.org/repo # will receive messages about all repositories. """ - +# Note: This only supports http: currently DEFAULT_URL = "http://dist.apache.org:2069/commits/svn/0d268c88-bc11-4956-87df-91683dc98e59" RELEASE_MATCH = r"^release/([^/]+)/" # match any name followed by / @@ -431,7 +431,7 @@ Also, please ensure that you remove [1] With regards, The Apache Reporter Service. -[1] http://www.apache.org/dev/release.html#when-to-archive +[1] https://www.apache.org/dev/release.html#when-to-archive """ % tmpdict; if not sendEmail: Modified: comdev/reporter.apache.org/trunk/site/about.html URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/about.html?rev=1926803&r1=1926802&r2=1926803&view=diff ============================================================================== --- comdev/reporter.apache.org/trunk/site/about.html (original) +++ comdev/reporter.apache.org/trunk/site/about.html Sat Jun 28 11:29:28 2025 @@ -47,8 +47,8 @@ limitations under the License. <article> <p> This website is maintained by the - <span itemscope itemprop="author" itemtype="http://schema.org/Organization"> - <span itemprop="name"><a itemprop="url" href="http://community.apache.org/">Apache Community Development PMC</a></span> who communicate on the + <span itemscope itemprop="author" itemtype="https://schema.org/Organization"> + <span itemprop="name"><a itemprop="url" href="https://community.apache.org/">Apache Community Development PMC</a></span> who communicate on the <span itemprop="email">d...@community.apache.org</span> <span itemscope itemtype="https://schema.org/ContactPage"><a itemprop="url" href="https://community.apache.org/lists.html">archived mailing list</a></span>. </span> @@ -80,10 +80,10 @@ limitations under the License. </div><!-- /row --> <footer class="row" id="footer"> <p> - Managed by the <a href="http://community.apache.org/">Apache Community Development Project</a>.<br/> + Managed by the <a href="https://community.apache.org/">Apache Community Development Project</a>.<br/> Copyright© <script>document.write(new Date().getFullYear())</script>, - the Apache Software Foundation. Licensed under the <a rel="license" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><br/> + the Apache Software Foundation. Licensed under the <a rel="license" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><br/> </p> </footer> </body>