17 lines
775 B
Text
17 lines
775 B
Text
Design Philosophy
|
|
|
|
Minimalist Dong has only two firm critera for its development.
|
|
|
|
Firstly, all a user requires to run a Minimalist Dong site is a web server
|
|
that supports PHP version 3 with some fairly standard configuration
|
|
options. No databases, no administrative rights on the server and no
|
|
specific platform. A user with the correct environment should be able to
|
|
unpack it and start running things almost immediately.
|
|
|
|
Secondly, the interface will be text. No graphic elements will ever be
|
|
required in the default configuration. You're free to add them, of course,
|
|
but you'll never require them.
|
|
|
|
It is because of this philosophy that the software gains the term
|
|
"Minimalist". Any feature that can be implemented without breaking these
|
|
rules will be considered.
|