Found 342 results for "gitana 4.0 engine branches indexes"
The search executed in 0.002474057 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / Features / Auto TranscribeAutomatically convert audio to text with Auto Transcribe. Set up a Transcription Service and store text as a transcription attachment.
Score: 1.9935925
|
![]() |
Cloud CMS JavaScript Driver Release 1.0.3 is out!The Cloud CMS team is pleased to announce the immediate availability of version 1.0.3 of the Cloud CMS JavaScript Driver for jQuery, Dojo, Javascript/HTML5 and Node.js applications. Download today from http://github.com/gitana/gitana-javascript-driver. JavaScript Driver for Cloud CMS The Cloud CMS JavaScript Driver is a JS library that you can drop into your HTML5/JS applications to take advantage of the authoring and delivery APIs of the Cloud CMS server. It makes it easier for developers to ut
Score: 1.9885325
|
![]() |
Automatic Extraction from AttachmentsWhen you upload files into Cloud CMS all kinds of interesting things happen. For example, Cloud CMS automatically indexes your files for full-text search. All of the textual content is discovered and made available so your editorial teams can instantly search and find things after uploading. Did you know that Cloud CMS can also automatically extract metadata about uploaded files and make that information available? This is done via the Cloud CMS f:extractable feature. When you upload files, Clou
Score: 1.9731781
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Installation / Docker InstallationGet started with Cloud CMS Application Server using Docker. Learn installation, configuration, and setup for seamless integration across platforms.
Score: 1.9503875
|
![]() |
Gitana 4.0 / Developers / Application Server / Installation / Docker InstallationEasily install and configure Cloud CMS on Docker with our step-by-step guide. Learn to build, run, and connect using Docker and Git tools.
Score: 1.9503875
|
![]() |
What is the reason for "Failed to index node"?If you scan your log entries and see "Failed to index node", this indicates that Elastic Search failed to update its index for a node. Cloud CMS tells Elastic Search to updates its index whenever a node is created or updated. When a node is deleted, Cloud CMS tells Elastic Search to remove the node from its index. This error message means that Elastic Search failed to update the index and therefore the index wasn't updated. If you open up the error, you may see further information that indicates
Score: 1.9214942
|
![]() |
How to get a content definition JSON from the Cloud CMS API?There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep
Score: 1.9149574
|
![]() |
How to Retrieve content by their document library pathYou can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo
Score: 1.9105098
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) Cookbook'Discover the comprehensive JavaScript (Legacy) Cookbook for connecting to Gitana, asynchronous API calls, node creation, and advanced queries.'
Score: 1.9083388
|
![]() |
Gitana 4.0 / Developers / Cookbooks / Java CookbookDiscover Java Cookbook tips for connecting Gitana Java Driver using Maven. Access secure repositories, set up dependencies, connect, and manage projects.
Score: 1.8837972
|
![]() |
Gitana 4.0 / Content Engine / PublishingOptimize your content publishing with Cloud CMS, featuring configurable workflows, lifecycle states, and diverse deployment endpoints for seamless management.
Score: 1.8403664
|
![]() |
Gitana 4.0 / ReferenceExplore comprehensive Gitana data type references, including schemas, properties, methods, and API links, for data stores, objects, and general types.
Score: 1.8263963
|
![]() |
Gitana 4.0 / Forms / API / TemplatesDiscover Alpaca's advanced templating with custom views, layouts, and wizard options for dynamic form rendering and field overrides.
Score: 1.8212941
|
![]() |
Gitana 4.0 / DevelopersExplore comprehensive guides for integrating Gitana using drivers, frameworks, custom UI, and server extensions in multiple programming languages.
Score: 1.7964162
|
![]() |
Definitions for Date formatOur definitions are based on JSON schema and, as such, the default is to use strings for dates. The date controls in our forms engine let you customize the format string so that you can store ISO 8601 or other formats (perhaps simplified formats) as per your preference. The advantage here is simplicity with these controls and compatibility with JSON schema. The disadvantage is that MongoDB provides a lot of very powerful capabilities for range query and sorting that do not play as nicely with th
Score: 1.7935654
|
![]() |
Can your CMS do this?This is not going to be a list of features in Cloud CMS, that to be honest, you righfully expect in a CMS: API, versioning, workflow, Content model, Content entry forms,.. For a bit of fun, I started thinking “what really makes Cloud CMS better than your CMS” embracing my school boy mentality. 1. SaaS and/or On-Premise Cloud CMS is avaible as a SaaS product and OnPremise. Docker containers have allowed us to distribute the Cloud CMS product easily for On-Premise/Private Cloud installation. Whils
Score: 1.7910135
|
![]() |
Gitana 4.0 / Developers / Frameworks / AngularJSConnect Gitana content to your Angular app easily. Follow step-by-step instructions to set up API Keys and kickstart your project with sample code.
Score: 1.7853119
|
![]() |
Gitana 3.2 / Guide / Guide / Features / Auto Analyze TextAuto Analyze Text feature automatically analyzes binary attachments for full-text search insights, enhancing node functionality.
Score: 1.7832835
|
![]() |
Gitana 3.2 / Guide / Guide / Features / Auto OCR ExtractAutomatically convert attachments to searchable text with auto OCR extraction, enhancing full-text indexing and streamline content retrieval.
Score: 1.7832835
|
![]() |
Is there a programmatic way to add more content to workflows?There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor
Score: 1.763348
|
![]() |
Content Previews and Thumbnails with Cloud CMSCloud CMS lets you generate preview images (often called thumbnails) for any content item stored in your repository. This generation can be performed ahead of time via content modeling or it can be done in real-time using a simple URL call. Content Nodes In Cloud CMS, everyone content item you create is referred to as a node. A node is a JSON document that can have any structure you’d like. That is to say, you can drop any valid JSON document you’d like into Cloud CMS and the product will automa
Score: 1.7612548
|
![]() |
Gitana 4.0 / Getting Started / Navigating the User Interface / Instant PreviewInstantly preview content changes with Cloud CMS, eliminating extra server setups and ensuring fast iterations for Development, Staging, and QA.
Score: 1.7526333
|
![]() |
Gitana 3.2 / Guide / Guide / Authentication / DriversConnect securely to Cloud CMS using the OAuth2 password flow and manage access tokens effortlessly with our Gitana driver.
Score: 1.7376313
|
![]() |
Gitana 4.0 / Developers / Authentication / DriversSecurely connect to Cloud CMS using OAuth2, manage access and refresh tokens, and explore best practices to ensure safe application integration.
Score: 1.7376313
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Advanced Usages / Extend Media TypesLearn how to add custom media types to CloudCMS, including Youtube and Vimeo, with code examples and detailed steps.
Score: 1.7341319
|