Skip to content

Commit

Permalink
Update dependencies, UI5 and homepage URL
Browse files Browse the repository at this point in the history
  • Loading branch information
akudev committed Dec 6, 2023
1 parent d954185 commit 941c256
Show file tree
Hide file tree
Showing 10 changed files with 7,811 additions and 5,435 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# What is it

UI5Lab is a community driven repository for UI5 Custom Control Libraries. It's purpose is to make it easy for everyone to share, retrieve and use UI5 Custom Controls. Explore them in the [UI5Lab browser](https://ui5lab.io/browser). Contributions welcome!
UI5Lab is a community driven repository for UI5 Custom Control Libraries. It's purpose is to make it easy for everyone to share, retrieve and use UI5 Custom Controls. Explore them in the [UI5Lab browser](https://ui5lab.github.io/UI5Lab-central/browser). Contributions welcome!

# UI5Lab-central
This repository contains essential project information and hosts central infrastructure that links together all contributed libraries. Have a look at our [documentation](http://ui5lab.io/docs/) for more details.
This repository contains essential project information and hosts central infrastructure that links together all contributed libraries. Have a look at our [documentation](http://ui5lab.github.io/UI5Lab-central/docs/) for more details.

### Setup

Expand Down Expand Up @@ -41,9 +41,9 @@ npm start
# Directions

* [Homepage](https://ui5lab.io) - the single point of entry for UI5Lab
* [Documentation](https://ui5lab.io/docs) - project overview and tutorials
* [Browser](https://ui5lab.io/browser) - all UI5Lab libraries and examples
* [Homepage](https://ui5lab.github.io/UI5Lab-central/) - the single point of entry for UI5Lab
* [Documentation](https://ui5lab.github.io/UI5Lab-central/docs) - project overview and tutorials
* [Browser](https://ui5lab.github.io/UI5Lab-central/browser) - all UI5Lab libraries and examples
* [Demo](https://ui5lab.github.io/UI5Lab-app-simple/index.html) - an example app consuming simple UI5Lab controls

# Troubleshooting
Expand All @@ -54,6 +54,6 @@ Be sure to include enough details and context to reproduce the issue and follow
# Contact

We organize this project in [Slack Channel #UI5Lab](https://openui5.slack.com/messages/UI5lab).
If you are interested in what we do and discuss, join with this [invitation link](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/) or visit the homepage [https://ui5lab.io](https://ui5lab.io).
If you are interested in what we do and discuss, join with this [invitation link](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/) or visit the homepage [https://ui5lab.github.io/UI5Lab-central/](https://ui5lab.github.io/UI5Lab-central/).

*The UI5Lab Community*
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ New here? Take a look at our [quick start](general/quick_start.md) guide.

#### Browse libraries and samples

Have a look at the [UI5Lab browser](https://ui5lab.io/browser), where all current UI5Lab libraries and controls can be viewed.
Have a look at the [UI5Lab browser](https://ui5lab.github.io/UI5Lab-central/browser), where all current UI5Lab libraries and controls can be viewed.

#### Use a UI5Lab library in your app

Expand All @@ -24,9 +24,9 @@ Check the [README](https://github.com/UI5Lab/UI5Lab-central/blob/master/README.m

## Directions

* [Homepage](https://ui5lab.io) - the single point of entry for UI5Lab
* [Documentation](https://ui5lab.io/docs) - project overview and tutorials
* [Browser](https://ui5lab.io/browser) - all UI5Lab libraries and examples
* [Homepage](https://ui5lab.github.io/UI5Lab-central/) - the single point of entry for UI5Lab
* [Documentation](https://ui5lab.github.io/UI5Lab-central/docs) - project overview and tutorials
* [Browser](https://ui5lab.github.io/UI5Lab-central/browser) - all UI5Lab libraries and examples
* [Demo](https://ui5lab.github.io/UI5Lab-app-simple/index.html) - an example app consuming simple UI5Lab controls

## Troubleshooting
Expand All @@ -37,7 +37,7 @@ Be sure to include enough details and context to reproduce the issue and follow
## Contact

We organize this project in [Slack Channel #UI5Lab](https://openui5.slack.com/messages/UI5lab).
If you are interested in what we do and discuss, join with this [invitation link](http://slackui5invite.herokuapp.com/) or visit the homepage [https://ui5lab.io](https://ui5lab.io).
If you are interested in what we do and discuss, join with this [invitation link](http://slackui5invite.herokuapp.com/) or visit the homepage [https://ui5lab.github.io/UI5Lab-central/](https://ui5lab.github.io/UI5Lab-central/).

*The UI5Lab Community*

Expand Down
10 changes: 5 additions & 5 deletions docs/general/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The app implemented in UI5 can also be used for testing control samples and prev

Source: [https://github.com/UI5Lab/UI5Lab-library-simple](https://github.com/UI5Lab/UI5Lab-library-simple)

Demo: [geometry samples](https://ui5lab.io/browser)
Demo: [geometry samples](https://ui5lab.github.io/UI5Lab-central/browser)

Used in: [UI5Lab-central](https://github.com/UI5Lab/UI5Lab-central)

Expand All @@ -50,7 +50,7 @@ The libraries and controls provided by the individual owners can be retrieved an

Source: [https://github.com/UI5Lab/UI5Lab-library-simple](https://github.com/UI5Lab/UI5Lab-library-simple)

Demo: [Homepage](https://ui5lab.io/) [Browser](https://ui5lab.io/browser)
Demo: [Homepage](https://ui5lab.github.io/UI5Lab-central/) [Browser](https://ui5lab.github.io/UI5Lab-central/browser)

Used in: -

Expand All @@ -68,18 +68,18 @@ So **gh-pages should never be edited manually**.
2. `"ui5-nabi-m": "^0.1.0"`

#### Homepage
To edit the [ui5lab.io](https://ui5lab.io) website, modify the `index.html` file in `UI5Lab-central/homepage`. These will become the root of `UI5Lab-central/gh-pages` once the Travis job is finished.
To edit the [ui5lab.github.io/UI5Lab-central/](https://ui5lab.github.io/UI5Lab-central/) website, modify the `index.html` file in `UI5Lab-central/homepage`. These will become the root of `UI5Lab-central/gh-pages` once the Travis job is finished.

#### Documentation
Our [documentation](https://ui5lab.io/docs) is located in `UI5Lab-central/docs`. It is parsed by Docsify and made available under `UI5Lab-central/gh-pages/docs` once the Travis job is finished.
Our [documentation](https://ui5lab.github.io/UI5Lab-central/docs) is located in `UI5Lab-central/docs`. It is parsed by Docsify and made available under `UI5Lab-central/gh-pages/docs` once the Travis job is finished.

### UI5Lab-browser

A browser to display custom libraries and control examples on the UI5Lab homepage. The app implemented in UI5 can also be used for testing control samples and previewing libraries during development.

Source: [https://github.com/UI5Lab/UI5Lab-browser](https://github.com/UI5Lab/UI5Lab-browser)

Demo: [Browser](https://ui5lab.io/browser)
Demo: [Browser](https://ui5lab.github.io/UI5Lab-central/browser)

Used in: [UI5Lab-central](https://github.com/UI5Lab/UI5Lab-central), [UI5Lab-library-simple](https://github.com/UI5Lab/UI5Lab-central)

Expand Down
2 changes: 1 addition & 1 deletion docs/general/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ UI5Lab is a community-driven repository for UI5 custom control libraries. It's p

#### Explore UI5Lab
We provide examples, best practices, and infrastructure to share and retrieve custom control libraries from and for the community.
Have a look at our [browser](https://ui5lab.io/browser) to see all currently available controls or check our [project overview](general/overview.md) for more details.
Have a look at our [browser](https://ui5lab.github.io/UI5Lab-central/browser) to see all currently available controls or check our [project overview](general/overview.md) for more details.

#### Use a UI5Lab library in your app

Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/contribute_infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Here is a short description about tasks the members of the UI5Lab Core Team have

* [@michadelic](https://github.com/Michadelic) has implemented a Travis job that gets automatically called whenever a pull request is merged into UI5lab-central
* The Travis job will rebuild the complete `UI5Lab-central/gh-pages`-branch. So **gh-pages should never be edited manually**.
* To edit the [ui5lab.io](https://ui5lab.io) website, modify the files in `UI5Lab-central/homepage`. These will become the root of `UI5Lab-central/gh-pages` once the Travis job is finished
* To edit the [ui5lab.github.io/UI5Lab-central/](https://ui5lab.github.io/UI5Lab-central/) website, modify the files in `UI5Lab-central/homepage`. These will become the root of `UI5Lab-central/gh-pages` once the Travis job is finished
* A pull request for a new library should include additions to `package.json`. If not, someone from the Core Team has to edit theses files.
* `UI5Lab-central/package.json` allows libraries from npmjs and github. For example
1. `"openui5-qrcode": https://github.com/StErMi/openui5-qrcode`
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/contribute_ui5lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In this repository we provide infrastructure for discovering and showcasing a co

* A build infrastructure retrieves the content based on library metadata and lists it here in a central sample browser
* The tools to load and display many different custom artifacts from individual code packages do not exist yet for this project. This is where we will take the next steps together.
* A public homepage showcasing and featuring all projects that are made available for UI5Lab is work in progress, we have registered the domains ui5lab.io and ui5lab.com
* A public homepage showcasing and featuring all projects that are made available for UI5Lab is work in progress
* Feel free to contribute to all of the example projects under this organization to make them more robust and flexible.
* Templates to kick-start library and app development may be added as new repositories under this organization

Expand Down
2 changes: 1 addition & 1 deletion homepage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h1>Join the Lab!</h1>
<a href="https://github.com/UI5Lab/UI5Lab-central/" target="_blank" class="links">
<div class="circle2" alt="Contribute">Contribute</div>
</a>
<a href="https://ui5lab.io/docs/" target="_blank" class="links">
<a href="https://ui5lab.github.io/UI5Lab-central/docs/" target="_blank" class="links">
<div class="circle3" alt="Docs">Docs</div>
</a>
<a href="contact.html" class="links">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UI5Lab Browser</title>
<script id="sap-ui-bootstrap"
src="https://openui5.hana.ondemand.com/1.71.46/resources/sap-ui-core.js"
src="https://openui5.hana.ondemand.com/1.71.60/resources/sap-ui-core.js"
data-sap-ui-theme="sap_belize"
data-sap-ui-resourceroots='{
"ui5lab.browser": "./",
Expand Down
Loading

0 comments on commit 941c256

Please sign in to comment.