7 月 11
joechenAlfresco, 未分類 AAAR, alfresco
reset password
https://addons.alfresco.com/addons/alfresco-login-reset-password
Custom Alfresco Share header
https://addons.alfresco.com/addons/custom-alfresco-share-header
Permission Label for Share – Increase Alfresco User Engagement (要錢)
https://addons.alfresco.com/addons/permission-label-share-increase-alfresco-user-engagement
ECM Navigator (看資料夾)
https://addons.alfresco.com/addons/ecm-navigator
外部使用者存取安全
https://addons.alfresco.com/addons/sharebox-secure-external-sharing
(未確認) (要錢)
https://addons.alfresco.com/addons/formdocs-alfresco-formfactor
Alfresco Audit Analysis and Reporting (A.A.A.R.), 須另安裝Pentaho Data Integration
https://addons.alfresco.com/addons/alfresco-audit-analysis-and-reporting-aaar
OCR
https://addons.alfresco.com/addons/alfresco-simple-ocr-action
7 月 04
joechenAlfresco, 未分類 alfresco
在/opt/alfresco-community/tomcat/webapps/share/modules/editors/tinymce/langs
新增一組 zh_TW.js
並進行 unicode 轉換文件內的編碼
並將 zh_CN 變更為 zh_TW 即可
不用重載 alfresco, 即可立即套用
5 月 25
joechenAlfresco, 未分類 alfresco
[搜尋]
Alfresco: 關鍵字, 可以是短詞, 基於 Apache Lucene
Qsirch: 連續字元會被個別拆開去搜尋, 如: 賈伯斯 = 賈 or 伯 or 斯
差別: 如果有文件有單一字符合, 就會被列出來, Qsirch精準度較低
[上傳]
Alfresco: App / 網頁介面拖拉 / 網路芳鄰均可
Qsirch: 網路芳鄰可以, 網頁介面拖拉
差別: 無特別差異
[預覽]
Alfresco: 常見格式
Qsirch: 下載後觀看
[版本管理]
Alfresco: 有
Qsirch: 非 Qsirch 相關功能, 不應比較
[搜尋紀錄]
Alfresco:
Qsirch: 有
[指定搜尋]
Alfresco: 可指定格式, 但要到進階搜尋
Qsirch: 有, 已預分類格式(文件, 圖片…)
5 月 24
joechenAlfresco, 未分類 alfresco
檔名: cn2tw-lang.sh
#!/bin/bash
cd /opt/alfresco-community/
# 剛纔 -> 剛才
sed -i 's/\\u525b\\u7e94/\\u525b\\u624d/g' `find ./ -name *zh_TW.properties`
# 文檔 -> 檔案
sed -i 's/\\u6587\\u6a94/\\u6a94\\u6848/g' `find ./ -name *zh_TW.properties`
# 註銷 -> 登出
sed -i 's/\\u8a3b\\u92b7/\\u767b\\u51fa/g' `find ./ -name *zh_TW.properties`
# 站點 -> 站台
sed -i 's/\\u7ad9\\u9ede/\\u7ad9\\u53f0/g' `find ./ -name *zh_TW.properties`
# 數據 -> 資料
sed -i 's/\\u6578\\u64da/\\u8cc7\\u6599/g' `find ./ -name *zh_TW.properties`
# 創建 -> 新增
sed -i 's/\\u5275\\u5efa/\\u65b0\\u589e/g' `find ./ -name *zh_TW.properties`
# 存儲庫 -> 資源庫
sed -i 's/\\u5b58\\u5132\\u5eab/\\u8cc7\\u6e90\\u5eab/g' `find ./ -name *.properties`
================================================
以下是未調整前的紀錄資料
================================================
剛纔 \u525b\u7e94
剛才 \u525b\u624d
可利用 sed -i ‘s/u7e94/u624d/g’ `find ./ -name *.properties`
修改後, 要 service alfresco restart
頁面才會正常顯示(應是cache影響)
====================================
如有多字連續, 則會需要跳脫字元
文檔 \u6587\u6a94
文件 \u6587\u4ef6
cd /opt/alfresco-community/
sed -i ‘s/\\u6587\\u6a94/\\u6587\\u4ef6/g’ `find ./ -name *.properties`
==================
註銷 \u8a3b\u92b7
登出 \u767b\u51fa
cd /opt/alfresco-community/
sed -i ‘s/\\u8a3b\\u92b7/\\u767b\\u51fa/g’ `find ./ -name *.properties`
4 月 27
joechenAlfresco, 未分類 alfresco
http://serverfault.com/questions/472491/how-to-set-up-alfresco-share-behind-apache-reverse-proxy
在 VirtualHost 的參考設定如下
——————-
ServerAdmin joechen@nic.twbbs.org
ServerName wkm.nic.twbbs.org
ErrorLog logs/wkm.nic.twbbs.org-error_log
CustomLog logs/wkm.nic.twbbs.org-access_log common
ProxyPass /alfresco ajp://km.nic.twbbs.org:8009/alfresco
ProxyPassReverse /alfresco ajp://km.nic.twbbs.org:8009/alfresco
ProxyPass /share ajp://km.nic.twbbs.org:8009/share
ProxyPassReverse /share ajp://km.nic.twbbs.org:8009/share
Order Deny,Allow
Allow from all
Satisfy Any
RedirectMatch ^/$ /share/#
#
# RewriteEngine on
# RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
# RewriteRule .* – [F]
4 月 25
joechenAlfresco, 未分類 alfresco
可編輯 /opt/alfresco-community/alf_data/postgresql/postgresql.conf
修改 listen_addresses
可用 navicat 存取, 但 alfresco 會出現 資源不存在的錯誤
所以還是關閉比較好
4 月 18
joechenAlfresco, 未分類 alfresco
REF:
http://docs.alfresco.com/community/references/dev-extension-points-data-lists.html
Older Entries Newer Entries