Tool to produce HTML documentation with WYSIWYG or WYSIYM editor?
One of my colleagues has been tasked with producing documentation for three different products. The documentation needs to be in HTML, and if not properly compliant, at least close enough to display on IE, FF, & Chrome. The plan is to deploy it on a web server, and also install it along with one of the products.
My initial reaction is to recommend the following tech. stack:
- LyX
- LaTeX2HTML
- GNU Make
I've used the above stack on a number of projects before now, and also to produce my personal website.
However, this place is predominantly a Microsoft shop, and the colleague in question has a preference for WYSIWYG over WYSIWYM. He's also not a developer so suggestions like 'to change the footer just edit this Perl script' won't sit comfortably.
Can someone recommend an alternative tool or tech. stack (either Free or proprietary) that would allow a non-developer to build nicely structured, well indexed HTML documentation using MS Windows?
I'm quite happy for people to plug their own products :-)
html text-editors
add a comment |
One of my colleagues has been tasked with producing documentation for three different products. The documentation needs to be in HTML, and if not properly compliant, at least close enough to display on IE, FF, & Chrome. The plan is to deploy it on a web server, and also install it along with one of the products.
My initial reaction is to recommend the following tech. stack:
- LyX
- LaTeX2HTML
- GNU Make
I've used the above stack on a number of projects before now, and also to produce my personal website.
However, this place is predominantly a Microsoft shop, and the colleague in question has a preference for WYSIWYG over WYSIWYM. He's also not a developer so suggestions like 'to change the footer just edit this Perl script' won't sit comfortably.
Can someone recommend an alternative tool or tech. stack (either Free or proprietary) that would allow a non-developer to build nicely structured, well indexed HTML documentation using MS Windows?
I'm quite happy for people to plug their own products :-)
html text-editors
add a comment |
One of my colleagues has been tasked with producing documentation for three different products. The documentation needs to be in HTML, and if not properly compliant, at least close enough to display on IE, FF, & Chrome. The plan is to deploy it on a web server, and also install it along with one of the products.
My initial reaction is to recommend the following tech. stack:
- LyX
- LaTeX2HTML
- GNU Make
I've used the above stack on a number of projects before now, and also to produce my personal website.
However, this place is predominantly a Microsoft shop, and the colleague in question has a preference for WYSIWYG over WYSIWYM. He's also not a developer so suggestions like 'to change the footer just edit this Perl script' won't sit comfortably.
Can someone recommend an alternative tool or tech. stack (either Free or proprietary) that would allow a non-developer to build nicely structured, well indexed HTML documentation using MS Windows?
I'm quite happy for people to plug their own products :-)
html text-editors
One of my colleagues has been tasked with producing documentation for three different products. The documentation needs to be in HTML, and if not properly compliant, at least close enough to display on IE, FF, & Chrome. The plan is to deploy it on a web server, and also install it along with one of the products.
My initial reaction is to recommend the following tech. stack:
- LyX
- LaTeX2HTML
- GNU Make
I've used the above stack on a number of projects before now, and also to produce my personal website.
However, this place is predominantly a Microsoft shop, and the colleague in question has a preference for WYSIWYG over WYSIWYM. He's also not a developer so suggestions like 'to change the footer just edit this Perl script' won't sit comfortably.
Can someone recommend an alternative tool or tech. stack (either Free or proprietary) that would allow a non-developer to build nicely structured, well indexed HTML documentation using MS Windows?
I'm quite happy for people to plug their own products :-)
html text-editors
html text-editors
edited Nov 15 '14 at 23:25
Hennes
59.3k793143
59.3k793143
asked Oct 5 '10 at 3:14
Duncan BayneDuncan Bayne
241414
241414
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
A friend & colleague of mine has recommended RoboHelp.
add a comment |
https://codverter.com/src/webeditor - you can write HTML, CSS and JavaScript code Securely (everything is interpreted on the client machine) while viewing web page results in a split screen mode.
great for scraps, drafts and quick starts.
Here is a short youtube video about this editor.
(Full Disclosure: I am one of the developers).
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f195923%2ftool-to-produce-html-documentation-with-wysiwyg-or-wysiym-editor%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
A friend & colleague of mine has recommended RoboHelp.
add a comment |
A friend & colleague of mine has recommended RoboHelp.
add a comment |
A friend & colleague of mine has recommended RoboHelp.
A friend & colleague of mine has recommended RoboHelp.
answered Oct 6 '10 at 22:15
Duncan BayneDuncan Bayne
241414
241414
add a comment |
add a comment |
https://codverter.com/src/webeditor - you can write HTML, CSS and JavaScript code Securely (everything is interpreted on the client machine) while viewing web page results in a split screen mode.
great for scraps, drafts and quick starts.
Here is a short youtube video about this editor.
(Full Disclosure: I am one of the developers).
add a comment |
https://codverter.com/src/webeditor - you can write HTML, CSS and JavaScript code Securely (everything is interpreted on the client machine) while viewing web page results in a split screen mode.
great for scraps, drafts and quick starts.
Here is a short youtube video about this editor.
(Full Disclosure: I am one of the developers).
add a comment |
https://codverter.com/src/webeditor - you can write HTML, CSS and JavaScript code Securely (everything is interpreted on the client machine) while viewing web page results in a split screen mode.
great for scraps, drafts and quick starts.
Here is a short youtube video about this editor.
(Full Disclosure: I am one of the developers).
https://codverter.com/src/webeditor - you can write HTML, CSS and JavaScript code Securely (everything is interpreted on the client machine) while viewing web page results in a split screen mode.
great for scraps, drafts and quick starts.
Here is a short youtube video about this editor.
(Full Disclosure: I am one of the developers).
edited Feb 9 at 6:32
answered Feb 9 at 6:20
jonathanajonathana
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f195923%2ftool-to-produce-html-documentation-with-wysiwyg-or-wysiym-editor%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown