- ARCHIVE / 2010. May 29
- Alfresco uploader with Curl
Let see a simple shell script example to upload content to Alfresco repository using RESTful API. Requires Curl package to be installed on your system. Just set ALFRESCO_SERVER, USERNAME and PASSWORD variables in script before start it… #!/bin/bash # # Alfresco upload script with CURL by LouiSe@louise.hu # # Usage: alfresco_uploader.sh # # ./alfresco_uploader.sh /tmp/some.pdf [...]
- Alfresco 3.0 – magyar lokalizáció
Ékes nyelvünk immár az Alfresco WEB felületén is megjelenik, bár nem rajongok az efféle lokalizációért, de úgy gondoltam a vevőkért és a felhasználókért mindent… A lokalizációs csomag letöltése: Alfresco – magyar nyelvi lokalizáció
- FreeMarker tutorial
I’ve found a very interesting post about an interface to learn FreeMarker templating engine: FreeMarker sketchbook FreeMarker sketchbook is a Java WebStart application with following features: – realtime output processing and view – page and tag view – variable editor – help and examples included FreeMarker is a template engine and language which we are [...]
- ExtAlf – new features
I’ve done with brand new features in ExtAlf (ExtJS wrapper library for Alfresco ECM): New login window with ticket validity timeout, and network error handling: Task list for logged-in user, including attached resources (contents, files), upload/download and preview for contents and task close button: Discussion forum, auto-discovered forum spaces in tree view and expandable threads/posts with quick reply [...]
- Alfresco Web Script egyszerűen
A Web Script-ek, illetve a Web Script-ekkel megvalósított szolgáltatások az Alfresco rendszer erőforrásainak, elemeinek és tartalmainak egyszerű, HTTP protokoll fölötti publikációjára készültek. Ez a lehetőség a 2.1-es verziótól kezdve használható mind az Enterprise, mind a Community kiadásokban. Kapcsolódó linkek: Web Script-ek használata Web Script minták FreeMarker az Alfresco-n belül Freemarker template minták Alfresco JavaScript API [...]
- ExtAlf – Alfresco by ExtJS
I’m working on a new ExtJS wrapper (ExtAlf) – inspired by Opsoro – for Alfresco document and workflow management functions (by webscripts), like foldertree, document properties, preview, etc. This is not an Opsoro or FlexSpaces alternative, rather than a developer toolkit or a simple SDK what supports embedding Alfresco backend functionality into Web2.0/AJAX portals and [...]
- Collaborative Editor for Alfresco
I’m working on a new, unique collaborative editor for Alfresco (ExtJS interface), with following features: – task/workflow based editing trigger – individual chapter based editing – automatic chapter content creation – WYSWYG and form based editor – one click version change (back for previous version of chapter) – one [...]
- Customizing Alfresco as a repository for medical images
A very good practice documentation (thesis) – including document management, DICOM VRS implementation, search, records management, reporting and more – about an Alfresco based image management system for medical images. Information technology played a big role in the way medical and scientific research have developed over the last couple of decades. The introduction of high-tech [...]