dsource.org
Open Source Development for
the D Programming Language
  • Home
  • Projects
  • Forums
  • Tutorials
  • Site

Wiki Navigation

  • Start Page
  • Index by Title
  • Index by Date
  • Last Change

back to Site Home

Trac Usage Help

Wiki Tips

News and Downloads, which used to be maintained by the project admins in some admittedly awful PHP screens, may now be maintained in wiki pages.

Downloads

Please try to make use of the [download: macro. The preferred way of getting your downloads/packages to the server is to put them in the /downloads folder of your SVN repos. Instead of pointing to the /downloads repos section like: [source:/downloads/file-0.0.zip file-0.0.zip] , this is the preferred method:

[download:/downloads/file-0.0.zip file-0.0.zip]

The effect of this is to append ?format=raw to the end of the hyperlink, thus skipping over Trac's attempt to display the file as source code. The file will immediately be served for download.

Project Information

Use the ProjectInfo macro to get information from the central dsource.org projects database about your project. Then, when you update it in the Admin section of Trac, the next page views using the macro will be up-to-date. For example, this wiki code:

||Name||'''[[ProjectInfo(name)]]'''
||Category||[[ProjectInfo(cat)]]
||Status||[[ProjectInfo(status_id)]] - [[ProjectInfo(status_name)]]
||Home Page||[[ProjectInfo(home_page)]]
||Short Description||[[ProjectInfo(short_desc)]]
||Long Description||[[ProjectInfo(long_desc)]]

should yield something like this:

Nametest
CategoryServer Resources
Status1 - Planning
Home Pagehttp://test.dsource.org
Short Descriptiona great test project
Long Descriptionbleck blah

Or, simply,

[[ProjectInfo(short_desc)]]

should yield:

a great test project

News

News, Changelogs, Status updates may be maintained by hand in a wiki page, as no central integration is planned at this time.

back to Site Home

Download in other formats:

  • Plain Text
  • Plain Text
  • Plain Text

© Copyright 2004-2012 - The Sankaty Group, Inc. All rights reserved.

Make a Donation

Privacy Statement   Terms of Service