1 | | = Welcome to Trac 0.9.3 = |
| 1 | [[PageOutline]] |
| 2 | |
| 3 | = Welcome to the DANIS506 Project on Netlabs = |
| 4 | |
| 5 | This is the development and support home for DANIS506 Project. |
| 6 | |
| 7 | The project includes Danis506.ADD, DaniATAPI.FLT and supporting programs. |
| 8 | |
| 9 | This page is in v0.0.1 format. |
| 10 | Some of the links on this page do not yet go anywhere useful. |
| 11 | This will get better over time. |
| 12 | |
| 13 | The current Danis506.Add driver release is [milestone:"Release version 1.8.7" version 1.8.7]. |
| 14 | |
| 15 | The next Danis506.Add version release milestone is [milestone:"Release version 1.8.8"]. |
| 16 | |
| 17 | == Submitting Tickets == |
| 18 | |
| 19 | You must be logged into TRAC to create tickets. |
| 20 | Please login with your Netlabs login id. |
| 21 | |
| 22 | If you do not have a login id, you can request one at http://www.netlabs.org/en/site/member/member.xml. |
| 23 | |
| 24 | If you have troubles acquiring a Netlabs login id send an e-mail to |
| 25 | {{{ |
| 26 | #!html |
| 27 | <a class="mail-link" href="mailto:community@netlabs.org"><span class="icon"> </span>Netlabs Community Mailing List</a> |
| 28 | }}} |
| 29 | |
| 30 | '''Before entering a ticket, please read [source/ATA/trunk/docs/PROBLEM.TXT PROBLEM.TXT] |
| 31 | that came with your Danis506.Add distribution. |
| 32 | |
| 33 | Collect the data as instructed and attach it with the ticket. |
| 34 | |
| 35 | {{{ |
| 36 | #!comment |
| 37 | [TicketProcessingGuide DANIS506 Ticket Processing Guidelines].''' |
| 38 | }}} |
| 39 | === Milestones and Versions === |
| 40 | |
| 41 | When entering tickets, you will be asked to provide a version and a |
| 42 | milestone. |
| 43 | |
| 44 | The [http://trac.edgewall.org/wiki/TracTickets TRAC documentation] defines |
| 45 | these terms as |
| 46 | |
| 47 | * Version - Version of the project that this ticket pertains to. |
| 48 | * Milestone - When this issue should be resolved at the latest. |
| 49 | |
| 50 | For new tickets, the version will default to current Danis506.Add version (i.e. |
| 51 | 1.8.7). |
| 52 | If you are reporting for some other version, please override the default. |
| 53 | If you are opening the ticket for testcase release, please note the testcase |
| 54 | version in the ticket summmary. |
| 55 | |
| 56 | The milestone will default to the next scheduled Danis506.Add version release (i.e. |
| 57 | 1.8.8). |
| 58 | |
| 59 | Genernally, once a ticket is opened, the version should not be changed. If |
| 60 | the issue is not resolved, the milestone will be changed to reflect when the |
| 61 | ticket is expected to be resolved. |
| 62 | |
| 63 | = Users = |
| 64 | |
| 65 | You are at the right place if you are looking for support for Danis506.ADD or DaniATAPI.FLT. |
| 66 | |
| 67 | == Binaries == |
| 68 | |
| 69 | New releases and betas are uploaded to ftp://ftp.netlabs.org/incoming or ftp://ftp.netlabs.org/incoming/xata and will move to [ftp://ftp.netlabs.org/pub/xata]. |
| 70 | |
| 71 | The current release is usually available from [http://hobbes.nmsu.edu/h-search.php?key=fm2&pushbutton=Search hobbes] and elsewhere. |
| 72 | |
| 73 | New releases are announced at [http://wiki.netlabs.org/index.php/Netlabs_bi_weekly_newsletter Netlabs news] and elsewhere. |
| 74 | |
| 75 | == Mailing List == |
| 76 | |
| 77 | As you might have suspected, this is a Netlabs project. The project URL is [wiki:/ DANIS506] |
| 78 | |
| 79 | The support mailing list is at [mailto:xata-user@netlabs.org DANIS506 Mailing List] |
| 80 | |
| 81 | If you can't see the mailto link, you are not logged in. |
| 82 | |
| 83 | To subscribe to the mailing list send a message to [mailto:xata-user-subscribe@netlabs.org Subscribe to DANIS506 Mailing List]. |
| 84 | The subject and body can be empty. You will receive a response which you must reply to to complete the process. |
| 85 | |
| 86 | These lists are [http://www.ezmlm.org EzMLM] mailing lists. If you need help subscribing, see [http://wiki.netlabs.org/index.php/Mailinglists Netlabs Mailing Lists]. |
| 87 | |
| 88 | = Developers = |
| 89 | |
| 90 | == Getting the sources == |
| 91 | |
| 92 | In addition to [../browser browsing] the sources here, you can check out the |
| 93 | [/repos/xata sources] |
| 94 | with your favorite subversion client. |
| 95 | |
| 96 | Keep in mind that, unlike [http://www.nongnu.org/cvs/ cvs], tags and branches are |
| 97 | ordinary directories in subversion. |
| 98 | With the typical subversion respository layout, it is |
| 99 | rather easy to checkout more than you |
| 100 | probably intend to. To pull just the trunk version, use something like |
| 101 | |
| 102 | {{{ |
| 103 | mkdir danis506_workspace |
| 104 | cd danis506_workspace |
| 105 | svn checkout http://svn.netlabs.org/repos/xata/ATA/trunk trunk |
| 106 | }}} |
| 107 | |
| 108 | To update your workspace with the current repository content, use |
| 109 | |
| 110 | {{{ |
| 111 | cd dani506_workspace\trunk |
| 112 | svn update |
| 113 | }}} |
| 114 | |
| 115 | You can also uses the --depth=files option to control which files subversion will add |
| 116 | to your workspace. |
| 117 | |
| 118 | == Building == |
| 119 | |
| 120 | Those interested in building the DANIS506 drivers or submitting source code updates should see |
| 121 | |
| 122 | [source:ATA/trunk/BUILDING Building the DANIS506 Drivers][[BR]] |
| 123 | [CodingGuide DANIS506 Developers Coding Guide - coming soon][[BR]] |
| 124 | [wiki:DevelopersFAQ DANIS506 Developers FAQ - coming soon][[BR]] |
| 125 | |
| 126 | |
| 127 | == About DANIS506 == |
| 128 | |
| 129 | DANIS506.ADD and was originally written by |
| 130 | [mailto:dani@ngrt.de Daniela Engert]. |
| 131 | |
| 132 | She has kindly released the source code under the GNU LGPL license and |
| 133 | allowed us to take over maintenance and support. |
| 134 | |
| 135 | I'm sure she would appreciate a Thank You note for her generosity. |
| 136 | |
| 137 | = Credits = |
| 138 | |
| 139 | * Daniela Engert |
| 140 | |
| 141 | If we forgot anyone, please let us know. It was unintentional. |
| 142 | |
| 143 | ---- |
| 144 | ---- |
| 145 | |
| 146 | = Welcome to Trac 0.11 = |