You are here: System » BlogPlugin

BlogPlugin

This plugin comes as a WikiApp to run a weblog using Foswiki. Based on the WikiWorkbench approach, it may be used to instantiate as many blogs as you like on the same Foswiki site.

Features

Screenshots

snap1 snap2 snap3 snap4 snap5 snap6

%STARTSECTION{"screenshots"}%<div class="screenshots">
  <a href="%ATTACHURLPATH%/BlogPluginSnap1.png"><img src="%ATTACHURLPATH%/BlogPluginSnap1.png" width="150" alt="snap1" /></a>
  <a href="%ATTACHURLPATH%/BlogPluginSnap2.png"><img src="%ATTACHURLPATH%/BlogPluginSnap2.png" width="150" alt="snap2" /></a>
  <a href="%ATTACHURLPATH%/BlogPluginSnap3.png"><img src="%ATTACHURLPATH%/BlogPluginSnap3.png" width="150" alt="snap3" /></a>
  %CLEAR%
  <a href="%ATTACHURLPATH%/BlogPluginSnap4.png"><img src="%ATTACHURLPATH%/BlogPluginSnap4.png" width="150" alt="snap4" /></a>
  <a href="%ATTACHURLPATH%/BlogPluginSnap5.png"><img src="%ATTACHURLPATH%/BlogPluginSnap5.png" width="150" alt="snap5" /></a>
  <a href="%ATTACHURLPATH%/BlogPluginSnap6.png"><img src="%ATTACHURLPATH%/BlogPluginSnap6.png" width="150" alt="snap6" /></a>
  %CLEAR%
</div>

<literal>
<style>
.screenshots a {
  float:left;
  margin:0 2px 2px;
  overflow:hidden;
  max-height:150px;
}
</style>
</literal>
%ENDSECTION{"screenshots"}%

Getting started

To create a new blog use the WebCreateNewWeb tool and select the _BlogTemplate template. This will create a new web by copying the content of the _BlogTemplate web into the new target web.

Now check the WebPreferences of this newly created web and review its settings, i.e. the access rights for the web.

Make sure you add a nice description of your blog in the WEBSUMMARY preference setting.

Create a new posting by clicking on BlogEntries on the sidebar. This will list all existing blog entries, as well as a form to create a new one.

Note that your posting will not be publicly visible unless you switched its State property to published.

Plugin Installation Instructions

You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.

Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".

If you have any problems, or if the extension isn't available in configure, then you can still install manually from the command-line. See http://foswiki.org/Support/ManuallyInstallingExtensions for more help.

Plugin Info

Plugin Author: Foswiki:Main.MichaelDaum
Copyright ©: 2006-2014, http://michaeldaumconsulting.com
License: GPL (GNU General Public License)
Release: 3.10
Version: 3.10
Change History:  
27 Nov 2014: added publish/unpublish feature
15 Apr 2014: improved topic info layout
04 Apr 2014: flag rest handlers that don't require authentication
18 Mar 2014: improve css of headings
07 Nov 2013: rewrite migrating most features to other Foswiki plugins
24 Jan 2006: initial version
Dependencies:
NameVersionDescription
Foswiki::Contrib::NatSkin>=4.0Optional.
Foswiki::Contrib::WikiWorkbenchContrib>=2.00Required.
Foswiki::Plugins::AutoTemplatePlugin>=3.0Optional
Foswiki::Plugins::ClassificationPlugin>=3.01Required.
Foswiki::Plugins::DBCachePlugin>=4.10Required.
Foswiki::Plugins::DisqusPlugin>=0.01Optional.
Foswiki::Plugins::FilterPlugin>=2.08Required;
Foswiki::Plugins::FlexFormPlugin>=2.60Required.
Foswiki::Plugins::ImagePlugin>=2.41Optional.
Foswiki::Plugins::JQueryPlugin>=6.00Required.
Foswiki::Plugins::MetaCommentPlugin>=2.50Required.
Foswiki::Plugins::NatEditPlugin>=7.11Required.
Foswiki::Plugins::SolrPlugin>=2.00Optional.
Foswiki::Plugins::TagCloudPlugin>=2.21Required.
Home page: Foswiki:Extensions/BlogPlugin
Support: Foswiki:Support/BlogPlugin

Sitemap

This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback