From 601c0ae6a27a226a97e43920b85255bcce4cbac4 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 22 May 2023 15:34:10 -0500 Subject: [PATCH] initial commit --- LICENSE | 19 +++++++++++++++++++ README.md | 3 +++ calculator/index.html | 1 + code/index.html | 1 + drawing/index.html | 1 + index.html | 37 +++++++++++++++++++++++++++++++++++++ slides/index.html | 1 + spreadsheet/index.html | 1 + text/index.html | 1 + 9 files changed, 65 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 calculator/index.html create mode 100644 code/index.html create mode 100644 drawing/index.html create mode 100644 index.html create mode 100644 slides/index.html create mode 100644 spreadsheet/index.html create mode 100644 text/index.html diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9cf1062 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..f854bee --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Office + +A fork of [awfice](https://github.com/zserge/awfice). diff --git a/calculator/index.html b/calculator/index.html new file mode 100644 index 0000000..2860ee5 --- /dev/null +++ b/calculator/index.html @@ -0,0 +1 @@ +
diff --git a/code/index.html b/code/index.html new file mode 100644 index 0000000..e0c7556 --- /dev/null +++ b/code/index.html @@ -0,0 +1 @@ + diff --git a/drawing/index.html b/drawing/index.html new file mode 100644 index 0000000..2340823 --- /dev/null +++ b/drawing/index.html @@ -0,0 +1 @@ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..107fe83 --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ + + + + Office + + +

Office

+

This website hosts Office, my fork of Awfice.

+

Office is a collection of tiny office suite apps:

+ + +

Office Suite Apps:

+ + + diff --git a/slides/index.html b/slides/index.html new file mode 100644 index 0000000..6c68a6a --- /dev/null +++ b/slides/index.html @@ -0,0 +1 @@ + diff --git a/text/index.html b/text/index.html new file mode 100644 index 0000000..2d5ad8d --- /dev/null +++ b/text/index.html @@ -0,0 +1 @@ + -- 2.45.2