https://github.com/kitwaremedical/moab
Fork to maintain topics specific to @KitwareMedical projects like Slicer Custom Application or Extension that will eventually be contributed back
https://github.com/kitwaremedical/moab
kitware-fork
Last synced: 4 months ago
JSON representation
Fork to maintain topics specific to @KitwareMedical projects like Slicer Custom Application or Extension that will eventually be contributed back
- Host: GitHub
- URL: https://github.com/kitwaremedical/moab
- Owner: KitwareMedical
- License: other
- Created: 2022-04-01T20:55:37.000Z (about 4 years ago)
- Default Branch: welcome
- Last Pushed: 2022-04-01T22:20:38.000Z (about 4 years ago)
- Last Synced: 2025-09-02T04:26:29.670Z (10 months ago)
- Topics: kitware-fork
- Homepage: https://github.com/KitwareMedical/SlicerCustomAppTemplate
- Size: 16.7 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
What is this project ?
----------------------
This project is **NOT** the official MOAB repository.
It is a mirror of MOAB sources hosted at https://bitbucket.org/fathomteam/moab.
It is used as staging area to maintain topics specific to Kitware projects like [Slicer Custom Application](https://github.com/KitwareMedical/SlicerCustomAppTemplate#readme) or Extension that will eventually be contributed back to the official repository.
What is the branch naming convention ?
--------------------------------------
Each branch is named following the pattern `kitware-custom-app-X.Y.Z-YYYY-MM-DD-SHA{N}`
where:
* `kitware-custom-app` is the name of the custom application or extension. Two cases:
* can be publicly disclosed: replace with the name of the application or extension (e.g `cell-locator`)
* can **NOT** be publicly disclosed: use the literal prefix `kitware-custom-app` or `k12345-custom-app` where `12345` is the internal Kitware ID)
* `X.Y.Z` is the version of MOAB
* `YYYY-MM-DD` is the date of the last official commit associated with the branch.
* `SHA{N}` are the first N characters of the last official commit associated with the branch.