From 7b99761f117442adf529d9ed8c909384a659bde0 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 24 Jun 2017 23:42:37 -0600 Subject: [PATCH] Rebrand from SimpleInventory to BinStack --- README.md | 12 ++++++------ composer.json | 6 +++--- nbproject/project.xml | 2 +- settings.template.php | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ba344d2..7fdfeb3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -SimpleInventory -========= +BinStack +======== -SimpleInventory is the easy way to keep track of your business assets. +BinStack is the easy way to keep track of your business assets. Never wander in search of the stapler again. -https://biz.netsyms.com/simpleinventory +https://biz.netsyms.com/binstack Features -------- @@ -19,8 +19,8 @@ only a few. Sorting also built in. **Autofill** You don't need to remember category codes or usernames. Just start typing and -SimpleInventory will figure out what you're looking for. +BinStack will figure out what you're looking for. **Mobile-ready** -Take inventory or find what you need on the go. SimpleInventory looks and works +Take inventory or find what you need on the go. BinStack looks and works great on modern smartphones and tablets. \ No newline at end of file diff --git a/composer.json b/composer.json index 36b4e67..0346992 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { - "name": "netsyms/business-app-template", - "description": "Template for a webapp integrated with a Portal server for authentication.", + "name": "netsyms/binstack", + "description": "Inventory management app.", "type": "project", "require": { "catfan/medoo": "^1.2", "guzzlehttp/guzzle": "^6.2" }, - "license": "MIT", + "license": "OTHER", "authors": [ { "name": "Skylar Ittner", diff --git a/nbproject/project.xml b/nbproject/project.xml index 6aee31c..bbfcf20 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -3,7 +3,7 @@ org.netbeans.modules.php.project - SimpleInventory + BinStack diff --git a/settings.template.php b/settings.template.php index d1a86cd..dbe3abb 100644 --- a/settings.template.php +++ b/settings.template.php @@ -14,7 +14,7 @@ define("DB_PASS", ""); define("DB_CHARSET", "utf8"); // Name of the app. -define("SITE_TITLE", "SimpleInventory"); +define("SITE_TITLE", "BinStack"); // Which pages to show the app icon on: // index, app, both, none