Skip to content

Commit 3bf5511

Browse files
committed
Drop board agenda code
1 parent c937648 commit 3bf5511

172 files changed

Lines changed: 5 additions & 32329 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/unittestagenda.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

.github/workflows/unittestnavigation.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

DEVELOPMENT.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -456,12 +456,6 @@ duplicate or mount needed SVN directories.
456456
Further Reading
457457
===============
458458

459-
The [board agenda](www/board/agenda) application
460-
is an example of a complete tool that makes extensive use of the library
461-
factoring, has a suite of test cases, and client componentization (using
462-
ReactJS), and provides instructions for setting up both a Docker component and
463-
a Vagrant VM. There are [custom setup steps](config/board-agenda.md) to run it locally.
464-
465459
If you would like to understand how the view code works, you can get started
466460
by looking at a few of the
467461
[Wunderbar demos](https://github.com/rubys/wunderbar/tree/master/demo)

MACOS.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -584,21 +584,14 @@ launchctl load ~/Library/LaunchAgents/toucher.plist
584584
make this change after you have loaded the script, unload then reload it.
585585

586586
To verify that it is working, touch a file in an application, and verify
587-
that `tmp/restart.txt` has been updated. Example:
588-
589-
```
590-
$ ls -l whimsy/www/board/agenda/tmp/restart.txt
591-
$ touch whimsy/www/board/agenda/README.md
592-
$ ls -l whimsy/www/board/agenda/tmp/restart.txt
593-
```
587+
that `tmp/restart.txt` has been updated.
594588

595589

596590
Additional (application specific) configuration
597591
-----------------------------------------------
598592

599593
A number of individual tools require additional configuration:
600594

601-
* [config/board-agenda.md](config/board-agenda.md)
602595
* [config/secretary-workbench.md](config/secretary-workbench.md)
603596
* [config/officers-acreq.md](config/officers-acreq.md)
604597

config/board-agenda-websocket.plist

Lines changed: 0 additions & 22 deletions
This file was deleted.

config/board-agenda.md

Lines changed: 0 additions & 117 deletions
This file was deleted.

config/setupmymac

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -593,48 +593,6 @@ unless $root and force[:toucher] != nil
593593
end
594594
end
595595

596-
### Board Agenda websocket
597-
598-
if force[:ws] != nil
599-
sudo do
600-
plist = '/Library/LaunchDaemons/board-agenda-websocket.plist'
601-
602-
if force[:ws]
603-
contents = File.read("#{__dir__}/board-agenda-websocket.plist")
604-
contents[/>(.*ruby.*)</, 1] = RbConfig.ruby
605-
contents[/<key>UserName<\/key>\s*<string>(.*?)<\/string>/, 1] = user
606-
contents[/<key>GroupName<\/key>\s*<string>(.*?)<\/string>/, 1] = group
607-
608-
unless Dir.exist? File.dirname(plist)
609-
run "mkdir -p #{File.dirname(plist)}"
610-
end
611-
612-
unless File.exist?(plist) or File.read(plist) != contents
613-
unless $dry_run
614-
color "$ sudo edit #{plist}"
615-
File.write plist, contents
616-
end
617-
618-
if `launchctl list`.include? 'org.apache.whimsy/board/agenda'
619-
run "launchctl unload #{plist}"
620-
end
621-
end
622-
623-
unless `launchctl list`.include? 'org.apache.whimsy/board/agenda'
624-
run "launchctl load #{plist}"
625-
end
626-
else
627-
if `launchctl list`.include? 'org.apache.whimsy/board/agenda'
628-
run "launchctl unload #{plist}"
629-
end
630-
631-
if File.exist?(plist)
632-
run "rm #{plist}"
633-
end
634-
end
635-
end
636-
end
637-
638596
### Start Apache httpd
639597

640598
if $root and not $apache_would_have_been_restarted

0 commit comments

Comments
 (0)