You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rl...@apache.org on 2020/07/25 12:09:34 UTC

svn commit: r1880295 - in /comdev/nearby_people: __init__.py lib/geo_helper.py nearby/foaf.py readme.txt settings.py templates/404.html templates/500.html templates/base.html templates/map.html templates/people.html templates/welcome.html urls.py

Author: rlenferink
Date: Sat Jul 25 12:09:33 2020
New Revision: 1880295

URL: http://svn.apache.org/viewvc?rev=1880295&view=rev
Log:
http -> https

Modified:
    comdev/nearby_people/__init__.py
    comdev/nearby_people/lib/geo_helper.py
    comdev/nearby_people/nearby/foaf.py
    comdev/nearby_people/readme.txt
    comdev/nearby_people/settings.py
    comdev/nearby_people/templates/404.html
    comdev/nearby_people/templates/500.html
    comdev/nearby_people/templates/base.html
    comdev/nearby_people/templates/map.html
    comdev/nearby_people/templates/people.html
    comdev/nearby_people/templates/welcome.html
    comdev/nearby_people/urls.py

Modified: comdev/nearby_people/__init__.py
URL: http://svn.apache.org/viewvc/comdev/nearby_people/__init__.py?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/__init__.py (original)
+++ comdev/nearby_people/__init__.py Sat Jul 25 12:09:33 2020
@@ -6,7 +6,7 @@
 # (the "License"); you may not use this file except in compliance with
 # the License.  You may obtain a copy of the License at
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,

Modified: comdev/nearby_people/lib/geo_helper.py
URL: http://svn.apache.org/viewvc/comdev/nearby_people/lib/geo_helper.py?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/lib/geo_helper.py (original)
+++ comdev/nearby_people/lib/geo_helper.py Sat Jul 25 12:09:33 2020
@@ -11,7 +11,7 @@
 # See http://gagravarr.org/code/ for updates and information
 #
 # Licensed under the Apache Software License v2
-#      http://www.apache.org/licenses/LICENSE-2.0
+#      https://www.apache.org/licenses/LICENSE-2.0
 
 import math
 

Modified: comdev/nearby_people/nearby/foaf.py
URL: http://svn.apache.org/viewvc/comdev/nearby_people/nearby/foaf.py?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/nearby/foaf.py (original)
+++ comdev/nearby_people/nearby/foaf.py Sat Jul 25 12:09:33 2020
@@ -6,7 +6,7 @@
 # (the "License"); you may not use this file except in compliance with
 # the License.  You may obtain a copy of the License at
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,

Modified: comdev/nearby_people/readme.txt
URL: http://svn.apache.org/viewvc/comdev/nearby_people/readme.txt?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/readme.txt (original)
+++ comdev/nearby_people/readme.txt Sat Jul 25 12:09:33 2020
@@ -47,5 +47,5 @@ Links
 [1] https://svn.apache.org/repos/asf/comdev/nearby_people
 [2] https://svn.apache.org/repos/private/committers/info
 [3] https://svn.apache.org/repos/private/committers/local-outreach
-[4] http://community.apache.org/localmentors.html
-[5] http://community.apache.org/speakers/index.html
+[4] https://community.apache.org/localmentors.html
+[5] https://community.apache.org/speakers/index.html

Modified: comdev/nearby_people/settings.py
URL: http://svn.apache.org/viewvc/comdev/nearby_people/settings.py?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/settings.py (original)
+++ comdev/nearby_people/settings.py Sat Jul 25 12:09:33 2020
@@ -6,7 +6,7 @@
 # (the "License"); you may not use this file except in compliance with
 # the License.  You may obtain a copy of the License at
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,

Modified: comdev/nearby_people/templates/404.html
URL: http://svn.apache.org/viewvc/comdev/nearby_people/templates/404.html?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/templates/404.html (original)
+++ comdev/nearby_people/templates/404.html Sat Jul 25 12:09:33 2020
@@ -4,8 +4,8 @@
 
 <head>
 	<title>The Nearby Apache People - Page Not Found</title>
-        <link media="screen, projection" type="text/css" href="http://apache.org/style/compressed.css" rel="stylesheet">
-        <link media="screen, projection" type="text/css" href="http://apache.org/style/style.css" rel="stylesheet">
+        <link media="screen, projection" type="text/css" href="https://community.apache.org/style/compressed.css" rel="stylesheet">
+        <link media="screen, projection" type="text/css" href="https://community.apache.org/style/style.css" rel="stylesheet">
 </head>
 
 <body>
@@ -16,7 +16,7 @@
 		<div id="header">
             <h1>We were unable to find your page</h1>
             <p class="alt">
-            Brought to you by the <a href="http://community.apache.org">Apache Community Development Project</a>.
+            Brought to you by the <a href="https://community.apache.org">Apache Community Development Project</a>.
             </p>
 		</div>
       </div>
@@ -25,10 +25,10 @@
       <table border="0" cellpadding="2" cellspacing="0" width="100%"> 
         <tr class="topBar"> 
             <td align="left" valign="middle" class="topBarDiv" nowrap="true" width="100%">
-                &nbsp;<a href="http://community.apache.org" title="Community Development Site">Community Development Site</a>&nbsp;&gt;&nbsp;<a href="/pick_place" title="Find People">Find People</a> 
+                &nbsp;<a href="https://community.apache.org" title="Community Development Site">Community Development Site</a>&nbsp;&gt;&nbsp;<a href="/pick_place" title="Find People">Find People</a> 
             </td> 
             <td align="right" valign="middle" class="topBarDiv" align="left" nowrap="true"> 
-            <a href="http://community.apache.org/">Apache Community Development</a> | <a href="http://mail-archives.apache.org/mod_mbox/community-dev/">Mailling List</a> 
+            <a href="https://community.apache.org/">Apache Community Development</a> | <a href="https://mail-archives.apache.org/mod_mbox/community-dev/">Mailling List</a> 
             </td> 
         </tr> 
       </table>
@@ -37,7 +37,7 @@
 		<div id="content">
             <p class="highlight">Please see the links below for where you might wish to visit instead:</p>
 			<ul>
-				<li><a href="http://community.apache.org/">The Apache Community Development Project</a></li>
+				<li><a href="https://community.apache.org/">The Apache Community Development Project</a></li>
 				<li><a href="/">Search for nearby people</a></li>
 				<li><a href="/pick_place/?type=lm">Search for Local Mentors</a></li>
 				<li><a href="/pick_place/?type=sp">Search for Apache Speakers</a></li>

Modified: comdev/nearby_people/templates/500.html
URL: http://svn.apache.org/viewvc/comdev/nearby_people/templates/500.html?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/templates/500.html (original)
+++ comdev/nearby_people/templates/500.html Sat Jul 25 12:09:33 2020
@@ -4,8 +4,8 @@
 
 <head>
 	<title>The Nearby Apache People App is Unavailable</title>
-        <link media="screen, projection" type="text/css" href="http://apache.org/style/compressed.css" rel="stylesheet">
-        <link media="screen, projection" type="text/css" href="http://apache.org/style/style.css" rel="stylesheet">
+        <link media="screen, projection" type="text/css" href="https://community.apache.org/style/compressed.css" rel="stylesheet">
+        <link media="screen, projection" type="text/css" href="https://community.apache.org/style/style.css" rel="stylesheet">
 </head>
 
 <body>
@@ -16,7 +16,7 @@
 		<div id="header">
             <h1>The Nearby Apache People is Unavailable</h1>
             <p class="alt">
-            Brought to you by the <a href="http://community.apache.org">Apache Community Development Project</a>.
+            Brought to you by the <a href="https://community.apache.org">Apache Community Development Project</a>.
             </p>
 		</div>
       </div>
@@ -25,10 +25,10 @@
       <table border="0" cellpadding="2" cellspacing="0" width="100%"> 
         <tr class="topBar"> 
             <td align="left" valign="middle" class="topBarDiv" nowrap="true" width="100%">
-                &nbsp;<a href="http://community.apache.org" title="Community Development Site">Community Development Site</a>&nbsp;&gt;&nbsp;<a href="/pick_place" title="Find People">Find People</a> 
+                &nbsp;<a href="https://community.apache.org" title="Community Development Site">Community Development Site</a>&nbsp;&gt;&nbsp;<a href="/pick_place" title="Find People">Find People</a> 
             </td> 
             <td align="right" valign="middle" class="topBarDiv" align="left" nowrap="true"> 
-            <a href="http://community.apache.org/">Apache Community Development</a> | <a href="http://mail-archives.apache.org/mod_mbox/community-dev/">Mailling List</a> 
+            <a href="https://community.apache.org/">Apache Community Development</a> | <a href="https://mail-archives.apache.org/mod_mbox/community-dev/">Mailling List</a> 
             </td> 
         </tr> 
       </table>

Modified: comdev/nearby_people/templates/base.html
URL: http://svn.apache.org/viewvc/comdev/nearby_people/templates/base.html?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/templates/base.html (original)
+++ comdev/nearby_people/templates/base.html Sat Jul 25 12:09:33 2020
@@ -4,8 +4,8 @@
 
 <head>
    <title>Nearby Apache People {% block title %}{% endblock %}</title>
-   <link media="screen, projection" type="text/css" href="http://community.apache.org/style/compressed.css" rel="stylesheet">
-   <link media="screen, projection" type="text/css" href="http://community.apache.org/style/style.css" rel="stylesheet">
+   <link media="screen, projection" type="text/css" href="https://community.apache.org/style/compressed.css" rel="stylesheet">
+   <link media="screen, projection" type="text/css" href="https://community.apache.org/style/style.css" rel="stylesheet">
    {% block extrahead %}
    {% endblock %}
 </head>
@@ -18,7 +18,7 @@
          <div id="header">
             <h1>Nearby Apache People</h1>
             <p class="alt">
-            Brought to you by the <a href="http://community.apache.org">Apache Community Development Project</a>.
+            Brought to you by the <a href="https://community.apache.org">Apache Community Development Project</a>.
             </p>
          </div>
       </div>
@@ -30,7 +30,7 @@
                 &nbsp;<a href="/" title="Community Development Apps">Community Development Apps</a>&nbsp;&gt;&nbsp;<a href="/pick_place" title="Find People">Find People</a> 
             </td> 
             <td align="right" valign="middle" class="topBarDiv" align="left" nowrap="true"> 
-            <a href="http://community.apache.org/">Apache Community Development</a> | <a href="https://lists.apache.org/list.html?dev@community.apache.org">Mailling List</a> 
+            <a href="https://community.apache.org/">Apache Community Development</a> | <a href="https://lists.apache.org/list.html?dev@community.apache.org">Mailling List</a> 
             </td> 
         </tr> 
       </table>

Modified: comdev/nearby_people/templates/map.html
URL: http://svn.apache.org/viewvc/comdev/nearby_people/templates/map.html?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/templates/map.html (original)
+++ comdev/nearby_people/templates/map.html Sat Jul 25 12:09:33 2020
@@ -82,9 +82,9 @@ $(document).ready(function(){
   information page and generater</a> for details on what your FOAF file 
  needs to contain and where it needs to live.</p>
 <p>If you are interested, you can also list yourself as a
- <a href="http://community.apache.org/localmentors.html">Local Mentor</a>
+ <a href="https://community.apache.org/localmentors.html">Local Mentor</a>
  or as a 
- <a href="http://community.apache.org/speakers/speakers.html">Local Speaker</a>,
+ <a href="https://community.apache.org/speakers/speakers.html">Local Speaker</a>,
  which will allow people to search for you <a href="/">here</a>.
 </p>
 

Modified: comdev/nearby_people/templates/people.html
URL: http://svn.apache.org/viewvc/comdev/nearby_people/templates/people.html?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/templates/people.html (original)
+++ comdev/nearby_people/templates/people.html Sat Jul 25 12:09:33 2020
@@ -36,7 +36,7 @@ $(document).ready(function(){
    var search_point = new google.maps.Marker({
        position: new google.maps.LatLng({{location.latitude}},{{location.longitude}}),
        map: map,
-       icon: "http://www.google.com/intl/en_us/mapfiles/ms/icons/green-dot.png",
+       icon: "https://www.google.com/intl/en_us/mapfiles/ms/icons/green-dot.png",
        title: "Search location"
    });
 });

Modified: comdev/nearby_people/templates/welcome.html
URL: http://svn.apache.org/viewvc/comdev/nearby_people/templates/welcome.html?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/templates/welcome.html (original)
+++ comdev/nearby_people/templates/welcome.html Sat Jul 25 12:09:33 2020
@@ -25,9 +25,9 @@
 
 <p>If you are an existing Apache Committer, and you are willing to act as 
  as a Local Mentor or Speaker, then please see 
- <a href="http://community.apache.org/localmentors.html">http://community.apache.org/localmentors.html</a>
+ <a href="https://community.apache.org/localmentors.html">https://community.apache.org/localmentors.html</a>
  and
- <a href="http://community.apache.org/speakers/index.html">http://community.apache.org/speakers/index.html</a>
+ <a href="https://community.apache.org/speakers/index.html">https://community.apache.org/speakers/index.html</a>
  for more information on what it would entail, and how to sign up.</p>
 <p>Any Apache Committers with good ideas on making it easier to sign up as a 
  Local Mentor or Speaker is strongly encouraged to share them on

Modified: comdev/nearby_people/urls.py
URL: http://svn.apache.org/viewvc/comdev/nearby_people/urls.py?rev=1880295&r1=1880294&r2=1880295&view=diff
==============================================================================
--- comdev/nearby_people/urls.py (original)
+++ comdev/nearby_people/urls.py Sat Jul 25 12:09:33 2020
@@ -6,7 +6,7 @@
 # (the "License"); you may not use this file except in compliance with
 # the License.  You may obtain a copy of the License at
 #
-#     http://www.apache.org/licenses/LICENSE-2.0
+#     https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,