diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 15:29:31 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 15:29:31 -0500 |
| commit | 954d4484ae51006b3c76c432ad469d7ecc33b71f (patch) | |
| tree | 7ace29232157ca0b690001a5496cf79340d16488 | |
| parent | 1839c49700b079dbc7026cfadbe40a8336d38f93 (diff) | |
| download | daybyday-954d4484ae51006b3c76c432ad469d7ecc33b71f.tar.gz daybyday-954d4484ae51006b3c76c432ad469d7ecc33b71f.tar.bz2 daybyday-954d4484ae51006b3c76c432ad469d7ecc33b71f.zip | |
| -rw-r--r-- | LICENSE | 33 | ||||
| -rw-r--r-- | README.md | 28 | ||||
| -rw-r--r-- | README.nfo | 25 |
3 files changed, 37 insertions, 49 deletions
@@ -1,21 +1,12 @@ -MIT License - -Copyright (c) 2026 Christian Cleberg - -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. +Copyright (C) 2026 krazy warez + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +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 6b010d7..0000000 --- a/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# DayByDay - -iOS app for young children to explore days of the week, months, and seasons — -tap a card to hear it read aloud. - -| iPhone | iPad | -|-------------------------------|-----------------------------| -|  |  | - -## Features - -- Days of the week, months of the year, and seasons displayed as large colorful - cards. -- Tap any card to hear it read aloud using Apple's on-device text-to-speech. -- Today's day, current month, and current season are automatically highlighted. -- Designed for ages 4–5 — large tap targets, bright visuals, no reading - required. -- Fully offline — no internet connection, no accounts, no ads. - -## Requirements - -- iOS 26 or later. -- For best audio quality, download an enhanced voice under `Settings` → - `Accessibility` → `Read & Speak` → `Voices`. - -## License - -MIT diff --git a/README.nfo b/README.nfo new file mode 100644 index 0000000..9f00081 --- /dev/null +++ b/README.nfo @@ -0,0 +1,25 @@ +┌──────────────────────────────────────────────────────────────┐ +│ D A Y B Y D A Y [ KRZ ] krz.sh │ +└──────────────────────────────────────────────────────────────┘ + +WHAT + ios app for young children. days of the week, months, and seasons + as large cards. tap a card to hear it read aloud. + +DOES + - days, months, and seasons as big colorful cards + - tap to hear it, apple on-device text-to-speech + - today's day, current month, and current season are highlighted + - built for ages 4-5. large tap targets. no reading required + - offline. no network, no accounts, no ads + +REQUIRES + ios 26 or later. for better audio, download an enhanced voice under + Settings > Accessibility > Read & Speak > Voices. + +LICENSE + 0bsd. see LICENSE. + +┌──────────────────────────────────────────────────────────────┐ +│ krz.sh │ +└──────────────────────────────────────────────────────────────┘ |
