Posted in ColdFusion | Posted on 08-23-2006 | 6,223 views
I have released a new version of Canvas with some nice new updates. First off though - all of this is from my users, so props to them for helping make the product better! You can download Canvas from the project page.
- There are a variety of CSS fixes. Thanks to Seth for finding them and big thanks to Scott Stroz for fixing them. Let me be clear - my CSS sucks and Scott stopped from going the evil "All Table" route.
- Sam Curren added two cool new features. First, when viewing wiki page X, if there exists X.A and X.B, you will now see a subnavigation menu for those pages. He also made the title linkable so you can get back from X.A and X.B.
- Chad Gray added a set of new rendering functions, including strikethough, subscript, and superscript. He also added support for colors, which I wasn't sure about, but since it is so easy for folks to add/remove rendering rules, I went ahead and added them in.


:)
just firstname, surname, email, password and approved/status.
Primarly so that you can see who is actualy editing/creating the pages and so that you can restrict who can create new pages.
We've been using JSPWiki here for a while now (sorry, we needed something more feature rich, out of the box at the time).
jspwiki.org
One of the things I like is that it's fairly modular. Right now, we're using basic HTTP authentication (accounts administered via Tomcat), but we're planning on using the LDAP plugin so we can do authentication that way.
I have another project coming up soon that would benefit from a wiki, but I'm on the fence between sticking with JSPWiki, or trying it out with Canvas.
Ability to create tables in the markup
File uploads
Images
# Level 1
## Level 2
### Level 3
etc..
My plan was to allow for 3 types:
a) totally open
b) user must register (and click link in email), but then open
c) user must be created by admin type tool
What I could do is ensure that the auth code is abstracted, so you could do ldap/http auth using method c
Images: Can you explain how it would work?
Files: Yep, I'm going to allow attachments to pages. You can embed the attachment in the page (Click here...) and they are listed at the bottom of the page.
Tables: Like images, got an example fo rme?
Sounds good. Here's how images and tables are done in JSPWiki:
http://www.jspwiki.org/wiki/TextFormattingRules
Thanks.
Thank you for your fast reply.
[Add Comment] [Subscribe to Comments]