Talk:Developer Center: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Reverted edits by Deguix to last version by 82.240.156.101)
mNo edit summary
Line 1: Line 1:
== Rename Function Page Titles Using Function Names ==


I think it would be better to change the titles of all pages that describe 1 function to be renamed as the name of that function plus the "function" word in front of it. This would make this wiki better organized for the reference in the future. It's better for the functions naming syntax be decided first. Example:
For example, the "[[GetDrives]]" function should be "EnumSystemDrives function". See the "function" attached to the page name.
Also, this could be applied to pages in other categories in the Wiki like for example:
* [[:Category:Plugins]]: "[[System plug-in]]".
* [[:Category:Graphics and UIs]]: "[[Experience UI]]", "[[Winamp checkboxes]]"...
Now I just don't know about the [[:Category:Related Software]] pages. I think they could be just the program name like [[HM NIS Edit]]. -- [[User:Deguix|deguix]] 15:47, 2 Sep 2005 (PDT)
== Just one thing got broken after the backup was applied ==
Files now are considered as images when linking directly to the file description page:
[[File:NSISArray.zip]] -- [[User:Deguix|deguix]] 18:01, 2 Sep 2005 (PDT)
== Additional "might be useful" MediaWiki Extentions ==
I found 1 extention which might be useful to add:
;[[MetaWikiPedia:User:Sent/Poll|Poll]]
:Allows the creation of polls, making the rating of pages to become possible. It is said that this has caching problems. I think this should be implemented here if there is the correct fix for that. -- [[User:Deguix|deguix]] 18:01, 2 Sep 2005 (PDT)
== Category Links Workaround ==
This would be a workaround to implement custom positioning of category links and to change the link names for the categories. Example:
<div id="catlinks"><p class='catlinks'>[[:Category:Browse|Categories]]: [[:Category:Test|Test]] | [[:Category:Test2|Test2]]</p></div>
This cannot be implemented correctly until the skin is modified, removing the bottom category links automatically put by the wiki. But this would make their implementation manual. Additionally, you would still have to use <nowiki>[[Category:MyCategory]]</nowiki>. -- [[User:Deguix|deguix]] 19:57, 7 Sep 2005 (PDT)

Revision as of 09:57, 17 October 2005

Rename Function Page Titles Using Function Names

I think it would be better to change the titles of all pages that describe 1 function to be renamed as the name of that function plus the "function" word in front of it. This would make this wiki better organized for the reference in the future. It's better for the functions naming syntax be decided first. Example:

For example, the "GetDrives" function should be "EnumSystemDrives function". See the "function" attached to the page name.

Also, this could be applied to pages in other categories in the Wiki like for example:

Now I just don't know about the Category:Related Software pages. I think they could be just the program name like HM NIS Edit. -- deguix 15:47, 2 Sep 2005 (PDT)

Just one thing got broken after the backup was applied

Files now are considered as images when linking directly to the file description page:

File:NSISArray.zip -- deguix 18:01, 2 Sep 2005 (PDT)

Additional "might be useful" MediaWiki Extentions

I found 1 extention which might be useful to add:

Poll
Allows the creation of polls, making the rating of pages to become possible. It is said that this has caching problems. I think this should be implemented here if there is the correct fix for that. -- deguix 18:01, 2 Sep 2005 (PDT)

Category Links Workaround

This would be a workaround to implement custom positioning of category links and to change the link names for the categories. Example:

This cannot be implemented correctly until the skin is modified, removing the bottom category links automatically put by the wiki. But this would make their implementation manual. Additionally, you would still have to use [[Category:MyCategory]]. -- deguix 19:57, 7 Sep 2005 (PDT)