reorg the repo list

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-02-13 08:41:49 -06:00
parent 6127ce156f
commit ebeea1464e
2 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,6 @@
all:
git pull
echo "build it!"
# GO111MODULE=off go get -u -v .
GO111MODULE=off go build -v -x
su -c ./go.wit.com
# su -c "setcap 'cap_net_bind_service=+ep' go.wit.com"

View File

@ -1,13 +1,16 @@
# gui core packages
go.wit.com/gui git.wit.org/gui/gui The GUI API
go.wit.com/gui git.wit.org/gui/gui The GUI API intended for Control Panels
go.wit.com/widget git.wit.org/gui/widget Primitive Definitions for Buttons, Dropdowns, etc.
# Applications
# Tutorials
go.wit.com/apps/helloworld git.wit.org/gui/helloworld A simple Demo
go.wit.com/apps/basicwindow git.wit.org/jcarr/basicwindow A bit more of a Demo
go.wit.com/apps/gadgetwindow git.wit.org/jcarr/gadgetwindow A more complicated Demo used for debugging the toolkits
# Applications
go.wit.com/apps/autotypist git.wit.org/jcarr/autotypist Wrapper around 'git' and 'go' for these repos
go.wit.com/apps/guireleaser git.wit.org/jcarr/guireleaser
go.wit.com/apps/go-deb git.wit.org/jcarr/go-deb Turn a GO package into a .deb package
@ -19,11 +22,11 @@ go.wit.com/apps/go.wit.com git.wit.org/jcarr/go.wit.com
go.wit.com/apps/clone-gitea git.wit.org/jcarr/clone-gitea
# gui toolkit packages
go.wit.com/toolkits/tree git.wit.org/toolkits/tree Common plugin code to talk to the GUI
go.wit.com/toolkits/gocui git.wit.org/toolkits/gocui A console based GUI (like ncurses)
go.wit.com/toolkits/andlabs git.wit.org/toolkits/andlabs Platform Native GUI (GTK on Linux and Cocoa on MacOS, Winows needs plugin support)
go.wit.com/toolkits/nocui git.wit.org/toolkits/nocui A minimum toolkit plugin using STDIN/STDOUT
go.wit.com/toolkits/gocui git.wit.org/toolkits/gocui A gui plugin using 'gocui'
go.wit.com/toolkits/andlabs git.wit.org/toolkits/andlabs A gui plugin using andlabs/ui
go.wit.com/toolkits/debian git.wit.org/toolkits/debian .deb of the toolkit plugin binaries
go.wit.com/toolkits/tree git.wit.org/toolkits/tree Common plugin code to talk to the GUI
go.wit.com/toolkits/debian git.wit.org/toolkits/debian make a .deb of the toolkit plugin binaries
# log/ (modified for the gui)