| | | | |
|---|
account self-registration | simple form; select password on sign-up form; currently a problem with the captcha | simple form, no captcha; select password on sign-up form | simple form, no captcha; password emailed to you | simple form, no captcha; registration confirmation emailed, email a bit slow |
|---|
to edit/create content | "Edit Page" and "New Page" links on each page WYSIWYG editor, can switch to HTML by default, new page is child of current page
| "edit" link on every page create new page by clicking existing link to non-existant page, or entering URL directly wiki syntax for editing, can enter HTML directly
| | |
|---|
using a template for a new page | | can include a template in a page by referencing it with a macro: Template Name templates can have parameters, values will be plugged in to template: {{Name Of Page
| param1=value1
| param2=value2
| param3=value3
}}
| available plug-ins are for Pages (only Posts) modified one plug-in to support Pages further modified to support multiple templates
-> it can be done
| on creating new page, author selects a 'content type' content types can have default content i.e. a template
|
|---|
URLs | | | | |
|---|
adding links to other pages into a page | | | | |
|---|
adding live JS to a page | | with 'raw html' turned on, can embed html, including <script> tags, inside <html> tags can include <iframe> in the html tags
| | |
|---|
commenting on pages | | | | |
|---|
tagging pages | | no tags, categories instead add a page to a category by placing [[Category:Name]] within the page a page's categories can be displayed on the page
| categories and tags not native to Pages (only Posts) plugins for adding tried one, adds categories and tags, but:
| |
|---|