From 59aeb194b03096cdfa086522bbdf688396d3731d Mon Sep 17 00:00:00 2001
From: garbash
Date: Sun, 3 May 2015 18:40:34 +0300
Subject: Adding TAMI specific conf
---
.../by-domain/rhizi.tami.org.il/login__header.html | 7 +++
src/local/domain/rhizi.tami.org.il/domain_types.js | 54 ++++++++++++++++++++++
2 files changed, 61 insertions(+)
create mode 100644 res/local/template/fragment/by-domain/rhizi.tami.org.il/login__header.html
create mode 100644 src/local/domain/rhizi.tami.org.il/domain_types.js
diff --git a/res/local/template/fragment/by-domain/rhizi.tami.org.il/login__header.html b/res/local/template/fragment/by-domain/rhizi.tami.org.il/login__header.html
new file mode 100644
index 00000000..ff1fd770
--- /dev/null
+++ b/res/local/template/fragment/by-domain/rhizi.tami.org.il/login__header.html
@@ -0,0 +1,7 @@
+Rhizi is a collaborative document for creating knowledge networks.
+By showing who works on what and who can help with tools/knowledge we can make tami better, stronger, faster!
+
That said, we are currently in alpha, so do expect a few bugs.
+
+ click here to receive updates
+
+
diff --git a/src/local/domain/rhizi.tami.org.il/domain_types.js b/src/local/domain/rhizi.tami.org.il/domain_types.js
new file mode 100644
index 00000000..40ca8a75
--- /dev/null
+++ b/src/local/domain/rhizi.tami.org.il/domain_types.js
@@ -0,0 +1,54 @@
+define({
+ type_attributes: [
+ ['collaborator', {
+ 'title': 'Human',
+ 'attributes': ['affiliation',
+ 'description',
+ 'email',
+ 'image-url',
+ 'name',
+ 'url'
+ ],
+ }],
+ ['keyword', {
+ 'title': 'Keyword',
+ 'attributes': ['description', 'url', 'image-url'],
+ }],
+ ['project', {
+ 'title': 'Project',
+ 'attributes': ['description', 'url', 'rhizi-url', 'image-url'],
+ }],
+ ['idea', {
+ 'title': 'Idea',
+ 'attributes': ['description', 'url', 'image-url'],
+ }],
+ ['skill', {
+ 'title': 'Skill',
+ 'attributes': ['description', 'url', 'image-url'],
+ }],
+ ['resource', {
+ 'title': 'Tool',
+ 'attributes': ['description', 'url', 'image-url'],
+ }]
+ ],
+ attribute_titles: {
+ 'affiliation': 'Affiliation',
+ 'description': 'Description',
+ 'email': 'Email',
+ 'name': 'Name',
+ 'type': 'Type',
+ 'url': 'URL',
+ 'image-url': 'Image URL',
+ 'rhizi-url': 'Rhizi URL',
+ },
+ attribute_ui: {
+ 'affiliation': 'textarea',
+ 'description': 'textarea',
+ 'email': 'input',
+ 'name': 'input',
+ 'type': 'type',
+ 'image-url': 'image',
+ 'url': 'url',
+ 'rhizi-url': 'rhizi-url',
+ },
+});
--
cgit v1.3.1