Commit 7423102b by Gabriel Falcão

documentation:getting involved

parent 9f4f8c61
...@@ -168,5 +168,5 @@ div#contents ul ul li { margin-top: 0.3em} ...@@ -168,5 +168,5 @@ div#contents ul ul li { margin-top: 0.3em}
} }
.footer a { .footer a {
color: #94da3a; color: #333;
} }
\ No newline at end of file
...@@ -2,20 +2,41 @@ ...@@ -2,20 +2,41 @@
#index div.section dt { font-weight: normal; } #index div.section dt { font-weight: normal; }
#index #s-nutshell { float: right; width: 35em; background: #E5F8AA; padding: 1em; margin: 2em 0 2em 2em; #index #s-nutshell, #index #s-getting-involved {
border-radius:3px 3px; background:none repeat scroll 0 0 #F0F7F0;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.3); margin: 2em 0 2em 2em;
-moz-border-radius:3px 3px;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3); border-radius:6px 6px;
-webkit-border-radius:3px; -webkit-border-radius:6px;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3); -moz-border-radius:6px 6px;
overflow:visible;
background:none repeat scroll 0 0 #F0F7F0; box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
float:right; -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
margin:2em 0 2em 2em; -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
padding:1em;
overflow:visible;
float:right;
clear:both;
margin:2em 0 2em 2em;
padding:1em;
width: 400px;
}
#index #s-nutshell, #index #s-getting-involved a {color: #386848}
#index #s-nutshell, #index #s-getting-involved h1 {color: #333}
#index #s-nutshell, #index #s-getting-involved h2 { margin: 0; }
#index #s-nutshell, #index #s-getting-involved strong { font-size: 20px;}
#index #s-getting-involved {
padding: 2em 0 2em 6em;
background:#FFFFD0;
width: 356px;
}
#index #s-getting-involved h1 {
font-weight: bold;
margin: 0;
}
#index #s-getting-involved a {
font-weight: bold;
font-size: 14px;
color: #666630;
} }
#index #s-nutshell a {color: #386848}
#index #s-nutshell h1 {color: #333}
#index #s-nutshell h2 { margin: 0; }
#index #s-nutshell strong { font-size: 20px;}
...@@ -55,6 +55,30 @@ nutshell ...@@ -55,6 +55,30 @@ nutshell
user@machine:~/Projects/my-project$ lettuce features/ user@machine:~/Projects/my-project$ lettuce features/
getting involved !
==================
**github project page**
Fork it, propose features, explore the code
`github.com/gabrielfalcao/lettuce <http://github.com/gabrielfalcao/lettuce>`_.
**feedback**
`issue tracker <http://github.com/gabrielfalcao/lettuce/issues>`_.
**discuss**
* `lettuce users mailing list <http://groups.google.com/group/lettuce-users>`_.
* `lettuce development mailing list <http://groups.google.com/group/lettuce-developers>`_.
**donate**
`support lettuce development <http://pledgie.com/campaigns/10604>`_
hands on! hands on!
========= =========
...@@ -69,6 +93,7 @@ introduction ...@@ -69,6 +93,7 @@ introduction
* :ref:`overview <intro-overview>` * :ref:`overview <intro-overview>`
* :ref:`installation <intro-install>` * :ref:`installation <intro-install>`
* :ref:`installation <intro-install>`
what the feature ?! what the feature ?!
------------------- -------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment