A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/SPPearce/PacletServer below:

SPPearce/PacletServer: A paclet server for Mathematica

This is a Mathematica paclet server. It hosts paclets that can be installed locally.

To install a paclet from this repository all you need to do is run

 Needs["PacletManager`"];
 PacletInstall[
  "PacletName",
  "Site"->
    "http://raw.githubusercontent.com/paclets/PacletServer/master"
  ]

If you want to add a paclet to the repository, there is a simple three step process:

Alternately, instead of cloning locally, you can make changes via the GitHub web interface:

You can submit your own paclet shingle by providing a Markdown notebook like those that are already in the content directory. If you don't provide a notebook one will be automatically generated from the metadata in your PacletInfo.m file. A good example of a well-written PacletInfo.m can be found here or here . The extra parameters the site generator uses will be placed into a "PacletServer" extension, e.g. add the extension:

 {
    "PacletServer",
    "Tags" -> { "tag1", "tag2", ...},
    "Categories" -> {"Category1", "Category2", ...},
    "Description" -> "Long-form description for the page",
    "License" -> "YourLicense"
  }

The idea behind this is described in detail in this blog post . You can find when the last build was by looking at the BuildInfo.m file.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4