Changes between Version 2 and Version 3 of ProjectTatoolPage
- Timestamp:
- 10/04/17 20:15:29 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectTatoolPage
v2 v3 22 22 **Community** 23 23 24 Tatool support the scientific community with an open-source 25 24 26 **Leadership** 27 28 Claudia von Bastian (scientist), Andre Locher (developer) 25 29 26 30 **Forking** 27 31 32 You can create your own fork of the central repository. First go to github, create an account and make a fork of the tatool repository. You can change your fork in any way you choose without it affecting the central project. You can also share your fork with others, including the central project. 33 28 34 **Communication** 35 36 TBD 29 37 30 38 **Roadmaps** 31 39 40 TBD 41 32 42 **Releases** 43 44 1. von Bastian, C. C., Locher, A., & Ruflin, M. (2013). Tatool: A Java-Based Open-Source Programming Framework for Psychological Studies. Behavior Research Methods, 45(1), 108-115. doi: 10.3758/s13428-012-0224-y 33 45 34 46 **Repositories** 35 47 48 The use of git allows people to contribute changes that can easily be incorporated back into the project, while maintaining order and consistency in the code. All changes should be tracked and reversible. 49 36 50 **Packaging** 51 52 TBD 37 53 38 54 **Upstream/downstream** 39 55 56 Only a couple of people have direct write-access to the tatool repository, but you can get your changes included in upstream by pushing your changes back to your github fork and then submitting a pull request. 57 40 58 **Version Control** 59 60 The last version was on September 17, 2016. 41 61 42 62 **Trackers** 43 63 64 You can track the changes on the folowing link: https://github.com/tatool/tatool-web/releases 65 44 66 **Project Evaluation** 67 68 From the begining tatool is continually updated each year, containing new features and bug fixes. 45 69 46 70 … … 50 74 **Github:** 51 75 76 [1] https://github.com/tatool/tatool-web 77 52 78 **Openhub:** 53 79 80 TBD 81 54 82 **Source Forge:** 83 84 TBD 55 85 56 86 == **Evaluation** == … … 62 92 **Language** 63 93 94 HTML5, CSS, JavaScript and node.js 95 64 96 **Activity** 97 98 Active 65 99 66 100 **Number of contributors** 67 101 102 TBD 103 68 104 **Size** 105 106 For different versions see the size on this page: https://github.com/tatool/tatool-web/releases 69 107 70 108 **Issue tracker** 71 109 110 It has forum on which you can ask your question: http://www.tatool.ch/forum/index.php 111 72 112 **New contributor** 113 114 If you like Tatool and want to support its cause, there are multiple options to do so: 1.Code-Sharing; 2.Donations; 73 115 74 116 **Community norms** 75 117 118 You can create a fork of the central tatool repository. You can also create a local clone of that fork: for small changes(make the changes directly in the master branch, push back to your fork, submit a pull request to the central repository) and for substantial changes (create a branch, when finished run unit tests, when the unit tests pass merge changes back into the master branch, submit a pull request to the central repository). 119 76 120 **User base** 121 122 It has its own strong user base.