Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web: Support HTML export #26

Open
F30 opened this issue Jun 15, 2018 · 0 comments
Open

Web: Support HTML export #26

F30 opened this issue Jun 15, 2018 · 0 comments
Labels
feature Requests for new features

Comments

@F30
Copy link
Member

F30 commented Jun 15, 2018

After the CTF, you want to keep the website around but not have an (at some point outdated) Django instance running. Instead, it should just be served as static HTML.

I currently use a wget command like this for that purpose:

wget --recursive --domains <year>.faustctf.net --page-requisites https://<year>.faustctf.net/

This works, but is hacky and does not include not linked-to files such as the scoreboard JSON.

Ideally, such functionality could be implemented through Django as a special custom command in manage.py or so.

@F30 F30 added the feature Requests for new features label Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Requests for new features
Projects
None yet
Development

No branches or pull requests

1 participant