Camunda Modeler - translation/localisation - camunda

I have simple question regarding modeler. Is it possible to change default modeler language? Modeler directory contains folder "locales" but I don't see in documentation or in top menu option to change default (english) language.
Regards,
Maciej

From camunda forum
You cannot localize the modeler at this time and we do not plan to add
I18N in the near future.
Look Internationalize (i18n) modeler issue

Related

Where can i get sample Oracle Apex demo project on leave management system?

I have to prepare a dummy leave management system in oracle apex. Can you please help out with it? Or suggest websites where i could find information?
As a start point, you can familiarize yourself with APEX by reviewing the App Gallery.
Also, you can take a look at the Commercial Apps.

Camunda Modeler no advance mode button

I am looking through the documentation and trying to familiarize myself with the more advance features of the camunda modeler and noticed in the dmn documentation that some screenshots have a button displaying called "Enter Advanced Mode":
but my modeler never shows it:
I tried tracking it down and downloading the latest version of the modeler but can't figure out why it isn't showing. What am I missing?
Thanks for any help in advance!
Looking at the github repo for the Camunda Modeler it looks like this feature was removed during the update to a React based UI last November. It looks like the screen shots are out of date.
It is no longer present after this commit from November of 2018.
https://github.com/camunda/camunda-modeler/commit/85765888b57b90ab048afed03550a4acbf981511

How can develop module in Sitecore?

I have started Sitecore learning few months ago.That time first question come in my mind is that how can I develop module? but can not able to find documentation. Can anybody provide me documentation how can I develop custom module?
If you mean you would like to create a module for the Sitecore marketplace, as others have done, then the process is fairly simple.
Write your code (ASCX, ASPX, CS, JS, etc.)
Create your Sitecore items (Layouts, renderings/sublayouts, custom buttons, etc.)
Create your configuration files (if necessary) for the App_Config\Include folder.
Build your solution and test it in a Sitecore instance locally.
Package the published files and item together using the Sitecore packaging utility.
Contribute your module on the marketplace and upload the package for review.
What you are hoping to achieve here is that another person could grab your package, install it on their system, and be able to use it without needing to recompile your source code.
If you want to develop a module, come up with the idea and then build it.
You can then submit it to the Sitecore a Marketplace under the contribute section.
https://marketplace.sitecore.net/Contribute.aspx?sc_lang=en
Typically you'll submit a package to this section and documentation on how to setup and use the module.
Sitecore will then test the module and inform you whether it is suitable for the marketplace. Your module will then be published on the marketplace ready for others to download.
When developing your module you should consider compatibility with Sitecore versions, and you should also test it thoroughly.
Here's some more info on best practices when building modules:
https://kb.sitecore.net/articles/831724

What program to use to customise or edit Vtiger

I am new to Vtiger CRM. Recently just installed Vtiger 6.0 that comes free from mojo marketplace that comes together in ipage hosting.
But i would like to edit some parts in the vtiger CRM (etc: Login page, add some modules, creating a new customise invoice template).
I went through some advice online in here. But i cannot find the file locations mentioned and don't understand do they do it. Can someone please help to advice me?
have to consider php hardcoding of the system files, and some additional plugin.
To edit the Login page have to modify the Modules/Users/view/login.php
To add modules you can consider the installation of this plugin http://www.technokrafts.com/technokrafts-shop/vtiger-crm-addons/vtiger-module-builder/
it's free
To customize the Invoice template, you have to consider the installation of PDF Maker plugin:
https://marketplace.vtiger.com/app/listings?id=14

Offline wiki-like authoring tool

Does anyone know if there is a help authoring tool out there that can produce help documentation for a software product that looks like a wiki? We are currently using the Confluence wiki engine, which is absolutely brilliant and we were wondering if there is anything like that but without the need for an Apache server. Something stand-alone that can give our users the help documentation they need. We have used help authoring tools and they all seem so clunky compared to a wiki.
Use Wiki on a Stick.
Its a single .html file written in Javascript/html and saves the changes onto itself.
You don't even need Apache. Awesome tool!
How about Juli? It generates static HTML so you can browse documents by browser only.
It is used for:
Juli documentation itself.
Edgar project documentation (another my OSS project).
My personal wiki/blog. I'll show later since new users can only post two links(stackoverflow limitation)