i18n-tasks-csv¶ ↑
Description¶ ↑
This is a packaged gem version of the CSV import/export tasks on the i18n-tasks Wiki.
Contributing¶ ↑
I value any contribution to i18n-tasks-csv you can provide: a bug report, a feature request, or code contributions.
Dependencies¶ ↑
i18n-tasks-csv uses Ryan Davis’s Hoe to manage the release process, and it adds a number of rake tasks. To assist with the installation of the development dependencies for i18n-tasks-csv, I have provided the simplest possible Gemfile pointing to the (generated) i18n-tasks-csv.gemspec
file. This will permit you to do:
$ bundle install
to get the development dependencies.
Workflow¶ ↑
Here's the most direct way to get your work merged into the project:
-
Fork the project.
-
Clone down your fork (
git clone git://github.com/<username>/i18n-tasks-csv.git
). -
Create a topic branch to contain your change (
git checkout -b my_awesome_feature
). -
Hack away, add tests. Not necessarily in that order.
-
Make sure everything still passes by running
rake
. -
If necessary, rebase your commits into logical chunks, without errors.
-
Push the branch up (
git push origin my_awesome_feature
). -
Create a pull request against halostatue/i18n-tasks-csv and describe what your change does and the why you think it should be merged.
Contributors¶ ↑
-
Austin Ziegler created i18n-tasks-csv based on work by Kai Schlicting.
-
Kai Schlicting created the tasks originally presented in the i18n-tasks Wiki.
Licence¶ ↑
This software is available under an MIT-style licence.
-
Copyright 2014–2015 Kai Schlicting
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
The names of its contributors may not be used to endorse or promote products derived from this software without specific prior written permission.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.