Change structure so that it allows to create more than one wiki

… for each language that you would like to add.
This commit is contained in:
Ali Servet Donmez
2014-05-26 15:10:54 +02:00
parent f215e065ca
commit f2ff6e7bdc
15 changed files with 326 additions and 181 deletions

View File

@@ -1,10 +1,23 @@
README
======
First things first
------------------
Learn [Markdown](https://help.github.com/articles/github-flavored-markdown)! Then check out MDwiki's [quick start](http://dynalon.github.io/mdwiki/#!quickstart.md).
Whenever you feel stuck, go to [MDwiki's own site](http://mdwiki.info) for further information.
How to Preview
==============
In order to preview your changes locally, prior to publishing online, you may need to take some actions. Below some starting points for each operating system, also check out MDwiki's [frequently asked questions](http://dynalon.github.io/mdwiki/#!faq.md) section for some ideas.
Mac OS
------
The easiest way to serve up static sites on a Mac is to use [Anvil](http://anvilformac.com). Go ahead and download it from their website and add a site using the status bar icon, then simply select the folder where your wiki is located on your Mac.
The easiest way to serve up static sites on a Mac is to use [Anvil](http://anvilformac.com). Go ahead and download it from their website, install and add a site using the status bar icon: simply select the folder where your wiki is located on your Mac.
Windows
-------
@@ -16,6 +29,7 @@ Linux
> This section needs some :heart:.
For Developers
==============
@@ -29,7 +43,7 @@ Update MDwiki
1. Go to https://github.com/Dynalon/mdwiki/releases/latest
1. Click on the green button on that page to download the latest release
1. Extract the contents of the archive file
1. Copy `mdwiki-slim.html` file from the extracted files onto `index.html` file in this repository by renaming, thus overriding `index.html`
1. Copy `mdwiki-slim.html` file from the extracted files onto `ll_CC/index.html` file in this repository by renaming, thus overriding `index.html`
1. Update the version information above
1. Commit and push your changes