diff --git a/Makefile b/Makefile index 0be5e6bc..c62cf587 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,5 @@ clean-pyc: find . -name '*.pyo' -exec rm -f {} + find . -name '*~' -exec rm -f {} + -upload-website: - scp -r website/* pocoo.org:/var/www/flask.pocoo.org/ - upload-docs: $(MAKE) -C docs dirhtml && scp -r docs/_build/dirhtml/* pocoo.org:/var/www/flask.pocoo.org/docs/ diff --git a/website/404.html b/website/404.html deleted file mode 100644 index c4de489d..00000000 --- a/website/404.html +++ /dev/null @@ -1,47 +0,0 @@ - -Chapter 404: The Lost Page - -

Chapter 404: The Lost Page

-

A careful and diligent search has been made for the desired page, but it just cannot be found. -

And so they returned to familiar waters. diff --git a/website/index.html b/website/index.html deleted file mode 100644 index 5db6b850..00000000 --- a/website/index.html +++ /dev/null @@ -1,81 +0,0 @@ - -Flask (A Python Microframework) - - -

-

Flask

-

because sometimes a pocket knife is not enough -

- Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. - And before you ask: It's BSD licensed! -
-

Flask is Fun

-
from flask import Flask
-app = Flask(__name__)
-
-@app.route("/")
-def hello():
-    return "Hello World!"
-
-if __name__ == "__main__":
-    app.run()
-

And Easy to Setup

-
$ easy_install Flask
-$ python hello.py
- * Running on http://localhost:5000/
-

Interested?

- -

What’s in the Box?

- -

What do Flask Apps look like?

-

- If you are looking for some example code of applications written with Flask, - have a look at the sources of the examples on github: -

-

Contribute

-

Found a bug? Have a good idea for improving Flask? Head over to - Flask's github page and - create a new ticket or fork. If you just want to chat with fellow - developers, go to #pocoo on irc.freenode.net. - -

- -Fork me on GitHub diff --git a/website/logo.png b/website/logo.png deleted file mode 100644 index f255eece..00000000 Binary files a/website/logo.png and /dev/null differ diff --git a/website/mask.png b/website/mask.png deleted file mode 100644 index f2fdbe14..00000000 Binary files a/website/mask.png and /dev/null differ diff --git a/website/ship.png b/website/ship.png deleted file mode 100644 index 49eca5d4..00000000 Binary files a/website/ship.png and /dev/null differ