Update of /cvsroot/openfirst/www/htdocs/doc/tut/howto
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23478
Modified Files:
technology.php
Log Message:
Write some of the technology sections.
Index: technology.php
===================================================================
RCS file: /cvsroot/openfirst/www/htdocs/doc/tut/howto/technology.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** technology.php 29 Dec 2004 17:01:37 -0000 1.2
--- technology.php 29 Dec 2004 20:41:25 -0000 1.3
***************
*** 24,32 ****
<h2><a name="html">HTML</a></h2>
<h3>Applies to: Administrator, Developer, Patch Writer, Webmaster, Documentation Writer</h3>
! <p>...</p>
<h2><a name="css">CSS</a></h2>
<h3>Applies to: Administrator, Developer, Patch Writer, Webmaster</h3>
! <p>...</p>
<h2><a name="bugzilla">Bugzilla</a></h2>
--- 24,36 ----
<h2><a name="html">HTML</a></h2>
<h3>Applies to: Administrator, Developer, Patch Writer, Webmaster, Documentation Writer</h3>
! <p>The openFIRST project tries when possible to produce valid HTML (matching the particular doctype of any given document). In most cases, the standard currently used is HTML 4. Pages should have valid HTML and should be checked with the W3C HTML Validator at <a href="http://validator.w3.org/">http://validator.w3.org/</a> or a similar tool. It is suggested that you be familiar with HTML, and the HTML standard itself available at <a href="http://w3.org/MarkUp/">http://w3.org/MarkUp/</a> rather than just blindly following a validator.</p>
!
! <p>The openFIRST project site, and the software created by the project should be as accessible as possible. More information about making web pages accessible is available from the Web Accessibility Initiative at <a href="http://w3.org/WAI/">http://w3.org/WAI/</a>. An Accessibility testing tool called Bobby™ is available at <a href="http://bobby.watchfire.com/bobby/html/en/index.jsp">http://bobby.watchfire.com/bobby/html/en/index.jsp</a>.</p>
<h2><a name="css">CSS</a></h2>
<h3>Applies to: Administrator, Developer, Patch Writer, Webmaster</h3>
! <p>The openFIRST project tries when possible to sue valid CSS when possible. The current version of the Cascading Style Sheets standard that is used is CSS 2. It is recommended that stylesheets and pages be checked using the CSS validator at <a href="http://jigsaw.w3.org/css-validator/">http://jigsaw.w3.org/css-validator/</a> or a similar tool. It is suggested that you use the CSS standard for reference; the standard is available at <a href="http://w3.org/Style/CSS/">http://w3.org/Style/CSS/</a>.</p>
!
! <p>Where possible, CSS should be used to make web pages more accessible. More information about making web pages accessible is available from the Web Accessibility Initiative at <a href="http://w3.org/WAI/">http://w3.org/WAI/</a>. An Accessibility testing tool called Bobby™ is available at <a href="http://bobby.watchfire.com/bobby/html/en/index.jsp">http://bobby.watchfire.com/bobby/html/en/index.jsp</a>.</p>
<h2><a name="bugzilla">Bugzilla</a></h2>
***************
*** 44,48 ****
<h2><a name="cvs">CVS</a></h2>
<h3>Applies to: Administrator, Developer, Documentation Writer, Release Technician, Webmaster</h3>
! <p>...</p>
--- 48,54 ----
<h2><a name="cvs">CVS</a></h2>
<h3>Applies to: Administrator, Developer, Documentation Writer, Release Technician, Webmaster</h3>
! <p>CVS is used by the openFIRST project for version control. It allows multiple contributors to work on the project at one time without interfering with one another's work. CVS can merge different changes to a file in an intelligent way; but it's merging attempts should be verfied manually just to be certain.</p>
!
! <p>One possible route for accessing the CVS repository is using Smart CVS (<a href="http://www.smartcvs.com/">http://www.smartcvs.com/</a>). Documentation about how to configure Smart CVS 3 (the newer version) is available at <a href="http://www.openfirst.org/cvs/smartcvs3/">http://www.openfirst.org/cvs/smartcvs3/</a> and documentation for Smart CVS 2 (an older version) is available at <a href="http://www.openfirst.org/cvs/smartcvs/">http://www.openfirst.org/cvs/smartcvs/</a>. It is recommended that contributors who will be using CVS, especially Administrators, also skim/read the SourceForge.net Project Documentation pertaining to CVS available at: <a href="http://www.sourceforge.net/docman/?group_id=1">http://www.sourceforge.net/docman/?group_id=1</a>.</p>
|