mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2025-04-15 01:18:34 +00:00
Small fixes
This commit is contained in:
parent
c69779884f
commit
61b2dce274
5 changed files with 23 additions and 9 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
wdb Copyright (C) 2012 Florian Mounier, Kozea
|
||||
butterfly Copyright (C) 2014 Florian Mounier, Kozea
|
||||
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
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
__version__ = '1.0.6'
|
||||
__version__ = '1.1.0'
|
||||
|
||||
|
||||
import os
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
/* *-* coding: utf-8 *-*
|
||||
/* This file is part of butterfly
|
||||
/*
|
||||
/* butterfly Copyright (C) 2014 Florian Mounier
|
||||
/* 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
|
||||
/* the Free Software Foundation, either version 3 of the License, or
|
||||
/* (at your option) any later version.
|
||||
/*
|
||||
/* This program is distributed in the hope that it will be useful,
|
||||
/* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
/* GNU General Public License for more details.
|
||||
/*
|
||||
/* You should have received a copy of the GNU General Public License
|
||||
/* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@import compass/css3
|
||||
|
||||
+font-face("SourceCodePro", font-files("SourceCodePro-ExtraLight.otf"), "", 100, normal)
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Butterfly - A web terminal based on websocket and tornado">
|
||||
<meta name="author" content="Mounier Florian">
|
||||
<link rel="shortcut icon" href="{{ static_url('images/favicon.png') }}">
|
||||
|
||||
<title>Butterfly</title>
|
||||
|
@ -13,10 +13,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<main id="wrapper">
|
||||
</main>
|
||||
|
||||
<main id="wrapper"> </main>
|
||||
<script src="{{ static_url('javascripts/main.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
wdb
|
||||
Butterfly - A sleek web based terminal emulator
|
||||
"""
|
||||
import os
|
||||
import re
|
||||
|
|
Loading…
Add table
Reference in a new issue