Skip to content

Commit

Permalink
Remove boschglobal reference and fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch authored and SebastianSchildt committed Feb 28, 2024
1 parent 0cd942b commit 15c057d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 139 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Thanks for your interest in this project!

* Please find information about the project at https://www.eclipse.org/kuksa/about/
* An overview of project resources including the code is at https://www.eclipse.org/kuksa/resources/
* If you would like to contribute, please consult https://www.eclipse.org/kuksa/contributing/
* Please find information about the project at https://eclipse-kuksa.github.io/kuksa-website/about/
* An overview of project resources including the code is at https://eclipse-kuksa.github.io/kuksa-website/resources/
* If you would like to contribute, please consult https://eclipse-kuksa.github.io/kuksa-website/contributing/
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Sources of the Kuksa website

For development you need to build the files through ```hugo --environment development```
GitHub Pages available under:
staging: https://boschglobal.github.io/kuksa.website/
original: https://eclipse-kuksa.github.io/kuksa-website/

Generated GitHub Pages available at https://eclipse-kuksa.github.io/kuksa-website/.
In addition https://www.eclipse.org/kuksa/ can also be used as link to the generated pages.

## How to build


For development you need to build the files through ```hugo --environment development```

You can run a local instance for testing purposes like below.

```
$:~/kuksa-website$ hugo server -D -s .
Start building sites …
hugo v0.111.3+extended linux/amd64 BuildDate=2023-03-16T08:41:31Z VendorInfo=debian:0.111.3-1
...
Web Server is available at http://localhost:1313/kuksa-website/ (bind address 127.0.0.1)
Press Ctrl+C to stop
```

2 changes: 1 addition & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The open Eclipse KUKSA project aims to provide shared building blocks for the So
{{< emph >}} Cooperate on plumbing. Compete on porcelain.{{< /emph >}}

One of the main features of KUKSA is abstracting vehicle data and interfaces to a common format based for example on the [Vehicle Signal Specification](https://covesa.github.io/vehicle_signal_specification/). That way, all functions sitting on top of KUKSA can run on all enabled cars. KUKSA itself focusses on the adaptation of various Vehicle Interfaces into a basic basic interfaces using simple APIs.
This enables you to add your preferred onboard or offboard techstack to new vehicle architectures more easily. If you are looking for a complete toolchain and paradigm to build vehicle apps, you may want to check out the [Eclipse Velocitas](https://websites.eclipseprojects.io/velocitas/) project.
This enables you to add your preferred onboard or offboard techstack to new vehicle architectures more easily. If you are looking for a complete toolchain and paradigm to build vehicle apps, you may want to check out the [Eclipse Velocitas](https://projects.eclipse.org/projects/automotive.velocitas) project.

The following picture shows an example deployment of KUKSA.

Expand Down
Binary file removed content/docimgs/Kuksa_IDE.png
Binary file not shown.
Binary file removed content/docimgs/bt_setup.png
Binary file not shown.
132 changes: 0 additions & 132 deletions content/documentation.md

This file was deleted.

0 comments on commit 15c057d

Please sign in to comment.