/[svn]/doc/docbase/writing_docs/02_uploading_docs.html
ViewVC logotype

Diff of /doc/docbase/writing_docs/02_uploading_docs.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2752 by schoenebeck, Tue Apr 28 19:33:56 2015 UTC revision 2753 by schoenebeck, Wed Apr 29 11:42:26 2015 UTC
# Line 34  file.new { Line 34  file.new {
34      <p>      <p>
35        So to start, first checkout the SVN repository of this site:        So to start, first checkout the SVN repository of this site:
36      </p>      </p>
37      <code>      <code lang="none">
38  svn co https://svn.linuxsampler.org/svn/doc doc.ls.org  svn co https://svn.linuxsampler.org/svn/doc doc.ls.org
39      </code>      </code>
40      <p>      <p>
# Line 75  svn commit Line 75  svn commit
75        Like with commits regarding all our software projects, you must        Like with commits regarding all our software projects, you must
76        always supply a comment with each one of your Subversion commits.        always supply a comment with each one of your Subversion commits.
77        Once your files are commited successfully, our system will process the        Once your files are commited successfully, our system will process the
78        files and rebuild this site automatically.        files and rebuild this site automatically. Note that changes regarding
79          articles are also displayed on our <a href="http://www.linuxsampler.org">frontsite</a>.
80          The same rules apply like with our other software commits, that is a SVN
81          comment that begins with a star character like:
82        </p>
83        <code lang="none">
84    * Changed article "Foo".
85        </code>
86        <p>
87          Will cause the commit to be displayed in the change log on our
88          <a href="http://www.linuxsampler.org">frontsite</a>. If you omit the star
89          like:
90        </p>
91        <code lang="none">
92    - Changed article "Foo".
93        </code>
94        <p>
95          Then your article changes will be a "silent" commit and it will not be
96          displayed on the frontsite. Please only use such silent commits for trivial
97          changes, i.e. when fixing typos and other very trivial things like that.
98      </p>      </p>
99    
100      <h3>Error Detection</h3>      <h3>Error Detection</h3>
# Line 169  svn commit Line 188  svn commit
188        website, that is it takes that file as skeleton, and replaces its        website, that is it takes that file as skeleton, and replaces its
189        <code lang="html">&lt;article&gt;</code> section with the        <code lang="html">&lt;article&gt;</code> section with the
190        respective content of the article's source HTML file. So that        respective content of the article's source HTML file. So that
191        <code>tmpl/index.html</code> file defines the HTML code that will be generated        <code lang="none">tmpl/index.html</code> file defines the HTML code that will be generated
192        for each page, which however is essentially just the data model of the page,        for each page, which however is essentially just the data model of the page,
193        not its actual appearance. Note that this file is a real HTML file, not        not its actual appearance. Note that this file is a real HTML file, not
194        a fragmented exotic file filled up with markers or something, like it is        a fragmented exotic file filled up with markers or something, like it is

Legend:
Removed from v.2752  
changed lines
  Added in v.2753

  ViewVC Help
Powered by ViewVC