Skip to content

Commit 1d9091c

Browse files
committed
Updated readme; Added license, security and code of conduct files
1 parent 3e6ee6f commit 1d9091c

File tree

4 files changed

+102
-21
lines changed

4 files changed

+102
-21
lines changed

CODE_OF_CONDUCT.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Code of Conduct
2+
3+
The goal is to create a community that is open and welcoming to all individuals.
4+
To achieve this, we have developed a code of conduct that outlines the expectations for behavior of all members of our community.
5+
6+
## Pledge
7+
8+
This community is founded on respect and understanding.
9+
All members are expected to treat others with respect and empathy, and to not tolerate any form of discrimination,
10+
harassment, or attacks.
11+
12+
## Expectations
13+
14+
Examples of behavior that contributes to creating a positive environment include:
15+
16+
- Using welcoming and inclusive language
17+
- Being respectful of differing viewpoints and experiences
18+
- Gracefully accepting constructive criticism
19+
- Focusing on what is best for the community
20+
- Showing empathy towards other community members
21+
22+
Examples of unacceptable behavior by participants include:
23+
24+
- The use of sexualized language or imagery and sexual attention or advances
25+
- Trolling, insulting/derogatory comments, and personal or political attacks
26+
- Public or private harassment
27+
- Publishing others' private information, such as a physical or electronic address, without explicit permission
28+
- Other conduct which could reasonably be considered inappropriate in a professional setting
29+
30+
## Responsibilities
31+
32+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate
33+
and fair corrective action in response to any instances of unacceptable behavior.
34+
35+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits,
36+
issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily
37+
or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
38+
39+
## Contact
40+
41+
If you feel uncomfortable or believe that someone has violated the code of conduct, please contact us at [[email protected]](mailto:[email protected]).
42+
We will thoroughly investigate the incident and aim for the best possible outcome.

LICENSE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
The MIT License (MIT)
2+
=====================
3+
4+
Copyright © `2024` `Gregor Vostrak & Constantin Graf`
5+
6+
Permission is hereby granted, free of charge, to any person
7+
obtaining a copy of this software and associated documentation
8+
files (the “Software”), to deal in the Software without
9+
restriction, including without limitation the rights to use,
10+
copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the
12+
Software is furnished to do so, subject to the following
13+
conditions:
14+
15+
The above copyright notice and this permission notice shall be
16+
included in all copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
19+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25+
OTHER DEALINGS IN THE SOFTWARE.
26+

README.md

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,49 @@
1-
# solidtime Documentation
1+
# solidtime | Documentation
22

3-
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
3+
solidtime is a modern open-source time tracking application for freelancers and agencies.
44

5-
### Installation
5+
This repository contains the documentation for solidtime.
6+
The documentation is built using [Docusaurus](https://docusaurus.io/).
67

7-
```
8-
$ yarn
8+
## Installation
9+
10+
First, clone the repository:
11+
12+
```bash
13+
git clone [email protected]:solidtime-io/docs.git
914
```
1015

11-
### Local Development
16+
Then, install the dependencies:
1217

18+
```bash
19+
npm install
1320
```
14-
$ yarn start
21+
### Local Development
22+
23+
```bash
24+
npm run start
1525
```
1626

1727
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
28+
Some features, like search and the API page, won't work in the local development environment. If you want to test this, you need to build the documentation and serve from the `build` directory.
1829

1930
### Build
2031

21-
```
22-
$ yarn build
32+
```bash
33+
npm run build
2334
```
2435

25-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
36+
This command generates static content into the build directory.
37+
You can test the build by running a local HTTP server:
2638

27-
### Deployment
28-
29-
Using SSH:
30-
31-
```
32-
$ USE_SSH=true yarn deploy
39+
```bash
40+
npm run serve
3341
```
3442

35-
Not using SSH:
43+
## Contributing
3644

37-
```
38-
$ GIT_USER=<Your GitHub username> yarn deploy
39-
```
45+
Contributions to the documentation are welcome.
46+
47+
## License
4048

41-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
49+
The documentation is licensed under the MIT License. See [LICENSE](LICENSE.md) for more information.

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
If you discover a security vulnerability regarding this project, please e-mail me to [[email protected]](mailto:[email protected])!

0 commit comments

Comments
 (0)