diff --git a/README.md b/README.md index 9f7229e0..b034ac1a 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ NodeForms -------- -[![Build Status](https://travis-ci.org/whitef0x0/medforms.svg?branch=master)](https://travis-ci.org/whitef0x0/medforms) -[![Dependencies Status](https://david-dm.org/whitef0x0/medforms.svg)](https://david-dm.org/whitef0x0/medforms) +[![Build Status](https://travis-ci.org/whitef0x0/NodeForms.svg?branch=master)](https://travis-ci.org/whitef0x0/NodeForms) +[![Dependencies Status](https://david-dm.org/whitef0x0/NodeForms.svg)](https://david-dm.org/whitef0x0/NodeForms) NodeForms is an opensource *form builder* built ontop of nodejs that can create stunning forms from PDFs or from scratch diff --git a/config/env/all.js b/config/env/all.js index 67df6bd9..2b863d14 100755 --- a/config/env/all.js +++ b/config/env/all.js @@ -2,7 +2,7 @@ module.exports = { app: { - title: 'MedForms', + title: 'NodeForms', description: 'Generate Forms from PDFs', keywords: 'typeform, pdfs, forms, generator, form generator', }, diff --git a/config/env/development.js b/config/env/development.js index bc681063..40c885e7 100755 --- a/config/env/development.js +++ b/config/env/development.js @@ -19,7 +19,7 @@ module.exports = { } }, app: { - title: 'MedForms' + title: 'NodeForms' }, facebook: { clientID: process.env.FACEBOOK_ID || 'APP_ID', diff --git a/config/env/test.js b/config/env/test.js index 3b0605c4..bbfbee3c 100755 --- a/config/env/test.js +++ b/config/env/test.js @@ -20,7 +20,7 @@ module.exports = { } }, app: { - title: 'MedForms' + title: 'NodeForms' }, facebook: { clientID: process.env.FACEBOOK_ID || 'APP_ID', diff --git a/docs/setup_sentry_server.md b/docs/setup_sentry_server.md index 8f59c48a..aa005964 100644 --- a/docs/setup_sentry_server.md +++ b/docs/setup_sentry_server.md @@ -1,7 +1,7 @@ Installing Sentry Server ------------------------ -Medforms is an opensource *form builder* that can create stunning forms from PDFs or from scratch +NodeForms is an opensource *form builder* that can create stunning forms from PDFs or from scratch ## Before You Begin Make sure you understand what sentry server does. You can view documentation for sentry server [here](https://sentry.readthedocs.org/). This document was written for a server running *Ubuntu 14.04 LTS server* (we used Azure). diff --git a/package.json b/package.json index 61944f30..dfc41cab 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/whitef0x0/medforms.git" + "url": "https://github.com/whitef0x0/NodeForms.git" }, "engines": { "node": "~0.10.28", diff --git a/public/modules/core/views/home.client.view.html b/public/modules/core/views/home.client.view.html index b6517bda..eaa119db 100755 --- a/public/modules/core/views/home.client.view.html +++ b/public/modules/core/views/home.client.view.html @@ -25,7 +25,7 @@ Craft beautiful forms in seconds.

- Medforms is an opensource form builder that can create stunning forms from PDFs or from scratch + NodeForms is an opensource form builder that can create stunning forms from PDFs or from scratch diff --git a/public/modules/forms/views/list-forms.client.view.html b/public/modules/forms/views/list-forms.client.view.html index 1c9fb7cc..1393339a 100644 --- a/public/modules/forms/views/list-forms.client.view.html +++ b/public/modules/forms/views/list-forms.client.view.html @@ -3,7 +3,7 @@
diff --git a/public/modules/users/views/authentication/signup-success.client.view.html b/public/modules/users/views/authentication/signup-success.client.view.html index a08e01da..1a278f6f 100755 --- a/public/modules/users/views/authentication/signup-success.client.view.html +++ b/public/modules/users/views/authentication/signup-success.client.view.html @@ -20,13 +20,13 @@

Signup Successful

- You've successfully registered an account at MedForms. + You've successfully registered an account at NodeForms.

But your account is not activated yet



-

Before you continue, make sure to check your email for our verification. If you don't receive it within 24h drop us a line at hi@medforms.com

+

Before you continue, make sure to check your email for our verification. If you don't receive it within 24h drop us a line at hi@NodeForms.com