0
votes
3answers
81 views
Asp.net MVC introduction
Where can I find some asp.net MVC introduction articles/tutorials.
15
votes
15answers
808 views
What tools does your team use for writing user manuals?
Basic requests are:
human readable / text format (for easy version control)
online (for collaboration)
easy formatting (markdown ok, html is too much)
strict formatting (so autho …
1
vote
1answer
44 views
How to format source-code in a Framemaker document?
I have to write up a technical document in Framemaker that explains various programming source-code.
So my document consists of a bunch of text, followed by a bunch of source cod …
12
votes
9answers
1k views
Application (Not a Markup Language) for Producing a User Manual
Hi,
Can anyone recommend a program to create user manuals with? Not a markup language (like LaTeX or DocBook) but more something interactive like Scribus. As I'm not the only on …
1
vote
2answers
114 views
$+ in makefile
What does $+ in a GNU makefile mean?
Also, please give me some good lookup manual for writing makefiles.
0
votes
3answers
49 views
Unable to install MySQL manuals to Mac
This question is based on the thread.
I downloaded the manuals as the file "v5.1 (Maria) TGZ".
I moved the file to /usr/share/man/. I could not access the manuals by
man mysqlbug …
0
votes
8answers
183 views
How can I locally manage C manuals?
My Googling results in a huge amount of unnecessary results with C. My hope is to get the best C manuals local. I find the reference useful here. I would like to make my own notes …
5
votes
12answers
547 views
Best Manual Editing Software
I'm writing a manual for our new software product... and M$ Word just doesn't cut it. So what is the best software or language to use for creating/editing a software manual?
0
votes
4answers
91 views
Unable to put manuals open at Emacs directly from terminal
I want to open manuals directly in Terminal to Emacs by
man man
I put the following code as an alias in .zshrc unsuccessfully
alias man=x
unalias man
man() { emacs ^x man }
…
4
votes
6answers
227 views
Workflow to Turn Wiki content into a system manual
Hello,
We're in the middle of deploying a new software system to lot's of users in lot's of places (200+ users over 8 countries). In the past we've written a manual for the users …
0
votes
1answer
63 views
Unable to move fast between config files and manuals
Man's manual have the following
Specify the configuration file to use; the default is
/private/etc/man.conf. (See
man.conf(5).)
The PATH is in bold for /private/etc/man. …
3
votes
3answers
111 views
How do you use the “K”-button in the normal mode of VIM?
K is used to open manuals. I am interested how you use it. Can you use it to all kind of manuals, such as C, java and other things?
1
vote
3answers
123 views
Unable to compare all GNU Unix manuals with all Unix Manuals in Mac
I would like to compare all GNU Unix manuals and and Mac's Unix manuals by sdiff.
I do not know how you go through, for instance, all Mac's Unix manuals and then save them to a fi …
0
votes
2answers
33 views
Unable to get a system variable work for manuals
I have the following system variable in .zshrc
manuals='/usr/share/man/man<1-9>'
I run unsuccessfully
zgrep -c compinit $manuals/zsh*
I get
zsh: no matches found: /usr …
3
votes
5answers
141 views
PHP-Based Manual Apps
Are there any well-made web apps for writing tehcnical/API type manuals? I've got some code I want to write some "getting started" guides for and maybe some reference content.
PHP …
