The page doesn't exist
9 | 10 |Sorry about that.
11 | 12 |13 | Go to the front page 14 |
15 |├── Website
├── Icon.png
├── favicon.ico
├── bin
│ ├── AjaxMin.dll
│ ├── ImageCruncher.dll
│ ├── AjaxMin.dll.refresh
│ ├── System.Web.Razor.dll
│ ├── WebMarkupMin.Core.dll
│ ├── system.web.helpers.dll
│ ├── system.web.webpages.dll
│ ├── CookComputing.XmlRpcV2.dll
│ ├── Microsoft.Web.Infrastructure.dll.refresh
│ ├── System.Web.Helpers.dll.refresh
│ ├── System.Web.Razor.dll.refresh
│ ├── System.Web.WebPages.Deployment.dll.refresh
│ ├── WebMarkupMin.Core.dll.refresh
│ ├── system.web.webpages.razor.dll
│ ├── CookComputing.XmlRpcServerV2.dll
│ ├── System.Web.WebPages.dll.refresh
│ ├── microsoft.web.infrastructure.dll
│ ├── CookComputing.XmlRpcV2.dll.refresh
│ ├── system.web.webpages.deployment.dll
│ ├── System.Web.WebPages.Razor.dll.refresh
│ ├── CookComputing.XmlRpcServerV2.dll.refresh
│ └── System.Web.WebPages.Deployment.xml
├── posts
│ ├── files
│ │ └── image.png
│ ├── a5e4d75a-6629-4942-aba3-8ed020d933f4.xml
│ └── 9fa751db-c036-435b-97e3-bd6373b0991b.xml
├── fonts
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
├── views
│ ├── Robots
│ │ ├── Robots.cshtml
│ │ ├── Sitemap.cshtml
│ │ └── RSD.cshtml
│ ├── CommentForm.cshtml
│ ├── Login.cshtml
│ └── AdminMenu.cshtml
├── scripts
│ ├── _references.js
│ ├── npm.js
│ ├── jquery.hotkeys.js
│ ├── admin.js
│ └── comments.js
├── 404.cshtml
├── packages.config
├── wlwmanifest.xml
├── themes
│ ├── OffCanvas
│ │ ├── Comment.cshtml
│ │ ├── Post.cshtml
│ │ ├── _Layout.cshtml
│ │ └── site.css
│ ├── OneColumn
│ │ ├── Comment.cshtml
│ │ ├── Post.cshtml
│ │ ├── _Layout.cshtml
│ │ └── site.css
│ └── TwoColumns
│ │ ├── Comment.cshtml
│ │ ├── Post.cshtml
│ │ ├── _Layout.cshtml
│ │ └── site.css
├── Global.asax
├── app_code
│ ├── handlers
│ │ ├── MinifyHandler.cs
│ │ ├── FeedHandler.cs
│ │ ├── WhitespaceModule.cs
│ │ ├── PostHandler.cs
│ │ ├── MetaWeblogHandler.cs
│ │ └── CommentHandler.cs
│ └── code
│ │ ├── Post.cs
│ │ ├── Comment.cs
│ │ ├── Storage.cs
│ │ └── Blog.cs
├── Content
│ └── admin.css
├── Index.cshtml
└── Web.config
├── .github
└── FUNDING.yml
├── packages
├── bootstrap.3.3.4
│ ├── content
│ │ ├── Icon.png
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ └── Scripts
│ │ │ └── npm.js
│ └── bootstrap.3.3.4.nupkg
├── jQuery.2.1.3
│ ├── jQuery.2.1.3.nupkg
│ └── Tools
│ │ ├── install.ps1
│ │ ├── uninstall.ps1
│ │ └── common.ps1
├── repositories.config
├── AjaxMin.5.14.5506.26202
│ ├── lib
│ │ ├── net20
│ │ │ └── AjaxMin.dll
│ │ ├── net35
│ │ │ └── AjaxMin.dll
│ │ └── net40
│ │ │ └── AjaxMin.dll
│ ├── tools
│ │ ├── net35
│ │ │ ├── AjaxMin.dll
│ │ │ ├── AjaxMinTask.dll
│ │ │ └── AjaxMin.targets
│ │ └── net40
│ │ │ ├── AjaxMin.dll
│ │ │ ├── AjaxMinTask.dll
│ │ │ └── AjaxMin.targets
│ └── AjaxMin.5.14.5506.26202.nupkg
├── xmlrpcnet.3.0.0.266
│ ├── xmlrpcnet.3.0.0.266.nupkg
│ ├── lib
│ │ ├── net20
│ │ │ └── CookComputing.XmlRpcV2.dll
│ │ ├── sl3-wp
│ │ │ └── CookComputing.XmlRpcPhone.dll
│ │ └── sl4
│ │ │ └── CookComputing.XmlRpcSilverlight.dll
│ └── xmlrpcnet.3.0.0.266.nuspec
├── WebMarkupMin.Core.2.0.0
│ ├── WebMarkupMin.Core.2.0.0.nupkg
│ ├── lib
│ │ ├── net452
│ │ │ └── WebMarkupMin.Core.dll
│ │ ├── net40-client
│ │ │ └── WebMarkupMin.Core.dll
│ │ └── netstandard1.3
│ │ │ └── WebMarkupMin.Core.dll
│ └── readme.txt
├── Microsoft.AspNet.Razor.3.2.3
│ ├── lib
│ │ └── net45
│ │ │ └── System.Web.Razor.dll
│ └── Microsoft.AspNet.Razor.3.2.3.nupkg
├── xmlrpcnet-server.3.0.0.266
│ ├── xmlrpcnet-server.3.0.0.266.nupkg
│ ├── lib
│ │ └── net20
│ │ │ └── CookComputing.XmlRpcServerV2.dll
│ └── xmlrpcnet-server.3.0.0.266.nuspec
├── Microsoft.AspNet.WebPages.3.2.3
│ ├── lib
│ │ └── net45
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ └── System.Web.WebPages.Deployment.xml
│ ├── Microsoft.AspNet.WebPages.3.2.3.nupkg
│ └── Content
│ │ ├── Web.config.uninstall.xdt
│ │ └── Web.config.install.xdt
└── Microsoft.Web.Infrastructure.1.0.0.0
│ ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ ├── lib
│ └── net40
│ │ └── Microsoft.Web.Infrastructure.dll
│ └── Microsoft.Web.Infrastructure.1.0.0.0.nuspec
├── LICENSE.md
├── .gitattributes
├── MiniBlog.sln
├── .gitignore
└── README.md
/Website/Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/Icon.png
--------------------------------------------------------------------------------
/Website/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/favicon.ico
--------------------------------------------------------------------------------
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: madskristensen
4 |
--------------------------------------------------------------------------------
/Website/bin/AjaxMin.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/AjaxMin.dll
--------------------------------------------------------------------------------
/Website/bin/ImageCruncher.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/ImageCruncher.dll
--------------------------------------------------------------------------------
/Website/posts/files/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/posts/files/image.png
--------------------------------------------------------------------------------
/Website/bin/AjaxMin.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/AjaxMin.dll.refresh
--------------------------------------------------------------------------------
/Website/bin/System.Web.Razor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/System.Web.Razor.dll
--------------------------------------------------------------------------------
/Website/bin/WebMarkupMin.Core.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/WebMarkupMin.Core.dll
--------------------------------------------------------------------------------
/Website/bin/system.web.helpers.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/system.web.helpers.dll
--------------------------------------------------------------------------------
/Website/bin/system.web.webpages.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/system.web.webpages.dll
--------------------------------------------------------------------------------
/Website/bin/CookComputing.XmlRpcV2.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/CookComputing.XmlRpcV2.dll
--------------------------------------------------------------------------------
/Website/bin/Microsoft.Web.Infrastructure.dll.refresh:
--------------------------------------------------------------------------------
1 | ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll
--------------------------------------------------------------------------------
/Website/bin/System.Web.Helpers.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/System.Web.Helpers.dll.refresh
--------------------------------------------------------------------------------
/Website/bin/System.Web.Razor.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/System.Web.Razor.dll.refresh
--------------------------------------------------------------------------------
/Website/bin/System.Web.WebPages.Deployment.dll.refresh:
--------------------------------------------------------------------------------
1 | ..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll
--------------------------------------------------------------------------------
/Website/bin/WebMarkupMin.Core.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/WebMarkupMin.Core.dll.refresh
--------------------------------------------------------------------------------
/Website/bin/system.web.webpages.razor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/system.web.webpages.razor.dll
--------------------------------------------------------------------------------
/packages/bootstrap.3.3.4/content/Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/packages/bootstrap.3.3.4/content/Icon.png
--------------------------------------------------------------------------------
/packages/jQuery.2.1.3/jQuery.2.1.3.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/packages/jQuery.2.1.3/jQuery.2.1.3.nupkg
--------------------------------------------------------------------------------
/Website/bin/CookComputing.XmlRpcServerV2.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/CookComputing.XmlRpcServerV2.dll
--------------------------------------------------------------------------------
/Website/bin/System.Web.WebPages.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/System.Web.WebPages.dll.refresh
--------------------------------------------------------------------------------
/Website/bin/microsoft.web.infrastructure.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/microsoft.web.infrastructure.dll
--------------------------------------------------------------------------------
/Website/bin/CookComputing.XmlRpcV2.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/CookComputing.XmlRpcV2.dll.refresh
--------------------------------------------------------------------------------
/Website/bin/system.web.webpages.deployment.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/system.web.webpages.deployment.dll
--------------------------------------------------------------------------------
/Website/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/Website/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/Website/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/packages/bootstrap.3.3.4/bootstrap.3.3.4.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/packages/bootstrap.3.3.4/bootstrap.3.3.4.nupkg
--------------------------------------------------------------------------------
/Website/bin/System.Web.WebPages.Razor.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/System.Web.WebPages.Razor.dll.refresh
--------------------------------------------------------------------------------
/Website/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/Website/bin/CookComputing.XmlRpcServerV2.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/MiniBlog/HEAD/Website/bin/CookComputing.XmlRpcServerV2.dll.refresh
--------------------------------------------------------------------------------
/packages/repositories.config:
--------------------------------------------------------------------------------
1 |
2 | Sorry about that.
13 | Go to the front page
14 | @Html.Raw(Model.ContentWithLinks())The page doesn't exist
9 |
10 |
3 |
@Html.Raw(Model.ContentWithLinks())
6 | @Author() 7 | @DeleteAndApproveButton() 8 |@Html.Raw(Model.ContentWithLinks())
6 | @Author() 7 | @DeleteAndApproveButton() 8 |
Comments
32 | } 33 | 34 | @foreach (Comment comment in Model.Comments) 35 | { 36 | if (comment.IsApproved || !Blog.ModerateComments || Context.User.Identity.IsAuthenticated) 37 | { 38 | @RenderPage("Comment.cshtml", comment) 39 | } 40 | } 41 |