--- doc/docbase/writing_docs/02_uploading_docs.html 2015/04/29 11:30:38 2752 +++ doc/docbase/writing_docs/02_uploading_docs.html 2015/04/29 11:42:26 2753 @@ -34,7 +34,7 @@

So to start, first checkout the SVN repository of this site:

- + svn co https://svn.linuxsampler.org/svn/doc doc.ls.org

@@ -75,7 +75,26 @@ Like with commits regarding all our software projects, you must always supply a comment with each one of your Subversion commits. Once your files are commited successfully, our system will process the - files and rebuild this site automatically. + files and rebuild this site automatically. Note that changes regarding + articles are also displayed on our frontsite. + The same rules apply like with our other software commits, that is a SVN + comment that begins with a star character like: +

+ +* Changed article "Foo". + +

+ Will cause the commit to be displayed in the change log on our + frontsite. If you omit the star + like: +

+ +- Changed article "Foo". + +

+ Then your article changes will be a "silent" commit and it will not be + displayed on the frontsite. Please only use such silent commits for trivial + changes, i.e. when fixing typos and other very trivial things like that.

Error Detection

@@ -169,7 +188,7 @@ website, that is it takes that file as skeleton, and replaces its <article> section with the respective content of the article's source HTML file. So that - tmpl/index.html file defines the HTML code that will be generated + tmpl/index.html file defines the HTML code that will be generated for each page, which however is essentially just the data model of the page, not its actual appearance. Note that this file is a real HTML file, not a fragmented exotic file filled up with markers or something, like it is