Scott Auge
Member
What is it?
A wiki for Webspeed or other Webspeed source code compliant alternatives
Where to get it?
http://sourceforge.net/projects/wswiki/
What's the changes?
Amduus Information Works, Inc.
Technical Bulletin
Updates As Of Build 2008068011224
-- Change password functionality (1888974)
In order to allow users to change their passwords, include the following link in your HTML templates:
index.html?action=promptpasswordchange
Customize tmpl_chg_password.html for the needed look and feel.
-- Search includes authors (1899706)
-- New pages automatically inherit the groups of the user. (1849662)
-- Document how to attach images and embed them in the web page. (1899606)
-- tmpl_update should use size instead of width (1904984)
-- Stack Trace on Time Out. Timed out users lose their editing monopoly. (1898870) (1904961)
-- Support video/audio mime types for embedded video/audio in pages (1903460)
-- Storing javascript is optional (THIS IS VERY DANGEROUS) (1903366)
Uses parameter html.allow.javascript set to either yes or no
-- Wiki Markup for Image Files & Page Name Links (1908069)
Some have found the HTML editor's link tool to be difficult to use. One can simply use the markup:
%page(Your Page Name)%
within the document and when rendered it will be a link to that wiki page.
Some have found the HTML editor's image tool to be difficult to use. One can simply use the markup:
%img(Attachment Name)%
within the document and when rendered it will be a link to that attachment.
It will look for the attachment on the wiki page and if not found use the first attachment by that name.
-- Embeddable Search (Good for See Also's) (1908108)
It is useful to have See Alsos in the page. One way to better do this is embedded searches. One can embed a search with:
%search(a or b and c)%
This uses the same algorithm as the search page/input field.
It will return with a <BR> delimited list of links to pages in the wiki that match the search parameter.
A wiki for Webspeed or other Webspeed source code compliant alternatives
Where to get it?
http://sourceforge.net/projects/wswiki/
What's the changes?
Amduus Information Works, Inc.
Technical Bulletin
Updates As Of Build 2008068011224
-- Change password functionality (1888974)
In order to allow users to change their passwords, include the following link in your HTML templates:
index.html?action=promptpasswordchange
Customize tmpl_chg_password.html for the needed look and feel.
-- Search includes authors (1899706)
-- New pages automatically inherit the groups of the user. (1849662)
-- Document how to attach images and embed them in the web page. (1899606)
-- tmpl_update should use size instead of width (1904984)
-- Stack Trace on Time Out. Timed out users lose their editing monopoly. (1898870) (1904961)
-- Support video/audio mime types for embedded video/audio in pages (1903460)
-- Storing javascript is optional (THIS IS VERY DANGEROUS) (1903366)
Uses parameter html.allow.javascript set to either yes or no
-- Wiki Markup for Image Files & Page Name Links (1908069)
Some have found the HTML editor's link tool to be difficult to use. One can simply use the markup:
%page(Your Page Name)%
within the document and when rendered it will be a link to that wiki page.
Some have found the HTML editor's image tool to be difficult to use. One can simply use the markup:
%img(Attachment Name)%
within the document and when rendered it will be a link to that attachment.
It will look for the attachment on the wiki page and if not found use the first attachment by that name.
-- Embeddable Search (Good for See Also's) (1908108)
It is useful to have See Alsos in the page. One way to better do this is embedded searches. One can embed a search with:
%search(a or b and c)%
This uses the same algorithm as the search page/input field.
It will return with a <BR> delimited list of links to pages in the wiki that match the search parameter.