<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Source</title><link>https://sourceforge.net/p/plateeditor/wiki/Source/</link><description>Recent changes to Source</description><atom:link href="https://sourceforge.net/p/plateeditor/wiki/Source/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 23 Apr 2021 01:57:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plateeditor/wiki/Source/feed" rel="self" type="application/rss+xml"/><item><title>Source modified by Vincent Delorme</title><link>https://sourceforge.net/p/plateeditor/wiki/Source/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -30,5 +30,5 @@
 Classes, functions and API
 ----------------

-All the relevant information for developers will be made available on the GitHub repository (on time), thank you in advance for your patience!
-In the menatime, you are encouraged to contact the author directly for more information about the source code
+All the relevant information for developers will be made available on the [GitHub repository](https://github.com/vindelorme/PlateEditor) (on time), thank you in advance for your patience!
+In the meantime, you are encouraged to contact the author directly for more information about the source code
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Delorme</dc:creator><pubDate>Fri, 23 Apr 2021 01:57:42 -0000</pubDate><guid>https://sourceforge.neta3736c1a9fc7e73fae774f92b9718fc9a7862f86</guid></item><item><title>Source modified by Vincent Delorme</title><link>https://sourceforge.net/p/plateeditor/wiki/Source/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="plate-editor-source-code"&gt;Plate Editor Source Code&lt;/h1&gt;
&lt;h2 id="getting-started"&gt;Getting started&lt;/h2&gt;
&lt;p&gt;There are dependencies required for the compilation of the source code using Gulp. They are all listed in the &lt;em&gt;package.lock&lt;/em&gt; file and can be installed using the &lt;em&gt;npm&lt;/em&gt; &lt;em&gt;install&lt;/em&gt; command. Here is the step-by-step guide:&lt;br/&gt;
- Make sure &lt;a class="" href="https://nodejs.org" rel="nofollow"&gt;nodeJS&lt;/a&gt; is installed on your computer.&lt;br/&gt;
- Download the source code from GitHub or SourceForge to your computer (or clone the repository using your Git)&lt;br/&gt;
- To install all the required dependencies, open a terminal, navigate to the source folder and run:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;npm install
&lt;/pre&gt;&lt;/div&gt;


&lt;ul&gt;
&lt;li&gt;To create the minimized and collated js and css files required for the application, run the following command in your ternminal:&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;npm run compil
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;This will create the dist/ directory with the required files and sourcemaps in it. Open the application (Editor.html) to test and validate your changes.&lt;br/&gt;
The following command can also be used to generate a .zip file containing all the components needed in the bundled version of the application:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;npm run release
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Of course, the gulpfile.js file can be updated to modify these commands or create new ones, as desired. In this case, don't forget to edit the package.json file to register the new scripts.&lt;/p&gt;
&lt;h2 id="classes-functions-and-api"&gt;Classes, functions and API&lt;/h2&gt;
&lt;p&gt;All the relevant information for developers will be made available on the GitHub repository (on time), thank you in advance for your patience!&lt;br/&gt;
In the menatime, you are encouraged to contact the author directly for more information about the source code&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Delorme</dc:creator><pubDate>Fri, 23 Apr 2021 01:56:27 -0000</pubDate><guid>https://sourceforge.neta1ca9224d68c871fcdce38ba59ec79e2258cf622</guid></item></channel></rss>