Skip to content

Commit

Permalink
Revert "Ivan Smirnov's redesign"
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Jan 10, 2016
1 parent 910c4f6 commit d3972b5
Show file tree
Hide file tree
Showing 54 changed files with 1,759 additions and 1,988 deletions.
163 changes: 0 additions & 163 deletions articles.dd

This file was deleted.

9 changes: 9 additions & 0 deletions articles.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

<html>
<head>
<title>D Runtime Library</title>
<meta http-equiv="Refresh" content="0; URL=d-floating-point.html">
</head>
<body>
</body>
</html>
19 changes: 11 additions & 8 deletions bugstats.php.dd
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@ Ddoc

$(D_S Bug tracker,

$(P
$(LI
We use $(B Bugzilla) to track the issues for the D programming language.
$(BR)
The home of the D issue tracker is: $(B $(LINK http://issues.dlang.org))
$(P The home of the D issue tracker is: $(B $(LINK http://issues.dlang.org)))
)

$(P
You can browse through the existing bugs for D projects $(LINK2 https://issues.dlang.org/describecomponents.cgi?product=D, $(B here)).
$(LI
You can browse through the existing bugs for D projects $(LINK2 https://issues.dlang.org/describecomponents.cgi?product=D, $(B here).)
)

$(P
If you want to search for a specific bug, you can use the $(LINK2 https://issues.dlang.org/query.cgi?format=specific, $(B search page)).
$(BR)

$(LI
If you want to search for a specific bug, you can use the $(LINK2 https://issues.dlang.org/query.cgi?format=specific, $(B search page).)
)

$(P
$(BR)

$(LI
And if you want to file a new bug, you can use $(LINK2 https://issues.dlang.org/enter_bug.cgi?product=D, $(B this page)).
)

Expand Down
1 change: 0 additions & 1 deletion builtin.dd
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,4 @@ $(SECTION2 Please Note,
Macros:
TITLE=D Builtin Rationale
WIKI=builtins
SUBNAV=$(SUBNAV_ARTICLES)

1 change: 0 additions & 1 deletion code_coverage.dd
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,3 @@ $(LINK2 https://en.wikipedia.org/wiki/Code_coverage, Wikipedia)
Macros:
TITLE=Code Coverage Analysis
WIKI=Dcover
SUBNAV=$(SUBNAV_ARTICLES)
6 changes: 0 additions & 6 deletions community.dd

This file was deleted.

5 changes: 5 additions & 0 deletions comparison.dd
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@ $(ITEMIZE

Macros:
TITLE=Features Overview
NO=<td class="compNo">No</td>
NO1=<td class="compNo"><a href="$1">No</a></td>
YES=<td class="compYes">Yes</td>
YES1=<td class="compYes"><a href="$1">Yes</a></td>

1 change: 0 additions & 1 deletion const-faq.dd
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,3 @@ Macros:
WIKI=constFAQ
ITEMR=$(LI $(RELATIVE_LINK2 $1, $+))
ITEM=<hr>$(H3 <a name="$1">$+</a>)
SUBNAV=$(SUBNAV_ARTICLES)
1 change: 0 additions & 1 deletion cpptod.dd
Original file line number Diff line number Diff line change
Expand Up @@ -826,4 +826,3 @@ void test()
Macros:
TITLE=Programming in D for C++ Programmers
WIKI=CPPtoD
SUBNAV=$(SUBNAV_ARTICLES)
Loading

0 comments on commit d3972b5

Please sign in to comment.