stephan schmidt | 21 Nov 09:22
Picon

Release 0.3a

Hello,

we released SnipSnap 0.3a.

SnipSnap release 0.3a

SnipSnap is an easy to install and easy to use weblog and wiki system 
written in Java.
The biggest new featurue in 0.3a is that we moved to a CSS based layout 
and now support themes.
Every user can now easily change the layout and look of his weblog and 
wiki. SnipSnap
ships with some default themes, some of them inspired by other weblog 
tools to make transition for
those users easier.

We added a plugin architecture to SnipSnap which makes it easy to add 
macros. Just drop a jar into
the server directory and snipSnap uses your own macros. There is no 
longer a need to change the source
code of SnipSnap. There is a small tutorial to write your own macros at
http://snipsnap.org/space/Macro+Tutorial and how to write List 
Formatters
http://snipsnap.org/space/List+Formatter+Tutorial+1

Please use http://snipsnap.org when linking to SnipSnap, thanks.

Download
--------
You can download SnipSnap for free at 
http://snipsnap.org/space/snipsnap-download

Resources
---------
1. Subscribe and unsubscribe to the announcement mailinglist:
http://tanis.first.gmd.de/cgi-bin/mailman/listinfo/snipsnap-announce

2. Product Homepage: http://www.snipsnap.org
3. Contact: stephan.schmidt <at> first.fraunhofer.de

Changes since 0.2.7
-------------------
- Added feature: Sky and Oranges themes
- Added feature: NullCodeFilter, {code:none} will now display the 
content
   without colorization, useful for e.g. pre formatted texts like shell 
examples
- Added feature: UserCountMacro displays number of registered users
- Added feature: SnipCountMacro displays number of snips (all)
- Added feature: TypographyFilter will replace "..." with ellepsis 
entity
- Added feature: {api} now reads from conf/apidocs.txt so {api}
   can point to other online api documentation
- Added feature: {backlinks} macro lists backlinks, e.g. {backlinks:10}
- Added feature: {sniplinks} macro lists sniplinks, e.g. {sniplinks:4}
- Added feature: Introduced themes for SnipSnap, using a more
   Weblog like theme similiar to MovableType
- Added feature: Interwiki (e.g. [Wiki <at> MoinMoin]) reads from a standard
   intermap file in conf/intermap.txt
- Added Feature: {isbn} macro now reads books services from 
conf/bookservices.txt
- Added feature: import/export from web interface
- Added Feature: {image} tag allows positioned and floating images
- Added feature: bullet, square, numerated (numbers, alpha, greek, 
japanese)
- Added feature: Introduced portlet snip snipsnap-portlet-≤number>
- Added feature: VerticalListFormatter introduced
- Added feature: {logins} macro
- Added feature: {calendar} macro

- Fixed bug: correct context path in cookies
- Fixed bug: escape '-' and '*' within code macro
- Fixed bug: first start on a different port than 8668
- Fixed bug: list detection
- Fixed a lot of smaller bugs
- Fixed bug: SnipSnap now uses <dc:title> in RSS and DC.Title in HTML

- Changed to newer versions of McKoi and ORO Regex
- We use RSS/XHTML/CSS buttons from http://www.antipixel.com and
   icons from chris http:/www.langreiter.com , thanks.
- Required JAR libararies are now included in snipsnap-template.war
- re-validated XHTML 1.0
- Changed logo/validation images
- Introduced snipsnap-copyright snip for page bottom
- Changed semantics of {image} macro, expect images as image-name-id
- Changed macro interface: User Writer instead of StringBuffer and 
Refactoring
   "Introduce Parameter Object"
- Added snipsnap-help to default snips (contains text formatting)
- Introduced: {list-of-macros}
- Replaced {snips-by-recent} by {recent-changes} macro
- Defaults snips are now loaded from conf/snipsnap.snip
- Changed feature: Post blog prepends to the post
- Changed <s:snip> JSTL tag
- Switched to DIV from TABLE layout
- Worked on Accessibility

Gmane