温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:LiveBlog v1.0测试版源码
当前文件:
LiveBlog/LiveBlog.Web/App_Data/extensions.xml,打开代码结构图
LiveBlog/LiveBlog.Web/App_Data/extensions.xml,打开代码结构图1<?xml version="1.0" encoding="utf-8"?> 2
<ArrayOfManagedExtension xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 3
<ManagedExtension Name="BBCode"> 4
<Version>1.3</Version> 5
<Description>Converts BBCode to XHTML in the comments</Description> 6
<Author><a href="http://dotnetblogengine.net">BlogEngine.NET</a></Author> 7
<AdminPage /> 8
<Enabled>true</Enabled> 9
<Settings> 10
<Help>Converts BBCode to XHTML in the comments. Close tag is optional.</Help> 11
<Delimiter>44</Delimiter> 12
<Parameters> 13
<Name>Code</Name> 14
<Label>Code</Label> 15
<MaxLength>20</MaxLength> 16
<Required>true</Required> 17
<KeyField>false</KeyField> 18
<Values>b</Values> 19
<Values>u</Values> 20
<Values>quote</Values> 21
</Parameters> 22
<Parameters> 23
<Name>OpenTag</Name> 24
<Label>Open Tag</Label> 25
<MaxLength>150</MaxLength> 26
<Required>true</Required> 27
<KeyField>false</KeyField> 28
<Values>strong</Values> 29
<Values>span style="text-decoration:underline"</Values> 30
<Values>cite title="Quote"</Values> 31
</Parameters> 32
<Parameters> 33
<Name>CloseTag</Name> 34
<Label>Close Tag</Label> 35
<MaxLength>100</MaxLength> 36
<Required>false</Required> 37
<KeyField>false</KeyField> 38
<Values /> 39
<Values>span</Values> 40
<Values>cite</Values> 41
</Parameters> 42
<KeyField>Code</KeyField> 43
<IsScalar>false</IsScalar> 44
</Settings> 45
</ManagedExtension> 46
<ManagedExtension Name="BreakPost"> 47
<Version>1.2</Version> 48
<Description>Breaks a post where [more] is found in the body and adds a link to full post</Description> 49
<Author>BlogEngine.NET</Author> 50
<AdminPage /> 51
<Enabled>true</Enabled> 52
<Settings xsi:nil="true" /> 53
</ManagedExtension> 54
<ManagedExtension Name="CodeFormatterExtension"> 55
<Version>0.1</Version> 56
<Description>Converts text to formatted syntax highlighted code (beta).</Description> 57
<Author>www.manoli.net</Author> 58
<AdminPage /> 59
<Enabled>true</Enabled> 60
<Settings xsi:nil="true" /> 61
</ManagedExtension> 62
<ManagedExtension Name="ResolveLinks"> 63
<Version>1.3</Version> 64
<Description>Auto resolves URLs in the comments and turn them into valid hyperlinks.</Description> 65
<Author>BlogEngine.NET</Author> 66
<AdminPage /> 67
<Enabled>true</Enabled> 68
<Settings xsi:nil="true" /> 69
</ManagedExtension> 70
<ManagedExtension Name="SendCommentMail"> 71
<Version>1.3</Version> 72
<Description>Sends an e-mail to the blog owner whenever a comment is added</Description> 73
<Author>BlogEngine.NET</Author> 74
<AdminPage /> 75
<Enabled>true</Enabled> 76
<Settings xsi:nil="true" /> 77
</ManagedExtension> 78
<ManagedExtension Name="SendPings"> 79
<Version>1.3</Version> 80
<Description>Pings all the ping services specified on the PingServices admin page and send track- and pingbacks</Description> 81
<Author>BlogEngine.NET</Author> 82
<AdminPage /> 83
<Enabled>true</Enabled> 84
<Settings xsi:nil="true" /> 85
</ManagedExtension> 86
<ManagedExtension Name="SlugToPinyin"> 87
<Version>1.0</Version> 88
<Description>slug to pinyin</Description> 89
<Author><a href="http://iusers.com.cn/">John Ma</a></Author> 90
<AdminPage /> 91
<Enabled>true</Enabled> 92
<Settings xsi:nil="true" /> 93
</ManagedExtension> 94
</ArrayOfManagedExtension>


