Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Apache Unomi provides the following connectors:
==== Call for contributors

We are looking for help with the development of additional connectors. Any contribution (large or small) is more than
welcome. Feel free to discuss this in our link:http://unomi.apache.org/community.html[mailing list, window="_blank"].
welcome. Feel free to discuss this in our link:http://unomi.apache.org/community/[mailing list, window="_blank"].
6 changes: 3 additions & 3 deletions manual/src/archives/1.5/asciidoc/datamodel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Inherits all the fields from: <<Item>>
|===
| *Field* | *Type* | *Description*

| eventType | String | Contains an identifier for the field type, which may be any value as Apache Unomi does not come with strict event type definitions and accepts custom events types. The system comes with built-in event types such as “view”, “form”, “login”, “updateProperties” but additional event types may of course be used by developers integrating with Apache Unomi.
| eventType | String | Contains an identifier for the event type, which may be any value as Apache Unomi does not come with strict event type definitions and accepts custom events types. The system comes with built-in event types such as “view”, “form”, “login”, “updateProperties” but additional event types may of course be used by developers integrating with Apache Unomi.

| sessionId | String | The unique identifier of a Session object

Expand Down Expand Up @@ -415,7 +415,7 @@ Inherits all the fields from: n/a

| typeIdentifier | String | This is a unique consent type identifier, basically a unique name for the consent. Example of such types might include: “newsletter”, “personalization”, “tracking”.

| status | GRANTED / DENIED / REVOKED | A copy of the profile associated with the session
| status | GRANTED / DENIED / REVOKED | The type of status for this consent

| statusDate | Date | The date (in ISO 8601 format) at which the current status was set

Expand Down Expand Up @@ -1066,7 +1066,7 @@ Inherits all the fields from: <<MetadataItem>>
|===
| *Field name* | *Type* | *Description*

| elements | ScoringElement array | A ScoringElement is composed of:* A Condition* A Score increment valueEach element defines a separate condition (tree) that will increment the defined score for this scoring plan, making it possible to have completely different conditions to augment a score
| elements | ScoringElement array | A ScoringElement is composed of: a Condition and a score value to increment. Each element defines a separate condition (tree) that will increment the defined score for this scoring plan, making it possible to have completely different conditions to augment a score.

|===

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Apache Unomi provides the following connectors:
==== Call for contributors

We are looking for help with the development of additional connectors. Any contribution (large or small) is more than
welcome. Feel free to discuss this in our link:http://unomi.apache.org/community.html[mailing list, window="_blank"].
welcome. Feel free to discuss this in our link:http://unomi.apache.org/community/[mailing list, window="_blank"].
6 changes: 3 additions & 3 deletions manual/src/archives/1.6/asciidoc/datamodel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Inherits all the fields from: <<Item>>
|===
| *Field* | *Type* | *Description*

| eventType | String | Contains an identifier for the field type, which may be any value as Apache Unomi does not come with strict event type definitions and accepts custom events types. The system comes with built-in event types such as “view”, “form”, “login”, “updateProperties” but additional event types may of course be used by developers integrating with Apache Unomi.
| eventType | String | Contains an identifier for the event type, which may be any value as Apache Unomi does not come with strict event type definitions and accepts custom events types. The system comes with built-in event types such as “view”, “form”, “login”, “updateProperties” but additional event types may of course be used by developers integrating with Apache Unomi.

| sessionId | String | The unique identifier of a Session object

Expand Down Expand Up @@ -415,7 +415,7 @@ Inherits all the fields from: n/a

| typeIdentifier | String | This is a unique consent type identifier, basically a unique name for the consent. Example of such types might include: “newsletter”, “personalization”, “tracking”.

| status | GRANTED / DENIED / REVOKED | A copy of the profile associated with the session
| status | GRANTED / DENIED / REVOKED | The type of status for this consent

| statusDate | Date | The date (in ISO 8601 format) at which the current status was set

Expand Down Expand Up @@ -1066,7 +1066,7 @@ Inherits all the fields from: <<MetadataItem>>
|===
| *Field name* | *Type* | *Description*

| elements | ScoringElement array | A ScoringElement is composed of:* A Condition* A Score increment valueEach element defines a separate condition (tree) that will increment the defined score for this scoring plan, making it possible to have completely different conditions to augment a score
| elements | ScoringElement array | A ScoringElement is composed of: a Condition and a score value to increment. Each element defines a separate condition (tree) that will increment the defined score for this scoring plan, making it possible to have completely different conditions to augment a score.

|===

Expand Down
2 changes: 1 addition & 1 deletion manual/src/main/asciidoc/connectors/connectors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Apache Unomi provides the following connectors:
==== Call for contributors

We are looking for help with the development of additional connectors. Any contribution (large or small) is more than
welcome. Feel free to discuss this in our link:http://unomi.apache.org/community.html[mailing list, window="_blank"].
welcome. Feel free to discuss this in our link:http://unomi.apache.org/community/[mailing list, window="_blank"].
6 changes: 3 additions & 3 deletions manual/src/main/asciidoc/datamodel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Inherits all the fields from: <<Item>>
|===
| *Field* | *Type* | *Description*

| eventType | String | Contains an identifier for the field type, which may be any value as Apache Unomi does not come with strict event type definitions and accepts custom events types. The system comes with built-in event types such as “view”, “form”, “login”, “updateProperties” but additional event types may of course be used by developers integrating with Apache Unomi.
| eventType | String | Contains an identifier for the event type, which may be any value as Apache Unomi does not come with strict event type definitions and accepts custom events types. The system comes with built-in event types such as “view”, “form”, “login”, “updateProperties” but additional event types may of course be used by developers integrating with Apache Unomi.

| sessionId | String | The unique identifier of a Session object

Expand Down Expand Up @@ -415,7 +415,7 @@ Inherits all the fields from: n/a

| typeIdentifier | String | This is a unique consent type identifier, basically a unique name for the consent. Example of such types might include: “newsletter”, “personalization”, “tracking”.

| status | GRANTED / DENIED / REVOKED | A copy of the profile associated with the session
| status | GRANTED / DENIED / REVOKED | The type of status for this consent

| statusDate | Date | The date (in ISO 8601 format) at which the current status was set

Expand Down Expand Up @@ -1066,7 +1066,7 @@ Inherits all the fields from: <<MetadataItem>>
|===
| *Field name* | *Type* | *Description*

| elements | ScoringElement array | A ScoringElement is composed of:* A Condition* A Score increment valueEach element defines a separate condition (tree) that will increment the defined score for this scoring plan, making it possible to have completely different conditions to augment a score
| elements | ScoringElement array | A ScoringElement is composed of: a Condition and a score value to increment. Each element defines a separate condition (tree) that will increment the defined score for this scoring plan, making it possible to have completely different conditions to augment a score.

|===

Expand Down
2 changes: 1 addition & 1 deletion wab/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>Where to go from here</h2>
</li>
<li>Try out some <a href="http://unomi.apache.org/manual/latest/index.html#_integration_samples"
target="_blank">samples</a></li>
<li>Join <a href="http://unomi.apache.org/community.html" target="_blank">Apache Unomi's mailing lists</a></li>
<li>Join <a href="http://unomi.apache.org/community/" target="_blank">Apache Unomi's mailing lists</a></li>
<li>Star the project on Github <!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/apache/incubator-unomi" data-icon="octicon-star"
data-show-count="true" aria-label="Star apache/incubator-unomi on GitHub">Star</a>
Expand Down