Blog AddOn
A simple weblog application.
See
BlogAddOn for an introduction and installation instructions.
This topic is meant for administrators and serves as introduction springboard to BlogAddOn topics. You may safely delete this topic.
Start from here
Reference for administrators
Note: Care must be taken when:
- Renaming post topics: the comment topic needs to be renamed as well
- The comment topic is created automatically when the first comment is submitted, using the syntax
topic name
+ Comment
.
- Renaming categories: the comment topics are not updated automatically
Putting the blog post overview in a different topic
To put the overview in a topic, write:
%INCLUDE{"BlogPost"}%
You may set display defaults, for example for category and sort field, using additional parameters. Possible values are:
Parameter |
Possible values |
Default value |
category |
Interesting , Perl , Javascript , Postgresql , Mason (categories can be defined in BlogCategory) |
none |
sort |
formfield(Title) , formfield(Category) , formfield(Author) , created , modified |
none |
limit |
any number |
no limit |
sortdirection |
ascending , descending |
ascending |
For example, to show latest 10 posts, sorted latest post on top, write:
%INCLUDE{"BlogPost" sortdirection="descending" sort="created" limit="10"}%
This will generate:
Dalla versione 10 PostgreSQL supporta RFC 7677. Si tratta di uno schema di di trasmissione della password che impedisce lo sniffing delle stesse su connessioni non affidabili e supporta la memorizzazi...
Ormai è innegabile che l'open source abbia conquistato le imprese ICT nonostante la società nel suo complesso non ne abbia appreso i valori fondanti. Nel citato articolo su ZDNet si fa notare che le a...
Premessa Partendo dall'ottimo e semplice articolo http://en.flossmanuals.net/ogg theora/live streaming/ffmpeg2theora è possibile in pochi minuti installare un sistema di streaming audio/video da telec...
In Italia dal 2011 le applicazioni che implementano meccanismi di firma digitale a valore legale devono supportare SHA 256 e il recente formato per imbustare documenti con marcatura temporale (RFC 554...
Creating filter links
You may want to have a list of links that lead to a filtered blogpost list. For instance, the link named "Interesting" would lead to a list of blog posts of that category.
Here's how:
*Categories:*
<div class="foswikiUnvisited">%SEARCH{" *\s*.*?" topic="BlogCategory" web="%WEB%" type="regex" multiple="on" casesensitive="on" nonoise="on" format="<a href='%SCRIPTURL{view}%/%WEB%/BlogPost?sort=created;limit=10;sortdirection=descending;category=$pattern(.* \*\s*([^\n]*).*)'>$pattern(.* \*\s*([^\n]*).*)</a>"}%</div>
This will generate:
Categories: