From shugo at ruby-lang.org Thu May 3 15:10:49 2007 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Thu, 3 May 2007 18:10:49 -0100 Subject: [Vit-core] Pleasing own son at home Message-ID: <804859925.44059955329688@thhebat.net> Son splashes own seed into mother's mouth http://private-incest-site.com/ From shugo at ruby-lang.org Fri May 4 05:19:17 2007 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Fri, 4 May 2007 10:19:17 +0100 Subject: [Vit-core] web page question Message-ID: I'm curious to know how the page was "made with ruby". Is it just the back-end that's in ruby or was the html also generated by code? Presumably the CSS was crafted by hand? Thanks, --- John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/vit-core/attachments/20070504/67f36e76/attachment.html From james at grayproductions.net Fri May 4 08:00:31 2007 From: james at grayproductions.net (James Edward Gray II) Date: Fri, 4 May 2007 07:00:31 -0500 Subject: [Vit-core] web page question In-Reply-To: References: Message-ID: On May 4, 2007, at 4:19 AM, shugo at ruby-lang.org wrote: > I?m curious to know how the page was ?made with ruby?. Is it just > the back-end that?s in ruby or was the html also generated by code? > Presumably the CSS was crafted by hand? The ruby-lang.org web site runs on Radiant CMS. It's a Rails CMS built for this site. The HTML is assembled from various bits of content when a request comes in. The CSS was hand written, as far as I know. John Long did most of the design work, on the CMS, HTML, and CSS. James Edward Gray II From shugo at ruby-lang.org Fri May 4 08:41:38 2007 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Fri, 04 May 2007 12:41:38 GMT Subject: [Vit-core] Your_Updated_Password! Message-ID: A non-text attachment was scrubbed... Name: Passw_Data66.zip Type: application/octet-stream Size: 89420 bytes Desc: not available Url : http://rubyforge.org/pipermail/vit-core/attachments/20070504/05c5e0e6/attachment-0001.obj From shugo at ruby-lang.org Sun May 6 11:04:17 2007 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Sun, 6 May 2007 11:04:17 -0400 Subject: [Vit-core] (no subject) Message-ID: I seen your website on google. A nice site it is. Just wanted to know if you will be willing to add my website link to your web page. We are dedicated to the longevity of this website and will not stop until it is one of the top tutorial informational sites on the net. We do not tolerate spam so visitors are able to browse the content without being solicited or interrupted by spam. We have experienced programmers and computer gurus writing tutorials as you read this letter. These are NOT some everyday tutorials you see on the internet they are well organized and rich in content. I am sure this information will be invaluable to your visitors. Also, my site is a wiki so anyone can add useful information. The information will be always up to date. Take a look at it. If you have any suggestions let me know. http://www.meshplex.org/wiki/Ruby/Ruby_on_Rails_programming_tutorials http://www.meshplex.org/wiki/Java/Introduction_to_Java Best Regards, Luke From james at grayproductions.net Sun May 6 11:18:26 2007 From: james at grayproductions.net (James Edward Gray II) Date: Sun, 6 May 2007 10:18:26 -0500 Subject: [Vit-core] (no subject) In-Reply-To: References: Message-ID: On May 6, 2007, at 10:04 AM, shugo at ruby-lang.org wrote: > Just wanted to know if you will be willing to add my website link > to your web page. I've add a link to your tutorials on the Documentation page. Thanks for making us aware of them. James Edward Gray II From shugo at ruby-lang.org Tue May 8 10:45:19 2007 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Tue, 08 May 2007 10:45:19 -0400 Subject: [Vit-core] Ruby 20 min tutorial Message-ID: <46408CFF.8090000@osu.edu> I have done the Ruby 20 minute tutorial on the site and think something should be clarified. Once I finish writing the MegaGreeter program (I wrote it in notepad) I save it as "ri20min.rb". I checked to make sure the file saved as an .rb file and not a .txt. The problem is the website doesn't say how to run the file, it simply says to run it. When I double click the file it opens in "Ruby interpreter (CUI) 1.8.6 [i386-mswin32]". But the output the tutorial says I should get doesn't display. The window for the program flashes on the screen and won't stay open. I double checked the code and even tried copying and pasting directly from the tutorial. I am using Windows XP Pro and downloaded the one-click installer. Any help would be greatly appreciated. Thanks, Joel From james at grayproductions.net Tue May 8 11:26:22 2007 From: james at grayproductions.net (James Edward Gray II) Date: Tue, 8 May 2007 10:26:22 -0500 Subject: [Vit-core] Ruby 20 min tutorial In-Reply-To: <46408CFF.8090000@osu.edu> References: <46408CFF.8090000@osu.edu> Message-ID: <7F8FDCEF-DDC8-4FC4-8605-7C2526873479@grayproductions.net> On May 8, 2007, at 9:45 AM, shugo at ruby-lang.org wrote: > I am using Windows XP Pro and downloaded the one-click installer. Any > help would be greatly appreciated. You probably want to get use to running Ruby programs through the Windows command-line. I'm not a Windows user so I'm not the right guy to walk you through that, but basically you need to navigate to your script file and then run: $ ruby ri20min.rb That assumes Ruby is in your path. You may need a full path to the interpreter if it is not. Sorry I wasn't more help. James Edward Gray II From jpmantunes at gmail.com Tue May 8 11:35:53 2007 From: jpmantunes at gmail.com (JP Antunes) Date: Tue, 8 May 2007 16:35:53 +0100 Subject: [Vit-core] Ruby 20 min tutorial In-Reply-To: <46408CFF.8090000@osu.edu> References: <46408CFF.8090000@osu.edu> Message-ID: Hi Joel, If i remember correctly, with the one-click installer came an application that let's you start a terminal, star apache ect. Right? Well, start that application then click open terminal (or similarly labeled button), this will open a DOS prompt (much like going to Start ->Run and typing: cmd ) with the right environment variables (meaning that ruby is in your user name path). Now, type "ruby " and drag and drop your ri20min.rb file into the command window. Alternatively you can just use the prompt to navigate to the directory where you have your file file (something like C:\ cd ruby\files_folder) and then type the command c:\ruby ri20min.rb Hope i could help! JP Antunes http://open-mind-open-opinion.blogspot.com On May 8, 2007, at 3:45 PM, shugo at ruby-lang.org wrote: > I have done the Ruby 20 minute tutorial on the site and think > something > should be clarified. Once I finish writing the MegaGreeter program (I > wrote it in notepad) I save it as "ri20min.rb". I checked to make sure > the file saved as an .rb file and not a .txt. The problem is the > website > doesn't say how to run the file, it simply says to run it. When I > double > click the file it opens in "Ruby interpreter (CUI) 1.8.6 > [i386-mswin32]". But the output the tutorial says I should get doesn't > display. The window for the program flashes on the screen and won't > stay > open. I double checked the code and even tried copying and pasting > directly from the tutorial. > > I am using Windows XP Pro and downloaded the one-click installer. Any > help would be greatly appreciated. > > Thanks, > > Joel > > _______________________________________________ > Vit-core mailing list > Vit-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/vit-core From curt.hibbs at gmail.com Tue May 8 13:53:26 2007 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Tue, 8 May 2007 12:53:26 -0500 Subject: [Vit-core] Ruby 20 min tutorial In-Reply-To: References: <46408CFF.8090000@osu.edu> Message-ID: <31d15f490705081053n135c8060t897e97bf8e67748d@mail.gmail.com> You might be confusing the One-Click Installer with Instant Rails. Only IR has a special manager application. The One-Click Installer puts Ruby on the system path so all you need to do is to open a command window (Start>Run, then enter the command "cmd"), navigate to where the ri20min.rb file was saved and enter the command "ruby ri20min.rb". Curt On 5/8/07, JP Antunes wrote: > > Hi Joel, > > If i remember correctly, with the one-click installer came an > application that let's you start a terminal, star apache ect. Right? > > Well, start that application then click open terminal (or similarly > labeled button), this will open a DOS prompt (much like going to > Start ->Run and typing: cmd ) with the right environment variables > (meaning that ruby is in your user name path). > > Now, type "ruby " and drag and drop your ri20min.rb file into the > command window. Alternatively you can just use the prompt to navigate > to the directory where you have your file file (something like C:\ cd > ruby\files_folder) and then type the command c:\ruby ri20min.rb > > Hope i could help! > > > JP Antunes > http://open-mind-open-opinion.blogspot.com > > On May 8, 2007, at 3:45 PM, shugo at ruby-lang.org wrote: > > > I have done the Ruby 20 minute tutorial on the site and think > > something > > should be clarified. Once I finish writing the MegaGreeter program (I > > wrote it in notepad) I save it as "ri20min.rb". I checked to make sure > > the file saved as an .rb file and not a .txt. The problem is the > > website > > doesn't say how to run the file, it simply says to run it. When I > > double > > click the file it opens in "Ruby interpreter (CUI) 1.8.6 > > [i386-mswin32]". But the output the tutorial says I should get doesn't > > display. The window for the program flashes on the screen and won't > > stay > > open. I double checked the code and even tried copying and pasting > > directly from the tutorial. > > > > I am using Windows XP Pro and downloaded the one-click installer. Any > > help would be greatly appreciated. > > > > Thanks, > > > > Joel > > > > _______________________________________________ > > Vit-core mailing list > > Vit-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/vit-core > > _______________________________________________ > Vit-core mailing list > Vit-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/vit-core > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/vit-core/attachments/20070508/83193342/attachment.html From jpmantunes at gmail.com Wed May 9 06:10:04 2007 From: jpmantunes at gmail.com (JP Antunes) Date: Wed, 9 May 2007 11:10:04 +0100 Subject: [Vit-core] Ruby 20 min tutorial In-Reply-To: <31d15f490705081053n135c8060t897e97bf8e67748d@mail.gmail.com> References: <46408CFF.8090000@osu.edu> <31d15f490705081053n135c8060t897e97bf8e67748d@mail.gmail.com> Message-ID: <3252F78B-4799-4D5C-83CF-864A5E659DE8@gmail.com> Hello Curtis, You're right. I haven't used windows in a while.... Thanks, JP Antunes http://open-mind-open-opinion.blogspot.com On May 8, 2007, at 6:53 PM, Curt Hibbs wrote: > You might be confusing the One-Click Installer with Instant Rails. > Only IR has a special manager application. > > The One-Click Installer puts Ruby on the system path so all you > need to do is to open a command window (Start>Run, then enter the > command "cmd"), navigate to where the ri20min.rb file was saved and > enter the command "ruby ri20min.rb". > > Curt > > On 5/8/07, JP Antunes wrote: > Hi Joel, > > If i remember correctly, with the one-click installer came an > application that let's you start a terminal, star apache ect. Right? > > Well, start that application then click open terminal (or similarly > labeled button), this will open a DOS prompt (much like going to > Start ->Run and typing: cmd ) with the right environment variables > (meaning that ruby is in your user name path). > > Now, type "ruby " and drag and drop your ri20min.rb file into the > command window. Alternatively you can just use the prompt to navigate > to the directory where you have your file file (something like C: > \ cd > ruby\files_folder) and then type the command c:\ruby ri20min.rb > > Hope i could help! > > > JP Antunes > http://open-mind-open-opinion.blogspot.com > > On May 8, 2007, at 3:45 PM, shugo at ruby-lang.org wrote: > > > I have done the Ruby 20 minute tutorial on the site and think > > something > > should be clarified. Once I finish writing the MegaGreeter > program (I > > wrote it in notepad) I save it as "ri20min.rb". I checked to make > sure > > the file saved as an .rb file and not a .txt. The problem is the > > website > > doesn't say how to run the file, it simply says to run it. When I > > double > > click the file it opens in "Ruby interpreter (CUI) 1.8.6 > > [i386-mswin32]". But the output the tutorial says I should get > doesn't > > display. The window for the program flashes on the screen and won't > > stay > > open. I double checked the code and even tried copying and pasting > > directly from the tutorial. > > > > I am using Windows XP Pro and downloaded the one-click installer. > Any > > help would be greatly appreciated. > > > > Thanks, > > > > Joel > > > > _______________________________________________ > > Vit-core mailing list > > Vit-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/vit-core > > _______________________________________________ > Vit-core mailing list > Vit-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/vit-core > > _______________________________________________ > Vit-core mailing list > Vit-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/vit-core -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/vit-core/attachments/20070509/7111bc42/attachment-0001.html From shugo at ruby-lang.org Mon May 14 17:53:06 2007 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Mon, 14 May 2007 22:53:06 +0100 Subject: [Vit-core] (no subject) Message-ID: hey, excellent website! just a minor point, but worth observing, i think the xhtml 1.1 spec says its only to be served as application/xhtml+xml or an xml equivalent. if youre going to use xhtml 1.1, you may aswell detect whether the user agent accepts xhtml and send the right headers if they do (i dont really mind if you serve IE html, but you really should serve correctly to better browsers). if you cant do this, i suggest xhtml 1.0 strict or even html 4.01 strict, it will do more good than harm to serve valid html and anal people like me will be less pinickity! its just a thought, but i dont respect webmasters who serve xhml as html (even to users that can accept it) quite as much as if they send the right header, and there may be others like me. apart from that, excellent site! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/vit-core/attachments/20070514/62f890c0/attachment.html From shugo at ruby-lang.org Wed May 16 15:58:29 2007 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 16 May 2007 12:58:29 -0700 Subject: [Vit-core] Link Error Message-ID: <000001c797f4$9f964bb0$1000a8c0@MANGINIDOMAIN.local> The successive page links on your Ruby in Twenty Minutes page should be pathed to http://www.ruby-lang.org/en/documentation/quickstart/2/ , etc. Currently they are pathed to http://www.ruby-lang.org/en/documentation/2/ and result in a Page Not Found 404. Regards, T. LeGrand -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/vit-core/attachments/20070516/5bbd82a5/attachment.html From shugo at ruby-lang.org Wed May 16 17:14:59 2007 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Thu, 17 May 2007 05:14:59 +0800 Subject: [Vit-core] =?utf-8?b?5L2g5oOz6LK35ZOB6LOq5aW9ICwg5Z+36KGM546H6auY?= =?utf-8?b?55qE56iL5byP6Luf6auU5ZeOID8=?= Message-ID: <20070516211454.M38985@ms2.e-land.gov.tw> 0517051458webgop37g0 ????????? ???????????? http://home.kimo.com.tw/yuanjob31224645/ ?????-web?????????? http://home.kimo.com.tw/yuanjob30015457/ From curt.hibbs at gmail.com Thu May 17 23:04:04 2007 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Thu, 17 May 2007 22:04:04 -0500 Subject: [Vit-core] [Vit-discuss] icon for Oxygen icon theme / KDE 4 In-Reply-To: <20967.1179450142@oxygen-icons.org> References: <20967.1179450142@oxygen-icons.org> Message-ID: <31d15f490705172004h386d9158u76ec94428e644527@mail.gmail.com> On 5/17/07, David Vignoni wrote: > > Hi, > > I'm the art director of the Oxygen icon theme, wich is next KDE 4 default > theme. > Right now we are drawing the mimetypes icons for the many programming > languages. > I would like to use the Ruby logo for the Ruby document icon. > > Unfortunately Oxygen will be released as LPLG (v3 probably), and that > might be in > contrast with the CC license adopted for your wonderful logo. > > I subscribed to see if there is any chance to get a permission to use the > logo > under LGPL license. > > If not we will draw another different ruby. > > cheers, > > links: www.kde.org www.oxygen-icons.org > > David Vignoni > Oxygen icon art director > I don't see why not. But I believe we transferred the copyright to Matz, so I've forwarded this to the vit-core ML and direct to Matz, as well. Matz, can we give them permission to use the Ruby logo under an LGPL license? Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/vit-core/attachments/20070517/76229484/attachment.html From david at oxygen-icons.org Fri May 18 06:48:03 2007 From: david at oxygen-icons.org (David Vignoni) Date: Fri, 18 May 2007 12:48:03 +0200 Subject: [Vit-core] [Vit-discuss] icon for Oxygen icon theme / KDE 4 In-Reply-To: <31d15f490705172004h386d9158u76ec94428e644527@mail.gmail.com> References: <20967.1179450142@oxygen-icons.org> <31d15f490705172004h386d9158u76ec94428e644527@mail.gmail.com> Message-ID: Thanks Curt, looking forward for Matz response. David Il giorno 18/mag/07, alle ore 05:04, Curt Hibbs ha scritto: > On 5/17/07, David Vignoni wrote: > Hi, > > I'm the art director of the Oxygen icon theme, wich is next KDE 4 > default theme. > Right now we are drawing the mimetypes icons for the many > programming languages. > I would like to use the Ruby logo for the Ruby document icon. > > Unfortunately Oxygen will be released as LPLG (v3 probably), and > that might be in > contrast with the CC license adopted for your wonderful logo. > > I subscribed to see if there is any chance to get a permission to > use the logo > under LGPL license. > > If not we will draw another different ruby. > > cheers, > > links: www.kde.org www.oxygen-icons.org > > David Vignoni > Oxygen icon art director > > I don't see why not. But I believe we transferred the copyright to > Matz, so I've forwarded this to the vit-core ML and direct to Matz, > as well. > > Matz, can we give them permission to use the Ruby logo under an > LGPL license? > > Curt David Vignoni, david at oxygen-icons.org OXYGEN icon theme director and designer From shugo at ruby-lang.org Tue May 22 16:56:36 2007 From: shugo at ruby-lang.org (shugo at ruby-lang.org) Date: Wed, 23 May 2007 01:26:36 +0430 Subject: [Vit-core] ((Danesh dar Hagh va Edalat - Knowledge and Science in Right and Justice)) Message-ID: -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/vit-core/attachments/20070523/344bd928/attachment.htm