README.md edited online with Bitbucket

This commit is contained in:
Renaud 2014-12-25 03:30:41 +00:00
parent f0874a8497
commit 8de97e3323
1 changed files with 11 additions and 25 deletions

View File

@ -1,29 +1,15 @@
# README #
Cigue is ue on Cygwin, based on uEmacs/PK from kernel.org.
Cigue is uEMACS (ue) on Cygwin/Linux, based on uEmacs/PK from kernel.org.
### What is this repository for? ###
### Changes compare to uEmacs/PK ###
* Line termination detection with new buffer mode (either Unix or DOS).
* Some fixes related to size either unchecked or limited (strcpy, insert-string, filenames, $kill).
* Major refactoring of headers and file dependencies, hopefully to improve maintenance.
* Reactivation of target 'source' and 'depend' in Makefile.
* Some defaults changed due to 'finger habits': ue instead of em, ^S in commands mapping...
* Quick summary
* Version
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
### How do I get set up? ###
* Summary of set up
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions
### Contribution guidelines ###
* Writing tests
* Code review
* Other guidelines
### Who do I talk to? ###
* Repo owner or admin
* Other community or team contact
### How to build ###
* dependencies: libncurses5-dev, ed if you use 'make depend'
* make source ; make depend ; make
* MINGW32 target is experimental and lacks screen/kbd support.