d8be5a02333b1530862957406e84c5c80574a55d
EiffelWeb
EiffelWeb is a framework to build web applications in Eiffel.
To get started, check out http://eiffelwebframework.github.io/EWF!
Documentation
EiffelWeb 's documentation, included in this repo in the root directory, is built with Jekyll and publicly hosted on GitHub Pages at http://eiffelwebframework.github.io/EWF. The docs may also be run locally.
Running documentation locally
- If necessary, install Jekyll (requires v1.x).
- From the root
/EWFdirectory, runjekyll servein the command line.
- Windows users: run
chcp 65001first to change the command prompt's character encoding (code page) to UTF-8 so Jekyll runs without errors.
- Open http://localhost:9000 in your browser, and voilà.
Learn more about using Jekyll by reading their documentation.
Update the wiki pages
- git remote add -f ewf_wiki https://github.com/EiffelWebFramework/EWF.wiki.git
- git merge -s ours --no-commit --squash ewf_wiki/master
- git pull -X subtree=wiki ewf_wiki master
- then git commit if needed
Description
Languages
Eiffel
61.5%
JavaScript
23.4%
C
6.6%
CSS
2.9%
CoffeeScript
2.5%
Other
3.1%