Unless I'm missing something the current wiki lacks the ability to highlight source code.
If possible, could http://www.mediawiki.org/wiki/Extension ... ight_GeSHi be installed?
Source highlighting
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Source highlighting
Yes, we should install that extension. It has support for every OSDev language we cover, I think.
EDIT: wait, we need chase to upgrade MediaWiki, preferably to 1.14 (needs 1.10!)
EDIT: wait, we need chase to upgrade MediaWiki, preferably to 1.14 (needs 1.10!)
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
Re: Source highlighting
Installed it and updated the docs about what versions of software we are using
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Source highlighting
CHASE LIVES!!!
Thanks for the install, chase! I'll take the liberties of starting to convert snippets to use source tags.
IMPORTANT EDIT: lang="asm" is Intel syntax asm, not GAS! As far as I can tell, there is no AT&T syntax assembly language highlighting in this extension!
EDIT2: No linker script highlighting either
Thanks for the install, chase! I'll take the liberties of starting to convert snippets to use source tags.
IMPORTANT EDIT: lang="asm" is Intel syntax asm, not GAS! As far as I can tell, there is no AT&T syntax assembly language highlighting in this extension!
EDIT2: No linker script highlighting either
Re: Source highlighting
Awesome chase, you the man.