Преглед на файлове

Merge pull request #3 from richbreton/master

adding the bones for contributing and getting started
Rich Breton преди 10 години
родител
ревизия
0c261f5216

+ 37 - 4
source/contributing.rst

@@ -1,12 +1,45 @@
 **********
-Developers
+Contributing
 **********
 
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. His singulis copiose responderi solet, sed quae perspicua sunt longa esse 
+There are many ways to help the FusionPBX project.
+
+What We Need:
+----------------
+
+1. Developers
+2. Technical Writers
+3. Translators
+4. Quality Assurance Testers
+
+.. note::
+
+  If you are planning to contribute to any of our github repos we require that you sign the FusionPBX Contributor License Agreement.
+  This mainly protects FusionPBX and our users **read: you** from code that could be inserted that might pose a legal problem.
+  It does this by verifying that the code you are contributing is yours to give and the you give it freely and irrevocably to the project. 
+
+How to Get Started
+---------------------
+
+1. If you have a good handle on PHP, Lua or SQL Development Might be the thing for you head over to the Development Manual
+2. Are you a FusionPBX power user and do you possible love to write? Check out the Documentation Guide or the Testing Guide
+3. Would you like to see FreePBX in your native language and have the time to commit to staying on top of translations for releases?
+   Check out the translation section to learn how to use our translation server.
+
+  .. note::
+
+  Contributing Code or Documentation requires knowledge of Git, Github and how to create pull requests on Github.
+  This is not as bad as it sounds and if you are willing to learn we will help you through it. 
+
+
 
 .. toctree::
   :maxdepth: 3
   :glob:
 
-  developers/coding-standards
-  developers/directory-structure  
+  contributing/contributing-code
+  contributing/contributing-documentation
+  contributing/contributing-translations
+  contributing/qa-testing
+  #contributing/coding-standards
+  #contributing/directory-structure  

+ 0 - 0
source/contributing/contributing-code.rst


+ 0 - 0
source/contributing/contributing-documentation.rst


+ 0 - 0
source/contributing/contributing-translations.rst


+ 0 - 0
source/contributing/qa-testing.rst


+ 21 - 0
source/getting-started.rst

@@ -0,0 +1,21 @@
+***************
+Getting Started
+***************
+
+So.. You want to install FusionPBX, well your in good hands.
+Just follow the menu to the left and you will have a working PBX in no time.
+
+.. note::
+
+  There are many ways to install FusionPBX depending on how you want to architect your solution.
+  What is presented here represents the quickest, easiest, best supported way to a FusionPBX system.
+  For advanced topics please attend a class or join us on IRC
+
+
+.. toctree::
+  :maxdepth: 3
+  :glob:
+
+  getting-started/pre-installation
+  getting-started/installation-recommended
+  getting-started/post-installation

+ 0 - 0
source/getting-started/installation-recommended.rst


+ 0 - 0
source/getting-started/post-installation.rst


+ 0 - 0
source/getting-started/pre-installation.rst