Difference between revisions of "Talk:The D Programming Language"

From D Wiki
Jump to: navigation, search
m (Remove noise)
m (Rearrange)
Line 7: Line 7:
 
<table cellspacing="10" style="width:100%;">
 
<table cellspacing="10" style="width:100%;">
 
<tr>
 
<tr>
 +
 
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #e9e7d4; padding:0 1em 1em 1em; background-color: #f9f7e4; align:right;vertical-align:top;">
 
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #e9e7d4; padding:0 1em 1em 1em; background-color: #f9f7e4; align:right;vertical-align:top;">
 
== Introduction ==
 
== Introduction ==
 
 
* [[Intro:D_in_10_minutes|D in 10 minutes]]
 
* [[Intro:D_in_10_minutes|D in 10 minutes]]
 
* [[Intro:How_do_I_get_Started|How do I get started?]]
 
* [[Intro:How_do_I_get_Started|How do I get started?]]
 
* [[Intro:Beginner_FAQ|FAQ for new D programmers]]
 
* [[Intro:Beginner_FAQ|FAQ for new D programmers]]
 +
</td>
  
 +
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #c0d9e2; padding:0 1em 1em 1em; background-color: #e4f4f9; align:right;vertical-align:top;">
 +
== Community ==
 +
* [http://forum.dlang.org Forums / Newsgroups]
 +
* [[Community:OpenSourceProjects|Open Source Projects]]
 +
* [[Community:HelpWanted|Help wanted]]
 
</td>
 
</td>
 +
 +
</tr>
 +
 +
<tr>
 +
 
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #d0e2c0; padding:0 1em 1em 1em; background-color: #eaf7df; align:right;vertical-align:top;">
 
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #d0e2c0; padding:0 1em 1em 1em; background-color: #eaf7df; align:right;vertical-align:top;">
 
== Documentation ==
 
== Documentation ==
 
 
* [http://dlang.org/lex.html Official Documentation]
 
* [http://dlang.org/lex.html Official Documentation]
 
* [[Docs:Books|Books (Online and printed)]]
 
* [[Docs:Books|Books (Online and printed)]]
 
* [[Docs:Articles|Articles]]
 
* [[Docs:Articles|Articles]]
 
</td>
 
</td>
</tr>
 
  
<tr>
 
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #c0d9e2; padding:0 1em 1em 1em; background-color: #e4f4f9; align:right;vertical-align:top;">
 
== Community ==
 
* [http://forum.dlang.org Forums / Newsgroups]
 
* [[Community:OpenSourceProjects|Open Source Projects]]
 
* [[Community:HelpWanted|Help wanted]]
 
</td>
 
 
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dddddd; padding:0 1em 1em 1em; background-color:#f2f2f2; align:right;vertical-align:top;">
 
<td style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dddddd; padding:0 1em 1em 1em; background-color:#f2f2f2; align:right;vertical-align:top;">
 
== Core Development ==
 
== Core Development ==
 
 
* [[Dev:How_to_help|How to help]]
 
* [[Dev:How_to_help|How to help]]
 
* [[Dev:DIPs|D Improvement Proposals]]
 
* [[Dev:DIPs|D Improvement Proposals]]
 
* [[Dev:ReviewQueue|Review Queue]]
 
* [[Dev:ReviewQueue|Review Queue]]
 
</td>
 
</td>
 +
 
</tr>
 
</tr>
 
</table>
 
</table>

Revision as of 10:53, 22 November 2012

Layout

Could the front page have a somewhat more digestable layout that reflects the overall structure of the wiki at glance? Something like: --Kraybit (talk) 10:50, 22 November 2012 (CET)

Introduction

Community

Documentation

Core Development