[Moved] Uploading Qt on this site.
-
Hello, I've recently made a basic Text Editor Program, how do I upload it on this site for views? Go easy on me, it's my first project, so I haven't learned all there is to indentation, and proper syntax.. It's designed to be used in Linux... I don't use Windowss, so I can't compile it for Windows, unless there is some way I can compile it for Win on my Linux Box? Thanks in advance, =).
-
use something like "pastebin":http://pastebin.com/index, there you can upload source code. And post the link here.
-
[quote author="vinb" date="1303608182"]use something like "pastebin":http://pastebin.com/index, there you can upload source code. And post the link here.[/quote]
Oh, thought they had a separate page, thanks though, =). I'll do that.
-
Do you want to upload it to ask some questions (if yes then pastebin is a good solution) or simply to show others your application (in this case maybe qt-apps.org or gitorious.org will be better)?
-
[quote author="Denis Kormalev" date="1303634092"]Do you want to upload it to ask some questions (if yes then pastebin is a good solution) or simply to show others your application (in this case maybe qt-apps.org or gitorious.org will be better)?[/quote]
Yes, just to show what I've done, =). It's finished completely. It's just a basic Text Editor, newFiles, Open Save(As), Quit, cut copy paste delete, no Help About, it's so basic, nobody would need help on it, LOL..
-
then I don't think pastebin will be good solution for you. If you want somply share it with each others use open repositories (like gitorious). If you want to make some article on how to make basic Text Editor then you can create a wiki page and insert source right there.
-
[quote author="Denis Kormalev" date="1303636050"]then I don't think pastebin will be good solution for you. If you want somply share it with each others use open repositories (like gitorious). If you want to make some article on how to make basic Text Editor then you can create a wiki page and insert source right there.[/quote]
Heh, I'm terrible at explaining things.
-
[quote author="Denis Kormalev" date="1303636050"]then I don't think pastebin will be good solution for you. If you want somply share it with each others use open repositories (like gitorious). If you want to make some article on how to make basic Text Editor then you can create a wiki page and insert source right there.[/quote]
Hmm, I don't know anything about SSH, it asked something about Public Keys for SSH?
-
Yep, to use git on gitorious you need to have ssh keys setted up on your box. I think there should be some description how to do it.
-
Have moved this thread to Lounge. It doesn't contain anything about install and deploy.