Questions tagged [screwturn]

ScrewTurn Wiki is an open source (GPLv2) Wiki software that runs on the ASP.NET platform.

ScrewTurn Wiki is open source (GPLv2) Wiki software that runs on the ASP.NET platform. It is written in C# and by default does not require a database, though SQL Server, Compact SQL, MySQL and Azure Table Storage are supported.

It can be considered both a Wiki and a Personal Wiki because it also has a Desktop Edition that runs locally without the need to be installed on a web server.

The user interface, thanks to many users' contributions, is available in 11 languages. The syntax is very similar to that of MediaWiki.

The project was discontinued in 22 July 2012 by the original developer and a group of volunteers was proposed. This took some time to happen and the project was forked in April 2013 and is hosted at STW CodePlex Project.

49 questions
21
votes
5 answers

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…
Bernhard Hofmann
  • 10,321
  • 12
  • 59
  • 78
6
votes
1 answer

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…
jrummell
  • 42,637
  • 17
  • 112
  • 171
3
votes
1 answer

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…
minalg
  • 481
  • 2
  • 4
  • 13
3
votes
0 answers

Adding a second SQL data provider to ScrewTurn

I need to add a second sql data provider to our screwturn wiki, i added the connection the web config but can't seem to add it to the startup. I have... public static string GetSettingsStorageProviderConfiguration2() { string config =…
3
votes
2 answers

Rebuilding the Screwturn wiki search index

My wiki started returning incomplete search results. A user will search for a term that they know is part of an article and the article isn't returned in the results. They can browse to the article and see that the page does contain the search…
Darth Jed
  • 31
  • 2
3
votes
2 answers

How do I add a new user in a ScrewTurn wiki?

We have an internal development wiki setup that uses ScrewTurn, but I am struggling with the most basic of tasks which is to add new users or edit existing ones. This was setup by a former colleague that is no longer employed at the company and no…
rrrr-o
  • 2,447
  • 2
  • 24
  • 52
3
votes
0 answers

Migrating Screwturn Wiki content to Sharepoint wiki

Does anyone know the best way to migrate all my groups screwturn wiki content(pages) over to Sharepoint's wiki? I can use the Sharepoint Client API to create a wiki page in sharepoint, so I can read in a screwturn page save it as a Sharepoint page.…
chuckd
  • 13,460
  • 29
  • 152
  • 331
2
votes
2 answers

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…
THEMike
  • 1,701
  • 2
  • 17
  • 28
2
votes
0 answers

Screwturn Wiki Form Auth Provider

I'm attempting to use the ScrewTurnFormsAuth provider, found here. I can upload it and enable it, but I can't set it up as the default provider because it's not appearing in the user provider drop-down. It shows as loaded and enabled, but I can't…
EDanaII
  • 197
  • 16
2
votes
0 answers

Customize ScrewTurn Wiki to store and reuse C# source code

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…
Ybbest
  • 1,520
  • 3
  • 29
  • 43
2
votes
3 answers

Making Images Uploaded Into Screwturn Available To Multiple Pages

Is there a way to make images uploaded into the wiki from one page available to any other pages? Thank you for your assistance.
PGI Dev
  • 31
  • 4
2
votes
1 answer

Screwturn Wiki Setup, 500.19 error

I'm currently in the process of setting up Screwturn to host docs for our IT dept. Windows Server 2008 R2, IIS 7.5, Application Pool is under v4.0, .NET FW 3.5 is installed. However i have run into the following…
KSauce
  • 21
  • 1
2
votes
1 answer

ScrewTurn Wiki Active Directory Support

Environment ScrewTurn Wiki (most recent stable build) Windows 7 x64 IIS 7 The wiki is currently installed on my development box while we provision a server. Configuration GroupMap=ABC GROUP:Administrators It is in fact two words like it looks. So…
Mike Perrenoud
  • 66,820
  • 29
  • 157
  • 232
2
votes
2 answers

Listing page attachments in Screwturn

Does anyone know of a way to display a list of page attachments in the body of the page using Screwturn? I am using 3.0.4.560 and have searched for plugs but can not find it. All I want is to enter a bit of wiki markup and a list of all page…
Steve-ACET
  • 131
  • 1
  • 11
1
vote
2 answers

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…
Keltex
  • 26,220
  • 11
  • 79
  • 111
1
2 3 4