| View previous topic :: View next topic |
| Author |
Message |
jonny
Joined: 13 Nov 2004 Posts: 3005 Location: Minnesota
|
Posted: Sat Feb 12, 2005 8:41 pm Post subject: www.autohotkey.de |
|
|
Any further posts on this subject should go in the German forum!
Last edited by jonny on Thu Feb 17, 2005 2:40 am; edited 12 times in total |
|
| Back to top |
|
 |
AGermanUser
Joined: 12 Feb 2005 Posts: 81
|
Posted: Sat Feb 12, 2005 8:46 pm Post subject: |
|
|
I sent the translation of the quickstart tutorial to toralf by PM. He should have it right now.
EDIT
Check. I've read the changed posting.
Quick-start Tutorial - www.autohotkey.com/docs/Tutorial.htm
like this?
Last edited by AGermanUser on Sun Feb 13, 2005 12:27 pm; edited 3 times in total |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3005 Location: Minnesota
|
Posted: Sat Feb 12, 2005 8:55 pm Post subject: |
|
|
Please re-read the above post, AGU. I've edited it.
Edit: Yes, that's perfect, thank you. It'll be open soon, I promise!  |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5009 Location: imaginationland
|
Posted: Sat Feb 12, 2005 9:06 pm Post subject: |
|
|
| Can't german users just use Google's webpage translator!? |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Sat Feb 12, 2005 9:36 pm Post subject: |
|
|
I just realized, that it will be very difficult to just translate into plain text.
Because Chris HTML sites are full of links, it is very difficult to get the translation into it.
Here is what I suggest. We start with a bit modified english page.
-> each page consist of two column.
In the left and right are english at first. In the right each translator can change the english to german. This will keep the links and the formst. And noone has to know HTML in detail.
I have prepared already two HTML sides.
HOME and Tutorial
I can do the rest of the pages too. If I can send them to jonny, then everyone can start to translate. But please stop sending me pain text. I will not be able to put them into the html in months. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3005 Location: Minnesota
|
Posted: Sat Feb 12, 2005 9:40 pm Post subject: |
|
|
I'm currently getting the English site copied to the domain, with the changelog and forum linked to this site. Everything else has relative urls. If you are familiar with relative urls, it shouldn't be too hard for you, especially if you download what I already have on there and build from that. I'm in the process of getting the directory structure and site on the public domain too, but that will be a little longer (probably soon, but I'm going to get some coffee now ). Btw, Chris, if there was a bandwidth spike today, I'm very sorry. I accidentally downloaded the forum along with the rest of the domain, and it was going for about ten minutes before I stopped it. First time I used HTTrack.  |
|
| Back to top |
|
 |
Arne Guest
|
Posted: Sat Feb 12, 2005 11:08 pm Post subject: |
|
|
I've transleted the Index you can download it here!
arne |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Sat Feb 12, 2005 11:12 pm Post subject: |
|
|
@jonny: OK, since you download the pages again. I will stop to work on mine. I will start again as soon as we are setteled on one way.
Could you please add these HTML commands to each of the pages. That would help in the process of translating the pages and for others to re-edit it:
Add after the first H1 headline (after </H1>) the following:
<TABLE width="100%">
<TBODY>
<TR><TD>
And add before the <HR> (which is close to the end of each htm file):
</TD><TD>
Then copy all that is between these two added parts behind the last and add afterwards:
</TD></TR>
</TBODY>
</TABLE>
This will make the pages a two column page. On the left we can keep the original english HTML text. And into the right HTML text we can add the german by overwriting the copied english text.
For re-edit/checking the translated column we can use the left column easily to check if the translation kept the correct meaning. The column can be later delted when we are sure that it is nicely translated. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Arne Guest
|
Posted: Sat Feb 12, 2005 11:59 pm Post subject: |
|
|
Why don't use a frameset? it's more comfortable!
you can scroll the two pages if you need.
only make sense if it's only for translating!
<frameset cols="50%,*" border="1">
<frame src="english.htm">
<frame src="german.htm">
</frameset>
arne |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10464
|
Posted: Sun Feb 13, 2005 1:28 am Post subject: |
|
|
I'm glad for all this interest in translating. Here are some replies to posts in that other thread:
| Arne wrote: | | What about this! | That's nice. I like the use of the country flags as an easy way to switch languages at a glance.
| jonny wrote: | | I haven't heard Chris yet on whether he needs an extra domain for hosting it, but I could at least put it up for now. I'm just assuming for now, but do you want to host this new German site too? I don't really care either way... | In the long run, it's probably best for a German speaker to at least have the ability to change the pages and add content (maybe this is already true via your FTP setup). Perhaps Toralf and/or BoBo have the time. In the short run, whatever you and others want seems fine.
| toralf wrote: | | Ok, I will start to coordinate this. If anyone disagrees, please take over. | Feel free to change the content and layout of any pages you wish. There is no need for an accurate translation either: if you wish to present something in different words or structure, feel free to do so.
| jonny wrote: | | This is about as close to a wiki as we're gonna get, since it seems noone has any experience in that area. | I don't want to give up on the idea of a wiki. Although I've never used one, I think it's pretty easy to set up either on your domain or mine (or perhaps one belonging to someone in Germany). That could really get the ball rolling in terms of attracting more volunteers, which might eventually allow all the documentation to get translated. |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3005 Location: Minnesota
|
Posted: Sun Feb 13, 2005 5:36 am Post subject: |
|
|
Sorry to anyone misled by my post above; I was unexpectedly delayed. I was going to post a copy of the English page, but instead I'll simply put a copy of Arne's page up. My next project will be to integrate his page into the English page, and hopefully get an intuitive structure for updating; but I'm not sure about the frames/columns. Like I said, I've had no experience with html, but your directions were simple enough that I think I could probably do it. It does sound like a good idea, but it might also make updating a little trickier. I've been considering just making a public domain that is also the main domain, but then it'd be a security thing and I want to avoid that. I suppose if anyone is willing to help with the html (greatly appreciated), I could temporarily change the main domain's password and give it out on a per-person basis.
On the other hand, I could also redirect my efforts to a wiki; if someone is willing to provide simple directions (or directly help), that'd be cool. Keep in mind I've never worked with stuff like this before.
Also, if anyone has other suggestions on how this project should be approached, feel free to voice your opinion. I'm with Chris on this, I don't really care how it's done; but I will do all I can to make it happen.  |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3005 Location: Minnesota
|
Posted: Sun Feb 13, 2005 6:53 am Post subject: |
|
|
| Arne's index is now on the domain temporarily until I get a working framework for the site. Most of the pages already have relative urls (Thank God for text parsing!), I just need to fix up Arne's for the rest of the pages and we'll have a good starting point. Then again, that too could only be temporary until a wiki's set up. |
|
| Back to top |
|
 |
ranomore
Joined: 06 Nov 2004 Posts: 178 Location: Salt Lake City, UT
|
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3005 Location: Minnesota
|
Posted: Sun Feb 13, 2005 7:57 am Post subject: |
|
|
| Thanks ranomore, I'll take a look at it as soon as I can. |
|
| Back to top |
|
 |
www.autohotkey.de Guest
|
Posted: Sun Feb 13, 2005 12:08 pm Post subject: |
|
|
| Quote: | | If Chris actually has an AutoHotkey.de or similar url, that would be rocking, but I doubt it. | Try it, again & hail the chief !  |
|
| Back to top |
|
 |
|