Git Product home page Git Product logo

ffxivapp's Introduction

FFXIVAPP

Issue tracking, feature request and release repository.

Join the chat at https://gitter.im/Icehunter/ffxivapp

Main Application Installation

Recommended Format (Issues)

Title: brief description

Description: Detailed description including any log lines or screenshots to illustrate the issue.

Recommended Format (Suggestions)

Title: As a (I can/want to) (because/so I can) .

Description: This is where you can provide examples of what you mean, provide illustrations to support the request (if needed or helpful) and to say if you want; what you ideas of "definition of done" would be.

Formatting

Formatting can be achieved via example from the follow URL: Markdown

Open-Source Plugins

Directions on how-to install for FFXIVAPP are found on each repo. Thanks!

Plugin Installation

Plugins are NOT included in this download. When you open the application go to the Update tab and install the plugins you want; or update one if an update is available.

If you are a developer and want to distribute your own plugins and have update availability then you must have them hosted online somewhere. You will need to make a VERSION.json file that can be added to a sources list in the application.

The format of the file is as follows:

{
    "PluginInfo": {
        "Name": "Plugin.Name.dll",
        "Version": "3.0.5145.29167",
        "Files": [
            {
                "Name": "Plugin.Name.dll",
                "Location": ""
            },
            {
                "Name": "Logo.png",
                "Location": ""
            },
            {
                "Name": "PluginInfo.xml",
                "Location": ""
            }
        ],
		"SourceURI": "http://url/to/base/directory/of/download"
    }
}

If you have other files they can be added into that structure. If they are in sub-directories the the location would be something like this:

{
    "PluginInfo": {
        "Name": "Plugin.Name.dll",
        "Version": "3.0.5145.29167",
        "Files": [
            {
                "Name": "Plugin.Name.dll",
                "Location": ""
            },
            {
                "Name": "Logo.png",
                "Location": ""
            },
            {
                "Name": "PluginInfo.xml",
                "Location": ""
            },
			{
				"Name": "Some.ext",
				"Location": "path/to/sub/folder"
			}
        ],
		"SourceURI": "http://url/to/base/directory/of/download"
    }
}

The location will not have a leading or trailing slash.

ffxivapp's People

Contributors

andry1 avatar cjmanca avatar dreams00 avatar gitter-badger avatar icehunter avatar joelspadin avatar logue avatar violet2016 avatar yaguar666 avatar

Watchers

 avatar  avatar

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.