Story #27886
Translate 7.1. Creating controllers and actions
| Status: | New | Start date: | |||
|---|---|---|---|---|---|
| Priority: | Should have | Due date: | |||
| Assignee: | Christian Oettinger | % Done: | 70% |
||
| Category: | - | ||||
| Target version: | English Version | ||||
| Story points | - | ||||
| Velocity based estimate | - | ||||
| Remaining hours | |||||
| Votes: | 0 |
History
Updated by Fabien Udriot almost 2 years ago
- Target version set to English Version
- Position deleted (
9) - Position set to 30
Updated by Christian Oettinger almost 2 years ago
I'm on this chapter and still have some more work ready - but still on paper. I know don't know how to go on here on forge?
Updated by Christian Oettinger almost 2 years ago
- Assignee set to Christian Oettinger
Updated by Christian Oettinger almost 2 years ago
- % Done changed from 0 to 70
Updated by Frank Gerards 9 months ago
any updates ?
Updated by Christian Oettinger 9 months ago
- File 1-Creating_Controllers_and_Actions.xml added
This comes surprising.
Over a year ago I stopped translating after having done about 30 pages of the book in total (BTW: If anybody should be interested why people like me stop helping in the end please ask any time.)
Back then I pushed the file into repository and updated to "RFP". This chapter is ready from my side since one year.
Find attached the version I have. Please tell me if the other work I have done should be lost (at least Chapter 7, Chapter 2.1) and I can again send it.
have a good day!
oe (christian)
Updated by Fabien Udriot 5 months ago
Hi Christian,
Sorry that I didn't reply earlier. We had the problem that the rendering workflow was broken after we decided to migrate to reST and I didn't feel like coming back if we were unable to see any outcome in live (not motivating for translators, I reckon)
It seems we have now the possibility to render the manual in a easy way (I hope) and I would like to re-active the project. Though, before to write anything public, I wanted to know what / how we can fix chapter 7 with you work.
To be realistic, they won't be any "RFP". It was an idea envisaged at the beginning of the project but it won't happen - unless someone organize it! So could you check the actual stand of chapter 7 and see what make sense to be merged with your work. Once it is done, I would like to make a call finishing the last 20% ;)
To render the manual on-line, follow these steps:
# Fetch a document to render
$ git clone git://git.typo3.org/Documentation/TYPO3/Book/ExtbaseFluid.git
# Download the utility script
$ curl -s http://docs.typo3.org/getthedocs/download.php > get-the-docs.phar
$ chmod 755 get-the-docs.phar
$ ./get-the-docs.phar
# Render it
$ ./get-the-docs.phar render ExtbaseFluid
More info here
Thanks for your work!