Skip to content

Commit

Permalink
Merge branch 'electron'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafeccomandi committed Apr 18, 2018
2 parents 7371c17 + fd3f28d commit 1ce93f7
Show file tree
Hide file tree
Showing 1,686 changed files with 45,094 additions and 2,863,551 deletions.
282 changes: 282 additions & 0 deletions .gitignore

Large diffs are not rendered by default.

908 changes: 595 additions & 313 deletions LICENSE

Large diffs are not rendered by default.

30 changes: 6 additions & 24 deletions README.md
Expand Up @@ -6,15 +6,15 @@ bibisco is a personal project, made with love.

We love books and we want to help writers to write beautiful novels.

With bibisco you can organize chapters and scenes, manage revisions, export novel in pdf or rtf, and write with a fully featured text editor.
With bibisco you can organize chapters and scenes, manage revisions, export novel in pdf or docx, and write with a fully featured text editor.

You can create a novel structure, define premise, fabula, narrative strands and settings: geographic, temporal and social context.

And, most of all, with bibisco you can **know everything about your characters**. Because your novel works only if its characters are believable, that is when you understand their human nature's complexity.

## Installation

Download bibisco for your operating system at https://github.com/andreafeccomandi/bibisco/releases
Download bibisco from bibisco website www.bibisco.com

### Windows and Linux

Expand All @@ -26,25 +26,9 @@ bibisco doesn't need to be installed. After download:

### Mac OS X

1. on System Preferences -> Security and Privacy, you must have "Allow apps downloaded from" set to "Anywhere."
2. open downloaded dmg file
3. follow the istructions
4. write your novel

Note! bibisco is a java application and ships its own JRE (Java Runtime Environment). You don't need to install or update JRE.

## Upgrade

If you upgrade bibisco from version 1.3.0 or next:

1. Download new version
2. In the new version of bibisco choose the directory that already contains your projects: they will be automatically imported

If you upgrade bibisco from version 1.2.1 or previous:

1. From the version you're using, export your project as archive: section export -> button export as archive
2. Download new version
3. In the new version of bibisco import your projects: after bibisco start up -> button import the first project or button import a new project
1. open downloaded dmg file
2. follow the istructions
3. write your novel


## Support
Expand All @@ -57,12 +41,10 @@ You can support bibisco in various ways:
* like [bibisco Facebook page](https://www.facebook.com/bibisco.official.page).
* like [bibisco alternativeTo page](http://alternativeto.net/software/bibisco).
* follow [bibisco Twitter account](https://twitter.com/bibiscotweet).
* donate with [Paypal](http://www.bibisco.com/donatePayPal).


## License

bibisco is licensed under the terms of [GNU GPL License](http://www.gnu.org/licenses/gpl-2.0.html).
bibisco is licensed under the terms of [GNU GPL License](https://www.gnu.org/licenses/gpl-3.0.en.html).


## Contribution
Expand Down
72 changes: 0 additions & 72 deletions bibisco/.classpath

This file was deleted.

12 changes: 12 additions & 0 deletions bibisco/.editorconfig
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json,*.yml}]
indent_style = space
indent_size = 2
42 changes: 42 additions & 0 deletions bibisco/.eslintrc.json
@@ -0,0 +1,42 @@
{
"env": {
"amd": true,
"browser": true,
"es6": true,
"node": true
},
"globals": {
"angular": 1,
"logger": 1,
"moment": 1,
"pdfMake": 1,
"validator": 1
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module"
},
"rules": {
"eqeqeq": [
"error",
"always"
],
"indent": [
"error",
2
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}
1 change: 1 addition & 0 deletions bibisco/.gitattributes
@@ -0,0 +1 @@
* text=auto
7 changes: 3 additions & 4 deletions bibisco/.gitignore
@@ -1,4 +1,3 @@
/build
/doc
/bin/
/.DS_Store
node_modules
/dist
app/temp
40 changes: 0 additions & 40 deletions bibisco/.project

This file was deleted.

1 change: 0 additions & 1 deletion bibisco/.settings/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions bibisco/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

This file was deleted.

72 changes: 0 additions & 72 deletions bibisco/META-INF/MANIFEST.MF

This file was deleted.

1 change: 0 additions & 1 deletion bibisco/WebContent/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions bibisco/WebContent/META-INF/MANIFEST.MF

This file was deleted.

0 comments on commit 1ce93f7

Please sign in to comment.