Wiki source code of XWikiTips
Version 4.1 by David De La Harpe Golden on 2018/07/28 19:07
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
3.1 | 1 | [[XWiki>>https://www.xwiki.org]] is a powerful Java-based programmable wiki system, more of a hybrid wiki/cms. To be honest, in an ideal world I'd rather have continued to custom-implement my site in Lisp, but I had to balance that against time available, and after evaluating several options I ended up going with XWiki for now. |
2 | |||
3 | Installation is straightforward on Debian, just following the relevant XWiki docs. The most involved part was setting up "short URLs" - losing the odd javatastic ##/xwiki/bin/view## url prefix - but again, no real issues there. | ||
4 | |||
![]() |
4.1 | 5 | |
6 | == Syntax Highlighting == | ||
7 | |||
8 | XWiki apparently uses Pygments (via Jython) for syntax-highlighting in the ##~{~{code}}## macro, so the available languages are those supported by Pygments: http://pygments.org/docs/lexers/ |