Sandcastle Help File Builder publish online - sandcastle

I just recently started using Sandcastle Builder, I am wondering if there is a way to publish the generated index.HTML to a web host so it can be seen from any browser.
Thanks

This is possible and you may want to give it a try.
I generated a dummy help including some conceptual topics for testing in other context. So, navigate and open the uploaded files from server Sample Web Help and see what happens.
Go to Project Properties > Build and check Website as shown below.
After you have successfully generated your help project you will find all files for upload. The default is a .\Help folder relative to the project folder.
The following screenshot shows the structure of the generated WebHelp for the link above.

Related

How do I export a website made in Dotcms?

I'm trying to save one of my websites (with all its files) to my pc so i can upload it to another server. I've tried using Httrack and wget but with both I only got a small part of the images and most of it was scattered in a new folder called contentAsset. could someone please help me out?
dotCMS can publish your site statically - set up a static Push Publishing endpoint and then right click and publish your site to it. dotCMS will write out your site and assets statically to a folder under the /assets directory.

Anyone have experience using Sprotty with Theia?

I have successfully created my LSP using Xtext and have integrated it with Theia. As for the archived repo, I was referring to the theia-ide/theia-sprotty-example: https://github.com/theia-ide/theia-sprotty-example
The directory structure of my project is almost the same as the one listed here: https://github.com/theia-ide/theia-xtext
But am still a bit confused on where to begin.
First, should I add a .diagram project to my lsp, and if so, which specific files should I add? I understand that the yang-lsp repo contains some files that are specific to yang, but not sure which files are essential for integrating Sprotty.

Documenting REST APIs with Swagger Editor

I have to document the REST APIs for one of the application using the Swagger Editor. I have gone through few of the references available but nothing seems to show the start point on Documenting the APIs.
https://swagger.io/docs/swagger-tools/#installation-11
Have downloaded the Swagger Editor and want to start on documenting.
Any specific pointers to start on it would help.
Thanks.
With Regards,
-Nayan Parikh
I was able to start on the documenting the APIs. Following are the steps that i followed hope this would help someone in need.
Documenting using Swagger-Editor
Open the Swagger Editor online https://editor.swagger.io/
OR
Download from the link https://github.com/swagger-api/swagger-editor
Go to the folder swagger-editor and Run the index.html
This will open up the editor and start documenting the API based on the specification mentioned at https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
Once that is done download the it as JSON or YAML file.
Viewing it on Swagger-UI
Download the swagger-ui from the link https://github.com/swagger-api/swagger-ui
Go to the dist folder and Edit the index.html.
Specify the JSON/YAML file you just downloaded above.
Check it by running the index.html
Hope this helps
Thanks.

Where is libYAJLIPhone

Where can i get the libYAJLIPhone-0.2.2 for my iphone project?
I can only find the source code and old version links that don't work
The links below all give the error further below:
1 2
This XML file does not appear to have any style information associated with it. The document tree is shown below.
The GIT site Says to copy the Copy YAJLiOS.framework to your project directory. But i cant find this file on the master branch...
Best regards!
The latest file can be found in Here

How do I create a new folder and deploy files to the 12 hive using VseWSS 1.3?

I have created a web part using VSeWSS 1.3. It creates a wsp file and my web part gets installed, everything works great.
I would like to also create a folder in the LAYOUTS directory of the 12 hive and place a couple files in there. How do I go about doing this? I know that I can manually place the files there, but I would prefer to have it all done in one fell swoop when I uses stsadm to install my solution.
Is there a best practices guide out there for using VSeWSS 1.3 to do this? They changed a bunch of stuff with this new version and I want to make sure I don't mess anything up.
You can create a new folder structure in your webpart project, like:
Templates/Layouts/CustomFolder and put your files in the CustomFolder directory and include them in your project.
When you go to the WSP View in Visual Studio, you can see in the manifest.xml that your files are being included in the deployment.
I have done this successfully on multiple projects now.
In case anyone is wondering, the VSeWSS 1.3 user guide is incredibly helpful. It is installed to the same directory as the tool itself, default in C:\Program Files\Microsoft SharePoint Developer Tools 9.0\VSeWSS13.CHM
You can see a working example with screenshots Here
A simple step-by-step tutorial for the above, along with deploy/retract scripts is here at Add New Files To 12-Hive Through A SharePoint Solution. Just follow the steps and in a few minutes you'll be able to add whatever you want to the 12-Hive!