-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
25 lines (20 loc) · 969 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Nighthawk PHP Site Tool
version 1.0
by Xtfer
Nighthawk is a lightweight tool for building small PHP sites using flat file
structures. It should work on any server which can run PHP and has a very low
memory footprint. It assumes that all content is held in flat PHP files (not a
database), but makes it a little easier to join this content together.
Features:
- Clean URLs
- Generate clean links (using the k() function)
- Relatively secure
- Respects folder structures
- Work mostly in HTML, and use PHP only when required.
- Easy to learn
The basic Nighthawk setup includes some starter files and includes a version of
Eric Meyer's CSS reset by Steve Zeidner (http://stevezeidner.com/html-and-css-starter-templates).
You can replace the HTML & CSS as you wish, this has just been provided by way
of example.
This software is copyright Christopher Skene, but is licenced under GPLv3. No
warranties are provided and you use this software at your own risk.