From 64715b04bc771679e78903ef7a4dac16c477531c Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 14 Sep 2017 09:48:14 +0000 Subject: [PATCH] Updated to bikelover.org and new demos! --- README.md | 2 +- index.html | 72 +++++++++++++++++++++++++++++++++++++++++++++----- js/bikebike.js | 4 +-- 3 files changed, 69 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3945f31..4ca0fac 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Just a simple website to provide links to demonstrations, and to inpire the community to get involved with the F/OSS process in whatever way possible. -[http://bikebike.wvcompletestreets.org/](http://bikebike.wvcompletestreets.org/) +[http://bikebike.bikelover.org/](http://bikebike.wvcompletestreets.org/) diff --git a/index.html b/index.html index 3bd05e9..34fb1ec 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@

BikeBinder

“BikeBinder is Free Ride's Inventory System application.”

- http://bikebinder.wvcompletestreets.org + http://bikebinder.bikelover.org
staff@freeridepgh.org, volunteer@freeridepgh.org
password

@@ -75,11 +75,11 @@

BikeShed

“Bikeshed is Velocipede's User, Sales, and Bike Inventory Web App.”

- http://bikeshed.wvcompletestreets.org + http://bikeshed.bikelover.org
Test user buttons may be found at the bottom of the website page.

- https://registry.hub.docker.com/u/bikebike/bikebinder/ + https://registry.hub.docker.com/u/bikebike/bikeshed
https://github.com/spacemunkay/BikeShed
@@ -87,7 +87,7 @@

Freehub

“Freehub is a member and shop visit application implemented in Rails by the San Francisco Bike Kitchen.”

- http://freehub.wvcompletestreets.org + https://freehub.bikelover.org
greeter, sfbk, mechanic, scbc, cbi, admin
test

@@ -96,6 +96,66 @@
https://github.com/asalant/freehub/wiki + +

Bike Tree

+

“An open source mash up for co-ops with several features including POS/member, membership tracking, volunteer tracking, paid repairs tracking, and a bike rental tracking system (bike library).”

+

+ https://biketree.bikelover.org +
kelsey (Admin), mark (Sales Clerk) +
password +

+
+ https://github.com/fspc/biketree/tree/master/docker +
https://github.com/fspc/biketree +
+ + +

VTracklery

+

“Volunteer time logging and kiosk app for community bike shops.”

+

+ https://vtracklery.bikelover.org +

+
+ https://github.com/recyclery/vtracklery +
+ + +

Recyclery Bikes and Clients Database

+

“A database for tracking bikes and free bike recipients written for The Recyclery Collective.”

+

+ https://bike-database.bikelover.org +
bike@bikelover.org +
password +

+
+ https://github.com/Loos/bike-database +
+ + +

VTracklery2.0

+

“Volunteer time logging and kiosk app for community bike shops.”

+

+ https://vtracklery2.bikelover.org +
melanie.mazanec@gmail.com +
password +

+
+ https://github.com/recyclery/vtracklery2.0 +
+ + +

Workstand

+

“Volunteer time logging and kiosk app for community bike shops.”

+

+ https://workstand.bikelover.org +
admin@workstand.dev +
bike!bike! +

+
+ https://github.com/fspc/workstand/blob/master/docker-compose.demo.yml
+ https://github.com/BridgeCityBicycleCoop/workstand +
+

SignIn App

“The Sign In App is a mobile app to track Volunteer, Member, Staff or Earn a bike hours.”

@@ -120,8 +180,8 @@

FLOSS Submissions, Additional Information or Help Wanted?

- Jonathan Rosenbaum <bikebike@freesoftwarepc.com> + Jonathan Rosenbaum <bike@bikelover.org>


- \ No newline at end of file + diff --git a/js/bikebike.js b/js/bikebike.js index a7f57e3..ebba01d 100644 --- a/js/bikebike.js +++ b/js/bikebike.js @@ -3,7 +3,7 @@ $(function(){ "use strict"; // extra information about each demo - var demos = ["ybdb", "bikebinder", "bikeshed", "freehub", "bikekitchenpos", "signinapp"]; + var demos = ["ybdb", "bikebinder", "bikeshed", "freehub", "biketree", "bikekitchenpos", "signinapp", "vtracklery", "vtracklery2", "bike-database", "workstand"]; $.each(demos, function(key, value) { show_more($('#' + value), $('#' + value + '_button')); @@ -28,4 +28,4 @@ $(function(){ }); - \ No newline at end of file +