diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 15:29:36 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 15:29:36 -0500 |
| commit | 77bf1327159cd30320a3ed303dd6d58b66267185 (patch) | |
| tree | 02482ae183741396d67af75438d3aa84f1ea1026 | |
| parent | 2f1a9e91687d6777cedbd1b1fe786aec7e556e57 (diff) | |
| download | org-live-77bf1327159cd30320a3ed303dd6d58b66267185.tar.gz org-live-77bf1327159cd30320a3ed303dd6d58b66267185.tar.bz2 org-live-77bf1327159cd30320a3ed303dd6d58b66267185.zip | |
| -rw-r--r-- | LICENSE | 27 | ||||
| -rw-r--r-- | README.md | 28 | ||||
| -rw-r--r-- | README.nfo | 21 |
3 files changed, 31 insertions, 45 deletions
@@ -1,19 +1,12 @@ -Copyright (c) 2024 Christian Cleberg +Copyright (C) 2026 krazy warez -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: +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. -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.
\ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 28b0704..0000000 --- a/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# README - -[org-live](https://org.cmc.pub) is a live environment for writing and -editing [org-mode](https://orgmode.org/). - -## Functions - -- Plain text editor with capitalization, autocorrect, and spellcheck - support. -- Show HTML output of the written org-mode. -- Download the org-mode content to a local file. -- Download the parsed HTML output to a local file. - -## Further Development - -### <span class="done DONE">DONE</span> Explore feasability of parsing org-mode to HTML constantly and sending parsed HTML output to a "viewing" pane. - -## Screenshots - -<figure> -<img src="./screenshots/light_preview.png" /> -<figcaption>Light Mode</figcaption> -</figure> - -<figure> -<img src="./screenshots/dark_preview.png" /> -<figcaption>Dark Mode</figcaption> -</figure> diff --git a/README.nfo b/README.nfo new file mode 100644 index 0000000..b8fd6ad --- /dev/null +++ b/README.nfo @@ -0,0 +1,21 @@ +┌──────────────────────────────────────────────────────────────┐ +│ O R G - L I V E [ KRZ ] krz.sh │ +└──────────────────────────────────────────────────────────────┘ + +WHAT + org-live is a live environment for writing and editing org-mode. + https://org.cmc.pub + +DOES + - plain text editor with capitalization, autocorrect, spellcheck + - html output of the written org-mode + - download the org-mode to a file + - download the parsed html to a file + +SCREENSHOTS + screenshots/light_preview.png + screenshots/dark_preview.png + +┌──────────────────────────────────────────────────────────────┐ +│ krz.sh │ +└──────────────────────────────────────────────────────────────┘ |
