Changes between Version 55 and Version 56 of WikiStart
- Timestamp:
- Mar 14, 2011, 8:47:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v55 v56 22 22 23 23 {{{ 24 #!div style="float:left; width:48%"24 #!div class="wikipage home-contents-block" 25 25 26 == Common Tasks==26 == The Project == 27 27 28 * [/register Register Now]: to be able to open tickets or add comments to tickets in this site, you are required to register and [/login login]. 28 === [wiki:Team The Team] === 29 Meet the team, passionate for editing. 29 30 30 * [wiki:Bugs Reporting Bugs]: bug reports are precious for software development. Let us know about every single issue you may find in CKEditor. 31 === [wiki:Plan Development Plan] === 32 What we're doing now and what's next. 31 33 32 * [wiki:Features Request Features]: come up with your needs and ideas to make CKEditor even more powerful. 34 === [http://groups.google.com/group/ckeditor-tickets Tickets Activity] === 35 Mailing list to watch the tickets activity of our dev site. 33 36 34 == Resources == 37 === [http://docs.cksource.com/ Documentation] === 38 The official web site with the full documentation. 35 39 36 * [http://groups.google.com/group/ckeditor-tickets Tickets Activity] : watch the tickets activity of our dev site. 40 === [http://cksource.com/forums/ Forums] === 41 Get (and give) support, socialize and exchange your ideas with our community. 37 42 38 * [http://docs.cksource.com/ Documentation] : the official web site with full documentation for our projects. 39 40 * [http://cksource.com/forums/ Forums] : get (and give) support, socialize and exchange your ideas with our community. 41 42 * [wiki:Contribute How To Contribute] : Guidelines on how to contribute to the CKEditor project. 43 44 * [wiki:TicketSpecs Ticket tips] : how to work and contribute in this site. 43 === [http://ckeditor.com/download Downloads] === 44 The public distribution releases of CKEditor, from it's official website. 45 45 46 46 }}} 47 47 48 48 {{{ 49 #!div style="float:right; width:48%"49 #!div class="wikipage home-contents-block" 50 50 51 == Co ding==51 == Contribute == 52 52 53 * [wiki:Important Important Considerations] : things you must have in mind before you start coding. 53 === [wiki:Contribute How To Contribute] === 54 Being a developer or not, step in and become part of it now! 54 55 55 * [wiki:SVN] : where to find the code to work with, what you will find there and how to work with it. 56 === [/register Register Now] === 57 Register at this site to open tickets or add comments on tickets. Then [/login login]. 56 58 57 * [http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/Browsers_Compatibility Compatibility] : the compatibility we must provide now, and what we want to provide in the future. 59 === [wiki:Bugs Reporting Issues] === 60 Let us know about every single issue you may find in CKEditor. 58 61 59 * [http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/Coding_Style Coding Style Guidelines] : the coding style standards to follow. 60 61 == Testing == 62 * [wiki:Testing] Overall CKEditor testing guidelines. 63 64 == Project Management == 65 66 * [wiki:TicketLifeCycle Ticket Life Cycle] : illustrates the tickets handling workflow. 62 === [wiki:TicketLifeCycle Ticket Life Cycle] === 63 Illustrates the tickets handling workflow. 67 64 68 65 }}} 69 66 70 67 {{{ 71 #!div style="clear:both" 68 #!div class="wikipage home-contents-block" 69 70 == Developer Guidelines == 71 72 === [wiki:Important Important Considerations] === 73 Things you must have in mind before you start coding. 74 75 === [wiki:SVN SVN] === 76 The place where the CKEditor development line happens. 77 78 === [http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/Browsers_Compatibility Compatibility] === 79 Full details about our compatibility approach. 80 81 === [http://docs.cksource.com/FCKeditor_3.x/Design_and_Architecture/Coding_Style Coding Style] === 82 Code quality: the style standards to follow. 83 84 === [wiki:Testing Testing] === 85 General CKEditor testing guidelines. 86 72 87 }}}