Commit a3fe227e by benjaoming

typos

parent 0e24a0bf
...@@ -3,10 +3,10 @@ django-wiki ...@@ -3,10 +3,10 @@ django-wiki
This is where it all begins. In 4 weeks we should have a wiki system appealing to any kind of Django developer out there. Here is the manifest (so far): This is where it all begins. In 4 weeks we should have a wiki system appealing to any kind of Django developer out there. Here is the manifest (so far):
* Be pluggable and light-weight. Don't integrate optional features in the core. * **Be pluggable and light-weight.** Don't integrate optional features in the core.
* Be open. Make an extension API that allows the ecology of the wiki to grow. After all, Wikipedia consists of some [680 extensions](http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/) written for MediaWiki. * **Be open.** Make an extension API that allows the ecology of the wiki to grow. After all, Wikipedia consists of some [680 extensions](http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/) written for MediaWiki.
* Be smart. [This is](https://upload.wikimedia.org/wikipedia/commons/8/88/MediaWiki_database_schema_1-19_%28r102798%29.png) the map of tables in MediaWiki. We don't want that. * **Be smart.** [This is](https://upload.wikimedia.org/wikipedia/commons/8/88/MediaWiki_database_schema_1-19_%28r102798%29.png) the map of tables in MediaWiki. We don't want that.
* Be simple. The source code should explain itself. * **Be simple.** The source code should explain itself.
Background Background
---------- ----------
...@@ -21,6 +21,6 @@ This project will be very open for enrolling anyone with a good idea. As of now, ...@@ -21,6 +21,6 @@ This project will be very open for enrolling anyone with a good idea. As of now,
Q&A Q&A
------------ ------------
* '''Why is the module named just "wiki"?''' Because "pip install wiki" returns "No distributions at all found for wiki"! :) * **Why is the module named just "wiki"?** Because "pip install wiki" returns "No distributions at all found for wiki"! :)
* '''What markup language will you use?''' The markup engine will be pluggable, but Markdown will be the built-in supported one. * **What markup language will you use?** The markup engine will be pluggable, but Markdown will be the built-in supported one.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment