sluggenerator
Service icon

SlugGenerator

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 18 October 2023
 by 
0.0
 (0 ratings)
sluggenerator

SlugGenerator

Documentation
1.0.0

Installation Instructions:

  1. Download the Code: Begin by downloading the provided code package, which contains the necessary functions for generating slugs from text.

  2. Integration: Integrate the code into your OutSystems environment as a server action or extension. Ensure that all dependencies are correctly configured.

  3. Compile and Publish: Compile the code and publish it to your OutSystems environment, making it available for use in your applications.

Configuration:

  1. Dependency Refresh: Before utilizing the GenerateSlug function, ensure that all dependencies are correctly refreshed. This ensures that the function can execute without issues.

  2. Implementation: The GenerateSlug function should be integrated into your applications where needed. It is a versatile tool for creating slugs from text input.

General Usage Instructions:

  1. Input: Pass the text you want to convert into a slug as a parameter to the GenerateSlug function.

  2. Generate Slugs: Execute the GenerateSlug function, and it will return the generated slug based on the input text. The slug typically consists of lowercase characters, hyphens for spaces, and the removal of special characters.

  3. Use in URLs: Utilize the generated slugs in your web applications for user-friendly and SEO-optimized URLs.