Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lettuce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
lettuce
Commits
7423102b
Commit
7423102b
authored
May 10, 2010
by
Gabriel Falcão
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documentation:getting involved
parent
9f4f8c61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
17 deletions
+64
-17
docs/_static/djangodocs.css
+2
-1
docs/_static/homepage.css
+37
-16
docs/index.rst
+25
-0
No files found.
docs/_static/djangodocs.css
View file @
7423102b
...
...
@@ -168,5 +168,5 @@ div#contents ul ul li { margin-top: 0.3em}
}
.footer
a
{
color
:
#
94da3a
;
color
:
#
333
;
}
\ No newline at end of file
docs/_static/homepage.css
View file @
7423102b
...
...
@@ -2,20 +2,41 @@
#index
div
.section
dt
{
font-weight
:
normal
;
}
#index
#s-nutshell
{
float
:
right
;
width
:
35em
;
background
:
#E5F8AA
;
padding
:
1em
;
margin
:
2em
0
2em
2em
;
border-radius
:
3px
3px
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.3
);
-moz-border-radius
:
3px
3px
;
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-border-radius
:
3px
;
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.3
);
overflow
:
visible
;
background
:
none
repeat
scroll
0
0
#F0F7F0
;
float
:
right
;
margin
:
2em
0
2em
2em
;
padding
:
1em
;
#index
#s-nutshell
,
#index
#s-getting-involved
{
background
:
none
repeat
scroll
0
0
#F0F7F0
;
margin
:
2em
0
2em
2em
;
border-radius
:
6px
6px
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
6px
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.6
);
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.6
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.6
);
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
;}
docs/index.rst
View file @
7423102b
...
...
@@ -55,6 +55,30 @@ nutshell
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!
=========
...
...
@@ -69,6 +93,7 @@ introduction
* :ref:`overview <intro-overview>`
* :ref:`installation <intro-install>`
* :ref:`installation <intro-install>`
what the feature ?!
-------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment