Skip to content

Commit

Permalink
Merge branch 'refs/heads/documentation-draft' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jan 16, 2025
2 parents a55b3da + 8379d44 commit 8c0e864
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions Documentation/Index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
![LUX](/Documentation/Images/logo_claim.svg#gh-light-mode-only "LUX")
![LUX](/Documentation/Images/logo_claim_white.svg#gh-dark-mode-only "LUX")
![LUX](Images/logo_claim.svg#gh-light-mode-only "LUX")
![LUX](Images/logo_claim_white.svg#gh-dark-mode-only "LUX")

# Living User eXperience - LUX - the Marketing Automation tool for TYPO3

LUX is an enterprise software solution that bridges the gap between your TYPO3 website and standalone marketing
automation tools. LUX tracks, identifies and analyzes your leads while providing visitors with an improved user
experience by showing relevant information at the right time.

In addition, with **LUXenterprise** you can use this data even more effectively by nurturing leads, running A/B tests
and using URL shorteners.

Or see interesting information of your visitors by extending data automatically via a GDPR-conform solution from
**WiredMinds**

![LUX screenshot](Images/screenshot_analysis_content_dark.png "LUX")

## [Privacy documentation](Privacy/Index.md)
See some basic hints to respect visitors privacy and follow the rules of GDPR (General Data Protection Regulation)
/ DSGVO (Datenschutzgrundverordnung).
Expand Down
27 changes: 27 additions & 0 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" ?>
<guides
xmlns="https://www.phpdoc.org/guides"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.phpdoc.org/guides vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd"
input-format="md"
index-name="Index"
automatic-menu="true"
>
<project
title="LUX"
version="main"
release="main"
copyright="LUX is powered by https://www.in2code.de/"
/>
<extension
class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
edit-on-github="in2code-de/lux"
edit-on-github-branch="develop"
interlink-shortcode="in2code/lux"
project-contact="https://github.com/einpraegsam"
project-home="https://github.com/in2code-de/lux/"
project-issues="https://github.com/in2code-de/lux/issues"
project-repository="https://github.com/in2code-de/lux/"
typo3-core-preferred="stable"
/>
</guides>
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
}
},
"scripts": {
"docs:render": "docker run --rm --pull always -v $(pwd):/project -it ghcr.io/typo3-documentation/render-guides:latest --config=Documentation",
"test:php:cs": "php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
"test:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
"test:ts:lint": "typoscript-lint -c .project/tests/typoscript-lint.yml --fail-on-warnings",
Expand Down

0 comments on commit 8c0e864

Please sign in to comment.