You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by Ralph Goers <ra...@dslextreme.com> on 2012/06/01 17:55:30 UTC

Re: svn commit: r1345182 - in /logging/site/branches/cms/trunk: content/ content/js/ templates/

Have you found out how to test this yet?  How are you able to preview the changes you've made?

Ralph

On Jun 1, 2012, at 6:58 AM, ihabunek@apache.org wrote:

> Author: ihabunek
> Date: Fri Jun  1 13:58:06 2012
> New Revision: 1345182
> 
> URL: http://svn.apache.org/viewvc?rev=1345182&view=rev
> Log:
> Minor improvemetns to templates. Added support for external links.
> 
> Added:
>    logging/site/branches/cms/trunk/content/js/site.js
> Modified:
>    logging/site/branches/cms/trunk/content/charter.twig
>    logging/site/branches/cms/trunk/content/guidelines.twig
>    logging/site/branches/cms/trunk/content/index.twig
>    logging/site/branches/cms/trunk/content/mailing-lists.twig
>    logging/site/branches/cms/trunk/content/privacy-policy.twig
>    logging/site/branches/cms/trunk/content/team-list.twig
>    logging/site/branches/cms/trunk/templates/footer.html
>    logging/site/branches/cms/trunk/templates/navbar.html
>    logging/site/branches/cms/trunk/templates/page.html
> 
> Modified: logging/site/branches/cms/trunk/content/charter.twig
> URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/content/charter.twig?rev=1345182&r1=1345181&r2=1345182&view=diff
> ==============================================================================
> --- logging/site/branches/cms/trunk/content/charter.twig (original)
> +++ logging/site/branches/cms/trunk/content/charter.twig Fri Jun  1 13:58:06 2012
> @@ -1,20 +1,4 @@
> {% extends "page.html" %}
> -{% comment %}
> -Licensed to the Apache Software Foundation (ASF) under one or more
> -contributor license agreements.  See the NOTICE file distributed with
> -this work for additional information regarding copyright ownership.
> -The ASF licenses this file to You under the Apache License, Version 2.0
> -(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
> -
> -Unless required by applicable law or agreed to in writing, software
> -distributed under the License is distributed on an "AS IS" BASIS,
> -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> -See the License for the specific language governing permissions and
> -limitations under the License.
> -{% endcomment %}
> 
> {% block title %}Charter{% endblock %}
> 
> @@ -59,4 +43,21 @@ This was passed by Unanimous Vote.
> 
> </blockquote>
> {% endfilter %}
> -{% endblock %}
> \ No newline at end of file
> +{% endblock %}
> +
> +{% comment %}
> +Licensed to the Apache Software Foundation (ASF) under one or more
> +contributor license agreements.  See the NOTICE file distributed with
> +this work for additional information regarding copyright ownership.
> +The ASF licenses this file to You under the Apache License, Version 2.0
> +(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
> +
> +Unless required by applicable law or agreed to in writing, software
> +distributed under the License is distributed on an "AS IS" BASIS,
> +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +See the License for the specific language governing permissions and
> +limitations under the License.
> +{% endcomment %}
> 
> Modified: logging/site/branches/cms/trunk/content/guidelines.twig
> URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/content/guidelines.twig?rev=1345182&r1=1345181&r2=1345182&view=diff
> ==============================================================================
> --- logging/site/branches/cms/trunk/content/guidelines.twig (original)
> +++ logging/site/branches/cms/trunk/content/guidelines.twig Fri Jun  1 13:58:06 2012
> @@ -1,20 +1,4 @@
> {% extends "page.html" %}
> -{% comment %}
> -Licensed to the Apache Software Foundation (ASF) under one or more
> -contributor license agreements.  See the NOTICE file distributed with
> -this work for additional information regarding copyright ownership.
> -The ASF licenses this file to You under the Apache License, Version 2.0
> -(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
> -
> -Unless required by applicable law or agreed to in writing, software
> -distributed under the License is distributed on an "AS IS" BASIS,
> -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> -See the License for the specific language governing permissions and
> -limitations under the License.
> -{% endcomment %}
> 
> {% block title %}Guidelines{% endblock %}
> 
> @@ -223,4 +207,21 @@ h3. Voting Timeframes
> Votes are open for a period of 72 hours to allow all active voters time to consider the vote. Votes relating to code changes are not subject to a strict timetable but should be made as timely as possible.
> 
> {% endfilter %}
> -{% endblock %}
> \ No newline at end of file
> +{% endblock %}
> +
> +{% comment %}
> +Licensed to the Apache Software Foundation (ASF) under one or more
> +contributor license agreements.  See the NOTICE file distributed with
> +this work for additional information regarding copyright ownership.
> +The ASF licenses this file to You under the Apache License, Version 2.0
> +(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
> +
> +Unless required by applicable law or agreed to in writing, software
> +distributed under the License is distributed on an "AS IS" BASIS,
> +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +See the License for the specific language governing permissions and
> +limitations under the License.
> +{% endcomment %}
> 
> Modified: logging/site/branches/cms/trunk/content/index.twig
> URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/content/index.twig?rev=1345182&r1=1345181&r2=1345182&view=diff
> ==============================================================================
> --- logging/site/branches/cms/trunk/content/index.twig (original)
> +++ logging/site/branches/cms/trunk/content/index.twig Fri Jun  1 13:58:06 2012
> @@ -1,20 +1,4 @@
> {% extends "page.html" %}
> -{% comment %}
> -Licensed to the Apache Software Foundation (ASF) under one or more
> -contributor license agreements.  See the NOTICE file distributed with
> -this work for additional information regarding copyright ownership.
> -The ASF licenses this file to You under the Apache License, Version 2.0
> -(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
> -
> -Unless required by applicable law or agreed to in writing, software
> -distributed under the License is distributed on an "AS IS" BASIS,
> -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> -See the License for the specific language governing permissions and
> -limitations under the License.
> -{% endcomment %}
> 
> {% block title %}Welcome{% endblock %}
> 
> @@ -67,4 +51,21 @@ limitations under the License.
> 		<p><a target="_blank" class="btn" href="http://logging.apache.org/log4php/">Project site &raquo;</a></p>
> 	</div>
> </div>
> -{% endblock %}
> \ No newline at end of file
> +{% endblock %}
> +
> +{% comment %}
> +Licensed to the Apache Software Foundation (ASF) under one or more
> +contributor license agreements.  See the NOTICE file distributed with
> +this work for additional information regarding copyright ownership.
> +The ASF licenses this file to You under the Apache License, Version 2.0
> +(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
> +
> +Unless required by applicable law or agreed to in writing, software
> +distributed under the License is distributed on an "AS IS" BASIS,
> +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +See the License for the specific language governing permissions and
> +limitations under the License.
> +{% endcomment %}
> 
> Added: logging/site/branches/cms/trunk/content/js/site.js
> URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/content/js/site.js?rev=1345182&view=auto
> ==============================================================================
> --- logging/site/branches/cms/trunk/content/js/site.js (added)
> +++ logging/site/branches/cms/trunk/content/js/site.js Fri Jun  1 13:58:06 2012
> @@ -0,0 +1,6 @@
> +$(document).ready(function() {
> +	
> +	// Make all links with class "external" open in a new tab
> +	$('.external').attr('target', '_blank');
> +	
> +});
> \ No newline at end of file
> 
> Modified: logging/site/branches/cms/trunk/content/mailing-lists.twig
> URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/content/mailing-lists.twig?rev=1345182&r1=1345181&r2=1345182&view=diff
> ==============================================================================
> --- logging/site/branches/cms/trunk/content/mailing-lists.twig (original)
> +++ logging/site/branches/cms/trunk/content/mailing-lists.twig Fri Jun  1 13:58:06 2012
> @@ -1,20 +1,4 @@
> {% extends "page.html" %}
> -{% comment %}
> -Licensed to the Apache Software Foundation (ASF) under one or more
> -contributor license agreements.  See the NOTICE file distributed with
> -this work for additional information regarding copyright ownership.
> -The ASF licenses this file to You under the Apache License, Version 2.0
> -(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
> -
> -Unless required by applicable law or agreed to in writing, software
> -distributed under the License is distributed on an "AS IS" BASIS,
> -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> -See the License for the specific language governing permissions and
> -limitations under the License.
> -{% endcomment %}
> 
> {% block title %}Mailing lists{% endblock %}
> 
> @@ -61,4 +45,21 @@ For questions regarding individual loggi
> 	</tbody>
> </table>
> {% endfilter %}
> -{% endblock %}
> \ No newline at end of file
> +{% endblock %}
> +
> +{% comment %}
> +Licensed to the Apache Software Foundation (ASF) under one or more
> +contributor license agreements.  See the NOTICE file distributed with
> +this work for additional information regarding copyright ownership.
> +The ASF licenses this file to You under the Apache License, Version 2.0
> +(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
> +
> +Unless required by applicable law or agreed to in writing, software
> +distributed under the License is distributed on an "AS IS" BASIS,
> +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +See the License for the specific language governing permissions and
> +limitations under the License.
> +{% endcomment %}
> \ No newline at end of file
> 
> Modified: logging/site/branches/cms/trunk/content/privacy-policy.twig
> URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/content/privacy-policy.twig?rev=1345182&r1=1345181&r2=1345182&view=diff
> ==============================================================================
> --- logging/site/branches/cms/trunk/content/privacy-policy.twig (original)
> +++ logging/site/branches/cms/trunk/content/privacy-policy.twig Fri Jun  1 13:58:06 2012
> @@ -1,20 +1,4 @@
> {% extends "page.html" %}
> -{% comment %}
> -Licensed to the Apache Software Foundation (ASF) under one or more
> -contributor license agreements.  See the NOTICE file distributed with
> -this work for additional information regarding copyright ownership.
> -The ASF licenses this file to You under the Apache License, Version 2.0
> -(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
> -
> -Unless required by applicable law or agreed to in writing, software
> -distributed under the License is distributed on an "AS IS" BASIS,
> -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> -See the License for the specific language governing permissions and
> -limitations under the License.
> -{% endcomment %}
> 
> {% block title %}Privacy policy{% endblock %}
> 
> @@ -38,4 +22,21 @@ We use the gathered information to help 
> By using this web site, you consent to the collection of this data in the manner and for the purpose described above.
> 
> {% endfilter %}
> -{% endblock %}
> \ No newline at end of file
> +{% endblock %}
> +
> +{% comment %}
> +Licensed to the Apache Software Foundation (ASF) under one or more
> +contributor license agreements.  See the NOTICE file distributed with
> +this work for additional information regarding copyright ownership.
> +The ASF licenses this file to You under the Apache License, Version 2.0
> +(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
> +
> +Unless required by applicable law or agreed to in writing, software
> +distributed under the License is distributed on an "AS IS" BASIS,
> +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +See the License for the specific language governing permissions and
> +limitations under the License.
> +{% endcomment %}
> \ No newline at end of file
> 
> Modified: logging/site/branches/cms/trunk/content/team-list.twig
> URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/content/team-list.twig?rev=1345182&r1=1345181&r2=1345182&view=diff
> ==============================================================================
> --- logging/site/branches/cms/trunk/content/team-list.twig (original)
> +++ logging/site/branches/cms/trunk/content/team-list.twig Fri Jun  1 13:58:06 2012
> @@ -1,26 +1,9 @@
> {% extends "page.html" %}
> -{% comment %}
> -Licensed to the Apache Software Foundation (ASF) under one or more
> -contributor license agreements.  See the NOTICE file distributed with
> -this work for additional information regarding copyright ownership.
> -The ASF licenses this file to You under the Apache License, Version 2.0
> -(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
> -
> -Unless required by applicable law or agreed to in writing, software
> -distributed under the License is distributed on an "AS IS" BASIS,
> -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> -See the License for the specific language governing permissions and
> -limitations under the License.
> -{% endcomment %}
> 
> {% block title %}Charter{% endblock %}
> 
> {% block content %}
> {% filter textile %}
> -
> h1. Project team
> 
> A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.
> @@ -126,4 +109,21 @@ h2. Team members
> 	</tbody>
> </table>
> {% endfilter %}
> -{% endblock %}
> \ No newline at end of file
> +{% endblock %}
> +
> +{% comment %}
> +Licensed to the Apache Software Foundation (ASF) under one or more
> +contributor license agreements.  See the NOTICE file distributed with
> +this work for additional information regarding copyright ownership.
> +The ASF licenses this file to You under the Apache License, Version 2.0
> +(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
> +
> +Unless required by applicable law or agreed to in writing, software
> +distributed under the License is distributed on an "AS IS" BASIS,
> +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +See the License for the specific language governing permissions and
> +limitations under the License.
> +{% endcomment %}
> \ No newline at end of file
> 
> Modified: logging/site/branches/cms/trunk/templates/footer.html
> URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/templates/footer.html?rev=1345182&r1=1345181&r2=1345182&view=diff
> ==============================================================================
> --- logging/site/branches/cms/trunk/templates/footer.html (original)
> +++ logging/site/branches/cms/trunk/templates/footer.html Fri Jun  1 13:58:06 2012
> @@ -1,3 +1,11 @@
> +{% filter textile %}
> +Copyright © 2012 "(external)The Apache Software Foundation":http://www.apache.org. Licensed under the "(external)Apache Software License, Version 2.0":http://www.apache.org/licenses/LICENSE-2.0. Please read our "privacy policy":privacy-policy.html.
> +
> +Apache, Apache chainsaw, Apache log4cxx, Apache log4j, Apache log4net, Apache log4php and the Apache feather logo are trademarks of The Apache Software Foundation.	Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
> +
> +Site powered by "(external)Twitter Bootstrap":http://twitter.github.com/bootstrap/ and "(external)jQuery":http://jquery.com/.
> +{% endfilter %}
> +
> {% comment %}
> Licensed to the Apache Software Foundation (ASF) under one or more
> contributor license agreements.  See the NOTICE file distributed with
> @@ -14,15 +22,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY 
> See the License for the specific language governing permissions and
> limitations under the License.
> {% endcomment %}
> -<p>Copyright &#169; 2011 <a href="http://www.apache.org">The Apache Software Foundation</a>. Licensed under
> -the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 
> -2.0</a>. Please read out <a href="privacy-policy.html">privacy policy</a>.</p>	
> -
> -<p>Apache, Apache chainsaw, Apache log4cxx, Apache log4j, Apache log4net, Apache log4php and the Apache 
> -feather logo are trademarks of The Apache Software Foundation.	Oracle and Java are registered 
> -trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</p>
> -
> -<p>Site powered by 
> -<a target="_blank" href="http://twig.sensiolabs.org/">Twig</a>,
> -<a target="_blank" href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a> and   
> -<a target="_blank" href="http://jquery.com/">jQuery</a>.</p>
> 
> Modified: logging/site/branches/cms/trunk/templates/navbar.html
> URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/templates/navbar.html?rev=1345182&r1=1345181&r2=1345182&view=diff
> ==============================================================================
> --- logging/site/branches/cms/trunk/templates/navbar.html (original)
> +++ logging/site/branches/cms/trunk/templates/navbar.html Fri Jun  1 13:58:06 2012
> @@ -1,19 +1,3 @@
> -{% comment %}
> -Licensed to the Apache Software Foundation (ASF) under one or more
> -contributor license agreements.  See the NOTICE file distributed with
> -this work for additional information regarding copyright ownership.
> -The ASF licenses this file to You under the Apache License, Version 2.0
> -(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
> -
> -Unless required by applicable law or agreed to in writing, software
> -distributed under the License is distributed on an "AS IS" BASIS,
> -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> -See the License for the specific language governing permissions and
> -limitations under the License.
> -{% endcomment %}
> <div class="navbar">
> 	<div class="navbar-inner">
> 		<div class="container">
> @@ -57,4 +41,20 @@ limitations under the License.
> 			</ul>
> 		</div>
> 	</div>
> -</div>
> \ No newline at end of file
> +</div>
> +{% comment %}
> +Licensed to the Apache Software Foundation (ASF) under one or more
> +contributor license agreements.  See the NOTICE file distributed with
> +this work for additional information regarding copyright ownership.
> +The ASF licenses this file to You under the Apache License, Version 2.0
> +(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
> +
> +Unless required by applicable law or agreed to in writing, software
> +distributed under the License is distributed on an "AS IS" BASIS,
> +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +See the License for the specific language governing permissions and
> +limitations under the License.
> +{% endcomment %}
> \ No newline at end of file
> 
> Modified: logging/site/branches/cms/trunk/templates/page.html
> URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/templates/page.html?rev=1345182&r1=1345181&r2=1345182&view=diff
> ==============================================================================
> --- logging/site/branches/cms/trunk/templates/page.html (original)
> +++ logging/site/branches/cms/trunk/templates/page.html Fri Jun  1 13:58:06 2012
> @@ -1,19 +1,3 @@
> -{% comment %}
> -Licensed to the Apache Software Foundation (ASF) under one or more
> -contributor license agreements.  See the NOTICE file distributed with
> -this work for additional information regarding copyright ownership.
> -The ASF licenses this file to You under the Apache License, Version 2.0
> -(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
> -
> -Unless required by applicable law or agreed to in writing, software
> -distributed under the License is distributed on an "AS IS" BASIS,
> -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> -See the License for the specific language governing permissions and
> -limitations under the License.
> -{% endcomment %}
> <!DOCTYPE html>
> <html lang="en">
> 	<head>
> @@ -22,8 +6,9 @@ limitations under the License.
> 
> 		<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
> 		<link href="css/site.css" rel="stylesheet" type="text/css" />
> -		<script src="js/jquery.js"></script>
> +		<script src="js/jquery.min.js"></script>
> 		<script src="js/bootstrap.min.js"></script>
> +		<script src="js/site.js"></script>
> 		
> 		<!-- Google Analytics -->
> 		<script type="text/javascript">
> @@ -52,3 +37,20 @@ limitations under the License.
> 		</div>
> 	</body>
> </html>
> +
> +{% comment %}
> +Licensed to the Apache Software Foundation (ASF) under one or more
> +contributor license agreements.  See the NOTICE file distributed with
> +this work for additional information regarding copyright ownership.
> +The ASF licenses this file to You under the Apache License, Version 2.0
> +(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
> +
> +Unless required by applicable law or agreed to in writing, software
> +distributed under the License is distributed on an "AS IS" BASIS,
> +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> +See the License for the specific language governing permissions and
> +limitations under the License.
> +{% endcomment %}
> 
> 


Re: svn commit: r1345182 - in /logging/site/branches/cms/trunk: content/ content/js/ templates/

Posted by Ivan Habunek <iv...@gmail.com>.
On 1 June 2012 17:55, Ralph Goers <ra...@dslextreme.com> wrote:
> Have you found out how to test this yet?  How are you able to preview the changes you've made?

Not yet. I asked on the JIRA issue, but no reply so far. I'll bump the topic.

Regards,
Ivan