You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2011/06/26 14:36:18 UTC

svn commit: r1139767 - in /esme/site/trunk/content: css/ css/esme.css docs/ images/ images/esme-logo/ images/esme-logo/esme-powerd.gif index.mdtext team.mdtext

Author: rhirsch
Date: Sun Jun 26 12:36:17 2011
New Revision: 1139767

URL: http://svn.apache.org/viewvc?rev=1139767&view=rev
Log:
First cut of coping Stanbol site to ESME

Added:
    esme/site/trunk/content/css/
    esme/site/trunk/content/css/esme.css
    esme/site/trunk/content/docs/
    esme/site/trunk/content/images/
    esme/site/trunk/content/images/esme-logo/
    esme/site/trunk/content/images/esme-logo/esme-powerd.gif   (with props)
    esme/site/trunk/content/team.mdtext
Modified:
    esme/site/trunk/content/index.mdtext

Added: esme/site/trunk/content/css/esme.css
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/css/esme.css?rev=1139767&view=auto
==============================================================================
--- esme/site/trunk/content/css/esme.css (added)
+++ esme/site/trunk/content/css/esme.css Sun Jun 26 12:36:17 2011
@@ -0,0 +1,136 @@
+body {
+  background-color: #272727;
+  color: #333;
+  font: normal 11pt/17pt Arial,Helvetica,sans-serif;
+  margin: 0;
+}  
+
+a, a:visited {
+ color: #c43187;
+}
+
+a:hover {
+ color: #e4399d;
+}
+
+h1,h2,h3,h4,h5,h6 {
+  color: #6f3f00;
+}
+
+@media screen
+{
+  #content {
+     margin: 50px 100px 100px 300px;
+     padding: 0 30px 40px;
+     background-color: #fff;
+  }
+  #navigation {
+    font-size: 85%;
+    color: #333;
+    float: left;
+    padding: 20px 3px 3px 15px;
+    position: fixed;
+    top: 10px;
+  }
+}
+@media print 
+{
+  #content {
+    background-color: #fff;
+  }
+  #navigation {
+    display: none;
+  }
+}
+#content h1,h2,h3,h4,h5,h6 {
+  color: #6f3f00;
+  border-bottom: 1px solid #ffdaae;
+  font: normal 20pt Arial,Helvetica,sans-serif;
+  margin:0 0 15px;
+  padding:25px 0 10px;
+}
+
+#content h2 {
+  color: #955500;
+  font-size: 18pt;
+  padding: 25px 0 8px;
+}
+
+#content h3 { 
+  border-bottom: none;
+  color: #688a6f;
+  font-size: 16pt;
+  margin-bottom: 0;
+}
+#content h4 { 
+  border-bottom: none;
+  color: #000000;
+  font-size: 14pt;
+  margin-bottom: 0;
+}
+
+
+#navigation img {
+  padding-bottom: 20px;
+}
+
+#navigation h1 {
+  background-color: #7cba6e;
+  color: #000;
+  font-size: 1.1em;
+  padding: 0.2em 0.5em;
+  margin: 1em 1em 0.1em;
+}
+
+#navigation ul {
+  margin: 0 1em;
+  padding: 0 0.5em;
+  list-style: none outside none;
+}
+
+#navigation li {
+  margin: 0;
+  padding: 0;
+}
+
+#navigation li a, #navigation li a:visited {
+  margin: 0;
+  padding: 0 0.5em;
+  background-color: #404d42;
+  color: #ececec;
+  padding:1px 5px;
+  text-decoration:none;
+}
+
+#navigation li a:hover {
+  background-color: #7cba6e;
+  color: #000;
+}
+
+#footer {
+  background-color:#404040;
+  color:#717171;
+  font-size: 80%;
+  margin: 0 100px 0 300px;
+  padding: 10px 30px;
+}
+
+#footer a, #footer a:visited {
+  color: #af8f66;
+}
+
+#footer a:hover {
+  color: #dcb27e;
+}
+
+pre {
+	white-space: pre-wrap; 
+	white-space: -moz-pre-wrap; 
+	white-space: -o-pre-wrap; 
+	background: #faf8f0; 
+	display: block; 
+	padding: 0.5em 1em; 
+	margin: 0.5em 1em; 
+	border: 1px solid #bebab0;
+	line-height: 133%;
+}

Added: esme/site/trunk/content/images/esme-logo/esme-powerd.gif
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/images/esme-logo/esme-powerd.gif?rev=1139767&view=auto
==============================================================================
Binary file - no diff available.

Propchange: esme/site/trunk/content/images/esme-logo/esme-powerd.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: esme/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/index.mdtext?rev=1139767&r1=1139766&r2=1139767&view=diff
==============================================================================
--- esme/site/trunk/content/index.mdtext (original)
+++ esme/site/trunk/content/index.mdtext Sun Jun 26 12:36:17 2011
@@ -1,31 +1,33 @@
-Title: ESME Home Page
-Notice:    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.
+Title: Welcome to Apache ESME 
 
-Welcome to the ESME staging website.
-
-Apache ESME (Enterprise Social Messaging Environment) is a secure and highly scalable microsharing and micromessaging platform that allows people to discover and meet one another and get controlled access to other sources of information, all in a business process context.   
+Welcome to Apache ESME (Enterprise Social Messaging Environment) is a secure and highly scalable microsharing and micromessaging platform that allows people to discover and meet one another and get controlled access to other sources of information, all in a business process context.   
 You can hardly turn a web page these days without seeing a story that describes how people are using social networks, whether it is Twitter, Facebook or some other service to develop and build their personal communities. In business, we increasingly see blogs and wikis demonstrating utility in problem solving and communications but the real time nature of business process problem solving largely remains untouched by social networking tools. Existing services, while attractive do not scale well and have proven unreliable. This is unacceptable to business which must be 'Always On' and able to support people in their daily working lives. Such applications must therefore be scalable and reliable but also provide a lot more.
 When solving problems, how good might it be if a user was able to tap into the collective knowledge of her peers or surrounding groups of people with whom she might naturally network in the workplace setting? How much quicker and with greater precision might she be able to solve daily problems? What if there was a communications mechanism that takes the best of what services like Twitter offers and co-mingled that with readily recognizable business processes? That solution is Apache ESME.
 
 The Apache ESME blog has more details about ESME as well as project news.  
 
-Some reference material to get started with:
+## How to get involved
+
+### Mailing lists
+The dev mailing list is where the action is, so make sure you subscribe 
+to the ESME developers mailing list by sending an 
+email to <code>dev-subscribe AT esme.apache.org</code> .
+
+We don't have a users mailing list at this time, we'll create it if traffic becomes too high on the dev list. User questions
+are welcome on the dev list for now.
+
+Mailing list archives are available at [mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/),
+[markmail.org](http://markmail.org/search/?q=list:org.apache.esme-*) and the other usual places.
+
+Additional mailing lists:
+
+ * <code>commits AT esme.apache.org</code> : commit messages
+ * <code>private AT esme.apache.org</code> : private list for ESME PPMC members
 
-- [CMS Reference](http://www.apache.org/dev/cmsref.html)
+### Issue tracker
+The ESME issue tracker is at [https://issues.apache.org/jira/browse/ESME](https://issues.apache.org/jira/browse/ESME). 
+You can report issues and submit patches there, and you're welcome to discuss those on the
+mailing list first, as needed.
 
-- [Django Templates](http://docs.djangoproject.com/en/1.1/ref/templates/builtins/)
+### Source code
+The ESME source code can be found at  [/esme/trunk/](http://svn.apache.org/repos/asf/esme/trunk/) . 

Added: esme/site/trunk/content/team.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/team.mdtext?rev=1139767&view=auto
==============================================================================
--- esme/site/trunk/content/team.mdtext (added)
+++ esme/site/trunk/content/team.mdtext Sun Jun 26 12:36:17 2011
@@ -0,0 +1,10 @@
+Title: Apache ESME project team
+
+The Stanbol team currently consists of (in alphabetical order):
+
+* Bertrand Delacretaz (bdelacretaz) (C-P and champion)
+ 
+ **C** indicates a commiter, **P** a PPMC member and **M** an incubation mentor. 
+ 
+ 
+ 
\ No newline at end of file