Documentation Software

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
JackBroughton
Posts: 9
Joined: Tue Oct 21, 2014 2:18 am

Documentation Software

Post by JackBroughton » Fri May 29, 2015 5:09 am

Hi All,

I have recently taken on a huge someone legacy system to maintain and add features to.

The original programmer is a business man and had no programming experience and the code is a mess. To big of a mess for me to start documentation from scratch. Is there any software you can suggest for me to start building documentation for this program?

Regards

Jack

SparkOut
Posts: 2943
Joined: Sun Sep 23, 2007 4:58 pm

Re: Documentation Software

Post by SparkOut » Fri May 29, 2015 8:02 am

I don't know what you are expecting - I don't know of any software that you won't have to create documentation from scratch.
But try screensteps from http://www.bluemangolearning.com/ it is one of the nicest pieces of software I use.

scrabbles
Posts: 25
Joined: Sat Dec 20, 2014 4:32 am

Re: Documentation Software

Post by scrabbles » Thu Aug 13, 2015 9:32 am

Hi Jack,

Do you mean code documentation tools like doxygen/naturaldocs and the like that can generate "documentation" or more an editor that can be used for documenting systems like MS Word?

Code gen tools — I'm not sure if they can handle livecode without some wrangling.

Writing tools — There's a plethora of them, from the ubiquitous general word processors like MS Word/Pages, to lesser known but great editors like Scrivener/Ulysses/IA Writer, to specialised technical writing editors like Madcap Flare, Adobe Framemaker & Robohelp. Another alternative is to just write a bunch of markdown files in a text editor like emacs/sublime text/vim and convert them using pandoc (Ulysses/IA Writer are markdown editors too), or you can go the static html way or wiki route. I use a wiki (part of redmine) + occasional reStructuredText (used a lot in python software) and MS Word most often at work. I mostly use Scrivener for collecting thoughts and drafting pieces.

I haven't used it, but screensteps is often recommended, as per SparkOut's comment.

- Mark

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Documentation Software

Post by FourthWorld » Thu Aug 13, 2015 9:47 am

Is your interest in authoring documentation as specs, or learning about the structure/flow of the code base?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

golive
Posts: 98
Joined: Wed Jul 01, 2015 5:16 am

Re: Documentation Software

Post by golive » Fri Aug 14, 2015 1:44 am

I also looked for documentation tools. I found this useful:

http://forums.livecode.com/viewtopic.ph ... 30#p112416


Look for "Raspberry Pi stacks collection #44 = nuzzler7b.livecode"

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4163
Joined: Sun Jan 07, 2007 9:12 pm

Re: Documentation Software

Post by bn » Fri Aug 14, 2015 7:58 am

there are 2 "Script Reporter" in "Sample Stacks", one by Stewart Lynch and a modification of that one by David Glass.

Unfortunately both don't work very well with current LC.

I modified them and posted a version here:

http://forums.livecode.com/viewtopic.ph ... 56#p125246

Kind regards
Bernd

golive
Posts: 98
Joined: Wed Jul 01, 2015 5:16 am

Re: Documentation Software

Post by golive » Sat Aug 15, 2015 2:22 am

bn wrote:there are 2 "Script Reporter" in "Sample Stacks", one by Stewart Lynch and a modification of that one by David Glass.

Unfortunately both don't work very well with current LC.

I modified them and posted a version here:

http://forums.livecode.com/viewtopic.ph ... 56#p125246

Kind regards
Bernd
Hi Bernd

Thanks, looks good.

However printing gives a weird display.
15-08-2015 11-13-25 AM.png
I get the same messy overlap whether I print to paper on an HP printer, or print to a PDF file.


EDIT: I changed the print font using the Preferences cog and it works fine!

Very useful to have this routine, thanks for bringing it up to date.

Post Reply