Version at: 16/03/2014, 19:01 vs. version at: 16/03/2014, 22:23
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
1212### How to Do Things
1313* [How to Be a Good Contributor](how-to-be-a-good-contributor-in-tatoeba)
1414* [How to Delete Your Account](delete-account)
1515* [How to Limit Which Translations Are Displayed](limiting-displayed-translations)
1616* [How to Make a Bug Report or Enhancement Request](bug-reports-and-enhancement-requests)
1717* [How to Quickly Do a Lot of Linking](quickly-linking)
1818* [How to Request a New Language](new-language-request)
1919* [How to Search for Text](text-search)
2020* [How to Write Dialogues](writing-dialogs)
2121* [How You Can Help the Tatoeba Project](how-you-can-help)
2222* [Special URLs](special-urls)
2323* [Tags](tags)
2424* [How to Translate the Tatoeba Website](interface-translation)
2525
2626### Advanced Contributors and Corpus Maintainers
2727* [What Can Advanced Contributors and Corpus Maintainers Do?](advanced-contributors)
2828* [Introduction to Linking](intro-linking)
2929* [Sample Workflow Using a Bookmarklet to Link](linking-with-bookmarklet)
3030
3131
3232### Utilities
3333
3434* [Current status of our servers](server-status)
3535* [Bookmarklets](bookmarklets)
3636* [List of Tatoeba bookmarklets](bookmarklet-details)
3737* [User scripts](user-scripts)
3838* [User script requests](user-script-requests)
3939
4040
4141### Developers
4242
4343#### Google Summer of Code (GSoC)
4444
4545* [Google Summer of Code (GSoC) Ideas for Student Projects](gsoc_ideas)
4646
4747#### For Developers Working on Tatoeba.org
4848
4949* [Repositories](repositories)
5050* [How to Prepare a Development Environment for Tatoeba Using a Pre-made Virtual Machine](install-tatoeba-on-vm)
5151* [Installing and Configuring Sphinx Search](install-sphinx)
5252* [Adding a New Language to the Corpus (for Developers)](adding-lang-to-corpus)
53* [Installing and Configuring Bazaar](install-bazaar)
5354* [Extracting and Committing UI Strings and Their Translations](extracting-ui-strings)
5455* [List of Functionality to Test](functionality-test-list)
5556* [Admin Logs](admin-logs)
5657
5758#### For Developers Using the Tatoeba Corpus
5859
5960* [Using the Tatoeba Corpus for Your Own Projects](using-the-tatoeba-corpus)
6061
6162#### For Developers Who Want to Install Tatoeba App on Their Own Web Server
6263
6364* [How to Install the CakePHP Version of the Tatoeba Web App](install-tatoeba-php)
6465
6566
6667
6768### About the Tatoeba Project
6869
6970* [The Story of the Tatoeba Project](http://blog.tatoeba.org/2013/05/the-story-of-tatoeba.html)
7071* [The History of the Tatoeba Project](http://a4esl.com/temporary/tatoeba/history/) - currently on another website.
7172* [About the Tatoeba Project](about-the-tatoeba-project)
7273* [Link to Projects Using the Tatoeba Corpus ](http://a4esl.com/temporary/tatoeba/links.html)
7374
7475### Archived Pages
7576These pages are no longer current, but may be of historical interest.
7677
7778* [Guide for Programmers Who Want to Help with the Tatoeba Web App](ultimate-guide-for-devs)
7879
7980
8081### Other...
8182* 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.
8283* [Sandbox](sandbox)
8384
8485
8586##About
8687
8788This wiki is the official wiki for the [Tatoeba project][1]. It serves three main purposes:
8889
8990 1. Centralize the documentation for the projects (official rules, how-to, FAQ, etc.), in a website that is easy to find, translate, and update.
9091 2. Centralize the explanations about the languages themselves, explanations of grammar points, common translation pitfalls, etc.
9192 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).
9293
9394
9495##Important
9596
9697 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.
9798
9899Also, 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.
99100
100101
101102##Technical details
102103
103104This wiki is powered by [tatowiki][2], which is an open source wiki engine written in C++ using [cppcms-skeleton][3] and [cppcms][4].
104105
105106
106107 [1]: http://tatoeba.org "Main page"
107108 [2]: https://github.com/allan-simon/tatowiki "github repository"
108109 [3]: https://github.com/allan-simon/cppcms-skeleton "Cppcms-skeleton github"
109110 [4]: http://cppcms.com/wikipp/en/page/main "cppcms website"
diff view generated by jsdifflib

Version at: 16/03/2014, 19:01

#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)

### How to Do Things
* [How to Be a Good Contributor](how-to-be-a-good-contributor-in-tatoeba)
* [How to Delete Your Account](delete-account)
* [How to Limit Which Translations Are Displayed](limiting-displayed-translations)
* [How to Make a Bug Report or Enhancement Request](bug-reports-and-enhancement-requests)
* [How to Quickly Do a Lot of Linking](quickly-linking)
* [How to Request a New Language](new-language-request)
* [How to Search for Text](text-search)
* [How to Write Dialogues](writing-dialogs)
* [How You Can Help the Tatoeba Project](how-you-can-help)
* [Special URLs](special-urls)
* [Tags](tags)
* [How to Translate the Tatoeba Website](interface-translation)

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


### 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)

#### 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)
* [Extracting and Committing UI Strings and Their Translations](extracting-ui-strings)
* [List of Functionality to Test](functionality-test-list) 
* [Admin Logs](admin-logs)

#### 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: 16/03/2014, 22: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)

### How to Do Things
* [How to Be a Good Contributor](how-to-be-a-good-contributor-in-tatoeba)
* [How to Delete Your Account](delete-account)
* [How to Limit Which Translations Are Displayed](limiting-displayed-translations)
* [How to Make a Bug Report or Enhancement Request](bug-reports-and-enhancement-requests)
* [How to Quickly Do a Lot of Linking](quickly-linking)
* [How to Request a New Language](new-language-request)
* [How to Search for Text](text-search)
* [How to Write Dialogues](writing-dialogs)
* [How You Can Help the Tatoeba Project](how-you-can-help)
* [Special URLs](special-urls)
* [Tags](tags)
* [How to Translate the Tatoeba Website](interface-translation)

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


### 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)

#### 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)

#### 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.