Difference between revisions of "Talk:Developer Guides"

From GNUstepWiki
Jump to navigation Jump to search
 
(added note about automatically including introductions)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Thanks for helping me put this into some context. I'm sorta new to wiki's. --[[User:Quineska|ChrisArmstrong]] 07:53, 6 Jul 2005 (CEST)
 
Thanks for helping me put this into some context. I'm sorta new to wiki's. --[[User:Quineska|ChrisArmstrong]] 07:53, 6 Jul 2005 (CEST)
 +
 +
== TODO: porting of rest of articles... ==
 +
 +
... on http://www.gnustep.org/developers/documentation.html and http://www.gnustep.org/experience/DeveloperTools.html
 +
 +
Which reminds me. If you start a new article or guide, you can automatically display your introduction in the list by saying:
 +
 +
<nowiki>
 +
{{:SiteName}}
 +
</nowiki>
 +
 +
But when writing the page, you first need to this:
 +
 +
<pre>
 +
Introduction. text text text text.
 +
 +
<noinclude>
 +
the rest of the article
 +
</noinclude>
 +
</pre>
 +
 +
This causes only the introduction to be included in the list. [[User:Madleser|Madleser]]

Latest revision as of 18:48, 4 September 2006

Thanks for helping me put this into some context. I'm sorta new to wiki's. --ChrisArmstrong 07:53, 6 Jul 2005 (CEST)

TODO: porting of rest of articles...

... on http://www.gnustep.org/developers/documentation.html and http://www.gnustep.org/experience/DeveloperTools.html

Which reminds me. If you start a new article or guide, you can automatically display your introduction in the list by saying:

{{:SiteName}}

But when writing the page, you first need to this:

Introduction. text text text text.

<noinclude>
the rest of the article
</noinclude>

This causes only the introduction to be included in the list. Madleser