Task #37429
Update README.txt
| Status: | New | Start date: | 2012-05-23 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Tags: | ||||
| Votes: | 0 |
Description
The sections
- What are the text files used for?
- How can I create txt files from an SXW file?
are outdated and can be removed.
Instead we should add info on what the reST files are and how we work with them.
The info "(...) PDF versions of these documents in the doc/ (...)" is wrong now.
To be added:- How to clone the repo with all submodules.
History
Updated by Chris topher 12 months ago
Submodules seem not ideal, as they are not updated automatically. You have to commit a changed submodule pointer in this repo here, so that the submodule gets updated. That is not nice. (So we should remove the .gitmodules file again and add to the readme how to clone all repos.)
I don't see a way around cloning the seperate repos.
Use ssh://username@review.typo3.org:29418/... for cloning. This works same as using the git://git.typo3.org/... URL, but it has the advantage that you can also push without problems. (Some programms with GUI do not support the .gitconfig option "pushInsteadOf" and so you won't be able to push, if you pulled from git.typo3.org. The programm will give you an error, because it tries to push to git://git.typo3.org and that does not work.)