How to hook Flare-built online help into a web application? - flare

I have uploaded some MadCap Flare online help files into my SVN repository. What code does the web developer use to get these help pages into the online help of the web application?

On their website, MadCap Software provides a context sensitive help guide for Flare. It should show you what the technical writer and what the developer has to do to link the help system to the application, depending on which type of help output you are creating. You can find it here: http://docs.madcapsoftware.com/flare2018/FlareCSHGuide.pdf.
Fair warning, so far I have no experience with the information provided in the guide, as our CHM help system was already up and running when I started working on our Flare project, so I've never initially linked a Flare project to an application, just updated an existing project (therefore the "should show you").
If you have further questions about Flare, the peer-to-peer support forum (https://forums.madcapsoftware.com) is usually a really good resource. There are a couple of very active users there that really know the ins and outs of Flare. Might be worth it to go over there for Flare specific information, as Flare is a niche tool probably only known to few here on stackoverflow, but it's the bread and butter for the guys and gals over in the MadCap forums.

Related

How do I add a mergebot to my Plastic SCM project

In Plastic SCM documentation, I saw mentions of mergebot and other automation tools and I'd like to also add them to my project.
But I know nothing about DevOps stuff and I'm wondering how to do it. I found info that I need to use webadmin for this but I struggle to set up it.
Could anyone please provide some instruction steps or link to documentation? From what I tried to search there is different info about this and it's spread among a bunch of web pages (and none of them helped me).
And BTW, are automation tools available at all in CLoud Edition? And does it matter whether I work centralized or decentralized? (I use the former option)
So I contacted Plastic SCM support and it turns out mergebot isn't available in Cloud Edition, only in Enterprise

Intel ESG tutorials and examples needed

I am looking for Intel ESG (Intel Expressway Service Gateway) I have to work on this so I am looking for any documentation or tutorial links.
Please if anyone uses this or know about something on it Please help me.
MuleSoft has very good developer community and lot of online resources available. If you go to developer site for MuleSoft you will get everything that you want. Browse through sub-menu of 'Resources' and 'Community' menu.
MuleSoft documentation is also comprehensive and contains samples in some cases.

Apache Isis vs JSON Presentation

I am working on building a sample web application for proof of concept - with a link of some sort on an html page consuming a restful web service via a json object and displaying the data on the web page .
Something like the Apache Isis todo maintenance version with presentation of the json representation on a web page.
I have been trying to use the JQueryMobile example of the Apache Isis (http://danhaywood.com/2012/01/20/jquerymobile-on-apache-isis-rest-api/). But, I do not have the original source code (only the war file with some online demo jar files in the lib). I could decompile the online demo jar files, but its not straight forward setting up the project in eclipse for adapting to a real life project. I searched the Isis github repo and could not find the source , no archtype like the simple wicket etc. Please, could someone help, I really need a sample app or references, with source file and or any kind of guideline on how this works end to end.
FYI - We are not considering changing the choice of technology here, Its DDD using Apache Isis. Any help will be appreciated ... Since there are not too many online tutorials or sample app on this project. Thanks.
I think you posted a similar question on my youtube channel. Just to reiterate what I said there, you might want to check out the JQueryMobile viewer that was developed by one of our "google summer of code" students last year, namely https://github.com/bhargavgolla/isisJavaScript/tree/master/isisJavaScriptViewer.
In terms of ongoing help, your best bet is subscribing to the mailing list (blank email to users-subscribe#isis.apache.org, and reply to the confirmation) then send your questions via email to users#isis.apache.org
HTH
Dan

SAM broadcaster web integration with spacial.com

I have SAM BROADCASTER PRO and I want to integrate it to my website for live streaming and showing playlist.It will be a great help if I get a solution over here.
I can't write much more as I don't have much experience with it.
And one more thing it is bought from spacial.com
If you look the folder into which you installed Sam Broadcaster. By default I think it goes to /program files(x86)/spacialaudio/ you will find two folders, SamHTMLweb and SamPHPweb. Both of these can be uploaded to a web server and with a little configuration provide you with a dedicated web site for Sam Broadcaster.
If your desire is to intergrate it with an existing website than you can find code in either of these folders that you can incorporate into your existing website.

EPiServer Development

Aside from Episerver.com
What other websites do people who develop using EPiServer use as development resources!? Been using coderesort.com but I find that it lacks examples of how to do stuff.
Many thanks,
J
The general resources I use for EPiServer development:
EPiServer World: official developer community website. Includes blogs and official docs.
Joel Abrahamsson blog: the most popular EPi-dev in EPiServer community.
Ted Gustaf blog: another well-known guy in the community.
Epinova blog: the blog of big EPiServer partner.
Mathias Kunto blog: yet another EPiServer dev blog.
Fredrik Haglund's blog: popular EPiServer dev blog (but outdated).
Regarding missing examples on CodeResort, did you register and log in? It is running on Trac, which means all modules (committed to the hosted Subversion repository) is available with full source code, directly browsable. There is lots of code in there!
See https://www.coderesort.com/p/epicode/browser
/Steve
another good place is http://labs.episerver.com/ which aggregates most of EPiServer blogs in one place.
You can find over 150+ EpiServer tutorials here: JonDJones Blog
I also have a lot of EpiServer code on my github including several sample sites: JonDJones Github
You always try the "secret" customized google search, that searches episerver blogs, forums and sdks at http://labs.episerver.com/google
If you've not seen EPiServer World then it's a great place to check out - especially the blogs on there.
Most EPiServer things are generally found on EPiServer developers blogs such as this one EPiGirl (now deleted but there are others).
Hope this helps,
Chris
Oh, forgot, we also have an IRC channel that is fairly active.
More information on my blog on EPiServer Labs:
http://labs.episerver.com/en/Blogs/Steve-Celius/Dates/112266/6/Join-us-on-IRC/
There is also http://epiwiki.se/ but I don't know of any public EPi resource that a Google Search won't find. Google will also get you good results from the EPi World Forum.
I've looked quite a bit at the source code for the edit/admin interface, its been very helpful.
Browsing through the libraries in your favorite decompiler or the object explorer in visual studio.