温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:DotNetNuke04.08.03免安装版项目源码
当前文件路径:DNN/Website/Config/SolutionsExplorer.opml.config

1<?xml version="1.0" encoding="utf-8"?> 2
<!-- 3
4
This file is used to create the navigation hierarchy for the Solutions Explorer (under Host Menu). 5
It may be customized to add, remove or change the order of items. 6
7
<history> 8
Created - Nik Kalyani 3/1/2007 9
</history> 10
--> 11
12
<opml version="2.0"> 13
<head> 14
<title>DotNetNuke Solutions Explorer</title> 15
<ownerName>DotNetNuke Corporation</ownerName> 16
<ownerEmail>info@dotnetnuke.com</ownerEmail> 17
<docs>http://www.opml.org/spec2</docs> 18
</head> 19
<body> 20
<!-- 21
Append querystring parameters as needed for transmitting Affiliate ID information. 22
23
Example: 24
25
http://marketplace.dotnetnuke.com/rssfeed.aspx?channel=marketsolutions&affiliate=1234 26
27
IMPORTANT NOTE: 28
29
When using the ampersand character (&) in URL's, it must be encoded as & 30
31
--> 32
33
<outline text="Marketplace" type="link" category="Tab/marketplace" xmlUrl="http://marketplace.dotnetnuke.com/rssfeed.aspx?channel=marketplacesolutions&affiliateid=10054" /> 34
35
<outline text="DotNetNuke" type="link" category="Feed" xmlUrl="http://www.dotnetnuke.com/Portals/25/SolutionsExplorer/GlobalDirectory.opml" /> 36
37
</body> 38
</opml>


