English Amiga Board


Go Back   English Amiga Board > Support > support.AmigaOS

 
 
Thread Tools
Old 09 June 2023, 14:43   #1
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 56
Posts: 775
AmigaOS 3.1 Command Reference in AmigaGuide format

Does anyone know where I can find the AmigaOS 3.1 (DOS) command reference in AmigaGuide format?

I found a really good one in HTML format here:
http://www.jaruzel.com/amiga/amiga-o...eference-help/

At the bottom of that page it reads "Converted from AmigaGuide ...", so assuming it originates from AmigaGuide format. I tried contacting the author of that page, but it failed. Also tried searching Aminet but could only find something for AmigaOS 2.x there.

I want to use this on my A1200, so AmigaGuide format is preferred.
modrobert is offline  
Old 09 June 2023, 15:17   #2
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
You may try some of the html2guide converter on Aminet?
daxb is offline  
Old 09 June 2023, 16:25   #3
EctoOne
Registered User
 
EctoOne's Avatar
 
Join Date: Jun 2020
Location: Germany
Posts: 370
Try this https://aminet.net/package/docs/help/wb3guide
EctoOne is offline  
Old 09 June 2023, 20:57   #4
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 56
Posts: 775
Quote:
Originally Posted by EctoOne View Post
Thanks! Will check it out.

EDIT:

Unfortunately this only contains a list of the available AmigaDOS commands, not one page with a lot of info for each command like the HTML version I linked previously.

Quote:
Originally Posted by daxb View Post
You may try some of the html2guide converter on Aminet?
Found two different programs:
https://aminet.net/search?query=html2guide

Will try if any of them can convert this.

Last edited by modrobert; 09 June 2023 at 21:18.
modrobert is offline  
Old 09 June 2023, 21:34   #5
EctoOne
Registered User
 
EctoOne's Avatar
 
Join Date: Jun 2020
Location: Germany
Posts: 370
I found this one https://aminet.net/package/util/wb/Help
It's a bunch of separate files which seem to have additional info. It also comes with a search command/script but I haven't tried it.
EctoOne is offline  
Old 09 June 2023, 23:14   #6
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 56
Posts: 775
After cleaning up the HTML files a bit in Linux using 'sed' I managed to convert them to AmigaGuide format using this tool on my Amiga:
https://aminet.net/package/util/conv/HTML2Guide-1.2

I have uploaded the result to the Zone.

There is only one of the files with an icon (.info) and that's 'index.Guide' (the 'Index.Guide.info' file expects 'MultiView' in path to read the file). The rest of the '#?.Guide' files don't need be accessed directly.
modrobert is offline  
Old 10 June 2023, 05:14   #7
EctoOne
Registered User
 
EctoOne's Avatar
 
Join Date: Jun 2020
Location: Germany
Posts: 370
Nice. I took some extra steps and merged all files into one. I can upload it if anyone is interested.
EctoOne is offline  
Old 10 June 2023, 07:28   #8
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Sure thing EctoOne
mfilos is offline  
Old 10 June 2023, 07:34   #9
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 56
Posts: 775
Quote:
Originally Posted by EctoOne View Post
Nice. I took some extra steps and merged all files into one. I can upload it if anyone is interested.
Yes, please upload. Also, out of curiosity, how did you merge them (tools used)?
modrobert is offline  
Old 10 June 2023, 13:59   #10
EctoOne
Registered User
 
EctoOne's Avatar
 
Join Date: Jun 2020
Location: Germany
Posts: 370
It was mainly some string replacement to make the links internal.
Then I removed the first two lines of the subfiles to not make them guides anymore.
And then I appended each subfile to the Index.

I included a small script with links to the two additional tools I used.

Edit: Just a note, the script probably won't work with other guides.

And it might actually be possible to delete the first two lines with Rep and LISTs %m attribute instead of using an extra tool. But whatever.

Edit: I was bored and changed the script to only require Rep.
Attached Files
File Type: lha AOS31CMDREF.guideV2.lha (67.0 KB, 31 views)

Last edited by EctoOne; 10 June 2023 at 19:31.
EctoOne is offline  
Old 10 June 2023, 19:51   #11
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 56
Posts: 775
Quote:
Originally Posted by EctoOne View Post
It was mainly some string replacement to make the links internal.
Then I removed the first two lines of the subfiles to not make them guides anymore.
And then I appended each subfile to the Index.

I included a small script with links to the two additional tools I used.

Edit: Just a note, the script probably won't work with other guides.

And it might actually be possible to delete the first two lines with Rep and LISTs %m attribute instead of using an extra tool. But whatever.

Edit: I was bored and changed the script to only require Rep.
Thanks, works fine, better with one AmigaGuide file as opposed to over 100.
modrobert is offline  
Old 10 June 2023, 21:00   #12
EctoOne
Registered User
 
EctoOne's Avatar
 
Join Date: Jun 2020
Location: Germany
Posts: 370
It depends. I'm using KarmaHelp which auto generates an index file for documents. Having separate files skips showing an extra index.
I just combined it to keep it stored somewhere else.

And I prefer using the guide files over the text files from the help package I linked because they look better. The text files aren't formatted properly.
EctoOne is offline  
Old 11 June 2023, 07:21   #13
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 56
Posts: 775
Quote:
Originally Posted by EctoOne View Post
It depends. I'm using KarmaHelp which auto generates an index file for documents. Having separate files skips showing an extra index.
I just combined it to keep it stored somewhere else.

And I prefer using the guide files over the text files from the help package I linked because they look better. The text files aren't formatted properly.
I see what you mean, e.g. to do something like 'man list' on the command line, where 'man' is a simple script, it's useful to have the one ".Guide" file for each command.
modrobert is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
AmigaOS 1.3 ' strlng ' command malko Coders. Scripting 12 08 November 2021 01:25
AmigaOS 1.3 'wmn' command malko Coders. Scripting 0 01 November 2021 21:25
AmiBlitz command reference? smartroad Coders. Blitz Basic 16 15 November 2019 21:43
Protracker Command Reference as a printable PDF d0pefish support.Apps 5 20 March 2013 13:25
Just uploaded PDF format Amiga Hardware Reference Manual Anding Coders. General 23 04 September 2009 21:11

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:07.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08413 seconds with 16 queries