svn commit: r984053 - /websites/production/community/content/

2016-03-28 Thread smarru
Author: smarru
Date: Mon Mar 28 15:33:50 2016
New Revision: 984053

Log:
Updating with email fixes.

Added:
websites/production/community/content/
  - copied from r984052, websites/staging/community/trunk/content/



svn commit: r1478321 - /comdev/site/trunk/content/gsoc.mdtext

2013-05-02 Thread smarru
Author: smarru
Date: Thu May  2 10:37:09 2013
New Revision: 1478321

URL: http://svn.apache.org/r1478321
Log:
adding a special note to mitigate the gsoc spam

Modified:
comdev/site/trunk/content/gsoc.mdtext

Modified: comdev/site/trunk/content/gsoc.mdtext
URL: 
http://svn.apache.org/viewvc/comdev/site/trunk/content/gsoc.mdtext?rev=1478321r1=1478320r2=1478321view=diff
==
--- comdev/site/trunk/content/gsoc.mdtext (original)
+++ comdev/site/trunk/content/gsoc.mdtext Thu May  2 10:37:09 2013
@@ -15,9 +15,10 @@ program.
 * Watch Philip Johnson's [GSoC video 
presentation](http://www.youtube.com/watch?v=vBRRR0BQyz0)
  for students.
 * Examine the list of [available ASF GSoC 2013 
projects](http://s.apache.org/gsoc2013ideas)
-** Note that you can search the issue tracker for GSoC projects by
+   * Note that you can search the issue tracker for GSoC projects by
 filtering using the gsoc2013 label, this allows you to narrow down the list
 to the projects you are interested in.
+* If you do not see any interesting projects from the 200+ proposed ideas, we 
encourage you to contact one of the Apache Project's mailing list and propose a 
new idea. But these ideas have to be vetted on the project dev list. ASF does 
not encourage and will not respond to your personal new open source project 
ideas which are unrelated to any apache projects.
 
 a name=GSoC-ApplyingforGSoC/a
 ### Applying for GSoC




svn commit: r1468843 - /comdev/site/trunk/templates/standard.html

2013-04-17 Thread smarru
Author: smarru
Date: Wed Apr 17 11:30:20 2013
New Revision: 1468843

URL: http://svn.apache.org/r1468843
Log:
adding a google custom search box

Modified:
comdev/site/trunk/templates/standard.html

Modified: comdev/site/trunk/templates/standard.html
URL: 
http://svn.apache.org/viewvc/comdev/site/trunk/templates/standard.html?rev=1468843r1=1468842r2=1468843view=diff
==
--- comdev/site/trunk/templates/standard.html (original)
+++ comdev/site/trunk/templates/standard.html Wed Apr 17 11:30:20 2013
@@ -1,4 +1,4 @@
-!DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
http://www.w3.org/TR/html4/loose.dtd;
+!DOCTYPE html
 !--
 
 Licensed to the Apache Software Foundation (ASF) under one or more
@@ -22,7 +22,6 @@
   META name=description content=Apache Community Development/
   META name=keywords content=apache, apache community, community 
development, opensource/
 
-
   META http-equiv=Content-Type content=text/html; charset=utf-8
 !--  LINK rel=stylesheet href=/style/compressed.css type=text/css 
media=screen, projection
   LINK rel=stylesheet href=/style/style.css type=text/css 
media=screen, projection --
@@ -135,20 +134,42 @@
 /div
 
   div class=container
-h3 class=mutedThe Apache Software Foundation/h3
-h4 class=mutedMeritocracy in Action./h4
+section id=content class=row
+  div class=span9
+h3 class=mutedThe Apache Software Foundation/h3
+  /div
+  div class=span3 class=pull-rightgcse:search/gcse:search/div
+  div class=span12h4 class=mutedMeritocracy in Action./h4/div
+/section
 {{ breadcrumbs|safe }}
-hr
+   hr
 {% block content %}{% endblock %}
-hr
-footer
-  Copyright copy; 2011 The Apache Software Foundation, Licensed under
-  a href=http://www.apache.org/licenses/LICENSE-2.0;Apache License, 
Version 2.0/a.
-  br
-  Apache and the Apache feather logos are trademarks of The Apache 
Software Foundation.
-/footer
   /div
+  
+  footer class=footer align=center
+div class=container
+  p
+Copyright copy; 2013 The Apache Software Foundation, Licensed under
+the a href=http://www.apache.org/licenses/LICENSE-2.0;Apache 
License, Version 2.0/a.
+br /
+Apache and the Apache feather logos are trademarks of The Apache 
Software Foundation.
+  /p
+/div
+  /footer
+  
   script src=/js/jquery-1.9.1.min.js/script
   script src=/js/bootstrap.min.js/script
+  script
+(function() {
+  var cx = '012254517474945470291:vhsfv7eokdc';
+  var gcse = document.createElement('script');
+  gcse.type = 'text/javascript';
+  gcse.async = true;
+  gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') 
+
+  '//www.google.com/cse/cse.js?cx=' + cx;
+  var s = document.getElementsByTagName('script')[0];
+  s.parentNode.insertBefore(gcse, s);
+})();
+  /script
 /body
 /html