wiki

Building a Wikipedia on ASP.NET(learning exercise). How to clean untrusted data, but keep formatting?

I want to give end users the ability to save HTML to my backend store. Since this feature could easily cause SQL Injection, and loads of other issues, does anyone know of a server side library that will clean the input so only the "safe" parts of HTML can be used? Some things I'd like to avoid: Object Tag use JavaScript use Windows ...

Wiki software based out of Google App Engine?

Is anyone aware of open source wiki based out of google app engine? ...

How to add items to a wiki page library in Sharepoint via Web Services?

Well, the title says it all, There is not information around about this, the only link I found related to this problem, is: http://sites.google.com/site/sharepointwikiuploader/ and it doesn't really helps. Any clue? Thanks in advance. ...

How to categorize and/or use keywords in Sharepoint Foundation 2010 wikis?

Hi, We just installed Sharepoint Foundation 2010 and we're preparing to set it up for our knowledge management project. I'm reading a lot over the Web and there seems to be options to categorize Wiki pages in Sharepoint, with the use of keywords and/or something called a "Term Store". The problem is I can't find any of this in our ins...

What Java based technologies have survived the test of time?

There are many Java based technologies. What Java based technologies have survived the test of time? What technologies have you used for a considerable period of time and still use regularly. What technologies have helped, rather than hindered you on a day to day basis. Please don't response with items that you may have used for a shor...

ScrewTurn Wiki and GPLv2 license

I'd like to use the ScrewTurn Wiki in our company for an intern documentation system. I'm litle bit confused about the licencing. ScrewTurn Wiki is released under GPL license, which is an open source licence, but they have also a comercial Internal Usage License. So should I buy the licence or can I use the open source license in my ...

Content Management System for Documentation of a Research Project

I am working on documentation of a Research Project at my college. I am searching for a media wiki style content management system with good user privilege features so that the sections of wiki accessible to the wiki user will map to their privilege level. Users who donot have an account will not be able to access the documentation. I am...

SharePoint Wiki Page - Hide Columns From Appearing on Wiki Page

I created a new SharePoint wiki library and I added additional columns to the wiki library to use as metadata to organize the pages into different views. The issue is now when I create a new wiki page, the added columns appear on the bottom of the page. Anyone know how to hide these columns from appearing on the wiki pages? Thanks ...

SharePoint 2010 Wiki page columns

I created a wiki page library in sharepoint 2010 and i added several columns to the library. Is there any way to get these columns to show up on each wiki page as they did in SharePoint 2007 ...

How to hide some text on TRAC wiki-page from anonymous user?

I have public TRAC installation, but i don't wont to show some links on wiki-pages (exceptionaly on the main) for non-logged(anonymous) uses. Can i hide some text for non-logged users, using WikiFormatting tricks ? ...

Jquery .val() browser differences.

The Statement With jquery if you have a button element defined as follows: <button value="123">456</button> Browsers will give you different values if you use either .attr('value'); or .val(); The reason? A <button> element is simply <input type="button"> in a shorthand. The way you would set the value of <input type="button"> is ...

Best Project Management tools, source control, builder and wiki.

Howdy there. I'm putting together a new software team and I'm looking at different tools that overcome previous nightmares I've had with other teams. Over the last 5-6 years these are some transitions I've gone thru: SourceControl: CVS => VSS => SVN Project Management, Bug and Issue Tracking: Paper => PostIt Notes => OneNote ...

Coding in front of the client?

I was wondering what peoples opinions are (I have made this a community wiki) on coding in front of a client? I was in a meeting today with a client who was highlighting some bugs and requesting some changes and whilst other people where talking amongst themselves I decided to fix a couple of the bugs (Wording changes really). I showed...

HTML webpages to Wiki pages translator

I am looking for a HTML to wiki website translator. Basically I want to publish the coverage reports generated by cobertura to my google code website. But google code only suuports wiki pages, so if someone can point me to a HTML website to wiki pages (linked together) translator I can publish my coverage reports. ...

Can someone suggest a good wiki for our dev team: asp.net / active directory / c# / IIS

Can someone suggest a good wiki for our dev team please. I know this question has been asked before, and I've been looking at foswiki, it looks good but won't work well in our environment: asp.net / active directory / c# / IIS. We're hoping to find one that works well in our typical windows environment: asp.net / sql server / iis / act...

Reference - What does this symbol mean in PHP?

What is this? This is a collection of questions that come up every now and then about syntax in PHP. This is also a Community Wiki, so everyone is invited to participate in maintaining this list. Why is this StackOverflow does not allow searching for particular characters. As a consequence, many questions about operators and other sy...

MediaWiki api - get last changes

How can i get the list of all pages, that were changed since some date using mediawiki api? EDIT: I have already found this query:) F.e. for wikipedia http://en.wikipedia.org/w/api.php?action=query&amp;list=recentchanges&amp;rclimit=500&amp;rcnamespace=0 ...

TikiWiki or similar with php 4

I'm looking for content management system/framework to build a website which has some (more or less) static pages, an events calendar and a wiki section, possible adding a forum at some point. The best I've found is TikiWiki, but my host (which I can't change) is still using php 4. Anyone have any other suggestions? I'm not bothered a...

Template programming - Common Mistakes

Possible Duplicate: C++ template gotchas Hi, I am just in to my second month on SO, and I have seen enough number of posts on SO related to several common issues with templates. Is it a good idea to make a small Wiki on this (sadly I don't know how to make one)? The idea is to provide a reference as definitive as this (GMan'...

Where can I find a good mwclient introduction?

I'm just starting with mwclient. I'm going to create bots to query our MediaWiki database and make small revisions. But I cannot find anywhere a simple list of python commands like how to get ages of pages, contents of categories, contents of pages, etc. Does anyone know a good starters resource? ...