Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Jan 25, 2017
1 parent faa9a89 commit ed58e5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
**survey.js** is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.
[![Build Status](https://travis-ci.org/andrewtelnov/surveyjs.svg?branch=master)](https://travis-ci.org/andrewtelnov/surveyjs)
[![Build Status](https://travis-ci.org/surveyjs/surveyjs.svg?branch=master)](https://travis-ci.org/surveyjs/surveyjs)

![alt tag](https://raw.githubusercontent.com/andrewtelnov/surveyjs/master/survey_product_feedback.gif)
![alt tag](https://raw.githubusercontent.com/surveyjs/surveyjs/master/survey_product_feedback.gif)

##Getting started
[![Join the chat at https://gitter.im/andrewtelnov/surveyjs](https://badges.gitter.im/andrewtelnov/surveyjs.svg)](https://gitter.im/andrewtelnov/surveyjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/surveyjs/surveyjs](https://badges.gitter.im/surveyjs/surveyjs.svg)](https://gitter.im/surveyjs/surveyjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

To find our more about the library go
* to the [surveyjs.org site](http://surveyjs.org)
Expand Down Expand Up @@ -38,7 +38,7 @@ To build library yourself:

1. **Clone the repo from GitHub**
```
git clone https://github.com/andrewtelnov/surveyjs.git
git clone https://github.com/surveyjs/surveyjs.git
cd surveyjs
```

Expand Down Expand Up @@ -71,13 +71,13 @@ To build library yourself:
The first command will copy all required files to 'wwwroot' directory and the last command will run unit tests usign [Karma](https://karma-runner.github.io/0.13/index.html)

##Create your own question type.
Explore the [example](https://github.com/andrewtelnov/surveyjs/tree/master/src/plugins) of adding a new question type into your survey library.
Explore the [example](https://github.com/surveyjs/surveyjs/tree/master/src/plugins) of adding a new question type into your survey library.

##License

MIT license - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)


##Visual Editor

Visual Editor sources are [here](https://github.com/andrewtelnov/surveyjs.editor)
Visual Editor [site](http://editor.surveyjs.io)
Visual Editor sources are [here](https://github.com/surveyjs/editor)
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ paths.testsFolder = paths.webroot + "tests/";

var copyright = ["/*!",
"* surveyjs - Survey JavaScript library v" + libraryVersion,
"* (c) Andrew Telnov - http://surveyjs.org/",
"* (c) Devsoft Baltic OÜ - http://surveyjs.org/",
"* License: MIT (http://www.opensource.org/licenses/mit-license.php)",
"*/", "", ""].join("\n");

var tdHeader = ["// Type definitions for Survey JavaScript library v" + libraryVersion,
"// Project: http://surveyjs.org/",
"// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/>",
"// Definitions by: tdHeader <https://github.com/surveyjs/>",
"",""].join("\n");

var config_ko = {
Expand Down
4 changes: 2 additions & 2 deletions packagetemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Bootstrap",
"Library"
],
"homepage": "https://surveyjs.org/",
"homepage": "http://surveyjs.org/",
"license": "MIT",
"files": [
"dist/",
Expand All @@ -18,7 +18,7 @@
"main": "fileName",
"repository": {
"type": "git",
"url": "https://github.com/andrewtelnov/surveyjs.git"
"url": "https://github.com/surveyjs/surveyjs.git"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit ed58e5a

Please sign in to comment.