86 86 </pre><p><br>
87 87
88 88
89 89 </p><p><b>
90 90 </b></p><p><b><font face="Times New Roman">Silkexapp is implemented as a Ruby class that is derived from a silkexec specific base class. <br>
91 91
92 92
93 -</font><font face="Times New Roman">The silkexec uses reflection to study, whether the derived class meets silkexec specification. <br>
93 +</font></b></p><p><b><font face="Times New Roman">The silkexec uses reflection to study, whether the derived class meets silkexec specification. <br>
94 94
95 95
96 -</font></b><font face="Times New Roman"><b>The silkexapp Ruby class is required to override silkexec API related methods.</b> <br>
96 +</font></b></p><p><font face="Times New Roman"><b>The silkexapp Ruby class is required to override silkexec API related methods.</b> <br>
97 97
98 98
99 -</font><font face="Times New Roman">The Rakefile of the silkexapp calls the same silkexapp specific Ruby library that the siliexapp Ruby class calls, but <br>
99 +</font></p><p><font face="Times New Roman">The Rakefile of the silkexapp calls the same silkexapp specific Ruby library that the siliexapp Ruby class calls, but <br>
100 100
101 101
102 -</font><font face="Times New Roman">the silkexapp Rakefile may also call the silkexec API calls by calling the Ruby API of the silkexec command line tool.</font>
102 +</font></p><p><font face="Times New Roman">the silkexapp Rakefile may also call the silkexec API calls by calling the Ruby API of the silkexec command line tool.</font>
103 103 </p><p></p>
104 104 <p></p><p></p>
105 105 <p></p></pre></pre></pre>
106 106 </div>
107 107
108 108 <div>
109 109
................................................................................
177 177
178 178 <p><br>
179 179 </p>
180 180
181 181 <p><br>
182 182 </p>
183 183
184 -<h1>Silkexapp Format</h1>
184 +<h2><font color="#008000">Silkexapp Format (Old version for Copy-Pasting parts
185 +of it)</font></h2>
185 186
186 187 <p>None of the silkexapp standard file and folder names contain any spaces,
187 188 tabulation characters, line breaks. All silkexapp configuration text files, the
188 189 ones at the silkexapp etc folder, are preprocessed by removing all spaces,
189 190 tabulation characters, <b>single-line-comments that start with either "#" or
190 191 "//"</b>. After the single-line-comments deletion preprocessing step all of the
191 192 linebreaks are deleted, except for the list_of_immediate_dependencies.txt.</p>