Download byte blog Free Java Code

Description

A blog CMS written in C#, Backbone.js, ASP.NET MVC 3, and RavenDB.

Icons

byte blog

Source Files

The download file byte_blog-master.zip has the following entries.


.gitignore/*from w  w w .ja  va2  s.c o m*/
.nuget/NuGet.Config
.nuget/NuGet.exe
.nuget/NuGet.targets
AppHarbor.sln
Deploy/Application/Application.csproj
Deploy/Application/Areas/Web.config
Deploy/Application/Global.asax
Deploy/Application/Properties/AssemblyInfo.cs
Deploy/Application/Views/Web.config
Deploy/Application/Web.config
Deploy/Application/packages.config
README.md
Source/Byte.Blog.Content/Byte.Blog.Content.csproj
Source/Byte.Blog.Content/CustomWidget.cs
Source/Byte.Blog.Content/Entry.cs
Source/Byte.Blog.Content/Page.cs
Source/Byte.Blog.Content/Properties/AssemblyInfo.cs
Source/Byte.Blog.Content/Widget.cs
Source/Byte.Blog.Editorial/Assets/Images/chosen-sprite.png
Source/Byte.Blog.Editorial/Assets/Images/glyphicons-halflings-white.png
Source/Byte.Blog.Editorial/Assets/Images/glyphicons-halflings.png
Source/Byte.Blog.Editorial/Assets/Images/wmd-buttons.png
Source/Byte.Blog.Editorial/Assets/Scripts/ArrayUtility.js
Source/Byte.Blog.Editorial/Assets/Scripts/DashboardItemView.js
Source/Byte.Blog.Editorial/Assets/Scripts/DashboardView.js
Source/Byte.Blog.Editorial/Assets/Scripts/DateTimePickerView.js
Source/Byte.Blog.Editorial/Assets/Scripts/DateUtility.js
Source/Byte.Blog.Editorial/Assets/Scripts/EntryEditModel.js
Source/Byte.Blog.Editorial/Assets/Scripts/EntryFormRouter.js
Source/Byte.Blog.Editorial/Assets/Scripts/EntryFormView.js
Source/Byte.Blog.Editorial/Assets/Scripts/FetchableCollection.js
Source/Byte.Blog.Editorial/Assets/Scripts/PageEditModel.js
Source/Byte.Blog.Editorial/Assets/Scripts/PageFormView.js
Source/Byte.Blog.Editorial/Assets/Scripts/PaginationView.js
Source/Byte.Blog.Editorial/Assets/Scripts/StringUtility.js
Source/Byte.Blog.Editorial/Assets/Scripts/WordpressImportView.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/Markdown.Converter.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/Markdown.Editor.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/Markdown.Sanitizer.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/ajax-chosen.min.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/ajaxupload.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/backbone-min.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/backbone.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/bootstrap-datepicker.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/bootstrap.min.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/chosen.jquery.min.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/jquery-1.7.2.min.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/jquery.timePicker.min.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/prettify.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/serializeObject.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/spin.min.js
Source/Byte.Blog.Editorial/Assets/Scripts/lib/underscore-min.js
Source/Byte.Blog.Editorial/Assets/Styles/bootstrap-responsive.min.css
Source/Byte.Blog.Editorial/Assets/Styles/bootstrap.min.css
Source/Byte.Blog.Editorial/Assets/Styles/chosen.css
Source/Byte.Blog.Editorial/Assets/Styles/datepicker.css
Source/Byte.Blog.Editorial/Assets/Styles/editor.css
Source/Byte.Blog.Editorial/Assets/Styles/markdown.css
Source/Byte.Blog.Editorial/Assets/Styles/prettify.css
Source/Byte.Blog.Editorial/Assets/Styles/timePicker.css
Source/Byte.Blog.Editorial/Byte.Blog.Editorial.csproj
Source/Byte.Blog.Editorial/Controllers/EntriesController.cs
Source/Byte.Blog.Editorial/Controllers/EntriesDashboardController.cs
Source/Byte.Blog.Editorial/Controllers/ImportExportController.cs
Source/Byte.Blog.Editorial/Controllers/LoginController.cs
Source/Byte.Blog.Editorial/Controllers/PagesController.cs
Source/Byte.Blog.Editorial/Controllers/PagesDashboardController.cs
Source/Byte.Blog.Editorial/Controllers/TagsController.cs
Source/Byte.Blog.Editorial/EditorialAreaRegistration.cs
Source/Byte.Blog.Editorial/Models/AutoMapperConfig.cs
Source/Byte.Blog.Editorial/Models/EntryDashboardQueryModel.cs
Source/Byte.Blog.Editorial/Models/EntryEditModel.cs
Source/Byte.Blog.Editorial/Models/EntryEditModelToEntryMapper.cs
Source/Byte.Blog.Editorial/Models/EntryToEntryEditModelMapper.cs
Source/Byte.Blog.Editorial/Models/LoginViewModel.cs
Source/Byte.Blog.Editorial/Models/PageDashboardQueryModel.cs
Source/Byte.Blog.Editorial/Models/PageEditModel.cs
Source/Byte.Blog.Editorial/Models/PageEditModelToPageMapper.cs
Source/Byte.Blog.Editorial/Models/PageToPageEditModelMapper.cs
Source/Byte.Blog.Editorial/Properties/AssemblyInfo.cs
Source/Byte.Blog.Editorial/RouteRegistrar.cs
Source/Byte.Blog.Editorial/Views/Entries/Edit.cshtml
Source/Byte.Blog.Editorial/Views/EntriesDashboard/Dashboard.cshtml
Source/Byte.Blog.Editorial/Views/EntriesDashboard/ItemTemplate.cshtml
Source/Byte.Blog.Editorial/Views/ImportExport/FromWordpress.cshtml
Source/Byte.Blog.Editorial/Views/Login/Login.cshtml
Source/Byte.Blog.Editorial/Views/Pages/Edit.cshtml
Source/Byte.Blog.Editorial/Views/PagesDashboard/Dashboard.cshtml
Source/Byte.Blog.Editorial/Views/PagesDashboard/ItemTemplate.cshtml
Source/Byte.Blog.Editorial/Views/Web.config
Source/Byte.Blog.Editorial/Views/_ViewStart.cshtml
Source/Byte.Blog.Editorial/Views/shared/Menu.cshtml
Source/Byte.Blog.Editorial/Views/shared/_Layout.cshtml
Source/Byte.Blog.Editorial/WordpressImportStatistics.cs
Source/Byte.Blog.Editorial/WordpressImporter.cs
Source/Byte.Blog.Editorial/packages.config
Source/Byte.Blog.Framework/Byte.Blog.Framework.csproj
Source/Byte.Blog.Framework/Data/RavenController.cs
Source/Byte.Blog.Framework/HtmlColor.cs
Source/Byte.Blog.Framework/Properties/AssemblyInfo.cs
Source/Byte.Blog.Framework/SlugMaker.cs
Source/Byte.Blog.Framework/StringExtensions.cs
Source/Byte.Blog.Framework/Web/ApplicationState.cs
Source/Byte.Blog.Framework/Web/AreaRegistrationBase.cs
Source/Byte.Blog.Framework/Web/CanonicalUrlGenerator.cs
Source/Byte.Blog.Framework/Web/EnvironmentType.cs
Source/Byte.Blog.Framework/Web/HtmlHelperExtensions.cs
Source/Byte.Blog.Framework/Web/MvcApplication.cs
Source/Byte.Blog.Framework/Web/UnityDependencyResolver.cs
Source/Byte.Blog.Framework/packages.config
Source/Byte.Blog.Rendering/Assets/Images/glyphicons-halflings-white.png
Source/Byte.Blog.Rendering/Assets/Images/glyphicons-halflings.png
Source/Byte.Blog.Rendering/Assets/Images/search.png
Source/Byte.Blog.Rendering/Assets/Images/stripes.png
Source/Byte.Blog.Rendering/Assets/Scripts/DisqusThreadView.js
Source/Byte.Blog.Rendering/Assets/Scripts/EntryView.js
Source/Byte.Blog.Rendering/Assets/Scripts/PageView.js
Source/Byte.Blog.Rendering/Assets/Scripts/lib/Markdown.Converter.js
Source/Byte.Blog.Rendering/Assets/Scripts/lib/backbone-min.js
Source/Byte.Blog.Rendering/Assets/Scripts/lib/backbone.js
Source/Byte.Blog.Rendering/Assets/Scripts/lib/bootstrap.min.js
Source/Byte.Blog.Rendering/Assets/Scripts/lib/jquery-1.7.2.min.js
Source/Byte.Blog.Rendering/Assets/Scripts/lib/prettify.js
Source/Byte.Blog.Rendering/Assets/Scripts/lib/underscore-min.js
Source/Byte.Blog.Rendering/Assets/Styles/bootstrap.min.css
Source/Byte.Blog.Rendering/Assets/Styles/main.css
Source/Byte.Blog.Rendering/Assets/Styles/markdown.css
Source/Byte.Blog.Rendering/Assets/Styles/prettify.css
Source/Byte.Blog.Rendering/Byte.Blog.Rendering.csproj
Source/Byte.Blog.Rendering/Controllers/EntriesController.cs
Source/Byte.Blog.Rendering/Controllers/NavigationController.cs
Source/Byte.Blog.Rendering/Controllers/PagesController.cs
Source/Byte.Blog.Rendering/Controllers/SidebarController.cs
Source/Byte.Blog.Rendering/EntryFactory.cs
Source/Byte.Blog.Rendering/Models/AutoMapperConfig.cs
Source/Byte.Blog.Rendering/Models/CustomWidgetViewModel.cs
Source/Byte.Blog.Rendering/Models/DisqusThreadViewModel.cs
Source/Byte.Blog.Rendering/Models/EntryToEntryViewModelMapper.cs
Source/Byte.Blog.Rendering/Models/EntryViewModel.cs
Source/Byte.Blog.Rendering/Models/PageToPageViewModelMapper.cs
Source/Byte.Blog.Rendering/Models/PageViewModel.cs
Source/Byte.Blog.Rendering/Models/SidebarViewModel.cs
Source/Byte.Blog.Rendering/Models/WidgetViewModel.cs
Source/Byte.Blog.Rendering/PageFactory.cs
Source/Byte.Blog.Rendering/Properties/AssemblyInfo.cs
Source/Byte.Blog.Rendering/RenderingAreaRegistration.cs
Source/Byte.Blog.Rendering/RouteRegistrar.cs
Source/Byte.Blog.Rendering/Views/Entries/ViewEntry.cshtml
Source/Byte.Blog.Rendering/Views/Navigation/Menu.cshtml
Source/Byte.Blog.Rendering/Views/Pages/ViewPage.cshtml
Source/Byte.Blog.Rendering/Views/Sidebar/DisplayTemplates/CustomWidget.cshtml
Source/Byte.Blog.Rendering/Views/Sidebar/Sidebar.cshtml
Source/Byte.Blog.Rendering/Views/Web.config
Source/Byte.Blog.Rendering/Views/_ViewStart.cshtml
Source/Byte.Blog.Rendering/Views/shared/Disqus.cshtml
Source/Byte.Blog.Rendering/Views/shared/Entry.cshtml
Source/Byte.Blog.Rendering/Views/shared/_Layout.cshtml
Source/Byte.Blog.Rendering/WidgetFactory.cs
Source/Byte.Blog.Rendering/packages.config
Tests/UnitTests/Byte.Blog.Editorial.UnitTests/Byte.Blog.Editorial.UnitTests.csproj
Tests/UnitTests/Byte.Blog.Editorial.UnitTests/Controllers/EntriesControllerTests.cs
Tests/UnitTests/Byte.Blog.Editorial.UnitTests/Controllers/EntriesDashboardControllerTests.cs
Tests/UnitTests/Byte.Blog.Editorial.UnitTests/Controllers/PagesControllerTests.cs
Tests/UnitTests/Byte.Blog.Editorial.UnitTests/Controllers/PagesDashboardControllerTests.cs
Tests/UnitTests/Byte.Blog.Editorial.UnitTests/Controllers/TagsControllerTests.cs
Tests/UnitTests/Byte.Blog.Editorial.UnitTests/Models/EntryEditModelToEntryMapperTests.cs
Tests/UnitTests/Byte.Blog.Editorial.UnitTests/Properties/AssemblyInfo.cs
Tests/UnitTests/Byte.Blog.Editorial.UnitTests/packages.config
Tests/UnitTests/Byte.Blog.Framework.UnitTests/Byte.Blog.Framework.UnitTests.csproj
Tests/UnitTests/Byte.Blog.Framework.UnitTests/ControllerTestHelper.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/Data/RavenControllerTests.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/HtmlHelperTestHelpers.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/Properties/AssemblyInfo.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/RavenControllerTestHelper.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/SlugMakerTests.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/StringExtensionsTests.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/TestableStore.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/Web/AreaRegistrationBaseTests.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/Web/HtmlHelperExtensionsTests.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/Web/TestableHttpContextFactory.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/Web/TestableUrlHelperFactory.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/Web/UnityDependencyResolverTests.cs
Tests/UnitTests/Byte.Blog.Framework.UnitTests/packages.config
Tests/UnitTests/Byte.Blog.Rendering.UnitTests/Byte.Blog.Rendering.UnitTests.csproj
Tests/UnitTests/Byte.Blog.Rendering.UnitTests/Controllers/NavigationControllerTests.cs
Tests/UnitTests/Byte.Blog.Rendering.UnitTests/EntryFactoryTests.cs
Tests/UnitTests/Byte.Blog.Rendering.UnitTests/Models/EntryToEntryViewModelMapperTests.cs
Tests/UnitTests/Byte.Blog.Rendering.UnitTests/Models/PageToPageViewModelMapperTests.cs
Tests/UnitTests/Byte.Blog.Rendering.UnitTests/PageFactoryTests.cs
Tests/UnitTests/Byte.Blog.Rendering.UnitTests/Properties/AssemblyInfo.cs
Tests/UnitTests/Byte.Blog.Rendering.UnitTests/WidgetFactoryTests.cs
Tests/UnitTests/Byte.Blog.Rendering.UnitTests/packages.config
google-code-prettify-license.txt
license.txt
pagedown_license.txt
valums-file-uploader-license.txt

Download

Click the following link to download byte_blog-master.zip.

byte_blog-master.zip




















Home »
  Javascript Free Code Download »
    Database »




CouchDB
CSV
Database
DynamoDB
IndexedDB
JSON
JSONP
MongoDB
MySQL
Neo4j
NoSQL
PostgreSQL
RavenDB
Redis
SQL
SQL Server
SQLite
WebSQL