Sidehistorik
...
- Test xwiki.cfg - xwiki.store.versioning=0 to prevent page versions for tagging etc
- Set created date/time on Blogposts (not only publised date) - SQL Seems to be the way
- Set created date/time on pages (less important) - SQL Seems to be the way
- Improve logging from convert.py a bit
- Limit access to User Index (a personal need)
Install XWiki as a Docker solution
...
Go to the Web-interface and do the installation to end after startup.
Remove Extensions
- Tour App - Not needed and gives anonymous users info not needed
Install Extensions
This can vary a bit - but for my migration scripts, these may be needed as they do substitute several Confluence Macro's:
- Blog Application
- Attachments Macro
- Video Macro
- Diagram Application
- PDF Viewer Macro
- Youtube Macro
Migrate
| Tip |
|---|
If You use Gliffy in Confluence, install Draw.io on Confluence as trial and migrate all Gliffy drawings to Draw.io - As the Gliffy macro etc is not supported at all in XWiki. |
...
| Kodeblok |
|---|
#xwikimaincontainer { width: 1400px !important;}
body {
background: url("https://www.mos-eisley.dk/download/attachments/4161541/blue-square.png") no-repeat center center fixed;
background-sizerepeat: coverrepeat;
}
body {
background: url("https://www.mos-eisley.dk/download/attachments/4161541/blue-square.png");
background-repeat: repeat;
background-size: contain;
} |
Other
Disable Registration in the Amin UI (If You want to)