Yogthos 12 years ago
parent
commit
ecc2dcaaa6

+ 0 - 11
luminus/hello/resources/public/md/docs.md

@@ -1,11 +0,0 @@
-### Here are some links to get started
-
-1. [HTML templating](http://www.luminusweb.net/docs/html_templating.md)
-2. [Accessing the database](http://www.luminusweb.net/docs/database.md)
-3. [Serving static resources](http://www.luminusweb.net/docs/static_resources.md)
-4. [Setting response types](http://www.luminusweb.net/docs/responses.md)
-5. [Defining routes](http://www.luminusweb.net/docs/routes.md)
-6. [Adding middleware](http://www.luminusweb.net/docs/middleware.md)
-7. [Sessions and cookies](http://www.luminusweb.net/docs/sessions_cookies.md)
-8. [Security](http://www.luminusweb.net/docs/security.md)
-9. [Deploying the application](http://www.luminusweb.net/docs/deployment.md)

+ 0 - 10
luminus/hello/src/hello/views/templates/about.html

@@ -1,10 +0,0 @@
-
-{% extends "hello/views/templates/base.html" %}
-
-
-
-{% block content %}
-
- <p>this is the story of hello... work in progress</p>
-
-{% endblock %}