Version 2.3 of my open source project is released. Poormans is a minimal CMS which generates the html locally and uploaded it to the webspace as needed.
This version solved mainly the following issues:
- There weren’t some ugly bugs with building pathes for resource files. These bugs mainly have an effect on windows systems!
- The code base has updated to java 6.
- A feature, which is long overdue: The webspace will cleaned up. Obsolete files will be deleted now.
Changes in detail:
fixes:
- bug #28: export: some resource files weren’t copy to the export folder
- bug #32: pages with editable text containing links or images couldn’t be rendere
- bug #33: after renaming an url of a site, internal links are broken
- bug #34: problems with blanks in paths (thanks philde42 for reporting)
- some ant tasks (for dev) didn’t work as expected (thanks to philde42)
features and improvements:
- feature #2: clean up webspace
internal:
- source code has updated to java 6
- deleted obsolete icu4j lib
- update commons-lang to 2.5
- update jetty to 6.1.25
- updated swt to 3.6.1
context objects:
- $utils.reverseSet has renamed to $utils.reverseCollection
#1 by freedix on 2011/12/01 - 22:55
Hey dickes Lob! Poorman ist echt klasse – läuft super unter Debian wheezy!
Gibt es denn auch ein paar Design-Beispiele? Templates? Oder muss ich die layout und page Dateien jedesmal ändern?
MfG und weiter so!
#2 by Thilo on 2011/12/02 - 07:45
Hi, danke für Dein Feedback. Hast Du gesehen, dass es schon Version 2.3.1 gibt? Ich hatte es vergessen auf meinem Blog zu Posten!
Eine Template-Bibliothek steht schon länger auf meiner TODO-Liste. Auch die Dokumentation in puncto Template-Erstellung müsste wesentlich erweitert werden. Mir fehlt hierfür einfach leider die Zeit. Solltest Du Lust und Zeit haben Dich dabei in irgendeiner Form zu beteiligen, kannst Du Dich gerne bei mir melden.
Grüße
Thilo