changed name from MedForms to NodeForms

This commit is contained in:
David Baldwynn 2015-08-20 18:30:47 -07:00
parent 53eefeefc9
commit ab600a8161
10 changed files with 12 additions and 12 deletions

View file

@ -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

2
config/env/all.js vendored
View file

@ -2,7 +2,7 @@
module.exports = {
app: {
title: 'MedForms',
title: 'NodeForms',
description: 'Generate Forms from PDFs',
keywords: 'typeform, pdfs, forms, generator, form generator',
},

View file

@ -19,7 +19,7 @@ module.exports = {
}
},
app: {
title: 'MedForms'
title: 'NodeForms'
},
facebook: {
clientID: process.env.FACEBOOK_ID || 'APP_ID',

2
config/env/test.js vendored
View file

@ -20,7 +20,7 @@ module.exports = {
}
},
app: {
title: 'MedForms'
title: 'NodeForms'
},
facebook: {
clientID: process.env.FACEBOOK_ID || 'APP_ID',

View file

@ -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).

View file

@ -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",

View file

@ -25,7 +25,7 @@
Craft beautiful forms in seconds.
</h1>
<p class="lead col-xs-12" style="font-size:1.5em; color:rgba(255,255,255,.75)">
<i>Medforms is an opensource <b>form builder</b> that can create stunning forms from PDFs or from scratch</i>
<i>NodeForms is an opensource <b>form builder</b> that can create stunning forms from PDFs or from scratch</i>
</h1>
</div>

View file

@ -3,7 +3,7 @@
<!-- div class="row">
<div class="page-header col-xs-10 col-xs-offset-1">
<h1>My MedForms</h1>
<h1>My NodeForms</h1>
</div>
</div> -->
<br>

View file

@ -20,13 +20,13 @@
<h3 class="col-xs-offset-2 col-xs-8 col-md-offset-3 col-md-6 text-center">Signup Successful</h3>
<div class="col-xs-offset-2 col-xs-8 col-md-offset-3 col-md-6">
<h2>
You've successfully registered an account at MedForms.
You've successfully registered an account at NodeForms.
<br><br>But your account is <b>not activated yet</b>
</h2>
<br><br>
<p>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 <a href="mail:hi@medforms.com">hi@medforms.com</a></p>
<p>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 <a href="mail:hi@NodeForms.com">hi@NodeForms.com</a></p>
<div class="text-center form-group">
<button type="submit" class="btn btn-large btn-primary">
<a href="/#!/" style="color: white; text-decoration: none;">Continue</a>

View file

@ -29,7 +29,7 @@
<h2>
A verification email has been sent to {{username}}.<br>But your account is still <b>not activated yet</b>
</h2>
<p>Check your email and click on the activation link to activate your account. If you have any questions drop us a line at <a href="mail:hi@medforms.com">hi@medforms.com</a></p>
<p>Check your email and click on the activation link to activate your account. If you have any questions drop us a line at <a href="mail:hi@NodeForms.com">hi@NodeForms.com</a></p>
<div class="text-center form-group">
<button type="submit" class="btn btn-large btn-primary">
<a href="/#!/">Continue</a>