Blog
Last modified by Emanuel Aminov on 2016/12/16 22:57
Create a new post
Dec 16 2016
Jun 01 2009
First blog post
This is your wiki's blog first post. Its goal is to provide a short description of your blog's main features.
- You can create new blog posts through the input field located on your Blog's homepage. The status of a blog post may be any one of the following:
- Unpublished: your post is still a draft. It can be seen by its creator and by administrators. Once you have clicked publish, you cannot unpublish a post. However, you can choose to hide it.
- Published: your post can be read by every user that has access to your blog.
- Published & hidden: your post is published but only its creator and admins can see it. This is useful if you need to make modifications on a post that has already been published by mistake.
- Every blog article can be tagged and/or categorized:
- You will be able to browse posts by category using the panel located on the left of the page
- You can create new categories and subcategories when creating a new post
- The use of tags allows your article to be found by browsing your wiki's tags, along with any other wiki document
- Blog-specific panels are available on the left of your blog page:
- The recent posts lists the most recent entries to any visitor of the blog
- The unpublished panel lists the blog posts you created, but didn't yet publish
- The categories panel lets you browse blog posts listed by category and subcategory
- The archive panel lets you browse blog posts by publication date
Happy blogging!
//
var hashviewer = self.document.location.hash.substring(1);
var extraInit = function(){ XWiki.displayDocExtra("Comments", "commentsinline.vm", false) };
if (hashviewer == "Comments") {
var extraInit = function(){ XWiki.displayDocExtra("Comments", "commentsinline.vm", true) };
}
if ($("Commentslink") != null) {
$("Commentslink").href="#Comments";
Event.observe($("Commentslink"), "click", function(){ XWiki.displayDocExtra("Comments", "commentsinline.vm", false); }, false);
}
if ($("tmShowComments") != null) {
$("tmShowComments").href="#Comments";
Event.observe($("tmShowComments"), "click", function(){ XWiki.displayDocExtra("Comments", "commentsinline.vm", true); }, false);
}
if ($("commentsshortcut") != null) {
$("commentsshortcut").down('a').href="#comments";
Event.observe($("commentsshortcut"), "click", function(){ XWiki.displayDocExtra("Comments", "commentsinline.vm", true); }, false);
}
if (hashviewer == "Attachments") {
var extraInit = function(){ XWiki.displayDocExtra("Attachments", "attachmentsinline.vm", true) };
}
if ($("Attachmentslink") != null) {
$("Attachmentslink").href="#Attachments";
Event.observe($("Attachmentslink"), "click", function(){ XWiki.displayDocExtra("Attachments", "attachmentsinline.vm", false); }, false);
}
if ($("tmShowAttachments") != null) {
$("tmShowAttachments").href="#Attachments";
Event.observe($("tmShowAttachments"), "click", function(){ XWiki.displayDocExtra("Attachments", "attachmentsinline.vm", true); }, false);
}
if ($("attachmentsshortcut") != null) {
$("attachmentsshortcut").down('a').href="#attachments";
Event.observe($("attachmentsshortcut"), "click", function(){ XWiki.displayDocExtra("Attachments", "attachmentsinline.vm", true); }, false);
}
if (hashviewer == "History") {
var extraInit = function(){ XWiki.displayDocExtra("History", "historyinline.vm", true) };
}
if ($("Historylink") != null) {
$("Historylink").href="#History";
Event.observe($("Historylink"), "click", function(){ XWiki.displayDocExtra("History", "historyinline.vm", false); }, false);
}
if ($("tmShowHistory") != null) {
$("tmShowHistory").href="#History";
Event.observe($("tmShowHistory"), "click", function(){ XWiki.displayDocExtra("History", "historyinline.vm", true); }, false);
}
if ($("historyshortcut") != null) {
$("historyshortcut").down('a').href="#history";
Event.observe($("historyshortcut"), "click", function(){ XWiki.displayDocExtra("History", "historyinline.vm", true); }, false);
}
if (hashviewer == "Information") {
var extraInit = function(){ XWiki.displayDocExtra("Information", "informationinline.vm", true) };
}
if ($("Informationlink") != null) {
$("Informationlink").href="#Information";
Event.observe($("Informationlink"), "click", function(){ XWiki.displayDocExtra("Information", "informationinline.vm", false); }, false);
}
if ($("tmShowInformation") != null) {
$("tmShowInformation").href="#Information";
Event.observe($("tmShowInformation"), "click", function(){ XWiki.displayDocExtra("Information", "informationinline.vm", true); }, false);
}
if ($("informationshortcut") != null) {
$("informationshortcut").down('a').href="#information";
Event.observe($("informationshortcut"), "click", function(){ XWiki.displayDocExtra("Information", "informationinline.vm", true); }, false);
}
document.observe("dom:loaded", extraInit, false);
//