From ada44e5acb0771c586544b01eceb193a6b82e357 Mon Sep 17 00:00:00 2001 From: Jure Triglav <juretriglav@gmail.com> Date: Sat, 25 Jul 2020 04:56:45 +0200 Subject: [PATCH] docs: new name is Kotahi! --- CONTRIBUTING.md | 8 ++++---- README.md | 4 ++-- package.json | 6 +++--- webpack/plugins.js | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2be730f05..637cf1c84c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ # CONTRIBUTING -SimpleJ is a manuscript submission system, based on the discontinued [xpub-collabra](https://gitlab.coko.foundation/xpub/xpub) project. +Kotahi is a manuscript submission system, based on the discontinued [xpub-collabra](https://gitlab.coko.foundation/xpub/xpub) project. It is currently under development by the [Coko Foundation](https://coko.foundation/) and is being built with [PubSweet](https://gitlab.coko.foundation/pubsweet/pubsweet). We welcome people of all kinds to join the community and contribute with knowledge, skills, expertise. Everyone is welcome in our chat room (https://mattermost.coko.foundation/coko/channels/town-square). -In order to contribute to SimpleJ, you're expected to follow a few sensible guidelines. +In order to contribute to Kotahi, you're expected to follow a few sensible guidelines. ## Discuss your contribution before you build @@ -13,7 +13,7 @@ For contributions made as discussions and suggestions, you can at any time open ## Branches -We maintain master as the production branch and tag it with release names. If you wish to contribute to SimpleJ then you need to make a branch and then issue a pull request following this procedure: +We maintain master as the production branch and tag it with release names. If you wish to contribute to Kotahi then you need to make a branch and then issue a pull request following this procedure: Create a user account on Coko's GitLab: http://gitlab.coko.foundation Clone master with `git clone git@gitlab.coko.foundation:simplej/simplej.git` Create a new branch and work off of that. Please name the branch which sensibly identifies the feature you are working on. You can push the branch to GitLab at anytime. @@ -39,6 +39,6 @@ We use conventional commits and verify that commit messages match the pattern, y ## Bug reports, feature requests, support questions This is all done through GitLab using their native issue tracker -Visit the master issue tracker for SimpleJ (https://gitlab.coko.foundation/simplej/simplej/issues) +Visit the master issue tracker for Kotahi (https://gitlab.coko.foundation/simplej/simplej/issues) Tag the issue with 'support', 'bug', or 'feature' to identify the nature of your issue diff --git a/README.md b/README.md index 4a30fa5374..dbe3c2d4ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# SimpleJ -SimpleJ is a manuscript submission system, based on the discontinued [xpub-collabra](https://gitlab.coko.foundation/xpub/xpub) project. +# Kotahi +Kotahi is a manuscript submission system, based on the discontinued [xpub-collabra](https://gitlab.coko.foundation/xpub/xpub) project. It is currently under development by the [Coko Foundation](https://coko.foundation/) and is being built with [Pubsweet](https://gitlab.coko.foundation/pubsweet/pubsweet). ## Installation diff --git a/package.json b/package.json index e398f0d580..09e45ace09 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "SimpleJ", - "version": "1.0.0", + "name": "Kotahi", + "version": "1.0.0-alpha", "private": true, - "description": "SimpleJ - open journals", + "description": "Kotahi - open journals", "license": "MIT", "engines": { "node": ">=9", diff --git a/webpack/plugins.js b/webpack/plugins.js index 9eac16ed92..9a2c296752 100644 --- a/webpack/plugins.js +++ b/webpack/plugins.js @@ -18,7 +18,7 @@ module.exports = (opts = {}) => { if (opts.html) { plugins.push( new HtmlWebpackPlugin({ - title: 'SimpleJ - open journals', + title: 'Kotahi - open journals', template: '../app/index.ejs', // Load a custom template }), ) -- GitLab