You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2019/02/03 21:42:13 UTC

svn commit: r1852855 - in /comdev/helpwanted.apache.org/site: index.html wtest.html

Author: sebb
Date: Sun Feb  3 21:42:13 2019
New Revision: 1852855

URL: http://svn.apache.org/viewvc?rev=1852855&view=rev
Log:
Use relative URLs for easier testing

Modified:
    comdev/helpwanted.apache.org/site/index.html
    comdev/helpwanted.apache.org/site/wtest.html

Modified: comdev/helpwanted.apache.org/site/index.html
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/index.html?rev=1852855&r1=1852854&r2=1852855&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/index.html (original)
+++ comdev/helpwanted.apache.org/site/index.html Sun Feb  3 21:42:13 2019
@@ -36,7 +36,7 @@
 </div>
 
 <p style="font-size: 12px; font-family: sans-serif; text-align: center;">
-    Managed by the <a href="http://community.apache.org/">Apache Community Development Project</a>, see <a href="https://helpwanted.apache.org/about.html">About This Website</a> for technical info.<br/>
+    Managed by the <a href="http://community.apache.org/">Apache Community Development Project</a>, see <a href="/about.html">About This Website</a> for technical info.<br/>
     Copyright&copy; 2017, 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>
 </p>
 </body>

Modified: comdev/helpwanted.apache.org/site/wtest.html
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/wtest.html?rev=1852855&r1=1852854&r2=1852855&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/wtest.html (original)
+++ comdev/helpwanted.apache.org/site/wtest.html Sun Feb  3 21:42:13 2019
@@ -13,14 +13,14 @@
     This is a sample widget page. Just an ordinary HTML page with a widget attached by inserting the following code:
     <pre style='background: #FFE; border: 1px solid #666; font-size: 0.8rem;'>
 &lt;div style="width: 700px;" type="helpwanted" project="<span id='pr'>httpd</span>" <span id='tags'></span> description="<span id='pru'>the Apache HTTP Server Project</span>">&lt;/div>
-&lt;script src="https://helpwanted.apache.org/widget.js" type="text/javascript">&lt;/script></pre>
+&lt;script src="/widget.js" type="text/javascript">&lt;/script></pre>
     <div id="foo" style="width: 700px;" type="helpwanted" project="httpd" description="the Apache HTTP Server Project"></div>
     
     <p>Projects can also search the entire foundation task list, or use tags:</p>
     
     <pre style='background: #FFE; border: 1px solid #666; font-size: 0.8rem;'>
 &lt;div style="width: 700px;" type="helpwanted" project="*" tags="GSoC" description="the Apache Software Foundation">&lt;/div>
-&lt;script src="https://helpwanted.apache.org/widget.js" type="text/javascript">&lt;/script></pre>
+&lt;script src="/widget.js" type="text/javascript">&lt;/script></pre>
     <div id="foo2" style="width: 700px;" type="helpwanted" project="*" tags="GSoC" description="the Apache HTTP Server"></div>
     
     
@@ -42,6 +42,6 @@
         document.getElementById('foo').setAttribute("description", "the Apache " + pru + " project")
     }
 </script>
-<script src="https://helpwanted.apache.org/widget.js" type="text/javascript"></script>
+<script src="/widget.js" type="text/javascript"></script>
 </body>
 </html>