Happy new year (a bit late)

This commit is contained in:
Florian Mounier
2017-02-13 11:16:59 +01:00
parent 17f8c1d1c9
commit 729c768dc2
23 changed files with 38 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
butterfly Copyright (C) 2015 Florian Mounier, Kozea butterfly Copyright(C) 2015-2017 Florian Mounier, Kozea
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or

View File

@@ -1,4 +1,4 @@
# ƸӜƷ butterfly 2.0 # ƸӜƷ butterfly 3.0 (Not released yet)
![](http://paradoxxxzero.github.io/assets/butterfly_2.0_1.gif) ![](http://paradoxxxzero.github.io/assets/butterfly_2.0_1.gif)
@@ -26,7 +26,8 @@ Butterfly is a xterm compatible terminal that runs in your browser.
``` bash ``` bash
$ pip install butterfly $ pip install butterfly
$ pip install libsass # If you want to use themes $ pip install butterfly[themes] # If you want to use themes
$ pip install butterfly[systemd] # If you want to use systemd
$ butterfly $ butterfly
``` ```
@@ -60,7 +61,8 @@ $ systemctl enable butterfly.socket
$ systemctl start butterfly.socket $ systemctl start butterfly.socket
``` ```
Don't forget to update the /etc/butterfly/butterfly.conf file with your server options (host, port, shell, ...) Don't forget to update the /etc/butterfly/butterfly.conf file with your server options (host, port, shell, ...) and to install butterfly with the [systemd] flag.
## Contribute ## Contribute
@@ -84,7 +86,7 @@ The js part is based on [term.js](https://github.com/chjj/term.js/) which is bas
## License ## License
``` ```
butterfly Copyright (C) 2015 Florian Mounier butterfly Copyright (C) 2015-2017 Florian Mounier
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -3,7 +3,7 @@
# This file is part of butterfly # This file is part of butterfly
# #
# butterfly Copyright (C) 2015 Florian Mounier # butterfly Copyright(C) 2015-2017 Florian Mounier
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or

View File

@@ -1,7 +1,7 @@
# *-* coding: utf-8 *-* # *-* coding: utf-8 *-*
# This file is part of butterfly # This file is part of butterfly
# #
# butterfly Copyright (C) 2015 Florian Mounier # butterfly Copyright(C) 2015-2017 Florian Mounier
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or

View File

@@ -1,7 +1,7 @@
# *-* coding: utf-8 *-* # *-* coding: utf-8 *-*
# This file is part of butterfly # This file is part of butterfly
# #
# butterfly Copyright (C) 2015 Florian Mounier # butterfly Copyright(C) 2015-2017 Florian Mounier
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,6 +1,6 @@
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */
@@ -17,7 +17,7 @@
/* These a the default variables */ /* These a the default variables */
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */
@@ -40,7 +40,7 @@
/* These are all imported files */ /* These are all imported files */
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */
@@ -57,7 +57,7 @@
/* You can change this file to import any webfont: */ /* You can change this file to import any webfont: */
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */
@@ -111,7 +111,7 @@ body {
/* You can comment / uncomment the following to enable/disable terminal effects. */ /* You can comment / uncomment the following to enable/disable terminal effects. */
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */
@@ -163,7 +163,7 @@ body {
/* @import all_fx */ /* @import all_fx */
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */
@@ -177,7 +177,7 @@ body {
/* The color theme is defined in this one: */ /* The color theme is defined in this one: */
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */
@@ -351,7 +351,7 @@ body {
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */
@@ -2786,7 +2786,7 @@ body {
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */
@@ -2874,7 +2874,7 @@ body {
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */
@@ -2893,7 +2893,7 @@ body {
/* *-* coding: utf-8 *-* */ /* *-* coding: utf-8 *-* */
/* This file is part of butterfly */ /* This file is part of butterfly */
/* butterfly Copyright (C) 2015 Florian Mounier */ /* butterfly Copyright(C) 2015-2017 Florian Mounier */
/* This program is free software: you can redistribute it and/or modify */ /* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */ /* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation, either version 3 of the License, or */ /* the Free Software Foundation, either version 3 of the License, or */

View File

@@ -1,7 +1,7 @@
# *-* coding: utf-8 *-* # *-* coding: utf-8 *-*
# This file is part of butterfly # This file is part of butterfly
# #
# butterfly Copyright (C) 2015 Florian Mounier # butterfly Copyright(C) 2015-2017 Florian Mounier
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or

View File

@@ -1,7 +1,7 @@
# *-* coding: utf-8 *-* # *-* coding: utf-8 *-*
# This file is part of butterfly # This file is part of butterfly
# #
# butterfly Copyright (C) 2015 Florian Mounier # butterfly Copyright(C) 2015-2017 Florian Mounier
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or

View File

@@ -1,7 +1,7 @@
# *-* coding: utf-8 *-* # *-* coding: utf-8 *-*
# This file is part of butterfly # This file is part of butterfly
# #
# butterfly Copyright (C) 2015 Florian Mounier # butterfly Copyright(C) 2015-2017 Florian Mounier
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or

View File

@@ -1,7 +1,7 @@
# *-* coding: utf-8 *-* # *-* coding: utf-8 *-*
# This file is part of butterfly # This file is part of butterfly
# #
# butterfly Copyright (C) 2015 Florian Mounier # butterfly Copyright(C) 2015-2017 Florian Mounier
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or

View File

@@ -1,7 +1,7 @@
# *-* coding: utf-8 *-* # *-* coding: utf-8 *-*
# This file is part of butterfly # This file is part of butterfly
# #
# butterfly Copyright (C) 2015 Florian Mounier # butterfly Copyright(C) 2015-2017 Florian Mounier
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or

View File

@@ -1,7 +1,7 @@
# *-* coding: utf-8 *-* # *-* coding: utf-8 *-*
# This file is part of butterfly # This file is part of butterfly
# #
# butterfly Copyright (C) 2015 Florian Mounier # butterfly Copyright(C) 2015-2017 Florian Mounier
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or