Merge pull request #45 from NicolasConstant/master
merge to get the last website updates
This commit is contained in:
commit
f20fb35e00
|
@ -0,0 +1,24 @@
|
|||
# Contributing Guidelines
|
||||
|
||||
Thanks for taking the time to contribute!
|
||||
|
||||
## Issue
|
||||
Ensure the bug was not already reported by searching on GitHub under [issues](https://github.com/NicolasConstant/sengi/issues). If you're unable to find an open issue addressing the bug, open a [new issue](https://github.com/NicolasConstant/sengi/issues/new).
|
||||
|
||||
Please pay attention to the following points while opening an issue.
|
||||
|
||||
### Write detailed information
|
||||
Detailed information is very helpful to understand an issue.
|
||||
|
||||
For example:
|
||||
* How to reproduce the issue, step-by-step.
|
||||
* The expected behavior (or what is wrong).
|
||||
* Screenshots for GUI issues.
|
||||
* The operating system.
|
||||
* The browser (if any) type and version.
|
||||
* The Sengi version.
|
||||
|
||||
|
||||
## Pull Requests
|
||||
Pull Requests are maybe a bit early right now, since the project and code can change a lot, so it's not really adviced to open PR today.
|
||||
I will notify explicitely when I'll be more opened to external contributions.
|
|
@ -30,10 +30,13 @@ It's a little [elephant shrew](https://en.wikipedia.org/wiki/Elephant_shrew) fro
|
|||
|
||||
![Rhynchocyon petersi](https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Rhynchocyon_petersi_from_side.jpg/400px-Rhynchocyon_petersi_from_side.jpg)
|
||||
|
||||
## Contribute
|
||||
|
||||
Please see the [contributing guidelines](CONTRIBUTING.md).
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the AGPLv3 License - see LICENSE file for details
|
||||
This project is licensed under the AGPLv3 License - see [LICENSE](LICENSE) for details
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
|
|
@ -26,21 +26,23 @@
|
|||
<div id="main">
|
||||
|
||||
<header class="major container medium">
|
||||
<h2>Sengi is a web-app
|
||||
<h3>Try it now!</h3>
|
||||
|
||||
<!-- <h2>Sengi is a web-app
|
||||
<br />
|
||||
it can be run into your browser
|
||||
<br />
|
||||
or as a regular desktop application (soon)</h2>
|
||||
or as a regular desktop application (soon)</h2> -->
|
||||
<!--
|
||||
<p>Tellus erat mauris ipsum fermentum<br />
|
||||
etiam vivamus nunc nibh morbi.</p>
|
||||
-->
|
||||
<br/>
|
||||
<ul class="actions special">
|
||||
<li><a href="#" onClick="window.open('http://sengi.nicolas-constant.com','Sengi','toolbar=no,location=no,status=no,menubar=no,scrollbars=no, resizable=yes,width=377,height=800'); return false;" class="button">Launch web client now</a></li>
|
||||
<li><a href="#" onClick="window.open('http://sengi.nicolas-constant.com'+'?qt='+ (new Date()).getTime(),'Sengi','toolbar=no,location=no,status=no,menubar=no,scrollbars=no, resizable=yes,width=377,height=800'); return false;" class="button">Launch web client</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Remember that Sengi is at a very early development stage</h3>
|
||||
<!-- <h3>Remember that Sengi is at a very early development stage</h3> -->
|
||||
</header>
|
||||
|
||||
<!-- <div class="box alt container">
|
||||
|
|
Loading…
Reference in New Issue