Hey
Does anyone have any particular features they want to see in talisman?
How do people feel about the TOML & INI files for configuring? I'm not keen on a configuration editor (mainly because I struggle with ncurses) but if it's something that's really important it would probably be best
to start early so it's not such a huge undertaking later.
On my TALISMAN install, I started a message base that has MY
suggestions and wants... they are mainly MY desires, and I hope you
wouldn't read them as anything negative... some are probably stupid,
but all are from a USER. So... when I get it live, I think it might
help in FUTURE releases; I'm just joining the TALISMAN party and
all...
Does anyone have any particular features they want to see in talisman?
apam wrote to All <=-
Does anyone have any particular features they want to see in talisman?
How do people feel about the TOML & INI files for configuring? I'm not keen on a configuration editor (mainly because I struggle with ncurses) but if it's something that's really important it would probably be best
to start early so it's not such a huge undertaking later.
1) Bluewave support
2) full screen reader
3) possible web side like Magicka had? Was usable on phones but
Videotex :P
...ëîåï
How do people feel about the TOML & INI files for configuring? I'm not keen on a configuration editor (mainly because I struggle with ncurses) but if it's something that's really important it would probably be best
to start early so it's not such a huge undertaking later.
3) possible web side like Magicka had? Was usable on phones but I'll admit I didn't use it often and it would be on the bottom of the
list.
Lol deon... :P I do like logging into your sbbs videotex playground - I haven't quite figured out how to get around, BUT thats probably more that I've never used Videotex than anything else. It is NEAT, and I hope you keep working it out.
In my code test, 33 cols x 25 rows fit the iPhone beautifully when using Terminus' built-in zoom setting--e.g. essentially creating a 2x zoomed view. Here's a screenshot of the actual connection:
It would be killer to have an app that could view messages in a clean
mobile view from a BBS. Almost like a QWK reader but..... more
modern?
Having a web view certainly seems to be a solution--but the software
author would essentially need to create an entire framework (like
Synchronet does). Seems like a *lot* of work, especially when it's practically just another screen size that needs to be supported by the client and server.
This is a bit of a hack, and maybe an aside, but I wanted to do small
proof of concept on this. I'm leaning Go (golang) right now, and it's
pretty trivial to spin up a tcp (telnet) server. So...
Of course, there's more to a BBS than a welcome screen. I think menus
would be
easy to handle as art, it's more things like the FSE, wrapping, etc. I
could also see, essentially a specific BBS-based term app--like
MagiTerm or SyncTerm for iOS/Android.
It wasn't too hard with magicka, I used libmicrohttpd which is a library to implement a webserver, all I had to do was write the page generation - this was a bit harder using C as opposed to some more friendly web language like php.
The good thing about a web interface though is it doesn't only need to be working on a mobile phone, you can use it on a computer to check messages without logging in to the bbs - which can be useful if it's not your computer (most computers have a web browser, not so many a bbs telnet/ssh client)
The downside to using a bbs on a phone, and also a web interface on a phone is the width doesn't play nice with things like ansi messages that are formatted for 80 columns. On a web interface at least you can scroll around to see the message, on a small terminal it would look all wrong.
Still, if you don't mind skipping ansi messages, it could work. It would be lots of fun rewapping messages (sarcasm lol I hate rewrapping
messages) due to many systems formatting messages at around 80 columns. (including this one, which I really should fix... just not sure how.)
Yep, writing a BBS package isn't super hard, once you have a basic structure to manage users and the connection, the rest kind of falls into place.
Good luck with your project!
apam wrote to Tiny <=-
Bluewave shouldn't be too hard to add. Probably not in v0.6, but maybe
a bit later.
Full screen reader, I just finished this. Or at least an initial
version of one.
Web side, I'm still thinking about this, I admit the webside was one of
my favourite features of magicka and I used it all the time. It was a
heck of a lot of work though. I'm also not sure how it would work with
the way this is designed.
I'm thinking maybe this time adding some sort of api or cgi or some
thing to make a webside out of php or something and run it on a real server. I'm not sure. Probably wont happen for some time.
Sysop: | Gary Ailes |
---|---|
Location: | Pittsburgh, PA |
Users: | 132 |
Nodes: | 5 (0 / 5) |
Uptime: | 107:53:46 |
Calls: | 733 |
Files: | 2,171 |
Messages: | 81,476 |