From 78a93e5f5ed74010a130367d27221b2a11fb6542 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Mon, 1 Jan 2024 14:34:00 -0800 Subject: Update README.md --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8b3cb72..dd3b206 100644 --- a/README.md +++ b/README.md @@ -4,33 +4,39 @@ Written in Swift and SwiftUI. ![IMG_0660](https://github.com/mierau/hotline/assets/55453/0382a669-4a95-4382-b476-60f9417092d4) -# Working on iOS -- Tracker Listing -- Connect to server by address +**Note:** This project is a Hotline *client*. If you would like to run your own server (you should!), the Mobius project looks like it might be for you: https://github.com/jhalter/mobius + +# Project Status + +### Working on macOS +- Multi-tracker and server bookmarks. +- Connect to multiple servers at once. - Agreements - Banners - Public Chat +- Chat Export - User List - News Browsing & Reading - Message Board Reading - File Browsing +- File Downloading -![IMG_0658](https://github.com/mierau/hotline/assets/55453/8d9fd292-80b7-4c3a-b1a2-6311994ec8e7) +![CleanShot 2024-01-01 at 11 59 13@2x](https://github.com/mierau/hotline/assets/55453/b8cbad58-e1e2-4ff3-ba4b-fa3302c897ca) -# Working on macOS -- Multi-tracker and server bookmarks. -- Connect to multiple servers at once. +### Working on iOS +- Tracker Listing +- Connect to server by address - Agreements - Banners - Public Chat -- Chat Export - User List - News Browsing & Reading - Message Board Reading - File Browsing -- File Downloading -# Todo +![IMG_0658](https://github.com/mierau/hotline/assets/55453/8d9fd292-80b7-4c3a-b1a2-6311994ec8e7) + +# TODO - Username and icon changing - Messaging preferences - News posting/replying @@ -46,4 +52,5 @@ Written in Swift and SwiftUI. # Goals - Keep the HotlineClient, HotlineTrackerClient, and HotlineFileClient classes reusable so people can use it in other Swift Hotline projects. - Bring a modern Hotline client to iOS, iPadOS, and macOS using one codebase. +- Bring back some of that Hotline branding as the trademark on the name and logo have been expunged for years, hey, I want Hotline called Hotline with the classic H logo on my modern Apple device, okay? :) - Have fun. :) -- cgit