Browse Source

Update links to SharpDevelop wiki.

pull/297/head 5.0-Beta1
Daniel Grunwald 11 years ago
parent
commit
1300bac39c
  1. 2
      README.txt
  2. 17
      doc/SharpDevelopInfoResources.txt
  3. 2
      doc/technotes/AddIn Writing Help.url
  4. 4
      samples/LineCounter/Article/LineCounterSharpDevelopAddIn.html
  5. 4
      src/AddIns/Analysis/MachineSpecifications/MachineSpecifications/AddInWritingHelp.txt
  6. 2
      src/Libraries/AvalonEdit/Documentation/Code Completion.aml
  7. 2
      src/Main/Base/Project/ICSharpCode.SharpDevelop.addin

2
README.txt

@ -8,7 +8,7 @@ SharpDevelop is distributed under the MIT license. @@ -8,7 +8,7 @@ SharpDevelop is distributed under the MIT license.
The #develop project started on September 11th, 2000. The project was initiated
by Mike Krüger. In the course of the project, several contributors joined in.
If you want to contribute see http://wiki.sharpdevelop.net/JoiningTheTeam.ashx.
If you want to contribute see <https://github.com/icsharpcode/SharpDevelop/wiki/Joining-the-Team>.
Overview
#develop (short for SharpDevelop) is a free Integrated Development Environment

17
doc/SharpDevelopInfoResources.txt

@ -10,26 +10,27 @@ https://github.com/icsharpcode/SharpDevelop/issues @@ -10,26 +10,27 @@ https://github.com/icsharpcode/SharpDevelop/issues
++ WIKI ++
http://wiki.sharpdevelop.net/ (HOME)
http://wiki.sharpdevelop.net/SharpDevelopSites.ashx (sites and servers)
http://wiki.sharpdevelop.net/ScreenRecordingsForDevelopers.ashx
https://github.com/icsharpcode/SharpDevelop/wiki (HOME)
https://github.com/icsharpcode/SharpDevelop/wiki/AddIn-Writing-Help
https://github.com/icsharpcode/SharpDevelop/wiki/Sites (sites and servers)
https://github.com/icsharpcode/SharpDevelop/wiki/ScreenRecordingsForDevelopers
++ ROADMAPS ++
http://wiki.sharpdevelop.net/RoadmapVersion3x.ashx
http://wiki.sharpdevelop.net/RoadmapVersion4x.ashx
https://github.com/icsharpcode/SharpDevelop/wiki/RoadmapVersion4x
https://github.com/icsharpcode/SharpDevelop/wiki/RoadmapVersion5x
++ HELPING ++
http://wiki.sharpdevelop.net/JoiningTheTeam.ashx
http://wiki.sharpdevelop.net/FeaturesWeSolicitHelpFor.ashx
https://github.com/icsharpcode/SharpDevelop/wiki/Joining-the-Team
https://github.com/icsharpcode/SharpDevelop/wiki/Features-you-could-help-us-with
++ WISH LIST ++
http://wiki.sharpdevelop.net/Wishlist.ashx
https://github.com/icsharpcode/SharpDevelop/wiki/Wish-List
++ TECH NOTES ++
https://www.github.com/icsharpcode/SharpDevelop/tree/master/doc/technotes/

2
doc/technotes/AddIn Writing Help.url

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
[InternetShortcut]
URL=http://wiki.sharpdevelop.net/AddinWritingHelp.ashx
URL=https://github.com/icsharpcode/SharpDevelop/wiki/AddIn-Writing-Help

4
samples/LineCounter/Article/LineCounterSharpDevelopAddIn.html

@ -573,8 +573,8 @@ will be extracted to %Application Data%\.ICSharpCode\SharpDevelop2\AddIns.<br> @@ -573,8 +573,8 @@ will be extracted to %Application Data%\.ICSharpCode\SharpDevelop2\AddIns.<br>
in the SharpDevelop source code download, look at the directory
"doc/technotes"
<li>
<a href="http://wiki.sharpdevelop.net/default.aspx/SharpDevelop.AddInWritingTutorials" title="Video tutorials">Video
tutorials</a> <a href="http://wiki.sharpdevelop.net/default.aspx/SharpDevelop.AddInWritingTutorials" target="_blank">[^]</a>
<a href="https://github.com/icsharpcode/SharpDevelop/wiki/ScreenRecordingsForDevelopers" title="Video tutorials">Video
tutorials</a> <a href="https://github.com/icsharpcode/SharpDevelop/wiki/ScreenRecordingsForDevelopers" target="_blank">[^]</a>
<li>
you can ask for help in the
<a href="http://community.sharpdevelop.net/forums/" title="SharpDevelop forums">SharpDevelop

4
src/AddIns/Analysis/MachineSpecifications/MachineSpecifications/AddInWritingHelp.txt

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
We would like to point out that there are three locations where you can get information on how
to write SharpDevelop AddIns:
- http://wiki.sharpdevelop.net/ (section Developer Zone)
- https://github.com/icsharpcode/SharpDevelop/wiki (section Developer Zone)
- The folder "doc/technotes" in the SharpDevelop source code download
- You can ask questions about AddIn development in the SharpDevelop forum:
http://community.sharpdevelop.net/forums/
@ -17,7 +17,7 @@ The next steps: @@ -17,7 +17,7 @@ The next steps:
See SharpDevelop/doc/technotes/AddInManager.rtf for more information.
- Once you have published your AddIn on the Internet, please add it to the SharpDevelop wiki to let other users know!
http://wiki.sharpdevelop.net/3rdPartyAddins.ashx
https://github.com/icsharpcode/SharpDevelop/wiki/Third-Party-AddIns
This file serves as a reminder for you on how to find information on SharpDevelop AddIn development, you can

2
src/Libraries/AvalonEdit/Documentation/Code Completion.aml

@ -123,7 +123,7 @@ public class MyCompletionData : ICompletionData @@ -123,7 +123,7 @@ public class MyCompletionData : ICompletionData
see:
<externalLink>
<linkText>Code Completion in SharpDevelop</linkText>
<linkUri>http://wiki.sharpdevelop.net/CodeCompletion.ashx</linkUri>
<linkUri>https://github.com/icsharpcode/SharpDevelop/wiki/Code-Completion</linkUri>
<linkTarget>_blank</linkTarget>
</externalLink>
</para>

2
src/Main/Base/Project/ICSharpCode.SharpDevelop.addin

@ -1974,7 +1974,7 @@ @@ -1974,7 +1974,7 @@
<MenuItem id = "Help"
label = "${res:XML.MainMenu.HelpMenu.Topics}"
shortcut = "Alt|F1"
link = "http://wiki.sharpdevelop.net/"/>
link = "https://github.com/icsharpcode/SharpDevelop/wiki/"/>
<MenuItem id = "Separator1" type = "Separator" />
<MenuItem id = "ViewReadme"
label = "${res:XML.MainMenu.HelpMenu.ReadMe}"

Loading…
Cancel
Save