Blog AddOnA 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
Putting the blog post overview in a different topicTo 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:
%INCLUDE{"BlogPost" sortdirection="descending" sort="created" limit="10"}%This will generate: <-- Sort options --> <--/foswikiLeft--> <-- Filter options --> Prossimi al pareggio Open Source / Closed18 Apr 2019 - 10:14 by Guido Brugnara in Interesting
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 aziende ...
<--/blogPostAddOnItem--> Streaming video e backup locale del flusso video24 Oct 2012 - 05:09 by Guido Brugnara in Interesting
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 telecamera ... Comments: 1 - latest comment by IreneBrugnara - 26 Oct 2012 - 10:12
<--/blogPostAddOnItem--> Uso pratico di Inline::Java, j4sign & Bouncy Castle Crypto APIs07 Jul 2012 - 12:43 by Guido Brugnara in Mason
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 5544 ...
<--/blogPostAddOnItem--> Creating filter linksYou 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: <--
|