WIKI replacement solution for SharePoint?
        Posted  
        
            by Jakub
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jakub
        
        
        
        Published on 2010-01-08T14:58:22Z
        Indexed on 
            2010/04/03
            3:23 UTC
        
        
        Read the original article
        Hit count: 432
        
I'm trying to research a replacement for the pathetic WIKI that comes with WSS (only wiki code it has is to create url links).
I have looked at a few but most 'replacements' I see are MOSS only? (or so it just states MOSS for requirements).
Has anyone faced this situation? What did you end up using? I would like something that I can have all in one location (not different apps, hence WSS). With LDAP / AD Integration like WSS.
Thanks appreciate any input. I would like to see ~ $3k solutions tho (nothing super expensive, hence why we don't run MOSS).
EDIT:
Anyone else have any suggestions?
EDIT2:
Actually since I haven't had much feedback (thanks to those that have).  I installed mediawiki under IIS with PHP enabled, and enabled the IIS AD hack for authentication.  IIS ends up prompting for authentication (user/pass) if you use a non IE browser, then it sets the $_SERVER["REMOTE_USER"] variable, and grabs some AD info (groups etc).  Works rather well, only issues is the UGLY urls so far. But its fully working.  Seems like a good setup. Other than having to rely on MYSQL (my company strives to be mainly SQL Server)
© Stack Overflow or respective owner