b

package module
v0.0.0-...-8f5c598 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2015 License: MIT Imports: 4 Imported by: 0

README

b

GoDoc Build Status Coverage Status Gobuild Download

A static-ish blog application. Can be run as a standalone application/server or be used to locally manage and deploy posts to a remote server.

Building

If you wish to build b you'll need Go version 1.2+ installed.

Please check your installation with:

go version

Testing

If you wish to run the tests, either run them using go test ./... in the project directory, or using the included Guardfile, run guard in the project directory to have the tests run automatically when *.go files are modified.

TODO

  • Create new posts - 50% (api endpoint complete)
  • Edit posts - 75% (api endpoints [show, update] and admin endpoint [edit] complete)
  • Admin interface
  • Generation of static files
  • Automated revisioning with git
  • Some form of authentication (?)
  • Deployment
    • S3
    • SSH
  • Manage other content
    • Images
    • Themes
  • Modules/Plugins

License

Licensed under the MIT License.

See the LICENSE file for details.

Documentation

Overview

B is a static-ish blog application. Can be run as a standalone application/server or be used to locally manage and deploy posts to a remote server.

Index

Constants

View Source
const (
	// Current application version.
	VERSION = "0.0.1"
)

Variables

This section is empty.

Functions

func Start

func Start()

Entry point for running the application. It defines all routes and middleware used and starts the underlying server.

Types

This section is empty.

Directories

Path Synopsis
Command line utility for b.
Command line utility for b.
Package models contains all models used for representing data in the application as well as functions for manipulating that data.
Package models contains all models used for representing data in the application as well as functions for manipulating that data.
Package util provides utility functions for use throughout the application.
Package util provides utility functions for use throughout the application.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL