Version at: 20/06/2014, 11:23 vs. version at: 20/06/2014, 11:31
11#The Tatoeba Project Wiki
22This is the wiki for [The Tatoeba Project](http://tatoeba.org/home).
33
44##Table of Contents
55
66### For New Contributors
77
88* [A Quick Start Guide for New Contributors](quick-start)
99* [What You Can Do and How to Do It](what-you-can-do-and-how-to-do-it)
1010* [Guidelines and Rules](guidelines)
1111* [FAQ](faq)
1212
1313### How to Do Things
1414* [How to Search for Text](text-search)
1515* [How to Be a Good Contributor](how-to-be-a-good-contributor-in-tatoeba)
1616* [How to Become an Advanced Contributor](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)
1717* [How to Become a Corpus Maintainer](http://en.wiki.tatoeba.org/articles/show/corpus-maintainers)
1818* [How to Limit Which Translations Are Displayed](limiting-displayed-translations)
1919* [How to Write a Bug Report or Enhancement Request](bug-reports-and-enhancement-requests)
2020* [How to Request a New Language](new-language-request)
2121* [How to Write Dialogues](writing-dialogs)
2222* [How to Contribute Audio for Tatoeba](contribute-audio)
2323* [How You Can Help the Tatoeba Project](how-you-can-help)
2424* [How to Make Shortcuts to the Pages You Use Frequently](special-urls)
2525* [Tags](tags)
2626* [How to Translate the Tatoeba Website](interface-translation)
2727* [How to Quickly Do a Lot of Linking](quickly-linking)
2828* [How to Delete Your Account](delete-account)
2929
3030### Language-Specific Features
31
3132* [About Furigana on Japanese Sentences](furigana)
3233
3334### Advanced Contributors
35
3436* [What Can Advanced Contributors Do?](advanced-contributors)
3537* [Introduction to Linking](intro-linking)
3638* [Sample Workflow Using a Bookmarklet to Link](linking-with-bookmarklet)
3739
3840### Corpus Maintainers
3941
4042* [What Can Corpus Maintainers Do?](corpus-maintainers)
41* [Special Links for Corpus Maintainers Do?](special-links-for-corpus-maintainers)
43* [Special Links for Corpus Maintainers](special-links-for-corpus-maintainers)
4244
4345### Utilities
4446
4547* [Current status of our servers](server-status)
4648* [Bookmarklets](bookmarklets)
4749* [List of Tatoeba bookmarklets](bookmarklet-details)
4850* [User scripts](user-scripts)
4951* [User script requests](user-script-requests)
5052
5153
5254### Developers
5355
5456#### Google Summer of Code (GSoC)
5557
5658* [Google Summer of Code (GSoC) Ideas for Student Projects](gsoc_ideas)
5759* [Saeb's (lool0) work log](gsoc-work-log-lool0)
5860* [Pallav's work log](gsoc-work-log-pallavshah)
5961* [Jake's work log](https://github.com/jakeprobst/iplus1-log)
6062* [Harsh's work log](https://docs.google.com/document/d/114qtY_dc3fcz1SHy5T07eHUAKwtc8VrjKfXF57vv4dk)
6163
6264#### For Developers Working on Tatoeba.org
6365
6466* [Repositories](repositories)
6567* [How to Prepare a Development Environment for Tatoeba Using a Pre-made Virtual Machine](install-tatoeba-on-vm)
6668* [Installing and Configuring Sphinx Search](install-sphinx)
6769* [Adding a New Language to the Corpus (for Developers)](adding-lang-to-corpus)
6870* [Installing and Configuring Bazaar](install-bazaar)
6971* [Extracting and Committing UI Strings and Their Translations](extracting-ui-strings)
7072* [List of Functionality to Test](functionality-test-list)
7173* [Admin Logs](admin-logs)
7274* [Notes on duplicate merging process](duplicate-merging)
7375
7476#### For Developers Using the Tatoeba Corpus
7577
7678* [Using the Tatoeba Corpus for Your Own Projects](using-the-tatoeba-corpus)
7779
7880#### For Developers Who Want to Install Tatoeba App on Their Own Web Server
7981
8082* [How to Install the CakePHP Version of the Tatoeba Web App](install-tatoeba-php)
8183
8284
8385
8486### About the Tatoeba Project
8587
8688* [The Story of the Tatoeba Project](http://blog.tatoeba.org/2013/05/the-story-of-tatoeba.html)
8789* [The History of the Tatoeba Project](http://a4esl.com/temporary/tatoeba/history/) - currently on another website.
8890* [About the Tatoeba Project](about-the-tatoeba-project)
8991* [Link to Projects Using the Tatoeba Corpus ](http://a4esl.com/temporary/tatoeba/links.html)
9092
9193### Archived Pages
9294These pages are no longer current, but may be of historical interest.
9395
9496* [Guide for Programmers Who Want to Help with the Tatoeba Web App](ultimate-guide-for-devs)
9597
9698
9799### Other...
98100* See the top menu of [Unofficial Offsite Support for Tatoeba.org](http://a4esl.com/temporary/tatoeba/). Some of these things would be appropriate for this wiki.
99101* [Sandbox](sandbox)
100102
101103
102104##About
103105
104106This wiki is the official wiki for the [Tatoeba project][1]. It serves three main purposes:
105107
106108 1. Centralize the documentation for the projects (official rules, how-to, FAQ, etc.), in a website that is easy to find, translate, and update.
107109 2. Centralize the explanations about the languages themselves, explanations of grammar points, common translation pitfalls, etc.
108110 3. Have a place to organize and follow long-term tasks on the corpus (for example, tracking the users who are proofreading a particular language, or which public-domain books are being imported).
109111
110112
111113##Important
112114
113115 For the moment, only registered people can edit the wiki, and for technical reasons, the accounts are not yet linked with the main Tatoeba website.
114116
115117Also, it is not yet possible to create an account on the wiki directly. You may send sysko a private message via tatoeba or an email (**team@tatoeba.org**), and he will create an account for you. The reason is that at the very beginning it will be more important to organize the future structures and hierarchy we will adopt for the articles than to add a lot of content.
116118
117119
118120##Technical details
119121
120122This wiki is powered by [tatowiki][2], which is an open source wiki engine written in C++ using [cppcms-skeleton][3] and [cppcms][4].
121123
122124
123125 [1]: http://tatoeba.org "Main page"
124126 [2]: https://github.com/allan-simon/tatowiki "github repository"
125127 [3]: https://github.com/allan-simon/cppcms-skeleton "Cppcms-skeleton github"
126128 [4]: http://cppcms.com/wikipp/en/page/main "cppcms website"
diff view generated by jsdifflib

Version at: 20/06/2014, 11:23

#The Tatoeba Project Wiki
This is the wiki for [The Tatoeba Project](http://tatoeba.org/home).

##Table of Contents

### For New Contributors

* [A Quick Start Guide for New Contributors](quick-start)
* [What You Can Do and How to Do It](what-you-can-do-and-how-to-do-it)
* [Guidelines and Rules](guidelines)
* [FAQ](faq)

### How to Do Things
* [How to Search for Text](text-search)
* [How to Be a Good Contributor](how-to-be-a-good-contributor-in-tatoeba)
* [How to Become an Advanced Contributor](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)
* [How to Become a Corpus Maintainer](http://en.wiki.tatoeba.org/articles/show/corpus-maintainers)
* [How to Limit Which Translations Are Displayed](limiting-displayed-translations)
* [How to Write a Bug Report or Enhancement Request](bug-reports-and-enhancement-requests)
* [How to Request a New Language](new-language-request)
* [How to Write Dialogues](writing-dialogs)
* [How to Contribute Audio for Tatoeba](contribute-audio)
* [How You Can Help the Tatoeba Project](how-you-can-help)
* [How to Make Shortcuts to the Pages You Use Frequently](special-urls)
* [Tags](tags)
* [How to Translate the Tatoeba Website](interface-translation)
* [How to Quickly Do a Lot of Linking](quickly-linking)
* [How to Delete Your Account](delete-account)

### Language-Specific Features
* [About Furigana on Japanese Sentences](furigana)

### Advanced Contributors
* [What Can Advanced Contributors Do?](advanced-contributors)
* [Introduction to Linking](intro-linking)
* [Sample Workflow Using a Bookmarklet to Link](linking-with-bookmarklet)

### Corpus Maintainers

* [What Can Corpus Maintainers Do?](corpus-maintainers)
* [Special Links for Corpus Maintainers Do?](special-links-for-corpus-maintainers)

### Utilities

* [Current status of our servers](server-status)
* [Bookmarklets](bookmarklets)
* [List of Tatoeba bookmarklets](bookmarklet-details)
* [User scripts](user-scripts)
* [User script requests](user-script-requests)


### Developers

#### Google Summer of Code (GSoC)

* [Google Summer of Code (GSoC) Ideas for Student Projects](gsoc_ideas)
* [Saeb's (lool0) work log](gsoc-work-log-lool0)
* [Pallav's work log](gsoc-work-log-pallavshah)
* [Jake's work log](https://github.com/jakeprobst/iplus1-log)
* [Harsh's work log](https://docs.google.com/document/d/114qtY_dc3fcz1SHy5T07eHUAKwtc8VrjKfXF57vv4dk)

#### For Developers Working on Tatoeba.org

* [Repositories](repositories)
* [How to Prepare a Development Environment for Tatoeba Using a Pre-made Virtual Machine](install-tatoeba-on-vm)
* [Installing and Configuring Sphinx Search](install-sphinx)
* [Adding a New Language to the Corpus (for Developers)](adding-lang-to-corpus)
* [Installing and Configuring Bazaar](install-bazaar)
* [Extracting and Committing UI Strings and Their Translations](extracting-ui-strings)
* [List of Functionality to Test](functionality-test-list) 
* [Admin Logs](admin-logs)
* [Notes on duplicate merging process](duplicate-merging)

#### For Developers Using the Tatoeba Corpus

* [Using the Tatoeba Corpus for Your Own Projects](using-the-tatoeba-corpus)

#### For Developers Who Want to Install Tatoeba App on Their Own Web Server

* [How to Install the CakePHP Version of the Tatoeba Web App](install-tatoeba-php)



### About the Tatoeba Project

* [The Story of the Tatoeba Project](http://blog.tatoeba.org/2013/05/the-story-of-tatoeba.html)
* [The History of the Tatoeba Project](http://a4esl.com/temporary/tatoeba/history/)  - currently on another website.
* [About the Tatoeba Project](about-the-tatoeba-project)
* [Link to Projects Using the Tatoeba Corpus ](http://a4esl.com/temporary/tatoeba/links.html)

### Archived Pages 
These pages are no longer current, but may be of historical interest.

* [Guide for Programmers Who Want to Help with the Tatoeba Web App](ultimate-guide-for-devs)


### Other...
* See the top menu of  [Unofficial Offsite Support for Tatoeba.org](http://a4esl.com/temporary/tatoeba/). Some of these things would be appropriate for this wiki.
* [Sandbox](sandbox)


##About

This wiki is the official wiki for the [Tatoeba project][1]. It serves three main purposes:

 1. Centralize the documentation for the projects (official rules, how-to, FAQ, etc.), in a website that is easy to find, translate, and update.
 2. Centralize the explanations about the languages themselves, explanations of grammar points, common translation pitfalls, etc.
 3. Have a place to organize and follow long-term tasks on the corpus (for example, tracking the users who are proofreading a particular language, or which public-domain books are being imported). 


##Important 
 
  For the moment, only registered people can edit the wiki, and for technical reasons, the accounts are not yet linked with the main Tatoeba website.

Also, it is not yet possible to create an account on the wiki directly. You may send sysko a private message via tatoeba or an email (**team@tatoeba.org**), and he will create an account for you. The reason is that at the very beginning it will be more important to organize the future structures and hierarchy we will adopt for the articles than to add a lot of content.


##Technical details 

This wiki is powered by [tatowiki][2], which is an open source wiki engine written in C++ using [cppcms-skeleton][3] and [cppcms][4].


  [1]: http://tatoeba.org "Main page"
  [2]: https://github.com/allan-simon/tatowiki "github repository"
  [3]: https://github.com/allan-simon/cppcms-skeleton "Cppcms-skeleton github"
  [4]: http://cppcms.com/wikipp/en/page/main "cppcms website"

version at: 20/06/2014, 11:31

#The Tatoeba Project Wiki
This is the wiki for [The Tatoeba Project](http://tatoeba.org/home).

##Table of Contents

### For New Contributors

* [A Quick Start Guide for New Contributors](quick-start)
* [What You Can Do and How to Do It](what-you-can-do-and-how-to-do-it)
* [Guidelines and Rules](guidelines)
* [FAQ](faq)

### How to Do Things
* [How to Search for Text](text-search)
* [How to Be a Good Contributor](how-to-be-a-good-contributor-in-tatoeba)
* [How to Become an Advanced Contributor](http://en.wiki.tatoeba.org/articles/show/advanced-contributors)
* [How to Become a Corpus Maintainer](http://en.wiki.tatoeba.org/articles/show/corpus-maintainers)
* [How to Limit Which Translations Are Displayed](limiting-displayed-translations)
* [How to Write a Bug Report or Enhancement Request](bug-reports-and-enhancement-requests)
* [How to Request a New Language](new-language-request)
* [How to Write Dialogues](writing-dialogs)
* [How to Contribute Audio for Tatoeba](contribute-audio)
* [How You Can Help the Tatoeba Project](how-you-can-help)
* [How to Make Shortcuts to the Pages You Use Frequently](special-urls)
* [Tags](tags)
* [How to Translate the Tatoeba Website](interface-translation)
* [How to Quickly Do a Lot of Linking](quickly-linking)
* [How to Delete Your Account](delete-account)

### Language-Specific Features

* [About Furigana on Japanese Sentences](furigana)

### Advanced Contributors

* [What Can Advanced Contributors Do?](advanced-contributors)
* [Introduction to Linking](intro-linking)
* [Sample Workflow Using a Bookmarklet to Link](linking-with-bookmarklet)

### Corpus Maintainers

* [What Can Corpus Maintainers Do?](corpus-maintainers)
* [Special Links for Corpus Maintainers](special-links-for-corpus-maintainers)

### Utilities

* [Current status of our servers](server-status)
* [Bookmarklets](bookmarklets)
* [List of Tatoeba bookmarklets](bookmarklet-details)
* [User scripts](user-scripts)
* [User script requests](user-script-requests)


### Developers

#### Google Summer of Code (GSoC)

* [Google Summer of Code (GSoC) Ideas for Student Projects](gsoc_ideas)
* [Saeb's (lool0) work log](gsoc-work-log-lool0)
* [Pallav's work log](gsoc-work-log-pallavshah)
* [Jake's work log](https://github.com/jakeprobst/iplus1-log)
* [Harsh's work log](https://docs.google.com/document/d/114qtY_dc3fcz1SHy5T07eHUAKwtc8VrjKfXF57vv4dk)

#### For Developers Working on Tatoeba.org

* [Repositories](repositories)
* [How to Prepare a Development Environment for Tatoeba Using a Pre-made Virtual Machine](install-tatoeba-on-vm)
* [Installing and Configuring Sphinx Search](install-sphinx)
* [Adding a New Language to the Corpus (for Developers)](adding-lang-to-corpus)
* [Installing and Configuring Bazaar](install-bazaar)
* [Extracting and Committing UI Strings and Their Translations](extracting-ui-strings)
* [List of Functionality to Test](functionality-test-list) 
* [Admin Logs](admin-logs)
* [Notes on duplicate merging process](duplicate-merging)

#### For Developers Using the Tatoeba Corpus

* [Using the Tatoeba Corpus for Your Own Projects](using-the-tatoeba-corpus)

#### For Developers Who Want to Install Tatoeba App on Their Own Web Server

* [How to Install the CakePHP Version of the Tatoeba Web App](install-tatoeba-php)



### About the Tatoeba Project

* [The Story of the Tatoeba Project](http://blog.tatoeba.org/2013/05/the-story-of-tatoeba.html)
* [The History of the Tatoeba Project](http://a4esl.com/temporary/tatoeba/history/)  - currently on another website.
* [About the Tatoeba Project](about-the-tatoeba-project)
* [Link to Projects Using the Tatoeba Corpus ](http://a4esl.com/temporary/tatoeba/links.html)

### Archived Pages 
These pages are no longer current, but may be of historical interest.

* [Guide for Programmers Who Want to Help with the Tatoeba Web App](ultimate-guide-for-devs)


### Other...
* See the top menu of  [Unofficial Offsite Support for Tatoeba.org](http://a4esl.com/temporary/tatoeba/). Some of these things would be appropriate for this wiki.
* [Sandbox](sandbox)


##About

This wiki is the official wiki for the [Tatoeba project][1]. It serves three main purposes:

 1. Centralize the documentation for the projects (official rules, how-to, FAQ, etc.), in a website that is easy to find, translate, and update.
 2. Centralize the explanations about the languages themselves, explanations of grammar points, common translation pitfalls, etc.
 3. Have a place to organize and follow long-term tasks on the corpus (for example, tracking the users who are proofreading a particular language, or which public-domain books are being imported). 


##Important 
 
  For the moment, only registered people can edit the wiki, and for technical reasons, the accounts are not yet linked with the main Tatoeba website.

Also, it is not yet possible to create an account on the wiki directly. You may send sysko a private message via tatoeba or an email (**team@tatoeba.org**), and he will create an account for you. The reason is that at the very beginning it will be more important to organize the future structures and hierarchy we will adopt for the articles than to add a lot of content.


##Technical details 

This wiki is powered by [tatowiki][2], which is an open source wiki engine written in C++ using [cppcms-skeleton][3] and [cppcms][4].


  [1]: http://tatoeba.org "Main page"
  [2]: https://github.com/allan-simon/tatowiki "github repository"
  [3]: https://github.com/allan-simon/cppcms-skeleton "Cppcms-skeleton github"
  [4]: http://cppcms.com/wikipp/en/page/main "cppcms website"

Note

The lines in green are the lines that have been added in the new version. The lines in red are those that have been removed.