Skip to content

Commit

Permalink
refs #514 : change readme syntax to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Oct 10, 2012
1 parent 06295fd commit 898a8fa
Showing 1 changed file with 31 additions and 32 deletions.
63 changes: 31 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Textcube: Brand Yourself
Personalized web publishing platform
==============================================
Textcube: Brand Yourself - Personalized web publishing platform
===============================================================

## DESCRIPTION

Expand Down Expand Up @@ -90,7 +89,7 @@ This is nginx setting.
if (!-f $request_filename) {
rewrite ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2;
}
if ($request_filename ~* ^(cache)+/+(.+[^/])\.(cache|xml|txt|log)$) {
if ($request_filename ~* ^(cache)+/+(.+[^/])\.(cache](xml](txt](log)$) {
return 403;
}
if (-d $request_filename) {
Expand All @@ -116,51 +115,51 @@ This is nginx setting.

If the accessible URL is http://www.example.org, run the installation program by accessing http://www.example.org/setup.php. Follow the setup procedure.

* [[Installation (Korean)|http://help.tattertools.com/ko/index.php?title=Getting_Started]]
* [Installation (Korean)](http://help.tattertools.com/ko/index.php?title=Getting_Started)

## RUNNING

## DOCUMENTATION

### USERS
* [[Shortcuts|https://github.com/Needlworks/Textcube/wiki/shortCutList]]
* [Shortcuts](https://github.com/Needlworks/Textcube/wiki/shortCutList)


### SPECIFICATIONS AND STRUCTURES

* [[Requirements|https://github.com/Needlworks/Textcube/wiki/requirements]]
* [Requirements](https://github.com/Needlworks/Textcube/wiki/requirements)

* [[Upgrade instruction from 1.7 to 1.8 or higher version|https://github.com/Needlworks/Textcube/wiki/attentionOnInstallation]]
* [[Configurable options|https://github.com/Needlworks/Textcube/wiki/configOptions]]
* [Upgrade instruction from 1.7 to 1.8 or higher version](https://github.com/Needlworks/Textcube/wiki/attentionOnInstallation)
* [Configurable options](https://github.com/Needlworks/Textcube/wiki/configOptions)

* [[Skin|https://github.com/Needlworks/Textcube/wiki/SkinDocs]]
* [[Skin replacer list|https://github.com/Needlworks/Textcube/wiki/replacer]]
* [[Predefined styles|https://github.com/Needlworks/Textcube/wiki/skinpredefined]]
* [[Skin information file specification|https://github.com/Needlworks/Textcube/wiki/skin/index_xml]]
* [[Tattertools/Textcube online manual wiki|http://help.tattertools.com]]
* [Skin](https://github.com/Needlworks/Textcube/wiki/SkinDocs)
* [Skin replacer list](https://github.com/Needlworks/Textcube/wiki/replacer)
* [Predefined styles](https://github.com/Needlworks/Textcube/wiki/skinpredefined)
* [Skin information file specification](https://github.com/Needlworks/Textcube/wiki/skin/index_xml)
* [Tattertools/Textcube online manual wiki](http://help.tattertools.com)

* [[Plugins|https://github.com/Needlworks/Textcube/wiki/PluginDocs]]
* [[Plugin Creation|https://github.com/Needlworks/Textcube/wiki/PluginIntroduction]]
* [[Plugin Specification|https://github.com/Needlworks/Textcube/wiki/pluginSpec]]
* [[Plugin Event Listeners|https://github.com/Needlworks/Textcube/wiki/pluginEvents]]
* [Plugins](https://github.com/Needlworks/Textcube/wiki/PluginDocs)
* [Plugin Creation](https://github.com/Needlworks/Textcube/wiki/PluginIntroduction)
* [Plugin Specification](https://github.com/Needlworks/Textcube/wiki/pluginSpec)
* [Plugin Event Listeners](https://github.com/Needlworks/Textcube/wiki/pluginEvents)

* [[TTXML format specification|https://github.com/Needlworks/Textcube/wiki/TTXML]]
* [[WPI package creation|https://github.com/Needlworks/Textcube/wiki/WPI]]
* [TTXML format specification](https://github.com/Needlworks/Textcube/wiki/TTXML)
* [WPI package creation](https://github.com/Needlworks/Textcube/wiki/WPI)

### DEVELOPMENT
* [[Ticketing process|https://github.com/Needlworks/Textcube/wiki/ticketProcess]]
* [[Coding guideline|https://github.com/Needlworks/Textcube/wiki/codingGuideline]]
* [[Commiter/Reporter List|https://github.com/Needlworks/Textcube/wiki/contributorList]]
* [Ticketing process](https://github.com/Needlworks/Textcube/wiki/ticketProcess)
* [Coding guideline](https://github.com/Needlworks/Textcube/wiki/codingGuideline)
* [Commiter/Reporter List](https://github.com/Needlworks/Textcube/wiki/contributorList)

* [[Developing references|https://github.com/Needlworks/Textcube/wiki/devReference]]
* [[Textcube 1.8 changes for Plugin Developers|http://docs.google.com/View?id=dgc24tzr_136ckbg4ngn]]
* [[Textcube 1.8 changes for Skin Designers|http://docs.google.com/View?id=dgc24tzr_138hhfbmwdg]]
* [[Textcube 1.8 changes for Server administrators and service hosts / maintainers|http://docs.google.com/View?id=dgc24tzr_137gr9xpdfb]]
* [[Textcube 1.8 changes for coding geeks|http://docs.google.com/View?id=dgc24tzr_140c9wz6nc5]]
* [Developing references](https://github.com/Needlworks/Textcube/wiki/devReference)
* [Textcube 1.8 changes for Plugin Developers](http://docs.google.com/View?id=dgc24tzr_136ckbg4ngn)
* [Textcube 1.8 changes for Skin Designers](http://docs.google.com/View?id=dgc24tzr_138hhfbmwdg)
* [Textcube 1.8 changes for Server administrators and service hosts / maintainers](http://docs.google.com/View?id=dgc24tzr_137gr9xpdfb)
* [Textcube 1.8 changes for coding geeks](http://docs.google.com/View?id=dgc24tzr_140c9wz6nc5)

## EXTERNAL LINKS

* [[Textcube notice blog|http://notice.textcube.org/ko]]
* [[Needlworks|http://www.needlworks.org]]
* [[Needlworks Blog|http://blog.needlworks.org]]
* [[Tatter Network Foundation forum|http://forum.tattersite.com/ko]]
* [Textcube notice blog](http://notice.textcube.org/ko)
* [Needlworks](http://www.needlworks.org)
* [Needlworks Blog](http://blog.needlworks.org)
* [Tatter Network Foundation forum](http://forum.tattersite.com/ko)

0 comments on commit 898a8fa

Please sign in to comment.