rbrindley: branch 2.0 r4152 - /branches/2.0/developer_info/CODING-GUIDELINES
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Nov 19 15:32:15 CST 2008
Author: rbrindley
Date: Wed Nov 19 15:32:14 2008
New Revision: 4152
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4152
Log:
* www.w3c.org --> www.w3.org
* verified that current links were accurate
Modified:
branches/2.0/developer_info/CODING-GUIDELINES
Modified: branches/2.0/developer_info/CODING-GUIDELINES
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/developer_info/CODING-GUIDELINES?view=diff&rev=4152&r1=4151&r2=4152
==============================================================================
--- branches/2.0/developer_info/CODING-GUIDELINES (original)
+++ branches/2.0/developer_info/CODING-GUIDELINES Wed Nov 19 15:32:14 2008
@@ -110,12 +110,12 @@
* General rules
---------------
-- Luckily, W3C (http://www.w3c.org) already provides us with various html
+- Luckily, W3C (http://www.w3.org) already provides us with various html
guidelines. These guidelines have the heavy attention of browser
developers and therefore should be considered when developing.
- For starters, lets try to follow their guidelines for XHTML 1.0
- (http://www.w3c.org/TR/xhtml1/) as much as possible. We'll make special
+ (http://www.w3.org/TR/xhtml1/) as much as possible. We'll make special
notes below of any changes to their suggestions.
- Use the following example as a quick reference for html formatting. Note
@@ -137,7 +137,7 @@
<img src="refresh.gif" title="Refresh" />
- A good/thorough guideline can be found at:
- http://www.w3c.org/TR/xhtml1/#guidelines
+ http://www.w3.org/TR/xhtml1/#guidelines
----------------------------------
@@ -148,7 +148,7 @@
---------------
- Again, The W3C already provides various css guidelines. For now, we'll
- follow their suggestions for CSS 2.1 (http://www.w3c.org/TR/CSS21/)
+ follow their suggestions for CSS 2.1 (http://www.w3.org/TR/CSS21/)
- Styling should reside in <style></style> at the top of the associated
html page, or in a .css file. Refrain from adding a quick style=""
More information about the asterisk-gui-commits
mailing list