Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dovedit/dovedit
The official Dovedit website
https://github.com/dovedit/dovedit
astro open-source typescript
Last synced: 3 days ago
JSON representation
The official Dovedit website
- Host: GitHub
- URL: https://github.com/dovedit/dovedit
- Owner: dovedit
- License: other
- Created: 2024-12-07T16:04:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T15:17:15.000Z (2 months ago)
- Last Synced: 2024-12-15T15:21:36.108Z (2 months ago)
- Topics: astro, open-source, typescript
- Language: TypeScript
- Homepage: https://dovedit.ro
- Size: 1.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Dovedit
This is the source code of [Dovedit](https://dovedit.ro).
This code is licensed under [Functional Source License, Version 1.1, ALv2 Future License](LICENSE.md).You can follow our [Roadmap on GitHub Projects](https://github.com/orgs/dovedit/projects/2).
## Why is this in English?
Dovedit is a project that is made specifically for Romania. But
English is used for contributions, and the code is written in English.
This is done to make the code more accessible even to non-Romanian
people.## How does the license work?
The license of this code is licensed under [Functional Source License, Version 1.1, ALv2 Future License](LICENSE.md)
or FSL-1.1-ALv2. This is a license that works different from the traditional licenses.This is license is anti-competition, which allows to use this source code for:
* internal purposes;
* non-commercial education;
* non-commercial research;The license does not allow for use of the code for competitive purposes.
However, there is a condition. This license is transformed
into [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) after 2 years from the date
of each commit published. To see the latest commit of the source code with
Apache License activated, use the following command:```bash
git checkout `git rev-list -n 1 --before="2 years ago" main`
```This license was created to allow the free nature of the source code, and
at the same time to prevent clones that could generate a decentralization
of information. Doing otherwise would violate the vision of Dovedit.