Typographic improvement

master
Petr Stefan 8 years ago
parent 2192da93c0
commit a7d95d2811

@ -1113,14 +1113,14 @@ and then folders for temporary files and for results and generally files which
should be uploaded back to fileserver with solution results. Of course there has should be uploaded back to fileserver with solution results. Of course there has
to be hierarchy which separate folders from different workers on the same to be hierarchy which separate folders from different workers on the same
machines. That is why paths to directories are in format: machines. That is why paths to directories are in format:
${DEFAULT}/${FOLDER}/${WORKER_ID}/${JOB_ID} where default means default working `${DEFAULT}/${FOLDER}/${WORKER_ID}/${JOB_ID}` where default means default
directory of whole worker, folder is particular directory for some purpose working directory of whole worker, folder is particular directory for some
(archives, evaluation...). Mentioned division of job directories proved to be purpose (archives, evaluation, ...). Mentioned division of job directories
flexible and detailed enough, everything is in logical units and where it is proved to be flexible and detailed enough, everything is in logical units and
supposed to be which means that searching through this system should be easy. In where it is supposed to be which means that searching through this system should
addition if solutions of users have access only to evaluation directory then be easy. In addition if solutions of users have access only to evaluation
they do not have access to unnecessary files which is better for overall directory then they do not have access to unnecessary files which is better for
security of whole ReCodEx. overall security of whole ReCodEx.
As we discovered above worker has job directories but users who are writing and As we discovered above worker has job directories but users who are writing and
managing job configurations do not know where they are (on some particular managing job configurations do not know where they are (on some particular
@ -1130,7 +1130,7 @@ represent particular folders. Marks or signs can have form of some kind of
special strings which can be called variables. These variables then can be used special strings which can be called variables. These variables then can be used
everywhere where filesystem paths are used within configuration file. This will everywhere where filesystem paths are used within configuration file. This will
solve problem with specific worker environment and specific hierarchy of solve problem with specific worker environment and specific hierarchy of
directories. Final form of variables is \${...} where triple dot is textual directories. Final form of variables is `${...}` where triple dot is textual
description. This format was used because of special dollar sign character which description. This format was used because of special dollar sign character which
cannot be used within filesystem path, braces are there only to border textual cannot be used within filesystem path, braces are there only to border textual
description of variable. description of variable.

Loading…
Cancel
Save