View Single Post
Old 11-20-2011, 10:20 AM   #4
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by MartinZ View Post
The next try....
I was in Kiev (PocketBook conference) and PB promised to turn it's face to us. We''ll se. Now thay became are close to us and I'll ask thay to help us with documentation (will be good if they give a developer to support us).

Quote:
Originally Posted by MartinZ
And
yann did it before for 14.1 SDK
Ok, thanks, we will use his work.

I suggest that we have a central storage (mercurial repository). And every developer that wants to join our project can:

1. clone this repository;
2. make his changes;
3. push his changes back to the central repository.

Quote:
Originally Posted by MartinZ
And I suggested to continue this in the German thread here and I already created a partially commented, Doxygen-compatible inkview.h on my HD...
Nice! we can merge our work!

Quote:
Originally Posted by MartinZ
Could you please tell us briefly, how the "workflow" has to be done on your site
http://code.google.com/p/libinkviewdoc/source/browse/
?
Our workflow will be:

1. Register at google code http://code.google.com/
2. Join to our project: http://code.google.com/p/libinkviewdoc/
3. Install mercurial (source control tool) in your linux environment
4. Add something like that in your ~/.hgrc:

[ui]
username = Sergey Vlasov <vlasovsoft@mail.ru>

(your email)

5. Login to google code, find our project
6. Use "hg clone <url>" to clone this project (makes local copy on you HD); You'll se the URL for read/write when you login;
6. Make some changes ...
7. Use hg commit -m "message" to commit your change to your local repository;
8. Use hg push <url> to transfer your changes to central repository.
9. I'll rebuild the documentation weekly.

Last edited by sergeyvl12; 11-20-2011 at 10:22 AM.
sergeyvl12 is offline   Reply With Quote