Requirements for using JSPWiki in WebLabs
We're thinking of using JSPWiki for our WebLabs project. There's several features we need wich are missing. Please edit this page with links to stuff that allready exists, or any insights you might have.Any change we make, we'll either:
- contribute back to JSPWiki
- distrubute as a plugin / overlay.
User control
- Set user / group rights per page. Page creators and administrators need to be able to define a restricted list of authors.
- Admin interface, by which the adminstrator can add / remove users and groups. We could use Tomcat's, and it might be just good enough.
Page annotation
A 1st shot at this can be see at: http://www.weblabs.eu.com/JSPWiki/Wiki.jsp?page=SandBox
- 2 levels of interaction: editing pages and commenting.
- Page creator and admin can define user privileges seperatly for commeneting and editing.
- Comments view can be customized be on-page controls for
- Fields shown
- nesting depth
- sort
- filter (by author, topic, etc.)
Content change analysis
WebLabs
is a research project. We need an interface for collecting usage data. E.g., page edit statistics, link maps, etc.
Change notification
- Users can "register" for e-mail notification when a page changes.
- Change notification can be customized for
- Notify me when page is edited
- Notify me when a comment is added
- Notify me when a response to my comment is added
- Daily / weekly digest
Basic functionality
- inpage links: implement hash links ("href name="). Syntax could be:
- Start a line with "#word" to create a named location in the page
- A link to [#word] would point to that location.
- A link to [page#word] would point to a location in that page
scrap
- non-breaking line break. Lets say I want a line break in a table cell or list item. Currently can't do that.
- table headers, e.g. by using "||" instead of "|".
You can, too! For both of the last two items:
| Column 1 | Column 2 |
|---|---|
| This has a line-break | This doesn't have a line-break |
Is this what you mean by "non-breaking line break"?
yup. thanks!
| la di da \\ la di do|
| la di da |
| la di da \\ la di do|
| la di da la di do |