Skip to content

Commit

Permalink
Shove some things into a folder called community.
Browse files Browse the repository at this point in the history
These are the things that are obviously suitable for it, there is likely more elsewhere.
  • Loading branch information
maxhaton committed May 19, 2022
1 parent 0384f41 commit 5193d62
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion articles/templates-revisited.dd
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ $(H2 $(LNAME2 references, References))
for D is at $(LINK http://trac.dsource.org/projects/ddl/browser/trunk/meta/regex.d)
)

$(H2 $(LNAME2 acknowledgments, Acknowledgements))
$(H2 $(LNAME2 community/acknowledgments, Acknowledgements))

$(P
I gratefully acknowledge the inspiration and assistance
Expand Down
2 changes: 1 addition & 1 deletion book/dlang.org.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ $(DIVID cssmenu, $(UL
NAVIGATION_COMMUNITY=
$(SUBMENU_MANUAL
$(SUBMENU_LINK https://dlang.org/blog, Blog)
$(SUBMENU_LINK $(ROOT_DIR)orgs-using-d.html, Orgs using D)
$(SUBMENU_LINK $(ROOT_DIR)/community/orgs-using-d.html, Orgs using D)
$(SUBMENU_LINK https://twitter.com/search?q=%23dlang, Twitter)
$(SUBMENU_LINK $(ROOT_DIR)calendar.html, Calendar)
$(SUBMENU_LINK_DIVIDER https://forum.dlang.org, Forums)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion areas-of-d-usage.dd → community/areas-of-d-usage.dd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $(DIVC area-section2,
)
$(P D has been used in numerous diverse domains. A short selection is presented below.
For a complete overview, see the list of
$(LINK2 $(ROOT_DIR)orgs-using-d.html, organizations using the D Language).
$(LINK2 $(ROOT_DIR)/community/orgs-using-d.html, organizations using the D Language).
)
)

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions dlang.org.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ $(DIVID cssmenu, $(UL
NAVIGATION_COMMUNITY=
$(SUBMENU_MANUAL
$(SUBMENU_LINK https://dlang.org/blog, Blog)
$(SUBMENU_LINK $(ROOT_DIR)orgs-using-d.html, Orgs using D)
$(SUBMENU_LINK $(ROOT_DIR)/community/orgs-using-d.html, Orgs using D)
$(SUBMENU_LINK https://twitter.com/search?q=%23dlang, Twitter)
$(SUBMENU_LINK $(ROOT_DIR)calendar.html, Calendar)
$(SUBMENU_LINK_DIVIDER https://forum.dlang.org, Forums)
Expand Down Expand Up @@ -296,7 +296,7 @@ $(SUBMENU_MANUAL
$(SUBMENU_LINK https://wiki.dlang.org/IDEs, IDEs)
$(SUBMENU_LINK https://run.dlang.io, run.dlang.io)
$(SUBMENU_LINK $(VISUALD), Visual D)
$(SUBMENU_LINK_DIVIDER $(ROOT_DIR)acknowledgements.html, Acknowledgments)
$(SUBMENU_LINK_DIVIDER $(ROOT_DIR)/community/acknowledgements.html, Acknowledgments)
$(SUBMENU_LINK $(ROOT_DIR)dstyle.html, D Style)
$(SUBMENU_LINK $(ROOT_DIR)glossary.html, Glossary)
$(SUBMENU_LINK $(ROOT_DIR)sitemap.html, Sitemap)
Expand Down
2 changes: 1 addition & 1 deletion dpl-docs/views/layout.dt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ html(lang='en-US')
li
a(href="http://rainers.github.io/visuald/visuald/StartPage.html") Visual D
li.menu-divider
a(href="#{root_dir}acknowledgements.html") Acknowledgments
a(href="#{root_dir}/community/acknowledgements.html") Acknowledgments
li
a(href="#{root_dir}dstyle.html") D Style
li
Expand Down
2 changes: 1 addition & 1 deletion index.dd
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ $(DIVC org_list_footer,
to high-level abstraction $(FA_ICON quote-right) $(BR)
</div>
$(FA_ICON heart) $(LINK2 $(ROOT_DIR)orgs-using-d.html, Success stories)
$(FA_ICON history) $(LINK2 $(ROOT_DIR)areas-of-d-usage.html, What is D used for?)
$(FA_ICON history) $(LINK2 $(ROOT_DIR)/community/areas-of-d-usage.html, What is D used for?)
</div>
</div>
)
Expand Down
9 changes: 5 additions & 4 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -342,14 +342,15 @@ ARTICLE_FILES=$(addprefix articles/, index builtin code_coverage const-faq \
# Website root filenames. They have extension .dd in the source
# and .html in the generated HTML. Save for the expansion of
# $(SPEC_ROOT), the list is sorted alphabetically.
PAGES_ROOT=$(SPEC_ROOT) 404 acknowledgements areas-of-d-usage $(ARTICLE_FILES) \
PAGES_ROOT=$(SPEC_ROOT) 404 $(ARTICLE_FILES) \
ascii-table bugstats $(CHANGELOG_FILES) calendar community comparison concepts \
deprecate dmd dmd-freebsd dmd-linux dmd-osx dmd-windows \
documentation download dstyle forum-template gpg_keys glossary \
howto-promote htod index install \
menu orgs-using-d overview rdmd resources search security tuple wc windbg \
htod index install menu overview rdmd resources \
search security tuple wc windbg \
$(addprefix foundation/, index about donate prman sponsors upb-scholarship) \
$(addprefix gsoc/, gsoc2011 gsoc2012 gsoc2012-template gsoc2013 gsoc2013-template)
$(addprefix gsoc/, gsoc2011 gsoc2012 gsoc2012-template gsoc2013 gsoc2013-template) \
$(addprefix community/, howto-promote orgs-using-d areas-of-d-usage acknowledgements )

# The contributors listing is dynamically generated
ifneq (1,$(DIFFABLE))
Expand Down

0 comments on commit 5193d62

Please sign in to comment.