https://github.com/openjdk/cr
https://openjdk.org/projects/skara
https://github.com/openjdk/cr
Last synced: 12 months ago
JSON representation
https://openjdk.org/projects/skara
- Host: GitHub
- URL: https://github.com/openjdk/cr
- Owner: openjdk
- License: gpl-2.0
- Created: 2019-06-24T12:44:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T18:11:47.000Z (about 5 years ago)
- Last Synced: 2025-06-17T14:05:14.271Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 67.4 KB
- Stars: 7
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# cr
`cr` is a small [single-page application](https://en.wikipedia.org/wiki/Single-page_application) for
rendering "change requests" (also known as "webrevs"). `cr` can render patch
data stored as JSON to display a change in various ways, for example as a
"cdiff", "udiff" and "sdiff".
The data used by `cr` is stored in the [webrevs](https://git.openjdk.java.net/webrevs) repository.
## Developing
For making changes to `cr`, just clone this repository, edit `webrev.js` and
then serve `index.html` locally (for example using `python -m http.server`).
## Wiki
`cr` uses project Skara's wiki which is available at .
## Issues
Issues are tracked in the [JDK Bug System](https://bugs.openjdk.java.net/)
under project Skara at .
## Contributing
We are more than happy to accept contributions to `cr`, both via
patches sent to the Skara
[mailing list](https://mail.openjdk.java.net/mailman/listinfo/skara-dev) and in the
form of pull requests on [GitHub](https://github.com/openjdk/cr/pulls/).
## Members
See for the current Skara
[Reviewers](https://openjdk.java.net/bylaws#reviewer),
[Committers](https://openjdk.java.net/bylaws#committer) and
[Authors](https://openjdk.java.net/bylaws#author). See
for how to become an author, committer
or reviewer in an OpenJDK project.
## Discuss
Development discussions take place on the project Skara mailing list
`skara-dev@openjdk.java.net`, see
for instructions
on how to subscribe of if you want to read the archives. You can also reach
many project Skara developers in the `#openjdk` IRC channel on
[OFTC](https://www.oftc.net/), see for details.
## License
See the file `LICENSE` for details.