klayout/src/lay/salt_templates/lib/doc
Matthias Koefferlein eca08cbd99 Added many Salt templates. 2017-04-29 01:40:32 +02:00
..
readme.html Added many Salt templates. 2017-04-29 01:40:32 +02:00

readme.html

<html>
<body>

<h1>Your new Package</h1>

<p>
Your new package is there! You can edit the package properties in the package manager. 
Use the edit button in the upper right corner of the package details panel to
open the package editor.
</p>

<p>
Here is what you should do:
</p>

<ul>
  <li>Enter your author details</li>
  <li>Choose a license model</li>
  <li>Provide an icon and optionally a screenshot image</li>
</ul>

<p>
Of course, the most interesting thing is how to add, edit and develop libraries within
your library package. When the package was initialized, a "libraries" folder with a single
sample library has been created. 
In the package details you will find the local path to your package and the library
layout file under "Installation". 
You can use any versioning system to manage your files there. 
</p>

<p>
Once you have finished your package, don't forget to specify the package version
so users of you package will be informed of updates. Finally you can publish the
package files to a place of your choice and submit the download URL to the 
Salt Mine server.
</p>

</body>
</html>