Fixed formatting.

master
Robert Zenz 2016-02-23 22:05:30 +01:00
parent d02acd5ef3
commit 3b373df98a
2 changed files with 13 additions and 13 deletions

View File

@ -1,9 +1,9 @@
Mission Statement
#################
=================
0. Abstract
===========
-----------
To provide a simple, flexible, feature-rich, multi-platform, completely free and
open source engine for creating, modifying and powering first and third person
@ -11,7 +11,7 @@ multiplayer voxel-games.
1. Simple
=========
---------
The public facing Lua API should be kept easy to learn and easy to use. New
developers must be able to produce something with only a few lines of code which
@ -20,35 +20,35 @@ already existing code.
2. Flexible
===========
-----------
The engine itself should be flexible by not making narrow assumptions about
certain usecases and by not imposing arbitrary limits on its users.
3. Feature-rich
===============
---------------
The engine and the public facing Lua API should provide features which allow
to test and implement new ideas.
4. Multi-platform
=================
-----------------
Minetest should be kept running on as many platforms as feasible. Arbitrary
limitations to its portability must be avoided.
5. Free and open source
=======================
-----------------------
Minetest is provided as free and open source software, with the hope of being
useful.
6. Creation
===========
-----------
The main goal of Minetest is to empower developers and users alike to create,
modify and run voxel-games. This is achieved with a solid C++ core which has

View File

@ -1,9 +1,9 @@
Minetest: Mission statement
###########################
---------------------------
0. Purpose of this repository
=============================
-----------------------------
The purpose of this repository is to collaboratively create:
@ -17,14 +17,14 @@ The purpose of this repository is to collaboratively create:
1. Purpose of the created documents
===================================
-----------------------------------
The purpose of the created documents, outlined in the previous section, is to
improve the current state and provide a future proof foundation for the project.
2. It is not done until it is done
==================================
----------------------------------
The documents in this repostiroy are supposed to be criticized, improved,
changed, reworded and maybe even deleted if not found useful. The work is not
@ -32,7 +32,7 @@ done until it is done, therefor all documents must be seen as transient.
3. How to contribute
====================
--------------------
The issue tracker is open for discussions and pull requests will be looked at.