From ruby-forum-incoming at andreas-s.net Thu Dec 4 01:13:17 2008 From: ruby-forum-incoming at andreas-s.net (Qianqian Dong) Date: Thu, 4 Dec 2008 07:13:17 +0100 Subject: [typo] The latest updated IT certification exams: 1Y0-306 Message-ID: <1f3896e2ef7d43bfc17165184a71ec86@ruby-forum.com> VUE/Prometric Code?1Y0-306 Exam Name?Citrix Access Gateway 4.2 with Advanced Access Control:Admin Questions and Answers?122 Q&As Price?$ 99 Updated?2008-12-01 killtest 1Y0-306 Exam FeaturesHigh quality and Value for the 1Y0-306 Exam. Killtest Practice Exams for Citrix Access Gateway 4.2 with Advanced Access Control:Admin 1Y0-306 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development. killtest 1Y0-306 Downloadable. Printable Exams (in PDF format) Our Exam 1Y0-306 Preparation Material provides you everything you will need to take your Citrix Other Certification exam. The Citrix Other Certification Certification details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get Citrix Other Certification exam questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first Citrix Other Certification exam try, but also save your valuable time . Comprehensive questions with complete details about 1Y0-306 exam. 1Y0-306 exam questions accompanied by exhibits. Verified Answers Researched by Industry Experts and almost 100% correct. Drag and Drop questions as experienced in the Real Citrix Other Certification exam. 1Y0-306 exam questions updated on regular basis. Like actual Citrix Other Certification Certification exams, 1Y0-306 exam preparation is in multiple-choice questions (MCQs). Tested by many real Citrix Other Certification exams before publishing. Try free Citrix Other Certification exam demo before you decide to buy it in http://www.Killtest.com. Demo link : http://www.killtest.org/1Y0-306.pdf Attachments: http://www.ruby-forum.com/attachment/3020/__3.jpg -- Posted via http://www.ruby-forum.com/. From aja at si.on.ca Thu Dec 4 12:13:03 2008 From: aja at si.on.ca (Anton J Aylward) Date: Thu, 04 Dec 2008 12:13:03 -0500 Subject: [typo] How to restore a Typo database? Message-ID: <49380F9F.4000902@si.on.ca> Back in July I tried, unsuccessfully, to upgrade my Typo blog at Dreamhost to 5.1. As a result of that failure I experimented with Typo-5.1.2 on my laptop and the ensuing discussion about problems with sqlite appeared here. All that is beside the point now - no reason to revisit it! I've been occupied with other matters in the interim but am returning to this now. I have a working but empty MySQL-based Typo-5 running at Dreamhost. Somewhere along the line I managed to dump out the old database as one big YAML file - typo/db/backup/backup-20080729-0732.yml It has everything it it. (I think) It begins ... --- pings: [] page_caches: [] articles_categories: - is_primary: category_id: "4" article_id: "14" - is_primary: category_id: "3" article_id: "14" - is_primary: category_id: "1" article_id: "14" - is_primary: category_id: "4" article_id: "15" The trouble is that I don't know how I created it and I don't know how to get it back into the new - empty - database, or even if it would "fit". Its obviously not broken up into the individual files, one for each table. like a fixture. I'm not Rails or Typo savvy enough to know what to do with this. I've run "rake -T" and I don't see anything obvious there which accounts for this or tells me what I can do to restore it. Any suggestions? Anyone offer help? -- Parents complain that "kids don't do anything for themselves anymore." Then they write letters to the board demanding that the schools do something about it. -- Arnold Lapiner From ruby-forum-incoming at andreas-s.net Thu Dec 18 08:16:24 2008 From: ruby-forum-incoming at andreas-s.net (Shanif Dhanani) Date: Thu, 18 Dec 2008 14:16:24 +0100 Subject: [typo] Typo 404 in Subdirectory Message-ID: <7e2d1dee62e77ec74dd99a68ad73df2d@ruby-forum.com> Hello, I've recently gotten the latest version of Typo from SVN and have attempted to go through all of the install guides for how to get it up and running in a subdirectory. Unfortunately, every time I try to access it, I get the "Page not found" 404 error that's generated by the RedirectController. Looking in the logs shows many of the following errors: Processing RedirectController#redirect (for [IP] at 2008-12-17 20:26:34) [GET] Parameters: {"from"=>["blog"], "action"=>"redirect", "controller"=>"redirect"} Completed in 223ms (View: 0, DB: 150) | 404 Not Found [http://www.domain.com/blog/] I've followed several tutorials on how to get this running as a subdirectory, including the one on Typo's own wiki. I've modified my .htaccess files (no access to the main Apache config files), done all the symlinking, set the Rails application root inside of environment.rb, etc. Still no luck. Does anyone have any ideas on how I could get this up and running? Thanks! -- Posted via http://www.ruby-forum.com/. From mattrose at folkwolf.net Thu Dec 18 08:40:33 2008 From: mattrose at folkwolf.net (Matt Rose) Date: Thu, 18 Dec 2008 08:40:33 -0500 Subject: [typo] Typo 404 in Subdirectory In-Reply-To: <7e2d1dee62e77ec74dd99a68ad73df2d@ruby-forum.com> References: <7e2d1dee62e77ec74dd99a68ad73df2d@ruby-forum.com> Message-ID: <6D6EA2AD-2E51-4A47-A967-8FFB29F3887F@folkwolf.net> I'm not sure what your setup is, but I'm pretty sure that you need to replace www.domain.com from the instructions, with your actual hostname. Matt On 18-Dec-08, at 8:16 AM, Shanif Dhanani wrote: > Hello, > > I've recently gotten the latest version of Typo from SVN and have > attempted to go through all of the install guides for how to get it up > and running in a subdirectory. > > Unfortunately, every time I try to access it, I get the "Page not > found" > 404 error that's generated by the RedirectController. > > Looking in the logs shows many of the following errors: > > Processing RedirectController#redirect (for [IP] at 2008-12-17 > 20:26:34) > [GET] > Parameters: {"from"=>["blog"], "action"=>"redirect", > "controller"=>"redirect"} > Completed in 223ms (View: 0, DB: 150) | 404 Not Found > [http://www.domain.com/blog/] > > I've followed several tutorials on how to get this running as a > subdirectory, including the one on Typo's own wiki. I've modified my > .htaccess files (no access to the main Apache config files), done all > the symlinking, set the Rails application root inside of > environment.rb, > etc. Still no luck. > > Does anyone have any ideas on how I could get this up and running? > > Thanks! > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list From ruby-forum-incoming at andreas-s.net Thu Dec 18 09:36:05 2008 From: ruby-forum-incoming at andreas-s.net (Shanif Dhanani) Date: Thu, 18 Dec 2008 15:36:05 +0100 Subject: [typo] Typo 404 in Subdirectory In-Reply-To: <6D6EA2AD-2E51-4A47-A967-8FFB29F3887F@folkwolf.net> References: <7e2d1dee62e77ec74dd99a68ad73df2d@ruby-forum.com> <6D6EA2AD-2E51-4A47-A967-8FFB29F3887F@folkwolf.net> Message-ID: <5343efaf6576f0761ff2df3a13a6ffe2@ruby-forum.com> Matt Rose wrote: > I'm not sure what your setup is, but I'm pretty sure that you need to > replace www.domain.com from the instructions, with your actual hostname. > > Matt In my real set up, the domain is correct. I merely posted that here to show generically what it is I had done. Thank you for the quick response. Any suggestions? -Shanif -- Posted via http://www.ruby-forum.com/. From james at tentontech.com Thu Dec 18 09:54:53 2008 From: james at tentontech.com (James Rissler) Date: Thu, 18 Dec 2008 09:54:53 -0500 Subject: [typo] Typo 404 in Subdirectory In-Reply-To: <5343efaf6576f0761ff2df3a13a6ffe2@ruby-forum.com> References: <7e2d1dee62e77ec74dd99a68ad73df2d@ruby-forum.com><6D6EA2AD-2E51-4A47-A967-8FFB29F3887F@folkwolf.net> <5343efaf6576f0761ff2df3a13a6ffe2@ruby-forum.com> Message-ID: I always follow these instructions and works perfectly almost everytime http://wiki.railsplayground.com/railsplayground/show/How+To+Install+Typo when you set your symlink, this is where you can say where typo will run from blog.domain, domain/blog, etc Then make sure you public folder in the app has the correct permission aka 755 Hope this helps James ----- Original Message ----- From: "Shanif Dhanani" To: Sent: Thursday, December 18, 2008 9:36 AM Subject: Re: [typo] Typo 404 in Subdirectory > Matt Rose wrote: >> I'm not sure what your setup is, but I'm pretty sure that you need to >> replace www.domain.com from the instructions, with your actual hostname. >> >> Matt > > In my real set up, the domain is correct. I merely posted that here to > show generically what it is I had done. > > Thank you for the quick response. Any suggestions? > > -Shanif > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -------------------------------------------------------------------------------- No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.176 / Virus Database: 270.9.19/1855 - Release Date: 12/18/2008 10:16 AM From tobias.weisserth at gmail.com Sat Dec 20 06:34:48 2008 From: tobias.weisserth at gmail.com (Tobias Weisserth) Date: Sat, 20 Dec 2008 12:34:48 +0100 Subject: [typo] Templating & Documentation Message-ID: <43cee7130812200334u6094d610lb5b1eea40bf64e27@mail.gmail.com> Hi everybody, I am new to Typo and just started using it. I chose Typo because I'm sick of hacking PHP applications which look good on the outside but stink on the inside. So, my first question is about documentation. Where do I start? I want to know about how to write templates for Typo and I want to add Plugins and maybe even hack core files. Is there something like an API documentation? I already got some nice results by creating a template and comparing it to the ones coming with Typo. However, I want to do more: * I want to be able to place (specific) plugins (like the "Pages" plugin) outside of the sidebar partial. So, it would be nice to have another custom partial to place plugins in (for example a horizontal aligned area). * I need to know where to find information about what method calls are useful for template creation. Is there a place where I can read about that? Thanks! Tobias -------------- next part -------------- An HTML attachment was scrubbed... URL: From frederic at de-villamil.com Sun Dec 21 05:11:11 2008 From: frederic at de-villamil.com (=?ISO-8859-1?Q?de_Villamil_Fr=E9d=E9ric?=) Date: Sun, 21 Dec 2008 11:11:11 +0100 Subject: [typo] Templating & Documentation In-Reply-To: <43cee7130812200334u6094d610lb5b1eea40bf64e27@mail.gmail.com> References: <43cee7130812200334u6094d610lb5b1eea40bf64e27@mail.gmail.com> Message-ID: Le 20 d?c. 08 ? 12:34, Tobias Weisserth a ?crit : > Hi everybody, > > I am new to Typo and just started using it. I chose Typo because I'm > sick of hacking PHP applications which look good on the outside but > stink on the inside. > > So, my first question is about documentation. Where do I start? I > want to know about how to write templates for Typo and I want to add > Plugins and maybe even hack core files. Is there something like an > API documentation? > > I already got some nice results by creating a template and comparing > it to the ones coming with Typo. However, I want to do more: > > * I want to be able to place (specific) plugins (like the "Pages" > plugin) outside of the sidebar partial. So, it would be nice to have > another custom partial to place plugins in (for example a horizontal > aligned area). > > * I need to know where to find information about what method calls > are useful for template creation. Is there a place where I can read > about that? > > Thanks! > > Tobias Hi Tobias, Sorry for not replying sooner, I had to translate my Typo theming quickguide in english before this. * To call specific plugins, you want to read http://www.bofh.org.uk/articles/2007/04/14/cunning-typo-sidebar-tricks * I've just translated my theming quickguide, which is at http://github.com/fdv/typo/wikis/typo-theme-creation-quick-guide . Typo plugins are basic rails plugins for now. Except for sidebars, we don't really have any plugins API like Wordpress has. However, you can just write rails plugins and call the methods in your template. I know Typo lacks documentation, and this is a point we need to improve on. Hope this helps, Fr?d?ric -- Fr?d?ric de Villamil frederic at de-villamil.com tel: +33 (0)6 62 19 1337 http://t37.net Typo : http://typosphere.org From tobias.weisserth at gmail.com Sun Dec 21 10:15:20 2008 From: tobias.weisserth at gmail.com (Tobias Weisserth) Date: Sun, 21 Dec 2008 16:15:20 +0100 Subject: [typo] Templating & Documentation In-Reply-To: References: <43cee7130812200334u6094d610lb5b1eea40bf64e27@mail.gmail.com> Message-ID: <43cee7130812210715hd0d968fj9a8b1b809da1a1b4@mail.gmail.com> Hi Frederic, Wow. :-) It must be Christmas already! Thank you for replying that detailed. I already had a github account, but yesterday I started getting involved a little bit more by forking Typo, so I can follow the current source tree and have the chance to send patches back upstream. The work on my first template is progressing fine in general (it already works satisfying in 5.1.3), thanks to Scribbish being a good model to look at when starting something new. Right now, I'm dealing with a couple of details I haven't understood yet. For example, when linking the style-sheet in the layout.html.erb: <%= stylesheet_link_tag '/stylesheets/theme/application.css', :media => 'all' %> The 'theme' string does not appear on the live site in the path. Is this some kind of placeholder mechanism? How exactly does it work? I also want to create some href tags programmatically like <%= link_to this_blog.blog_name, this_blog.base_url %> but pointing to the admin page instead. I haven't yet understood how the view dispatching works in Typo with templates, but my next step would be to look at the code and work my way through the code, so I can understand what's available and what I might need to add myself. I noticed your activity at github yesterday and I have to say that I've got a very good feeling about Typo. I think there's a lot of potential in it. I hope I can add to it. thanks and a happy holiday season, Tobias On Sun, Dec 21, 2008 at 11:11 AM, de Villamil Fr?d?ric < frederic at de-villamil.com> wrote: > > Le 20 d?c. 08 ? 12:34, Tobias Weisserth a ?crit : > > > Hi everybody, >> >> I am new to Typo and just started using it. I chose Typo because I'm sick >> of hacking PHP applications which look good on the outside but stink on the >> inside. >> >> So, my first question is about documentation. Where do I start? I want to >> know about how to write templates for Typo and I want to add Plugins and >> maybe even hack core files. Is there something like an API documentation? >> >> I already got some nice results by creating a template and comparing it to >> the ones coming with Typo. However, I want to do more: >> >> * I want to be able to place (specific) plugins (like the "Pages" plugin) >> outside of the sidebar partial. So, it would be nice to have another custom >> partial to place plugins in (for example a horizontal aligned area). >> >> * I need to know where to find information about what method calls are >> useful for template creation. Is there a place where I can read about that? >> >> Thanks! >> >> Tobias >> > > Hi Tobias, > > Sorry for not replying sooner, I had to translate my Typo theming > quickguide in english before this. > > * To call specific plugins, you want to read > http://www.bofh.org.uk/articles/2007/04/14/cunning-typo-sidebar-tricks > > * I've just translated my theming quickguide, which is at > http://github.com/fdv/typo/wikis/typo-theme-creation-quick-guide. > > Typo plugins are basic rails plugins for now. Except for sidebars, we don't > really have any plugins API like Wordpress has. However, you can just write > rails plugins and call the methods in your template. > > I know Typo lacks documentation, and this is a point we need to improve on. > > Hope this helps, > Fr?d?ric > > -- > Fr?d?ric de Villamil > frederic at de-villamil.com tel: +33 (0)6 62 19 1337 > http://t37.net Typo : > http://typosphere.org > > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ruby-forum-incoming at andreas-s.net Mon Dec 22 14:10:32 2008 From: ruby-forum-incoming at andreas-s.net (Shanif Dhanani) Date: Mon, 22 Dec 2008 20:10:32 +0100 Subject: [typo] XML Syndication Sidebar Message-ID: <6e135a1360bdc22fb52d0d343f295111@ruby-forum.com> Hello, On a recent installation of Typo, I noticed that the XML Syndication sidebar is empty in all of my themes. There are no links to syndicated articles/comments. The only thing that shows up is the heading "Syndicate". I'm new to Typo and may not understand how it's supposed to work, but this seems a bit odd to me. Are there any other configurations I'll need to do to enable syndications? As an FYI, I've created a new theme based off the standard issue theme and used most of the files in there. I'm not sure if this makes a difference or not but I figured it couldn't hurt to know. Thanks for all of your assistance. -Shanif -- Posted via http://www.ruby-forum.com/. From cyril.mougel at gmail.com Mon Dec 22 16:21:58 2008 From: cyril.mougel at gmail.com (Cyril Mougel) Date: Mon, 22 Dec 2008 22:21:58 +0100 Subject: [typo] XML Syndication Sidebar In-Reply-To: <6e135a1360bdc22fb52d0d343f295111@ruby-forum.com> References: <6e135a1360bdc22fb52d0d343f295111@ruby-forum.com> Message-ID: <495004F6.5060700@gmail.com> Shanif Dhanani wrote: > Hello, > > On a recent installation of Typo, I noticed that the XML Syndication > sidebar is empty in all of my themes. There are no links to syndicated > articles/comments. The only thing that shows up is the heading > "Syndicate". > > I'm new to Typo and may not understand how it's supposed to work, but > this seems a bit odd to me. Are there any other configurations I'll > need to do to enable syndications? > > As an FYI, I've created a new theme based off the standard issue theme > and used most of the files in there. I'm not sure if this makes a > difference or not but I figured it couldn't hurt to know. > > Thanks for all of your assistance. > > -Shanif > When you speak about xml syndication, you speak about articles.atom ? If you use FCKEditor, the atom feed can be invalid, so firefox interpret it bad. it's this problem ? -- Cyril Mougel http://blog.shingara.fr From ruby-forum-incoming at andreas-s.net Mon Dec 22 16:36:11 2008 From: ruby-forum-incoming at andreas-s.net (Shanif Dhanani) Date: Mon, 22 Dec 2008 22:36:11 +0100 Subject: [typo] XML Syndication Sidebar In-Reply-To: <495004F6.5060700@gmail.com> References: <6e135a1360bdc22fb52d0d343f295111@ruby-forum.com> <495004F6.5060700@gmail.com> Message-ID: <6e27136ac29cf824fb20ece90698cc14@ruby-forum.com> Cyril Mougel wrote: > Shanif Dhanani wrote: >> >> As an FYI, I've created a new theme based off the standard issue theme >> and used most of the files in there. I'm not sure if this makes a >> difference or not but I figured it couldn't hurt to know. >> >> Thanks for all of your assistance. >> >> -Shanif >> > When you speak about xml syndication, you speak about articles.atom ? > > If you use FCKEditor, the atom feed can be invalid, so firefox interpret > it bad. > > it's this problem ? > > -- > Cyril Mougel > http://blog.shingara.fr Thanks for the response. The problem is that there are no links to the xml feeds for Articles or Comments that show up in the "Syndicate" sidebar. You can see an example of what I mean from the attached image. The "Syndicate" heading is there but there's nothing below it. Do I need to do any additional configurations to get those links to show up? Attachments: http://www.ruby-forum.com/attachment/3095/syndicate.PNG -- Posted via http://www.ruby-forum.com/. From cyril.mougel at gmail.com Mon Dec 22 17:27:13 2008 From: cyril.mougel at gmail.com (Cyril Mougel) Date: Mon, 22 Dec 2008 23:27:13 +0100 Subject: [typo] XML Syndication Sidebar In-Reply-To: <6e27136ac29cf824fb20ece90698cc14@ruby-forum.com> References: <6e135a1360bdc22fb52d0d343f295111@ruby-forum.com> <495004F6.5060700@gmail.com> <6e27136ac29cf824fb20ece90698cc14@ruby-forum.com> Message-ID: <49501441.4020704@gmail.com> Shanif Dhanani wrote: > Cyril Mougel wrote: > >> Shanif Dhanani wrote: >> >>> As an FYI, I've created a new theme based off the standard issue theme >>> and used most of the files in there. I'm not sure if this makes a >>> difference or not but I figured it couldn't hurt to know. >>> >>> Thanks for all of your assistance. >>> >>> -Shanif >>> >>> >> When you speak about xml syndication, you speak about articles.atom ? >> >> If you use FCKEditor, the atom feed can be invalid, so firefox interpret >> it bad. >> >> it's this problem ? >> >> -- >> Cyril Mougel >> http://blog.shingara.fr >> > > Thanks for the response. The problem is that there are no links to the > xml feeds for Articles or Comments that show up in the "Syndicate" > sidebar. You can see an example of what I mean from the attached image. > The "Syndicate" heading is there but there's nothing below it. Do I > need to do any additional configurations to get those links to show up? > > Attachments: > http://www.ruby-forum.com/attachment/3095/syndicate.PNG > > So in your theme you have put <%= render_sidebars %> when you want it render it. If you see the HTML generate. What do you see

Syndicate

? What version or commit use you ? because in several days, syndication link doesn't works, but fixed in this commit http://github.com/fdv/typo/commit/07111d9199c7c162f9f64e204ee2393d5c8d7990 -- Cyril Mougel http://blog.shingara.fr From ruby-forum-incoming at andreas-s.net Tue Dec 23 12:43:51 2008 From: ruby-forum-incoming at andreas-s.net (Shanif Dhanani) Date: Tue, 23 Dec 2008 18:43:51 +0100 Subject: [typo] XML Syndication Sidebar In-Reply-To: <49501441.4020704@gmail.com> References: <6e135a1360bdc22fb52d0d343f295111@ruby-forum.com> <495004F6.5060700@gmail.com> <6e27136ac29cf824fb20ece90698cc14@ruby-forum.com> <49501441.4020704@gmail.com> Message-ID: Cyril Mougel wrote: > Shanif Dhanani wrote: >>>> -Shanif >>> Cyril Mougel >> http://www.ruby-forum.com/attachment/3095/syndicate.PNG >> >> > So in your theme you have put <%= render_sidebars %> when you want it > render it. > > If you see the HTML generate. What do you see

Syndicate

? > > What version or commit use you ? because in several days, syndication > link doesn't works, but fixed in this commit > http://github.com/fdv/typo/commit/07111d9199c7c162f9f64e204ee2393d5c8d7990 > > -- > Cyril Mougel > http://blog.shingara.fr Thank you very much, I applied the fixes from that commit and the links showed up. Unfortunately, now the links are pointing to /xml/feed?type=feed and /xml/feed?type=comments and those links are giving the following message: "Unsupported format". I'll take a look at this later tonight, but if someone has any suggestions off the top of their head I'd love to hear them. Thanks again, -Shanif -- Posted via http://www.ruby-forum.com/. From cyril.mougel at gmail.com Tue Dec 23 13:05:16 2008 From: cyril.mougel at gmail.com (Cyril Mougel) Date: Tue, 23 Dec 2008 19:05:16 +0100 Subject: [typo] XML Syndication Sidebar In-Reply-To: References: <6e135a1360bdc22fb52d0d343f295111@ruby-forum.com> <495004F6.5060700@gmail.com> <6e27136ac29cf824fb20ece90698cc14@ruby-forum.com> <49501441.4020704@gmail.com> Message-ID: <4951285C.3050603@gmail.com> Shanif Dhanani wrote: > Cyril Mougel wrote: > >> Shanif Dhanani wrote: >> >>>>> -Shanif >>>>> >>>> Cyril Mougel >>>> >>> http://www.ruby-forum.com/attachment/3095/syndicate.PNG >>> >>> >>> >> So in your theme you have put <%= render_sidebars %> when you want it >> render it. >> >> If you see the HTML generate. What do you see

Syndicate

? >> >> What version or commit use you ? because in several days, syndication >> link doesn't works, but fixed in this commit >> http://github.com/fdv/typo/commit/07111d9199c7c162f9f64e204ee2393d5c8d7990 >> >> -- >> Cyril Mougel >> http://blog.shingara.fr >> > > Thank you very much, I applied the fixes from that commit and the links > showed up. Unfortunately, now the links are pointing to > /xml/feed?type=feed and /xml/feed?type=comments and those links are > giving the following message: "Unsupported format". > > I'll take a look at this later tonight, but if someone has any > suggestions off the top of their head I'd love to hear them. > Have you pull the HEAD of typo and you have allways this this issue or not ? -- Cyril Mougel http://blog.shingara.fr From ruby-forum-incoming at andreas-s.net Tue Dec 23 13:11:45 2008 From: ruby-forum-incoming at andreas-s.net (Shanif Dhanani) Date: Tue, 23 Dec 2008 19:11:45 +0100 Subject: [typo] XML Syndication Sidebar In-Reply-To: <4951285C.3050603@gmail.com> References: <6e135a1360bdc22fb52d0d343f295111@ruby-forum.com> <495004F6.5060700@gmail.com> <6e27136ac29cf824fb20ece90698cc14@ruby-forum.com> <49501441.4020704@gmail.com> <4951285C.3050603@gmail.com> Message-ID: <0b21117f627627027dc2def5d451a186@ruby-forum.com> Cyril Mougel wrote: > Shanif Dhanani wrote: >>>> >>> -- >> suggestions off the top of their head I'd love to hear them. >> > Have you pull the HEAD of typo and you have allways this this issue or > not ? > > -- > Cyril Mougel > http://blog.shingara.fr I just had this issue. I haven't pulled the HEAD yet. I recently just got everything up and running so I wanted to make sure that once I update the code it won't break anything. I'll give this a shot tonight -- Posted via http://www.ruby-forum.com/. From cyril.mougel at gmail.com Tue Dec 23 13:15:16 2008 From: cyril.mougel at gmail.com (Cyril Mougel) Date: Tue, 23 Dec 2008 19:15:16 +0100 Subject: [typo] XML Syndication Sidebar In-Reply-To: <0b21117f627627027dc2def5d451a186@ruby-forum.com> References: <6e135a1360bdc22fb52d0d343f295111@ruby-forum.com> <495004F6.5060700@gmail.com> <6e27136ac29cf824fb20ece90698cc14@ruby-forum.com> <49501441.4020704@gmail.com> <4951285C.3050603@gmail.com> <0b21117f627627027dc2def5d451a186@ruby-forum.com> Message-ID: <49512AB4.5000700@gmail.com> Shanif Dhanani wrote: > Cyril Mougel wrote: > >> Shanif Dhanani wrote: >> >>>>> >>>>> >>>> -- >>>> >>> suggestions off the top of their head I'd love to hear them. >>> >>> >> Have you pull the HEAD of typo and you have allways this this issue or >> not ? >> >> -- >> Cyril Mougel >> http://blog.shingara.fr >> > > I just had this issue. I haven't pulled the HEAD yet. I recently just > got everything up and running so I wanted to make sure that once I > update the code it won't break anything. > > I'll give this a shot tonight > So what version use you ? If it's not a stable version, pull when it's possible. It's better. -- Cyril Mougel http://blog.shingara.fr From ruby-forum-incoming at andreas-s.net Tue Dec 23 13:21:42 2008 From: ruby-forum-incoming at andreas-s.net (Shanif Dhanani) Date: Tue, 23 Dec 2008 19:21:42 +0100 Subject: [typo] XML Syndication Sidebar In-Reply-To: <49512AB4.5000700@gmail.com> References: <6e135a1360bdc22fb52d0d343f295111@ruby-forum.com> <495004F6.5060700@gmail.com> <6e27136ac29cf824fb20ece90698cc14@ruby-forum.com> <49501441.4020704@gmail.com> <4951285C.3050603@gmail.com> <0b21117f627627027dc2def5d451a186@ruby-forum.com> <49512AB4.5000700@gmail.com> Message-ID: <5d0356e24536a2e8bddf0c1dfd18342b@ruby-forum.com> Cyril Mougel wrote: > Shanif Dhanani wrote: >>>> >> update the code it won't break anything. >> >> I'll give this a shot tonight >> > So what version use you ? > > If it's not a stable version, pull when it's possible. It's better. > > -- > Cyril Mougel > http://blog.shingara.fr I got the HEAD version last week and have been using that. I agree that it's probably a better idea to pull from the repo when I can. Thanks -- Posted via http://www.ruby-forum.com/. From ruby-forum-incoming at andreas-s.net Mon Dec 29 08:52:22 2008 From: ruby-forum-incoming at andreas-s.net (Harry Seldon) Date: Mon, 29 Dec 2008 14:52:22 +0100 Subject: [typo] Typo, Digg, xmlrpc and troubles Message-ID: <29f6a9297a1c2707af1b8d2ce1e7028a@ruby-forum.com> I am trying to connect my blog to Digg (http://digg.com/settings/blog). It does not work. Anybody managed this ? Digg asks for the following and here are my answers: Blog API: metaweblog api URL for XML-RPC of Blog: http://harryseldon.thinkosphere.com/backend/xmlrpc URL of Blog: http://harryseldon.thinkosphere.com/ * Blog Username: my_blog_user_name Blog Password: my_password ** * I also tried http://harryseldon.thinkosphere.com/admin ** I put the name needed to enter the admin part of the blog Digg answers: ERROR Please specify the API of your blog * ERROR Please specify the password for your blog ** ERROR There was an error accessing your blog. Please check the settings below. One of them may be incorrect. The error returned from your server was: *** *Weird indeed ** Weirder indeed *** there is nothing else, yet wierder ! I am using Typo 5.1.2 Any ideas ? H PS I made a post about typo and social bookmarking sites here: http://harryseldon.thinkosphere.com/2008/12/28/how-to-add-social-bookmarking-features-to-your-typo-blog -- Posted via http://www.ruby-forum.com/. From cyril.mougel at gmail.com Mon Dec 29 09:03:07 2008 From: cyril.mougel at gmail.com (Cyril Mougel) Date: Mon, 29 Dec 2008 15:03:07 +0100 Subject: [typo] Typo, Digg, xmlrpc and troubles In-Reply-To: <29f6a9297a1c2707af1b8d2ce1e7028a@ruby-forum.com> References: <29f6a9297a1c2707af1b8d2ce1e7028a@ruby-forum.com> Message-ID: <4958D89B.20708@gmail.com> Harry Seldon wrote: > I am trying to connect my blog to Digg (http://digg.com/settings/blog). > It does not work. Anybody managed this ? > Digg asks for the following and here are my answers: > > Blog API: metaweblog api > URL for XML-RPC of Blog: > http://harryseldon.thinkosphere.com/backend/xmlrpc > URL of Blog: http://harryseldon.thinkosphere.com/ * > Blog Username: my_blog_user_name > Blog Password: my_password ** > > * I also tried http://harryseldon.thinkosphere.com/admin > ** I put the name needed to enter the admin part of the blog > > Digg answers: > ERROR > Please specify the API of your blog * > ERROR > Please specify the password for your blog ** > ERROR > There was an error accessing your blog. Please check the settings below. > One of them may be incorrect. The error returned from your server was: > *** > > *Weird indeed > ** Weirder indeed > *** there is nothing else, yet wierder ! > > I am using Typo 5.1.2 > Any ideas ? > > H > PS I made a post about typo and social bookmarking sites here: > http://harryseldon.thinkosphere.com/2008/12/28/how-to-add-social-bookmarking-features-to-your-typo-blog > I test in my own blog and DIGG setting. If I try every setting and I see my own production log. I see no ping to my blog. So it's maybe a DIGG issue :( -- Cyril Mougel http://blog.shingara.fr From ruby-forum-incoming at andreas-s.net Mon Dec 29 09:17:10 2008 From: ruby-forum-incoming at andreas-s.net (Harry Seldon) Date: Mon, 29 Dec 2008 15:17:10 +0100 Subject: [typo] Typo, Digg, xmlrpc and troubles In-Reply-To: <4958D89B.20708@gmail.com> References: <29f6a9297a1c2707af1b8d2ce1e7028a@ruby-forum.com> <4958D89B.20708@gmail.com> Message-ID: <468cc16ca043aaf7dfb76b125113f1f5@ruby-forum.com> OK, thanks Cyril. Cyril Mougel wrote: > I test in my own blog and DIGG setting. If I try every setting and I see > my own production log. I see no ping to my blog. So it's maybe a DIGG > issue :( > > -- > Cyril Mougel > http://blog.shingara.fr -- Posted via http://www.ruby-forum.com/.