Skip to content

Commit

Permalink
updating license
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLRead committed May 18, 2024
1 parent be2d1a8 commit 1566cf2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 25 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ and the way it works. The idea is to allow new open source hardware projects to
here by making a pull request against a simple flat file that adds a new project.
In this way the public is encouraged to add new projects.

However, the Arduino community is mature and has a standardized and accepted in the libary.json
file format. No consensus has yet formed in the open source hardware community, although
we advocate the [Open Know-How (OKH)](https://standards.internetofproduction.org/pub/okh/release/1)
standard.
However, the Arduino community is mature and has a standardized and accepted in the libary.json
file format. No consensus has yet formed in the open source hardware community, although
we advocate the [Open Know-How (OKH)](https://standards.internetofproduction.org/pub/okh/release/1)
standard.

We are seeking a registry that can take advantage of the OKH, but does not rely on it,
or even depend on git as a hosting mechanism.
We are seeking a registry that can take advantage of the OKH, but does not rely on it,
or even depend on git as a hosting mechanism.

## The osh-registry.json file Format

Expand Down Expand Up @@ -58,3 +58,11 @@ In this way the public is encouraged to add new projects.

## The Live Site
When you are ready, please visit the [live website](https://pubinv.github.io/osh-registry/).

## Contributors

This project is led by Robert L. Read, Christina Cole, Victoria Jaqua and Andrew Lamb.

## License

This project is free software licensed under the GNU Affero General Public License.
42 changes: 23 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
<!doctype html>
<html lang="en">

<! OSH Registry main file for github pages implementation
Copyright (C) 2024 Robert L. Read

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
--@>
<head>
<meta charset="utf-8">
<title>Nano Cap Table </title>
<meta name="description" content="Nan Cap Table">
<title> OSH Registry </title>
<meta name="description" content="OSH Registry">
<meta name="author" content="Robert L. Read and Prajwal Shah">
<link rel="stylesheet" href="./jquery-ui-1.13.2.custom/jquery-ui.min.css">
<link rel="stylesheet" href="./css/main.css">
Expand All @@ -14,33 +31,20 @@
crossorigin="anonymous"></script>

</head>
<script>
</script>
<body>

<h1> OSH Registry </h1>


<h1> Nano Cap Table </h1>

<p> A work-in-progress lightweight system for keeping a cap table
<p> A work-in-progress Registry and Search tool for Open Source Hardware projects.
</p>

<div>Give shares to a person:<div>
<div>
Shares: <input type=text id="shares"></input>
</div>
<div>
Person: <input type=text id="person"></input>
<div>

<p>
<button type="button" onclick="runUnitTests()">
Execute Tests!</button>
</p>

<p> This is a test of our ability to read S3 buckets:
<div id="viewer"></div>
</p>



<h2>Licensing</h2>

Expand Down

0 comments on commit 1566cf2

Please sign in to comment.