Skip to content

Commit

Permalink
fucking hell
Browse files Browse the repository at this point in the history
  • Loading branch information
iptq committed Sep 26, 2018
1 parent 50b4dde commit b2ca53b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/book.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

# This builds the book in target/doc/guide. See https://github.com/rust-lang-nursery/mdBook/issues/698
mkdir -p ../target/doc
mdbook build -d ../target/doc/book
$HOME/.cargo/bin/mdbook build -d ../target/doc/book

# Get the lastest tag across all branches
# https://stackoverflow.com/a/7261049/3549270
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,29 @@ OpenCTF
[![](https://travis-ci.org/easyctf/openctf.svg?branch=develop)](https://travis-ci.org/easyctf/openctf)
![](https://tokei.rs/b1/github/easyctf/openctf)

[Documentation](http://easyctf.github.io/openctf/)

OpenCTF is a framework for running CTF (capture-the-flag) competitions. The name OpenCTF comes from the platform used to run EasyCTF, but has since been [rewritten into Rust](https://github.com/ansuz/RIIR). As such, it's made with performance in mind, while also aiming to be as flexible as possible.

Status
------

OpenCTF is currently under development. Expect to see changes in the coming weeks!

Features
--------

- The entire platform ships in a _single_ binary!
- Easy installation by following instructions
- Flexible deployment options
- Individual user accounts
- Team formation through join codes

Roadmap
-------

See the [milestone](https://github.com/easyctf/openctf/milestone/3) for the 1.0 release for the roadmap.

Contact
-------

Expand Down

0 comments on commit b2ca53b

Please sign in to comment.