Skip to content

Commit

Permalink
add structure (and marker files) for my new project: dynamic-loaders
Browse files Browse the repository at this point in the history
  • Loading branch information
smartiniOnGitHub committed Sep 30, 2014
1 parent e68c8c1 commit 5c43807
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dynamic-loaders/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
.hg
.settings
.svn
80 changes: 80 additions & 0 deletions dynamic-loaders/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<link rel="icon" href="images/favicon.png" type="image/png"/>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>

<link rel="stylesheet" href="css/main.css" type="text/css"/>
<link rel="stylesheet" href="css/custom.css" type="text/css"/>
<link rel="stylesheet" href="css/print.css" type="text/css" media="print"/>

<title>Documentation - Dynamic-Loaders, Utility classes to simplify Dynamic Loading of Classes in the JVM</title>
</head>
<body>

<header>

<div class="header" role="banner">
<!--
<a href=""><img src="images/logo.png" alt="Home"/></a> -
//-->
<h1>Welcome to Dynamic-Loaders Documentation Web Site</h1>
</div>

</header>


<article>

<div id="page-body" role="main">
<br/><br/>
<p>
GINO is a Java library
to simplify Dynamic Loading of Classes (and more complex aggregates like Plugins, Modules, etc)
in Java and other JVM-based languages.
</p>

<br/><br/>
<p>
Home Page for the project (and sources) on GitHUB:
<a href="https://github.com/smartiniOnGitHub/dynamic-loaders/">Dynamic-Loaders</a>
</p>

<br/><br/>
<p>
License:
The project is licensed under the terms of the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
</p>


<br/><br/>
<p>
Project Status is: in development.
</p>
</div>

<article>


<footer>

<div class="footer" role="contentinfo">
<!--
Sample footer
//-->
</div>

</footer>


<!-- Now load some scripts -->
<!-- <script src="js/application.js" type="text/javascript"></script> //-->


</body>
</html>

0 comments on commit 5c43807

Please sign in to comment.