Tagged Questions
ScrewTurn Wiki is open source (GPLv2) Wiki software that runs on the Windows ASP.NET platform.
3
votes
4answers
1k views
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, ...
2
votes
1answer
664 views
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 - ...
2
votes
0answers
111 views
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 ...
2
votes
2answers
430 views
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 ...
1
vote
2answers
105 views
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 ...
1
vote
0answers
68 views
ScrewTurn custom user authentication
i am using screwturn for wiki page. in my website , in screwturn they were used User table to authenticating users, but here i want to use my own table in other database(sql server DB) to ...
1
vote
1answer
242 views
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 ...
1
vote
2answers
130 views
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 ...
1
vote
0answers
100 views
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. ...
1
vote
2answers
561 views
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 ...
0
votes
1answer
27 views
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 ...
0
votes
1answer
71 views
ScrewTurn Wiki SQL data provider plugin?
Here you can download either a SQL server based, compiled solution, or the source code which stores data in a rather primitive way (file-system data storage). I want to use the source code since I ...
0
votes
3answers
148 views
IIS - how to setup a standalone application in a subdirectory?
BlogEngine.NET is setup in the root directory of my webhost (DiscountASP.NET).
I am trying to setup a personal wiki in a subdirectory (www.mydomain.com/wiki).
The wiki folder is setup as a web ...
0
votes
1answer
73 views
Is there any ASP.NET MVC software that has similar functionalities to ScrewTurn?
I downloaded ScrewTurn and liked the all functionalities it presents (pages revisions, rollback, drafts, ...). But, ScrewTurn is written in Web Form. I'd like to know how I can find something similar ...
0
votes
1answer
62 views
Has aynyone tried indexing a screwturn wiki, using Lucene-solr?
At our university they have chosen to implement screwturn wiki. I am responsible for the enterprise search solution at this organisation. This solution is based on Solr-Lucene. I have been looking ...
0
votes
1answer
38 views
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 ...
0
votes
1answer
346 views
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
...
0
votes
1answer
106 views
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
...
0
votes
1answer
564 views
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 ...