Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Announcement of devonfw-oasp merger
Browse files Browse the repository at this point in the history
  • Loading branch information
ManjiriBirajdar committed Apr 19, 2018
1 parent dd5e4a8 commit 3ac6edb
Show file tree
Hide file tree
Showing 21 changed files with 114,165 additions and 701 deletions.
7 changes: 5 additions & 2 deletions assets/content/OASP/about.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## Open Application Standard Platform
The OASP is a solution to building business applications which combine best-in-class frameworks and libraries as well as industry proven practices and code conventions.
## devonfw goes Open Source

devonfw is a platform which provides solutions to building business applications which combine best-in-class frameworks and libraries as well as industry proven practices and code conventions. devonfw is 100% Open Source (Apache License version 2.0) since the beginning of 2018.

devonfw is build on OASP, the Open Application Standard Platform, also licensed under the Apache License. With the move to Open Source, devonfw will fully merge with OASP. This is a work in progress and far from complete. But we will be finalizing the merger in the months to come.
Binary file added assets/images/devonfw-oasp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified favicon.ico
Binary file not shown.
41 changes: 38 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<!doctype html><html><head><meta charset="utf-8"><title>OASP</title><base href="/"><!--jquery--><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script><!--bootstrap--><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"><!--bootstrap--><link rel="stylesheet" href="./assets/font-awesome-4.7.0/css/font-awesome.min.css"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/x-icon" href="favicon.ico"><!--Markdown Prism css--><link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/themes/prism.min.css" rel="stylesheet"/><!-- Start Single Page Apps for GitHub Pages --><script type="text/javascript">// Single Page Apps for GitHub Pages
<!doctype html>
<html>

<head>
<meta charset="utf-8">
<title>devonfw</title>
<base href="/">
<!--jquery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--bootstrap-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ"
crossorigin="anonymous">
<!--bootstrap-->
<link rel="stylesheet" href="./assets/font-awesome-4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!--Markdown Prism css-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/themes/prism.min.css" rel="stylesheet" />

<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
Expand All @@ -24,11 +45,25 @@
);
}
}
}(window.location))</script><!-- End Single Page Apps for GitHub Pages --><link href="styles.a3833aaca16a8294b832.bundle.css" rel="stylesheet"/></head><body><app-root>Loading...</app-root><script>$(window).on("scroll", function () {
}(window.location))

</script>
<!-- End Single Page Apps for GitHub Pages -->
</head>

<body>
<app-root>Loading...</app-root>
<script>
$(window).on("scroll", function () {
if ($(window).scrollTop() > 500) {
$(".navbar").addClass("active");
} else {
//remove the background property so it comes transparent again (in css)
$(".navbar").removeClass("active");
}
});</script><script type="text/javascript" src="inline.4d733743d9c3af8f9537.bundle.js"></script><script type="text/javascript" src="polyfills.c2ee5918bccbe6881910.bundle.js"></script><script type="text/javascript" src="vendor.9540867b5d810dd64edf.bundle.js"></script><script type="text/javascript" src="main.50a0cf658936d35529d8.bundle.js"></script></body></html>
});

</script>
<script type="text/javascript" src="inline.a07175516c55c4014717.bundle.js"></script><script type="text/javascript" src="polyfills.ccd1aacf9c32f76596f8.bundle.js"></script><script type="text/javascript" src="styles.b6004af8e43fc0c9b7b4.bundle.js"></script><script type="text/javascript" src="vendor.5d7ecfdd5d93a2a60045.bundle.js"></script><script type="text/javascript" src="main.e3c8670696e5af08382a.bundle.js"></script></body>

</html>
1 change: 0 additions & 1 deletion inline.4d733743d9c3af8f9537.bundle.js

This file was deleted.

102 changes: 102 additions & 0 deletions inline.a07175516c55c4014717.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions inline.a07175516c55c4014717.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion main.50a0cf658936d35529d8.bundle.js

This file was deleted.

Loading

0 comments on commit 3ac6edb

Please sign in to comment.