5em; margin-bottom: 1em; }
h2 { font-size: 1.2em; margin: 0.5em 0; }
h3 { font-size: 1.1em; margin: 0.5em 0; }
p { margin-bottom: 0.5em; }
pre{ background-color: #eeeeee; padding: 1em; font-family: monospace; }
The Wiki application can be greatly improved by adding features such as:
History support for document versions
User authentication to add editing restrictions
Resolving security issues
Wiki text syntax
The implementation of those functionalities and others are left to the user as exercise.
Summary
This chapter explained much about web server development and showed you how to produce a web
application with Neko. So far, the following topics were covered:
What the HTTP protocol is and how it works
What Web servers and web applications are
How to use HTML syntax and its most fundamental elements
How to generate dynamic contents using Neko
What NekoTools are and how to use it in a development environment
How to configure mod_neko for Apache
How to write a Wiki application
The next chapter shows how to write templates to completely separate the business logic from its visual
representation.
Pages:
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494