Skip to content

Commit dea4b86

Browse files
committed
Docs updated.
1 parent c13bc60 commit dea4b86

File tree

2 files changed

+35
-14
lines changed

2 files changed

+35
-14
lines changed

CONTRIBUTING

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
django-sitetree contributing
2+
============================
3+
4+
5+
6+
Submit issues
7+
-------------
8+
9+
If you spotted something weird in application behavior or want to propose a feature
10+
you can do that at https://github.com/idlesign/django-sitetree/issues
11+
12+
13+
Write code
14+
----------
15+
16+
If you are eager to participate in application development, fork it at https://github.com/idlesign/django-sitetree,
17+
write your code, whether it should be a bugfix or a feature implementation, and make a pull request right
18+
from the forked project page.
19+
20+
Translate
21+
---------
22+
23+
If want to translate the application into your native language use Transifex:
24+
https://www.transifex.net/projects/p/django-sitetree/.
25+
26+
27+
Spread the word
28+
---------------
29+
30+
If you have some tips and tricks or any other words that you think might be of interest for the others — publish it
31+
wherever you find convenient.

docs/source/index.rst

+4-14
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ After setting up site structure as a sitetree you should be able to use convenie
2525

2626
User access to certain sitetree items can be restricted to authenticated users or more accurately with the help of Django permissions system (Auth contrib package).
2727

28+
Sitetree also allows you to define dynamic trees in your code instead of Admin interface. And even more: you can combine those two types of trees in more sophisticated ways.
29+
2830

2931
Requirements
3032
------------
@@ -57,19 +59,7 @@ Table of Contents
5759
thirdparty
5860

5961

60-
Get involved into django-sitetree
61-
---------------------------------
62-
63-
**Submit issues.** If you spotted something weird in application behavior or want to propose a feature you can do that at https://github.com/idlesign/django-sitetree/issues
64-
65-
**Write code.** If you are eager to participate in application development, fork it at https://github.com/idlesign/django-sitetree, write your code, whether it should be a bugfix or a feature implementation, and make a pull request right from the forked project page.
66-
67-
**Translate.** If want to translate the application into your native language use Transifex: https://www.transifex.net/projects/p/django-sitetree/.
68-
69-
**Spread the word.** If you have some tips and tricks or any other words in mind that you think might be of interest for the others — publish it.
70-
71-
72-
Also
73-
----
62+
See also
63+
--------
7464

7565
If the application is not what you want for site navigation, you might be interested in considering the other choices — http://djangopackages.com/grids/g/navigation/

0 commit comments

Comments
 (0)