summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-13 08:41:49 -0600
committerJeff Carr <[email protected]>2024-02-13 08:41:49 -0600
commitebeea1464ebafc1b6c69b725833f6f8cfc432d5c (patch)
treeb90907e6cd0967d121a4e2041bd03678c5b1d7d3
parent6127ce156f035fa5fb93050bc9838108f11228b7 (diff)
reorg the repo list
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile1
-rw-r--r--files/repomap15
2 files changed, 9 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 4c4606f..bd07e5a 100644
--- a/Makefile
+++ b/Makefile
@@ -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"
diff --git a/files/repomap b/files/repomap
index febb074..3219502 100644
--- a/files/repomap
+++ b/files/repomap
@@ -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)