On 29 Dec 2012, at 18:12, Johnny Billquist <bqt at softjar.se> wrote:
Sure. Why not. I can add a link on my page as well, and I could add a couple of links on my Hecnet page... I'll do that.
Anyone else have some web resource that would be nice to have a link to from the HECnet page?
Johnny
Actually since we're using GETs, we could put the link in the RESULTS, so it goes and gets the info for that node from the other service in another window.
Adding that now.
Sampsa
On 2012-12-29 17:06, Bob Armstrong wrote:
... you have configured your DECnet with a large enough value in the
executive for maximum boradcast routers
How many broadcast routers are there on HECnet now?
Total? No idea. But there are around 15 or so on the bridge, I think.
Johnny
Sure. Why not. I can add a link on my page as well, and I could add a couple of links on my Hecnet page... I'll do that.
Anyone else have some web resource that would be nice to have a link to from the HECnet page?
Johnny
On 2012-12-29 17:03, sampsa at mac.com wrote:
Want me to add a link to rhesus.sampsa.com's info server to yours?
On 29 Dec 2012, at 17:42, Johnny Billquist <bqt at softjar.se> wrote:
On 2012-12-29 16:31, sampsa at mac.com wrote:
On 29 Dec 2012, at 17:29, Johnny Billquist <bqt at softjar.se> wrote:
By the way, I tossed together something similar for RSX, which runs on MIM. Just check http://madame.update.uu.se/~bqt/hecnet
Didn't do much beyond a proof of concept thing, but at this point, it could easily be extended in any direction wanted.
I'd add trying to grab the INFO.TXT file for one.
Yeah. Could do that, and lots of other things as well... Oh, hang on, I'll pull some info from my backend nodename database, which atleast have a couple of other fun things to present...
Johnny
... you have configured your DECnet with a large enough value in the
executive for maximum boradcast routers
How many broadcast routers are there on HECnet now?
Bob
Want me to add a link to rhesus.sampsa.com's info server to yours?
On 29 Dec 2012, at 17:42, Johnny Billquist <bqt at softjar.se> wrote:
On 2012-12-29 16:31, sampsa at mac.com wrote:
On 29 Dec 2012, at 17:29, Johnny Billquist <bqt at softjar.se> wrote:
By the way, I tossed together something similar for RSX, which runs on MIM. Just check http://madame.update.uu.se/~bqt/hecnet
Didn't do much beyond a proof of concept thing, but at this point, it could easily be extended in any direction wanted.
I'd add trying to grab the INFO.TXT file for one.
Yeah. Could do that, and lots of other things as well... Oh, hang on, I'll pull some info from my backend nodename database, which atleast have a couple of other fun things to present...
Johnny
On 2012-12-29 16:31, sampsa at mac.com wrote:
On 29 Dec 2012, at 17:29, Johnny Billquist <bqt at softjar.se> wrote:
By the way, I tossed together something similar for RSX, which runs on MIM. Just check http://madame.update.uu.se/~bqt/hecnet
Didn't do much beyond a proof of concept thing, but at this point, it could easily be extended in any direction wanted.
I'd add trying to grab the INFO.TXT file for one.
Yeah. Could do that, and lots of other things as well... Oh, hang on, I'll pull some info from my backend nodename database, which atleast have a couple of other fun things to present...
Johnny
On 29 Dec 2012, at 17:29, Johnny Billquist <bqt at softjar.se> wrote:
By the way, I tossed together something similar for RSX, which runs on MIM. Just check http://madame.update.uu.se/~bqt/hecnet
Didn't do much beyond a proof of concept thing, but at this point, it could easily be extended in any direction wanted.
I'd add trying to grab the INFO.TXT file for one.
sampsa
On 29 Dec 2012, at 17:27, Johnny Billquist <bqt at softjar.se> wrote:
On 2012-12-29 16:18, sampsa at mac.com wrote:
On 29 Dec 2012, at 17:17, Johnny Billquist <bqt at softjar.se> wrote:
Feel free to pull from MIM if you want to.
Help files under RSX looks the same way as under VMS, by the way, even if the actual program that reads them is a bit more stupid.
But I feel that this information is a bit too dynamic to really match how help files are set up. A separate tool, which can pull the information in real time would make more sense, I think.
Johnny
Well there's the Info Search on RHESUS, but that's a web service.
This actually can be made to be a cron job that runs every so often and uploads a new file to RHESUS::, it's fully automated.
"cron" job? Do you have a Unix system there? :-)
Anyway, a command line tool with a somewhat similar interface to HELP was more along the lines of my thinking. But sure, you could also have a job that regularly pulls down data and recreates your databases.
It's just a bit of Python and bash scripts that scrapes the RHESUS infoserver, and then adds the manually created files and finally uploads them to RHESUS.
Original idea was that people would send me actual .HLP files (with subsections etc) that I then compile into a HECNET.HLP file, this is still the case of course, but INFO.TXT works too.
On 2012-12-29 16:18, sampsa at mac.com wrote:
On 29 Dec 2012, at 17:17, Johnny Billquist <bqt at softjar.se> wrote:
Feel free to pull from MIM if you want to.
Help files under RSX looks the same way as under VMS, by the way, even if the actual program that reads them is a bit more stupid.
But I feel that this information is a bit too dynamic to really match how help files are set up. A separate tool, which can pull the information in real time would make more sense, I think.
Johnny
Well there's the Info Search on RHESUS, but that's a web service.
By the way, I tossed together something similar for RSX, which runs on MIM. Just check http://madame.update.uu.se/~bqt/hecnet
Didn't do much beyond a proof of concept thing, but at this point, it could easily be extended in any direction wanted.
Johnny
On 2012-12-29 16:18, sampsa at mac.com wrote:
On 29 Dec 2012, at 17:17, Johnny Billquist <bqt at softjar.se> wrote:
Feel free to pull from MIM if you want to.
Help files under RSX looks the same way as under VMS, by the way, even if the actual program that reads them is a bit more stupid.
But I feel that this information is a bit too dynamic to really match how help files are set up. A separate tool, which can pull the information in real time would make more sense, I think.
Johnny
Well there's the Info Search on RHESUS, but that's a web service.
This actually can be made to be a cron job that runs every so often and uploads a new file to RHESUS::, it's fully automated.
"cron" job? Do you have a Unix system there? :-)
Anyway, a command line tool with a somewhat similar interface to HELP was more along the lines of my thinking. But sure, you could also have a job that regularly pulls down data and recreates your databases.
Johnny