Code Distribution: Difference between revisions
Appearance
Category reorg |
Format as Portal Page |
||
| Line 1: | Line 1: | ||
{| class="wikitable" style="width:100%;" | |||
|- style="background-color:#616366; font-size:200%; border:none; margin:0; padding:.3em; color:#FFD500; text-align:center;" | |||
| '''The Code Distribution Portal''' | |||
|- | |||
| '''Code Distribution''' is the activity of sharing or deploying source code. This involves decisions on whether distribution should include: distributing as source, as a package, as a plugin, as an executable, or as an installer. | |||
|} | |||
__NOTOC__ | |||
{| class="wikitable" style="width:100%;" | |||
|- style="background-color:#616366; border:none; color:#FFD500; text-align:center;" | |||
| '''Subcategories''' | |||
| colspan=3 | '''Topics in Code Distribution''' | |||
|- style="vertical-align:top;" | |||
| style="width:25%; text-align:top; background-color:#EFEFEF;" | <center><small>Select [►] to view subcategories</small></center> | |||
<categorytree mode="Pages" showcount="off" depth="1">Code distribution</categorytree> | |||
| style="width:75%;" | | |||
== Distributing Source == | == Distributing Source == | ||
This section describes resources and best practices for distributing source code for reuse. | This section describes resources and best practices for distributing source code for reuse. | ||
=== As Source === | |||
* [[Snippet]] | |||
* [[Source Code Repositories]] | |||
* [[Open Source Code]] | |||
=== As Packages === | |||
*[[GCentral]] | *[[GCentral]] | ||
*[[Package Manager Comparison]] | *[[Package Manager Comparison]] | ||
| Line 15: | Line 32: | ||
* [[Shortcut Menu Plugins]] | * [[Shortcut Menu Plugins]] | ||
* [[VI Analyzer]] | * [[VI Analyzer]] | ||
* [[New dialog#Adding to the New Dialog|Adding to the New Dialog]] | |||
* [[Project Provider]] | * [[Project Provider]] | ||
| Line 34: | Line 52: | ||
*[[Getting Command Line Parameters]] | *[[Getting Command Line Parameters]] | ||
*[[Run-Time Engine Limitations]] | *[[Run-Time Engine Limitations]] | ||
|} | |||
[[Category:Portals]] | [[Category:Portals]] | ||
Revision as of 19:52, 12 March 2021
| The Code Distribution Portal |
| Code Distribution is the activity of sharing or deploying source code. This involves decisions on whether distribution should include: distributing as source, as a package, as a plugin, as an executable, or as an installer. |
| Subcategories | Topics in Code Distribution | ||
Distributing SourceThis section describes resources and best practices for distributing source code for reuse. As SourceAs PackagesDistributing IDE UtilitiesThis section describes resources and best practices for distributing add-on tools to the LabVIEW IDE.
Distributing PluginsThis section describes resources and best practices for distributing plugins to tools or frameworks. Distributing ExecutablesThis section describes resources and best practices for distributing executables and drivers. | |||