- Posts: 796
Updating and internationalizing documentation
- Moeder
- Topic Author
- Offline
Once done, we could invite more users who are willing to work on translations of the manual (for example Morlacus offered to spent time on a French version).
Please Log in or Create an account to join the conversation.
- FDR
- Offline
It couldn't compile the documentation just like either of my two docker environments can't do that...
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
edit: somehow python in my debian VM is totally messed up. Installed a fresh Ubuntu 16.10 VM and installed pip using the official install-script get-pip.py and everything is compiling smoothly
Please Log in or Create an account to join the conversation.
- mwm
- Offline
The reason for this is to tweak the process of updating a release. You'd move things (like protocols) into the release branch only when the documentation is also in place so you can move it all at once. It would also make it easier to maintain proper documentation on multiple versions of the firmware.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- FDR
- Offline
So if I change it to:
script:
- make html pdf $TARGET
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- FDR
- Offline
So far if I encrypt a file, and then decrypt it on my PC it can't decrypt either.
They wrote about OpenSSL, that it has problems on Windows, but I did it in the MinGW window.
Next I will try it in the docker...
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- FDR
- Offline
I can't even decrypt any file which I previously encrypted with openssl, despite I use the same proper key pair...
And since I read somewhere that OpenSSL has problems on Windows, I have tried it in the MinGW window, in the docker shell, and even on Google Could Platform with the same result, so I think I must be doing something wrong.
I have even tried with a magic word instead of the key pair (actually key + iv)...
I will try some other encryptions, or sooner or later I should read the openssl documentation...
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- FDR
- Offline
I've found the mistake I made as soon as I wrote it down to you to try!
So, I think I'm back on track again...
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Ok, small option - big meaning
We'll figure out the rest eventually...
Please Log in or Create an account to join the conversation.
- FDR
- Offline
So now it decrypts well, but don't expect too much, because it is only a first test.
Only the PDFs are uploaded, and even those into a different directory...
While the upload was successful, the addition to the downloads has failed, probably because there are already existing downloads with the same name...
I will continue tomorrow.
Thanks!
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Actually there is an error in the script or one of the parameters thrown to it.. Maybe some wrong parentheses again.
$ utils/upload_documentation.pl -skip -documentation build/pdf-$TARGET/$TARGET_PDF -pdf build/pdf-$TARGET/$TARGET_PDF
Unknown option: skip
/usr/bin/curl
Logging in as NightlyBuilds
Logged in
ERROR: Can't read build/pdf-devo8/echo
Please Log in or Create an account to join the conversation.
- FDR
- Offline
We still have proglems with the TARGET_PDF though...
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- FDR
- Offline
I've said, that it's just a first draft, which so far copies only the PDFs into a separate directory, and tries to register them into the download section, but even that hasn't yet succeeded.
It still needs quite a few modification from my part, but all the needed steps are working, at least in theory...
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Updating and internationalizing documentation