screwturn

Migrating content from OpenWiki to ScrewTurn Wiki

We have a large OpenWiki powered wiki. OpenWiki appears to be a dead project, and ScrewTurn the next best option. Is anyone aware of a data migration route to move our content from the OpenWiki SQL Server format to the ScrewTurn wiki SQL Server format? We may end up creating our own (and sharing it) but we'd rather not re-invent the wh...

How can I configure ScrewTurn Wiki to use SQL Server?

I'm trying to configure the excellent ScrewTurn Wiki product on my server, and haven't been able to make sense of the documentation. I'd like to configure it to use SQL Server for storage. Do I still need to specify a valid value for the PublicDirectory key in web.config? This is how I've tried to configure the connection so far, but...

ScrewTurn wiki and custom asp.net membership provider

I'm thinking of implementing the Screwturn Wiki for documenting the administration area of a website. I would like to use the existing custom asp.net membership provider so that access to the wiki is seamless. So it would look something like this: http://www.example.com/admin - Existing administrative area http://www.example.com/admin/...

screwturn custom page storage provider

I'm trying to see if we can customize ScrewTurnWiki to fit into our site, so instead of the traditional Page.ashx or Default.aspx?page=abc the wiki pages will be site/section1/page/Wiki site/section2/category2/Wiki site/sectionXX/categoryYY/PageZZ/Wiki where the pageName for each becomes Section1/page Section2/Category2 SectionXX/Cat...

Run an ASP.NET website in a subfolder

Is there a way of running an ASP.NET website in a subfolder of the website? As an example, say I wanted to run the screwturn wiki (http://www.screwturn.eu/) in a folder called "wiki" on my website, can I alter the web.config of the screwturn website to tell it that it is running in the "wiki" folder? (like saying that "~/" = "/wiki/") ...

Installation error with SQL Server (Null reference)

I try to install ScrewTurnWiki with SQL Server 2008 as its data store, get the following error,can someone please shine some light please? ********update*********** here are the values I set in the web.config and 9 tables have been created in the database when I browse to the site. <add key="SettingsStorageProviderConfig" value="Data ...

Customize ScrewTurn Wiki to store and reuse C# source code

Hi I am working on a research project.I need to customize ScrewTurn Wiki to store C# source code.It can reuse the code by linking. e.g. I have a add function and add function will be stored as a wiki page.If someone would like to add 2 integer then instead of writing their own ,they can simply reuse the add function by linking the page. ...

MVC in a Webforms .net Webapplication

I'm interested in integrating MVC and Webforms to extend ScrewTurn Wiki that use webforms. Essentially my problem is that to keep ScrewTurn flexible and upgradeable I should write this as a plugin. I'm contemplating making it as a seperate web application, but then there would be some issues in sharing masterpages and I understand that I...

Virtual Directory App within a Asp.net MVC app

I am having issues trying to host screwturn wiki as a virtual directory application within my current domain. the domain is hosted as something.com and the wiki would look like something.com/wiki when i browse to something.com/wiki I get Could not load file or assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, Public...

Script or utility to export from ScrewTurn Wiki into Confluence?

Has anyone tried migrating from ScrewTurn to Confluence? I'm hoping that I can export the ScrewTurn database to xml and then use a utility to put it in a format that Confluence can understand - perhaps the format used by the Universal Wiki Converter. Has anyone used such a utility? Is there anything I should know before I try to write o...

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 ...

Is it a good idea to create a Mercurial repository in a screwturn wiki site?

I have two ScrewTurn wiki documentation sites that are used for our system and user documentation. My idea is to create a Mercurial repository in each wiki site root directory. Then on a daily basis have a scheduled process add new files and commit changes to the repository and push the changeset to a backup repository. I realize that...