From 47bce5fe253a362c1cc74cb0e2783b583418f0c5 Mon Sep 17 00:00:00 2001 From: Lance Pollard Date: Mon, 11 Dec 2023 23:46:39 -0800 Subject: [PATCH] make --- package.json | 2 +- readme.md | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 6868a48..a31a024 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@textsurf/tone", + "name": "@termsurf/tone", "version": "3.0.8", "main": "./host/index.js", "license": "Apache 2.0", diff --git a/readme.md b/readme.md index 5b8eb76..636addd 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@

- +

tone

@@ -26,11 +26,11 @@ script. We like to think of them as **modern runes**. This means you can write any human language on Earth in tone text (constructed language or natural language) and read it without having to learn that language's specific quirks. Here is an example of the modern runes using the new -[ToneEtch](https://github.com/textsurf/tone/blob/make/text/ToneEtch.otf) +[ToneEtch](https://github.com/termsurf/tone/blob/make/text/ToneEtch.otf) font.

- +

Tone text is a sound-based script like the @@ -41,7 +41,7 @@ memorize the sound. You simply learn the script and can pronounce the words and texts.

- +

You may note that Linguistics also has the International Phonetic @@ -53,11 +53,11 @@ writing sentences or long texts. Tone Text is meant for the later, for writing like you would in a normal language. The ASCII encoding is mapped to IPA for your knowledge in the -[Chat Text](https://github.com/textsurf/chat). Ideally, Tone Text would +[Chat Text](https://github.com/termsurf/chat). Ideally, Tone Text would be included in the Unicode standard, but [that is unlikely](http://www.unicode.org/pending/proposals.html). We have suggested it be used as a writing system -[on Mars](https://twitter.com/textsurf/status/1372723474741927938) 😂. +[on Mars](https://twitter.com/termsurf/status/1372723474741927938) 😂. It doesn't necessarily play well with dyslexia, which might find the highly symmetric patterns difficult. We think there are far better @@ -76,13 +76,13 @@ memorize how to pronounce words in a day or so, and from there you can read and write any language pretty well.

- +

## Usage ```ts -import tone from '@textsurf/tone' +import tone from '@termsurf/tone' // Makes it ready for the font from ASCII. tone.make('aa+xa+a-ita-') // => aa3xa3a4ita4 @@ -99,7 +99,7 @@ mouth-position-oriented sound. Ejectives and implosives are simply added with accent marks. Etc.

- +

Alphabetical order is this (1-36): @@ -194,7 +194,7 @@ l* l Here is the consonant IPA phonology chart mapping.

- +

## Numerology @@ -266,12 +266,12 @@ r To get access to the font for your own system, just click and download the -[ToneEtch.ttf](https://github.com/textsurf/tone/blob/make/text/ToneEtch.ttf) +[ToneEtch.ttf](https://github.com/termsurf/tone/blob/make/text/ToneEtch.ttf) directly. ## License -Copyright 2021-2023 TextSurf +Copyright 2021-2023 TermSurf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain @@ -285,11 +285,11 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -## TextSurf +## TermSurf -This is being developed by the folks at [TextSurf](https://text.surf), a +This is being developed by the folks at [TermSurf](https://term.surf), a California-based project for helping humanity master information and -computation. Find us on [Twitter](https://twitter.com/textsurf), -[LinkedIn](https://www.linkedin.com/company/textsurf), and -[Facebook](https://www.facebook.com/textsurf). Check out our other -[GitHub projects](https://github.com/textsurf) as well! +computation. Find us on [Twitter](https://twitter.com/termsurf), +[LinkedIn](https://www.linkedin.com/company/termsurf), and +[Facebook](https://www.facebook.com/termsurf). Check out our other +[GitHub projects](https://github.com/termsurf) as well!