Skip to content

Commit

Permalink
add other file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zachthemystic committed Feb 3, 2015
1 parent f78ffb6 commit c89d7d6
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 15 deletions.
1 change: 1 addition & 0 deletions doc.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ NAVIGATION=
$(DIVID cssmenu, $(UL
$(MENU index.html, D $(LATEST))
$(MENU download.html, $(B Download))
$(MENU getstarted.html, Getting Started)
$(MENU changelog.html, Change Log)
$(MENU_W_SUBMENU D Reference)
$(SUBMENU
Expand Down
46 changes: 35 additions & 11 deletions getstarted.dd
Original file line number Diff line number Diff line change
@@ -1,16 +1,40 @@
Ddoc

$(D_S Getting Started,
$(D_S
Getting Started,

$(P
The (LINK2 http://wiki.dlang.org, $(B D Wiki)) is the best place to start learning about D.
)

$(P
)

)
$(P
$(LINK2 http://dlang.org, $(B D)) is a powerful systems programming language. The
best places to learn are:)
)
$(UL
$(LI The $(LINK2 http://wiki.dlang.org, $(B D Wiki)), which tends to contain the
best information and links.
)
$(LI The $(LINK2 http://forum.dlang.org, $(B Forums)) contain very active
discussions, in particular
$(LINK2 http://forum.dlang.org/group/digitalmars.D.learn, $(B D.learn)) for
new users.
)
$(LI The $(LINK2 http://wiki.dlang.org/Books, $(B Books)) listed on the Wiki.
)
)
$(P
For a little more depth:
)
$(UL
$(LI $(LINK2 http://dlang.org/download.html, $(B Download)) a compiler.
)
$(LI Read the official $(LINK2 http://dlang.org/intro.html, $(B Language))
and $(LINK2 http://dlang.org/phobos/index.html, $(B Standard Library)) references.
)
$(LI Browse the $(LINK2 http://code.dlang.org/, $(B Dub Repository)), hosting
an ever growing list of 3rd-party D programs and libraries.
)
)
$(P Welcome to $(LINK2 http://dlang.org, $(B D)).
)

Macros:
TITLE=Getting Started
WIKI=
TITLE=Getting Started
WIKI=The_D_Programming_Language
4 changes: 2 additions & 2 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ PAGES_ROOT=$(SPEC_ROOT) 32-64-portability acknowledgements ascii-table \
bugstats.php builtin changelog code_coverage concepts const-faq COM \
comparison cpptod ctod D1toD2 d-array-article d-floating-point \
deprecate dll dll-linux dmd-freebsd dmd-linux dmd-osx dmd-windows \
download dstyle exception-safe faq features2 glossary gsoc2011 gsoc2012 \
gsoc2012-template hijack howto-promote htod htomodule index intro \
download dstyle exception-safe faq features2 getstarted glossary gsoc2011 \
gsoc2012 gsoc2012-template hijack howto-promote htod htomodule index intro \
intro-to-datetime lazy-evaluation memory migrate-to-shared mixin \
overview pretod rationale rdmd regular-expression safed \
template-comparison templates-revisited tuple \
Expand Down
10 changes: 8 additions & 2 deletions win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ SRC= $(SPECSRC) cpptod.dd ctod.dd pretod.dd cppcontracts.dd index.dd overview.dd
tuple.dd template-comparison.dd COM.dd hijack.dd features2.dd safed.dd \
const-faq.dd concepts.dd d-floating-point.dd migrate-to-shared.dd \
D1toD2.dd intro-to-datetime.dd simd.dd deprecate.dd download.dd \
32-64-portability.dd dll-linux.dd bugstats.php.dd css\cssmenu.css.dd
32-64-portability.dd dll-linux.dd bugstats.php.dd getstarted.dd \
css\cssmenu.css.dd \


SPECSRC=spec.dd intro.dd lex.dd grammar.dd module.dd declaration.dd type.dd property.dd \
attribute.dd pragma.dd expression.dd statement.dd arrays.dd \
Expand Down Expand Up @@ -51,7 +53,9 @@ TARGETS=cpptod.html ctod.html pretod.html cppcontracts.html index.html overview.
memory-safe-d.html d-floating-point.html migrate-to-shared.html \
D1toD2.html unittest.html hash-map.html intro-to-datetime.html \
simd.html deprecate.html download.html 32-64-portability.html \
d-array-article.html dll-linux.html bugstats.php.html css/cssmenu.css
d-array-article.html dll-linux.html bugstats.php.html getstarted.html \
css/cssmenu.css \



CHMTARGETS=d.hhp d.hhc d.hhk d.chm
Expand Down Expand Up @@ -158,6 +162,8 @@ function.html : $(DDOC) function.dd

garbage.html : $(DDOC) garbage.dd

getstarted.html : $(DDOC) getstarted.dd

glossary.html : $(DDOC) glossary.dd

hash-map.html : $(DDOC) hash-map.dd
Expand Down

0 comments on commit c89d7d6

Please sign in to comment.