... | ... | @@ -283,6 +283,11 @@ No direct equivalent in gitlab, but one should be able to compute many kind of c |
|
|
|
|
|
A wiki may be associated with each project in gitlab. The markup language is slightly different from mediawiki, though. When planning the migration of a wiki, you also need to handle attached files (images, etc.).
|
|
|
|
|
|
Forge project admins can open a support ticket asking for the following:
|
|
|
* get a tgz with a full dump of a wiki (pages and attached files), including history
|
|
|
* get a tgz with a full dump of a wiki (pages and attached files), without history (it's a dump of the current state of the wiki)
|
|
|
* we have a tool for converting a full forge wiki to a GFM (github flavored markdown) / GLFM (gitlab flavored markdown, the format for gitlab wikis) wiki, including file attachements. The history is lost, only the current state of the forge wiki is converted. This tool is not 100% perfect, there are various corner cases which may be imperfectly handled, especially with links (to internal pages, attached files) or embedded images, and also rare minor text formatting glitches. Some links may need to be fixed manually, but in any case, all attached files are included in the converted wiki. A manual check pass is needed on the converted wiki. We can provide you a tgz of the converted wiki, that you can then directly put in a gitlab wiki git repository.
|
|
|
|
|
|
# Forge Project Hierarchy
|
|
|
|
|
|
Gitlab groups are the alternative to Forge projects hierarchy, and they are actually more powerful and easy to use.
|
... | ... | |