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
1
vote
1 answer

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…
PositiveGuy
  • 46,620
  • 110
  • 305
  • 471
1
vote
1 answer

ScrewTurn Wiki - How do I display the page namespace in "Page Change Message"

In the ScrewTurn wiki administration pages under "Content Editing" I see templates for the various email messages but I've been unable to find much documentation outside these samples. I would like for the "Page Change Message" to show the…
dk.
  • 937
  • 1
  • 10
  • 12
1
vote
2 answers

Why technically does ScrewTurn uses .ashx to create wiki page?

Why ScrewTurn Wiki does use ashx type to create wiki page? Isn't it dangerous to create asp.net page on the fly? update: they didn't create any physical pages. But how do they do that because the url is actually some-newpage.ashx ?
user310291
  • 36,946
  • 82
  • 271
  • 487
1
vote
2 answers

How to convert a PowerPoint file to wiki markup?

In order to make PowerPoint presentations 1. readable, and 2. searchable, I'd like to somehow convert them to wiki markup (we're using ScrewTurn). I'm expecting some manual steps. One idea was to upload a slide as a PDF to Google Docs and make it…
Martin R-L
  • 4,039
  • 3
  • 28
  • 28
1
vote
0 answers

Screwturn Wiki Album using Uploaded Images

I support a website for WWII veterans. In my efforts to support them, I just added the Screwturn Wiki (3.0) to the website. This will allow me to do many things, but among them, to build albums for the group. More importantly, it will allow others…
EDanaII
  • 197
  • 16
1
vote
1 answer

Screwturn wiki to point to existing database will not work

I recently moved my screwturn installation to a completely new environment (site on new IIS/server and database moved to new SQL Server). I can succesfully open the Screwturn wiki but instead of using the existing database (that I configured in the…
Robby Boey
  • 11
  • 1
1
vote
1 answer

Section transclusion in Screwturn

I'd like to transclude sections of pages. The internal links can reference sections (e.g. [page#section_1]), but it looks like you can only transclude full pages in Screwturn. If so, is there a plugin that does it?
1
vote
1 answer

Screwturn Wiki Search Latency

Does anyone know of ways to optimize the screwturn search functionality? We've been using it for internal documentation, and I'm the tech expert on it, but I have not had the opportunity to analyze it much. After inputting a lot of information into…
Adam Miller
  • 767
  • 1
  • 9
  • 22
1
vote
0 answers

Replace Spaces with Underscores in Screwturn Wiki links

When adding an internal link which has a space to a Screwturn Wiki page, the created link replaces the spaces with %20 Example: [Link to a page] will be converted to: [Link%20to%20a%20page|Link to a page] when saved. This results in an ugly…
David Russell
  • 623
  • 6
  • 16
1
vote
1 answer

Screwturn to connect to a DB on another server

The wiki runs perfectly on the local sql-express instance. I have installed SQL enterprise on a remote server, same network, yet still the connection string which should be simple to build is not working properly. anyone has hit the same boulder?
Biondo86
  • 893
  • 6
  • 6
1
vote
1 answer

ScrewTurn Wiki send an email to all users when a new page is added or an existing modified

I'm searching how to configure screwturnwiki to send an email message to all users when a new page is added or an existing page is modified. Could someone help me to find a solution? Thank you for your help. Best regards Fab
user2332607
  • 99
  • 1
  • 3
  • 10
1
vote
2 answers

Screwturn scripting not working?

I had previously installed screwturn on windows 7 iis and the site was functioning 100% I have recently installed it on Win Server2008 and it would appear that the scripts are not working. The website works tabs and logins ok. The problem is in the…
Biondo86
  • 893
  • 6
  • 6
1
vote
0 answers

ScrewTurn Wiki positive permissions

As I understand it, Screwturn wiki's permission style is inherently negative--if a user is a member of different groups, negative permissions (deny access) take precedence over positive permissions (allow access). If I have a number of groups and I…
Adam Miller
  • 767
  • 1
  • 9
  • 22
1
vote
1 answer

Screwturn wiki searchable attachments

I'm trying to set up a wiki for internal usage, and one of the key requirements is that attachments to wiki pages are searchable, which appears to be the sticking point of many other simple wikis. Screwturn wiki seems to tick all the boxes, and…
1
vote
1 answer

Screwturn Wiki V3.0.5.600 Sub-Categories

I am in the midst of setting up an internal wiki (Screwturn V3.0.5.600) for my department. I'm at the point of setting up the basic structure and I believe I will need both categories and sub-categories. I've gone through the documentation and I…
PGI Dev
  • 31
  • 4