ScrewTurn Wiki - ASP.NET Wiki Software
ScrewTurn Wiki allows you to create, manage and share wikis. A wiki is a collaboratively-edited, information-centered website: the most famous is Wikipedia. ScrewTurn Wiki can be extended and customized with plugins and themes. It can store data using a simple, built-in file-system provider or, if you need performance and scalability, it can use SQL Server. If you use Active Directory, you can integrate with that too.
http://www.screwturn.eu/
comments powered by Disqus
Related Products
Scruwturn-plugins-ds - Various Plugins for Screwturn wiki
Various Plugins for Screwturn wiki (http://www.screwturn.eu/) FormatterPlus (for Screwturn v 3.0)TableFormatter - default Screwturn engine does not parse wiki markup inside table cells. This formatter fixes this problem. This formatter also adds "Edit" link to transcluded sections allowing for quicker edits. NumericHeaderFormatter - allows to create header in the following format: ==# Header==The pound sign will be replaced with section number. Numbers are auto-incremented within one page. Curre
Greeniciclescrewturnsyntaxhighlighter - A syntax highlighter for ScrewTurn Wiki
Source Code Highlighter for ScrewTurn WikiAdds source code syntax highlighting to the OS ASP.NET-based wiki engine ScrewTurn Wiki. The project is a formatter plug-in for the wiki engine that adds Alex Gorbatchev's client-side Syntax Highlighter to the generated HTML code. More information, and a binary download, can be found on the GreenIcicle Blog. C# - NET3.5 - Visual Studio 2010 - NUnit 2.53 Requires at least ScrewTurn Wiki version 3.
Screwplugs - Screwturn wiki plug-ins
Plug-ins collection for the ScrewTurn wiki. Only one plug-in available at this time. Path ElementsAllows simulation of tree structure between wiki pages by using symbols. This can help to better organize complex wiki and keep all related pages together. The plug-in allows you to use syntax like [./Subsection1] and [../Section1/Sebsection] to reference related pages. '/' is used as a separator in the wiki mark up. It is replaced by '-'. So [Section1/Sebsection] becomes [Section1-Sebsection] when
Stw-admonition-plugin - A plugin for Screwturn Wiki v3 that will format admonitions
This is a formatter provider, written for ScrewTurn Wiki (STW, www.screwturn.eu) which can be used to format admonitions. Default warnings, cautions and notes are supported, but the syntax allows custom admonition types to be introduced.
Stwoledbprovider - ScrewTurn Wiki OleDbProvider
This is a page provider and user provider for the ScrewTurn Wiki platform that allow to store and read data to and from a MS Access database. This provider is based to the official SQL Server provider. 2010-08-02 - Added the user provider. Now the data source can be specified as a root relative path. 2010-08-01 - Sorry, i messed up a bit with svn. Please ignore empty folders. Project source are under "/svn/trunk/ScrewTurn Wiki OleDbProvider". The file "ScrewTurn.Wiki.PluginFramework.dll" contain
Stw-category-counter-plugin - A plugin for Screwturn Wiki v3 that returns the number of pages fallin
Screwturn wiki already has plugins to list all the pages of a category, but no tag or plugin to produce only the number of pages. This plugin can count those pages and return just the number and not a whole list. The plugin supports namespaces. The plugin can also produce a list or table of the pages as output. An extra pseudo category 'save_as-draft' was added to list pages that were 'save as draft' was selected in the editor screen of the wiki.
Ntrac - .NET port of Trac
NTracnTrac is a .NET port of Trac, the well known issue tracking system that provides a good interface with Subversion, integrated Wiki and good reporting features. The intension of nTrac project is to retain most of the features of Trac, but at the same time make it easily deployable on a Windows environment. This will enable developers to install and run Trac with a click-once deployment. RequirementsMy thoughts on the initial version are as follows: This is targeted towards Windows developers
Wiki-to-speech - Use wiki-based scripts to drive text-to-speech interactions (Java code)
Wiki-to-Speech is the former name of the SlideSpeech project. Roughly speaking, the original project was the Open Allure Dialog System which focused on a desktop application, this project, Wiki-to-Speech, focused on a mobile application and finally SlideSpeech focused on a web application. IntroductionCompanion Android/Python wiki-to-speech project. Drive text-to-speech interaction using wiki-based scripts. Scripts can include statements, question/answer/response (multiple choice), links to webs
Screwturn-mysql - Mysql Data Provider for Screwturn Wiki (http://www.screwturn.eu/)
MySql Data ProviderBased on SQL Server Data Provider provided with wiki using Mysql.Data library
Wiki-column - A simple wiki plugin for Ruby on Rails
wiki_columnwiki_column is a Ruby on Rails plugin that adds simple wiki functionality to your app. Wiki column allows you to specify a model that will act as your wiki storage, but then you can define any column to be a wiki column. For instance, if you have a Product model that has a description. You could define description as a wiki_column, you could then use wiki syntax in that field and it would be formatted as such, including links to your wiki. wiki_column uses RedCloth for basic formattin