- ARCHIVE / 2010. május 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 someSite documentLibrary someDir
#
ALFRESCO_SERVER=http://localhost:8080/alfresco
USERNAME="admin"
PASSWORD="admin"
#CURL_VERBOSE=-v
CURL_VERBOSE=-s
CURL_METHOD=POST
FILENAME=`basename $1`
MIMETYPE=`file [...]
- 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 using in the content management system [...]
- 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 button:
Folder tree with [...]
- 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
Alfresco JavaScript API minták
Hogyan készítsünk Web Script-et?
Alapvetően [...]
- 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 click task close process update and [...]
- 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 in [...]




