Skip to content

Commit 0eb0265

Browse files
committed
Added widgets info dialog, new images and default xml info.
1 parent 384f04a commit 0eb0265

File tree

30 files changed

+181
-1
lines changed

30 files changed

+181
-1
lines changed

BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,20 @@
585585
<Content Include="Custom\Themes\Standard\theme.png" />
586586
<Content Include="Custom\Themes\Standard\theme.xml" />
587587
<Content Include="Custom\Themes\Standard\WidgetContainer.ascx" />
588+
<Content Include="Custom\Widgets\Administration\widget.xml" />
589+
<Content Include="Custom\Widgets\AuthorList\widget.xml" />
590+
<Content Include="Custom\Widgets\BlogList\widget.xml" />
591+
<Content Include="Custom\Widgets\BlogRoll\widget.xml" />
592+
<Content Include="Custom\Widgets\CategoryList\widget.xml" />
593+
<Content Include="Custom\Widgets\CommentList\widget.xml" />
594+
<Content Include="Custom\Widgets\LinkList\widget.xml" />
595+
<Content Include="Custom\Widgets\MonthList\widget.xml" />
596+
<Content Include="Custom\Widgets\Newsletter\widget.xml" />
597+
<Content Include="Custom\Widgets\PageList\widget.xml" />
598+
<Content Include="Custom\Widgets\PostList\widget.xml" />
599+
<Content Include="Custom\Widgets\Search\widget.xml" />
600+
<Content Include="Custom\Widgets\TagCloud\widget.xml" />
601+
<Content Include="Custom\Widgets\TextBox\widget.xml" />
588602
<Content Include="fonts\fontawesome-webfont.svg" />
589603
<Content Include="fonts\glyphicons-halflings-regular.svg" />
590604
<Content Include="FrontPageExample.aspx" />
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0"?>
2+
<metadata>
3+
<id>Administration</id>
4+
<description>BlogEngine.NET Administration Panel</description>
5+
<authors>BlogEngine.NET</authors>
6+
<website>http://dotnetblogengine.net</website>
7+
<version>3.3.0.0</version>
8+
<iconurl></iconurl>
9+
</metadata>
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0"?>
2+
<metadata>
3+
<id>AuthorList</id>
4+
<description>List of blog authors</description>
5+
<authors>BlogEngine.NET</authors>
6+
<website>http://dotnetblogengine.net/</website>
7+
<version>3.3.0.0</version>
8+
<iconurl></iconurl>
9+
</metadata>
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0"?>
2+
<metadata>
3+
<id>BlogList</id>
4+
<description>List of blogs</description>
5+
<authors>BlogEngine.NET</authors>
6+
<website>http://dotnetblogengine.net/</website>
7+
<version>3.3.0.0</version>
8+
<iconurl></iconurl>
9+
</metadata>
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0"?>
2+
<metadata>
3+
<id>BlogRoll</id>
4+
<description>List of links to other blogs</description>
5+
<authors>BlogEngine.NET</authors>
6+
<website>http://dotnetblogengine.net/</website>
7+
<version>3.3.0.0</version>
8+
<iconurl></iconurl>
9+
</metadata>
Loading

0 commit comments

Comments
 (0)