Coder Social home page Coder Social logo

j81blog / citrix_optimizer_community_template_marketplace Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ryancbutler/citrix_optimizer_community_template_marketplace

0.0 0.0 0.0 168 KB

Citrix Optimizer Community Template Marketplace

Home Page: https://www.techdrabble.com/citrix/35-citrix-optimizer-community-template-marketplace

PowerShell 100.00%

citrix_optimizer_community_template_marketplace's Introduction

Build status

Citrix Optimizer Community Template Marketplace

Currated list of custom templates created by the Citrix Community that can be added to Citrix Optimizer. See Blog Post for more detail.

To Use Community Marketplace

NOTE: You must be using Citrix Optimizer 2.0 or higher

  1. Open Citrix Optimizer
  2. Select Template Marketplace from left
  3. Select "Add New Marketplace" from the bottom left
  4. Add the following URL: https://github.com/ryancbutler/Citrix_Optimizer_Community_Template_Marketplace/releases/latest/download/communitymarketplace.xml
  5. Select Done

To Submit a template

  1. Create a fork of this repo
  2. Create a new folder under the templates folder reflecting the author of the template
  3. Copy any created templates to this new folder
  4. (Optional) Add a README.md to your author folder if desired with anything you desire
  5. Commit and push any changes to your fork (NO NEED TO EDIT communitymarketplace.xml)
  6. Create Pull Request making sure to fill out the questionaire
  7. The following tests will be run and must pass in order to be approved
    • Author of the template file must match directory name
    • Template display name must be unique for all templates
    • Template ID must be unique for all templates
    • lastupdatedate date format should be M/DD/YYYY

Validate XML Signature

If file validation is required

# Import my GPG key.
invoke-restmethod https://github.com/ryancbutler.gpg | gpg --import -

# Download XML and signature
Invoke-WebRequest -Uri "https://github.com/ryancbutler/Citrix_Optimizer_Community_Template_Marketplace/releases/latest/download/communitymarketplace.xml" -OutFile "./communitymarketplace.xml"
Invoke-WebRequest -Uri "https://github.com/ryancbutler/Citrix_Optimizer_Community_Template_Marketplace/releases/latest/download/communitymarketplace.xml.asc" -OutFile "./communitymarketplace.xml.asc"

# Verify signature.
gpg --verify ./communitymarketplace.xml.asc

citrix_optimizer_community_template_marketplace's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.