The wiki for the D Programming Language

About D

  • What is D?
  • The D Community
  • Documentation
  • How To...
  • Best Practices
  • More Links

Tools

  • Editors
  • Other Tools

Projects

  • Projects Folder
  • Libraries
  • GUI Libraries
  • Database Bindings
  • Games

Wiki4D

  • Front Page
  • Recent Changes
  • Test Page
  • Message Board
  • Search
  • Contributors
  • Folders
  • Index
  • Help

FrontPage | News | TestPage | MessageBoard | Search | Contributors | Folders | Index | Help | Preferences | Edit

Justin Calvarese /
Template


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
        <title>{WikiName}: {PageName}</title>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>



<style type="text/css"> <!--

/* from d.css */

body{
   width: 95%;
   margin: auto;
   padding: 0;
   background: #556666;
}

#stripe_footer{
   background: black;
   margin: 0;
   padding: 0;
   text-align: center;
}

#stripe_footer ul li{
   color: #556666;
   font-family: arial;
   display: inline;
}
#stripe_footer ul li :before,
#stripe_footer ul li :after{ content: " : "; }

#stripe_footer ul li a,
#stripe_footer ul li a:link,
#stripe_footer ul li a:visited{
   color: #556666;
   text-decoration: none;
}
		
#stripe_footer ul li a:hover,
#stripe_footer ul li a:active{ color: #EEEEEC; }
		
#sash{
   background: #EEEEEC;
}
		
#content{
   background: #EEEEEC;
   padding: 0;
   margin: 0;
}
#content table{
   border-collapse: collapse;
}
			
#banner{
   background: #4B4B4B url("/upload/duser/big_d.jpg") no-repeat center;
   line-height: 159px;
   height: 159px;
}
		
#col1{
   width: 15%;
   vertical-align: top; 
}
		
#col2{
   width: 85%;
}

.section{
   padding: 0.5em;
}
		
.sidepanel{
   font-family:arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
   margin-right: 1.0em;
   margin-bottom: 0.5em;
   padding: 0;
   padding-left: 1em;
   padding-bottom: 0.5em;
   border-right: 1px dashed #4B4B4B;
   width: 10em;
   /*background: #EEEEEC;*/
}
		
.sidepanel h1, .sidepanel h2, .sidepanel h3, .sidepanel h4{
   margin: 0;
   margin-top: 0.75em;
   padding: 0;
}
		
.sidepanel ul{
   margin: 0;
   padding: 0;
   padding-left: 0.5em;
   list-style: none;
}
		
blockquote{
   font-family: "courier new", courier, serif;
   background: #DEDEDE url("/upload/duser/img_quote.gif") no-repeat top right;
   margin: 0.5em;
   padding: 0.5em;
   padding-left: 1em;
   padding-top: 1em;
}


/* from tabs.css */

/* was removed because it messed up editing window, but might be fixed now */

#tab_header {
  float:right;
  width:100%;
  background:#4B4B4B url("/upload/duser/img_tabs_bg.gif") repeat-x bottom;
  line-height:normal;
  font-family:arial, sans-serif;
  font-size:0.8em;
  margin: auto;
  }
#tab_header ul {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  list-style:none;
  }
#tab_header li {
  float:right;
  background:url("/upload/duser/img_tabs_left.gif") no-repeat left top;
  margin: 0 0.3em 0 0;
  padding:0 0 0 10px; /*width of left.gif*/
  }
#tab_header a {
  float:right;
  display:block;
  background:url("/upload/duser/img_tabs_right.gif") no-repeat right top;
  padding:0.2em 16px 0.2em 6px; /*2nd number is 10 + width of left.gif*/
  text-decoration:none;
  font-weight:bold;
  color: white;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tab_header a {float:none;}
/* End IE5-Mac hack */
#tab_header a:hover {
  color:#333;
  }
#tab_header #current {
  background-image:url("/upload/duser/img_tabs_left_on.gif");
  }
#tab_header #current a {
  background-image:url("/upload/duser/img_tabs_right_on.gif");
  color:#333;
  }


/* from d_code.css */

.d_code, .c_code, .cpp_code{
   padding: 0.5em;
   margin: 0.25em;
   font-size: 0.9em;
}

.d_code{ background: #DEDEDE url("/upload/duser/d_code.gif") no-repeat right top; }

.c_code{ background: #DEDEDE url("/upload/duser/c_code.gif") no-repeat right top; }

.cpp_code{ background: #DFD4CD  url("/upload/duser/cpp_code.gif") no-repeat right top;}

.keyword{
   color: blue;
   font-weight: bold;
}

.comment{
   color: green;
}


//--> </style>


</head>

<body>



	<div id="banner">
		 
	</div>

<!--
	<div id="tab_header">

		<ul>
			<li><a href="#">About</a></li>
			<li id="current"><a href="#">Tutorials</a></li>
			<li><a href="#">Download</a></li>
			<li><a href="#">Quotes</a></li>
			<li><a href="#">Contact</a></li>

		</ul>
	</div>
-->

	<div id="sash">
		 
	</div>

	<div id="content">

		<!-- COLUMN 1 --><table><tr><td id="col1">

		<div class="sidepanel">
			<h2>About D</h2>

			<ul>
				<li><a href="#">Overview</a></li>
				<li><a href="#">D for Win32</a></li>
				<li><a href="#">Win32 DLLs in D</a></li>
				<li><a href="#">C .h to D Modules</a></li>
				<li><a href="#">FAQ</a></li>

				<li><a href="#">Style Guide</a></li>
				<li><a href="#">Example: wc</a></li>
				<li><a href="#">Future</a></li>
				<li><a href="#">D Change Log</a></li>
				<li><a href="#">Tech Tips</a></li>
				<li><a href="#">Rationale</a></li>

				<li><a href="#">Warnings</a></li>
			</ul>

			<h2>Articles</h2>
			<ul>
				<li><a href="#">Exception Safety</a></li>
				<li><a href="#">Templates Revisited</a></li>
			</ul>


			<h2>Tools</h2>
			<ul>
				<li><a href="#">DMD D Compiler</a></li>
				<li><a href="#">GDC D Compiler</a></li>
				<li><a href="#">Linker</a></li>
				<li><a href="#">Profiler</a></li>

				<li><a href="#">Code Coverage</a></li>
				<li><a href="#">DMD Script Shell</a></li>
				<li><a href="#">Windows Debugger</a></li>
			</ul>

			<h2>Wiki4D</h2>
			<ul>
				<li><a href="wiki.cgi?FrontPage">Front Page</a></li>
				<li><a href="wiki.cgi?RecentChanges">News</a></li>
				<li><a href="wiki.cgi?TestPage">Test Page</a></li>
				<li><a href="wiki.cgi?MessageBoard">Message Board</a></li>
				<li><a href="wiki.cgi?Search">Search</a></li>
				<li><a href="wiki.cgi?FolderContributors">Contributors</a></li>
				<li><a href="wiki.cgi?FolderFolders">Folders</a></li>
				<li><a href="wiki.cgi?Index">Index</a></li>
				<li><a href="wiki.cgi?HelpCenter">Help</a></li>
			</ul>

		</div>


		<!-- COLUMN 2 --></td><td id="col2">



<p><b>Wiki4D: The wiki for the <a href="http://www.digitalmars.com/d/index.html">D Programming Language</a></b></p>

<p>{EditBar}</p>

<hr width="75%">


<p>{PageTitle}<br>
<b>{PageTitleComment}</b>

            {PageText}

<p>{LinkBarTextHor}</p>
<p>{EditBar}</p>

<hr width="75%">


<p><font face="Verdana,Geneva,Arial,Helvetica" size="2" color="#cccccc"><b>{WikiCopyright}</b></font></p>
<p><font face="Verdana,Geneva,Arial,Helvetica" size="2" color="#cccccc"><b>last change: {DateLastChange}</b></font></p>


		<!-- END COLUMNS --></td></tr></table>


		<div id="stripe_footer">
		  <ul>
			<li><a href="#">Home</a></li>
			<li id="current"><a href="#">News</a></li>
			<li><a href="#">Products</a></li>
			<li><a href="#">About</a></li>

			<li><a href="#">Contact</a></li>
		  </ul>
		</div>
	</div>



</body>

</html>

FrontPage | News | TestPage | MessageBoard | Search | Contributors | Folders | Index | Help | Preferences | Edit

Edit text of this page (date of last change: February 28, 2007 21:05 (diff))


(C) subject to the FDL (Free Documentation License)

last change: February 28, 2007