Skip to content

Commit

Permalink
Gowut 1.0.0 Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
icza committed Mar 8, 2016
1 parent 76355e4 commit d47f1e3
Show file tree
Hide file tree
Showing 36 changed files with 2,157 additions and 1,893 deletions.
36 changes: 19 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,46 @@

Gowut (Go Web UI Toolkit) is a full-featured, easy to use, platform independent Web UI Toolkit written in pure Go, no platform dependent native code is linked or called.

This site is for the Gowut source code and download hosting and for issue tracking.
This project is for public releases and for issue tracking of Gowut. Development takes place in the [gowut.dev](https://github.com/icza/gowut.dev) project.

For News, documentation and examples please visit the **Gowut Home Page** here:

**https://sites.google.com/site/gowebuitoolkit/**

This project is for public releases of Gowut. Development takes place in the [gowut.dev project](https://github.com/icza/gowut.dev).

## Quick install ##

To quickly install (or update to) the **latest** version, type:
```
go get -u github.com/icza/gowut/gwu
```

go get -u github.com/icza/gowut/gwu

## Quick test ##

To quickly test it and see it in action, run the following example applications (assuming you're in the root of your GOPATH):

**1. Showcase of Features.** This one auto-opens itself in your default browser.
```
go run src/github.com/icza/gowut/examples/showcase/showcase.go
```
**1. Showcase of Features.**

This one auto-opens itself in your default browser.

go run src/github.com/icza/gowut/examples/showcase/showcase.go

The Showcase of Features is also available live: https://gowut-demo.appspot.com/show

**2. A single window example.** This one auto-opens itself in your default browser.
```
go run src/github.com/icza/gowut/examples/simple/simple_demo.go
```
**2. A single window example.**

This one auto-opens itself in your default browser.

go run src/github.com/icza/gowut/examples/simple/simple_demo.go

**3. Login window example with session management.**
```
go run src/github.com/icza/gowut/examples/login/login_demo.go
```

go run src/github.com/icza/gowut/examples/login/login_demo.go

Open the page http://localhost:3434/guitest/ in your browser to see it.

## Godoc of Gowut ##

You can read the godoc of Gowut online here:

http://godoc.org/github.com/icza/gowut/gwu

## +1 / Star Gowut! ##
Expand Down
6 changes: 3 additions & 3 deletions examples/doc.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// Copyright (C) 2013 Andras Belicza. All rights reserved.
//
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

Expand Down
Loading

0 comments on commit d47f1e3

Please sign in to comment.