From 3b373df98a1cd90d246f6b12b450d271f7d18c90 Mon Sep 17 00:00:00 2001 From: Robert Zenz Date: Tue, 23 Feb 2016 22:05:30 +0100 Subject: [PATCH] Fixed formatting. --- 0-mission-statement.markdown | 16 ++++++++-------- README.md | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/0-mission-statement.markdown b/0-mission-statement.markdown index cbd9c0b..7a48c5e 100644 --- a/0-mission-statement.markdown +++ b/0-mission-statement.markdown @@ -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 diff --git a/README.md b/README.md index e8e6a9d..336a584 100644 --- a/README.md +++ b/README.md @@ -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.