root/trunk/docsrc/howto-promote.dd

Revision 659, 3.1 kB (checked in by andrei, 4 years ago)

Changed ddoc extensions to dd and changed linux.mak accordingly

  • Property svn:eol-style set to native
Line 
1 Ddoc
2
3 $(D_S Promoting D Projects (or Internet Marketing 101),
4
5     $(P So you've written a cool project in D, and it's ready for others
6     to use or to get involved with helping develop it further.
7     Just posting a zip file isn't going to work. All your blood, sweat
8     and effort will just go to waste.
9     You'll need to provide a way for people who want to know about
10     your project to be able to find it.
11     )
12
13     $(P The steps are:
14     )
15
16     $(OL
17     $(LI Create a web page for the project)
18     $(LI Let people know about it)
19     )
20
21 <h3>Creating a Web Page</h3>
22
23     $(P A good web page should include the following:
24     )
25
26     $(UL
27     $(LI The keywords and phrases that someone who would be interested
28     in your project might type into Google to find it.)
29
30     $(LI The phrase $(B D programming language) somewhere on the page.
31     This helps build the brand on the internet.
32     If you just use $(B D), nobody will find it via search.)
33
34     $(LI Screen shots of the program. Even better, for graphics
35     and game demos, make a short video of it with
36     $(LINK2 http://www.microsoft.com/windowsxp/using/moviemaker/default.mspx, Windows Movie Maker),
37     which can capture movies directly from the screen.)
38
39     $(LI List the capabilities of the package and what it's good for.)
40
41     $(LI Identify who this package is intended for and why they'd
42     want to use it.)
43
44     $(LI Copyright and license information for any source code.
45     If you intend for it to be
46     $(LINK2 http://en.wikipedia.org/wiki/Public_domain, public domain),
47     make sure to
48     explicitly mark it so.)
49
50     )
51
52 <h3>Promoting the Project</h3>
53
54     $(P Submit the page or article to the following:
55     )
56
57     $(UL
58     $(LI $(LINK2 http://www.digitalmars.com/pnews/indexing.php?server=news.digitalmars.com&group=digitalmars.D.announce, digitalmars.D.announce) newsgroup)
59     $(LI $(LINK2 http://www.google.com/addurl/?continue=/addurl, Google web crawler))
60     $(LI $(LINK2 http://www.google.com/codesearch/addcode, Google code search) for source code zips)
61     $(LI $(LINK2 http://www.dzone.com/, dzone) developer news)
62     $(LI $(LINK2 http://www.betamarker.com/, beta marker) for releases, including betas)
63     $(LI $(LINK2 http://www.digg.com/, Digg) under the Developer category)
64     $(LI $(LINK2 http://slashdot.org/, Slashdot) news for nerds)
65     $(LI $(LINK2 http://www.gamedev.net/, gamedev.net) anything game related)
66     $(LI $(LINK2 http://www.artima.com/, Artima Developer) developer articles)
67     $(LI $(LINK2 http://www.download.com/, download.com) software downloads)
68     $(LI $(LINK2 http://www.wikipedia.org/, Wikipedia) if it genuinely adds to an article on the subject)
69     $(LI $(B comp.programming) newsgroup)
70     )
71
72     $(P Send me a cut-and-paste html snippet to place on
73     $(LINK2 http://www.digitalmars.com/d/dlinks.html, dlinks).
74     )
75
76     $(P If your project is a conversion of an existing project to D,
77     email the project leader of that existing project and suggest
78     that he incorporate a link to your project on his page.
79     )
80
81     $(P For the absolutely most effective results, submit
82     articles to:
83     )
84
85     $(UL
86     $(LI $(LINK2 http://www.ddj.com, Dr. Dobb's Journal))
87     $(LI $(LINK2 http://www.sdexpo.com/, SDWest))
88     $(LI $(LINK2 http://www.oopsla.org/, OOPSLA))
89     )
90
91 )
92
93 Macros:
94     TITLE=Promoting D Projects (or Internet Marketing 101)
95     WIKI=PromotingDProjects
Note: See TracBrowser for help on using the browser.