You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2012/05/31 14:09:37 UTC

svn commit: r1344664 [1/7] - in /logging/site/branches/cms: ./ trunk/ trunk/content/ trunk/content/css/ trunk/content/img/ trunk/content/js/ trunk/content/pages/ trunk/content/resources/ trunk/libs/ trunk/libs/Twig/ trunk/libs/textile/ trunk/templates/

Author: ihabunek
Date: Thu May 31 12:09:35 2012
New Revision: 1344664

URL: http://svn.apache.org/viewvc?rev=1344664&view=rev
Log:
Updated the structure for using the Perl build system. Removed PHP libs.

Added:
    logging/site/branches/cms/trunk/content/charter.twig
    logging/site/branches/cms/trunk/content/css/
    logging/site/branches/cms/trunk/content/css/bootstrap.css
    logging/site/branches/cms/trunk/content/css/bootstrap.min.css
    logging/site/branches/cms/trunk/content/css/site.css
    logging/site/branches/cms/trunk/content/guidelines.twig
    logging/site/branches/cms/trunk/content/img/
    logging/site/branches/cms/trunk/content/img/feather.gif   (with props)
    logging/site/branches/cms/trunk/content/index.twig
    logging/site/branches/cms/trunk/content/js/
    logging/site/branches/cms/trunk/content/js/bootstrap.js
    logging/site/branches/cms/trunk/content/js/bootstrap.min.js
    logging/site/branches/cms/trunk/content/js/jquery.js
    logging/site/branches/cms/trunk/content/js/jquery.min.js
    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/libs/path.pm
    logging/site/branches/cms/trunk/libs/view.pm
    logging/site/branches/cms/trunk/templates/footer.html
    logging/site/branches/cms/trunk/templates/navbar.html
    logging/site/branches/cms/trunk/templates/page.html
Removed:
    logging/site/branches/cms/trunk/build.php
    logging/site/branches/cms/trunk/build_cms.sh
    logging/site/branches/cms/trunk/content/pages/
    logging/site/branches/cms/trunk/content/resources/
    logging/site/branches/cms/trunk/libs/Twig/
    logging/site/branches/cms/trunk/libs/textile/
    logging/site/branches/cms/trunk/pom.xml
    logging/site/branches/cms/trunk/templates/footer.html.twig
    logging/site/branches/cms/trunk/templates/navbar.html.twig
    logging/site/branches/cms/trunk/templates/page.html.twig
Modified:
    logging/site/branches/cms/   (props changed)

Propchange: logging/site/branches/cms/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu May 31 12:09:35 2012
@@ -0,0 +1 @@
+.project

Added: logging/site/branches/cms/trunk/content/charter.twig
URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/content/charter.twig?rev=1344664&view=auto
==============================================================================
--- logging/site/branches/cms/trunk/content/charter.twig (added)
+++ logging/site/branches/cms/trunk/content/charter.twig Thu May 31 12:09:35 2012
@@ -0,0 +1,62 @@
+{% 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. Charter
+
+On December 17<sup>th</sup> 2003. the Apache Board voted to establish the Apache Logging Services Project.
+
+The following is an extract from the minutes of the meeting of the board of directors. You can read the full minutes "here":http://www.apache.org/foundation/records/minutes/2003/board_minutes_2003_12_17.txt.
+
+<blockquote>
+
+h3. A. Establishment of the Apache Logging Services Project
+
+WHEREAS, the Board of Directors deems it to be in the best interests of the Foundation and consistent with the Foundation's purpose to establish a Project Management Committee charged with the creation and maintenance of open-source software related to the logging of application behavior, for distribution at no charge to the public.
+
+NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee (PMC), to be known as the "Apache Logging Services PMC", be and hereby is established pursuant to Bylaws of the Foundation; and be it further
+
+RESOLVED, that the Apache Logging Services PMC be and hereby is responsible for the creation and maintenance of software for managing the logging of application behavior, and for related software components, based on software licensed to the Foundation; and be it further
+
+RESOLVED, that the office of "Vice President, Apache Logging Services" be and hereby is created, the person holding such office to serve at the direction of the Board of Directors as the chair of the Apache Logging Services PMC, and to have primary responsibility for management of the projects within the scope of responsibility of the Apache Logging Services PMC; and be it further
+
+RESOLVED, that the persons listed immediately below be and hereby are appointed to serve as the initial members of the Apache Logging Services PMC:
+
+* Scott Deboy
+* Ceki Gülcü
+* Jacob Kjome
+* Yoav Shapira
+* Paul Smith
+* Mark Womack
+	
+NOW, THEREFORE, BE IT FURTHER RESOLVED, that Mr. Ceki Gülcü be and hereby is appointed to the office of Vice President, Apache Logging Services, to serve in accordance with and subject to the direction of the Board of Directors and the Bylaws of the Foundation until death, resignation, retirement, removal or disqualification, or until a successor is appointed; and be it further 
+
+RESOLVED, that the initial Apache Logging Services PMC be and hereby is tasked with the creation of a set of bylaws intended to encourage open development and increased participation in the Apache Logging Services Project; and be it further
+
+RESOLVED, that the initial Logging Services PMC be and hereby is tasked with the migration and rationalization of the log4j Apache Jakarta subproject; and be it further
+
+RESOLVED, that the initial Logging Services PMC be and hereby is tasked with the migration and integration of the sister projects, namely but not exclusively, Log4Perl, Log4Net, Log4Cxx (c++), Log4CPlus, Log4PHP and Log4plsql, subject to the will and approval of the respective project owners and communities.
+
+This was passed by Unanimous Vote.
+
+</blockquote>
+{% endfilter %}
+{% endblock %}
\ No newline at end of file