Added the 'svn:keywords = "Author Revision URL"' property to
*.cxx *.h *.sh *.php *.html Makefile.in configure.ac in all directories except tmp and usr.
This commit is contained in:
parent
6ac0a8c723
commit
30ac8fb6a3
651 changed files with 9353 additions and 9353 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta content="text/html; charset=UTF-8"
|
||||
http-equiv="content-type">
|
||||
<title>HTML file conventions</title>
|
||||
<meta content="$Author: maroy $" name="author">
|
||||
<meta content="$Author$" name="author">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Preface</h1>
|
||||
|
@ -13,8 +13,8 @@ project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
|||
Development Loan Fund</a>, under the GNU <a
|
||||
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
||||
<ul>
|
||||
<li>Author: $Author: maroy $</li>
|
||||
<li>Version: $Revision: 1.1 $</li>
|
||||
<li>Author: $Author$</li>
|
||||
<li>Version: $Revision$</li>
|
||||
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/developmentEnvironment/htmlFileConventions.html,v $</li>
|
||||
</ul>
|
||||
<h1>Scope</h1>
|
||||
|
@ -54,7 +54,7 @@ The HTML header of the document should describe the title and author of
|
|||
the document. The following HTML code should be inside the <code><head></code>
|
||||
element for the HTML page:<br>
|
||||
<br>
|
||||
<pre><code> <title>The title of the file</title><br> <meta name="author" content="$Author: maroy $"/><br></code></pre>
|
||||
<pre><code> <title>The title of the file</title><br> <meta name="author" content="$Author$"/><br></code></pre>
|
||||
<h2>The Preface section</h2>
|
||||
This section holds the following specific text:<br>
|
||||
<br>
|
||||
|
@ -63,8 +63,8 @@ This section holds the following specific text:<br>
|
|||
Copyright © 2004 <a href="http://www.mdlf.org/">Media Development Loan
|
||||
Fund</a>, under the GNU <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
|
||||
<ul>
|
||||
<li>Author: $Author: maroy $</li>
|
||||
<li>Version: $Revision: 1.1 $</li>
|
||||
<li>Author: $Author$</li>
|
||||
<li>Version: $Revision$</li>
|
||||
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/developmentEnvironment/htmlFileConventions.html,v $</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue