search for: sitemap

Displaying 20 results from an estimated 25 matches for "sitemap".

2009 Oct 13
3
Site map
Hi All... I am using generate_sitemap plugin to generate sitemap. It goes very well and creates sitemap as well. My problem is I want some links that are coming from vender/plugins. Can any one tell me how to get those links??? Thanks all... -- Posted via http://www.ruby-forum.com/.
2009 Aug 10
0
A rails sitemap plugin
Hi, guys: I wrote a sitemap plugin for rails yesterday. This plugin will generate the public/sitemap.xml from config/sitemap.rb whose format is very familiar to config/routes.rb. I think it is very helpful if you have a website written by rails and want it to be crawled by spiders such as google, yahoo and baidu. The home pa...
2009 Aug 06
2
robots.txt
Hi all, I have again noticed that the wiki does not really show up in search results and wonder if it has any impact that robots.txt on wiki.centos.org is empty. Perhaps it should at least contain User-agent: * ? Best Regards Marcus
2008 Apr 09
2
sitemap for RoR
Hi all is there a plugin available by which i can generate a sitemap for my site automatically.. I mean when ever a page is added it will get listed in the sitemap? If you have implemented it do let me know thanks dhaval parikh -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you a...
2006 Apr 28
0
available: google sitemap for rails project
Hi, Google Sitemaps (https://www.google.com/webmasters/sitemaps/) is a way to help Google''s crawler on your website. I''ve published a little script to generate, from a rails project, a urllist file usable with the Google sitemap generator. You drop the script in your RAILS_ROOT/lib directory, edit...
2009 Jan 14
1
How to create a sitemap.xml?
Hi all, is there a way one can generate a sitemap.xml for google in Rails? Is it similar to generating xml.rss? (Rails 2.2.2) Thank you, Rollie. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"...
2009 Sep 13
0
regrex_crawler -- a crawler which uses regular expression to catch data from website
...flyerhzm/regexp_crawler/tree/master regexp_crawler A crawler which use regular expression to catch data. <div class="wikistyle"><h1>RegexpCrawler</h1> <p>RegexpCrawler is a crawler which use regex expressi... ============================= http://github.com/flyerhzm/sitemap/tree/master sitemap This plugin will generate a sitemap.xml from sitemap.rb whose format is very similar to routes.rb <div class="wikistyle"><h1>Sitemap</h1> <p>This plugin will generate a sitemap.xml or sitemap.xml.gz ... ============================= http://githu...
2006 Oct 21
0
Google Sitemap
Does anyone know how to generate a google sitemap for rails? I''m using Lighttpd as my webserver. thanks c -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group...
2009 Jan 03
2
Some questions from a new webgen user
...add a new possible block include in /defautl.template, i have to modify all my specific templates. Is there a way to make <webgen:block name=''sidebar''> look for the first file containing the sidebar block in the template chain? I think this would resolve the problem. - In {sitemap: }, the sitemap generated does not show the files foo/ index.html (or the corresponding index file of the directory), rather foo links directly to foo/index.html. But this work only if there are other files in foo than the index page. If there is only foo/index.html, foo won''t be shown in...
2009 Sep 18
1
Wiki SEO
Dear Ralph, have you already generated/submitted a sitemap for moin? Also Thomas Waldmann suggested to place a prominent link to 'TitleIndex'. Best Regards Marcus
2007 Dec 26
1
scope of plugns
...rather old school view of website, where each directory contains an entry point). But, whatever I try, my plugin code is never invoked, and my page content is never transformed. Here is my page index.page --- title: Tout le dump inMenu: true --- {filelist} And here is my plugin # Generates a sitemap. The sitemap contains the hierarchy of all pages on the web site. class FileListTag < Tags::DefaultTag infos( :name => ''Custom/FileList'', :author => "Nicolas Delsaux", :summary => ''Shows all page files in the directory of the current page'...
2008 Nov 26
3
Looking for an application to work with Centos
I'm looking for a application, and or ideas on how to .... Set up a web page that can be cataloged by search engines capturing all of the part numbers in a db. This page would be tied to a MySql or other Linux DB so that people can also do a basic on site part number search.. We have 150,000 different part numbers, we would like all 150,000 picked up by the different search engines.
2006 Apr 01
15
Ruby on Rails CMS released. Web 2.0, Ajax, etc
...* Theme system, built on Typo?s (so you can use the same templates). * RSS and Atom Syndication. * User Management. * Supports Markdown (Bluecloth) and Textile (Redcloth). * Web Stats and Hit Counter. * Ajax Previews & Instant page and tag Search. * Search. * Google Sitemap generation. * View/Download Logs. * Api * Pdf Generation * Export into yalm, xml and excel. Inport into yalm. * Spell Checker -- Posted via http://www.ruby-forum.com/.
2006 Nov 29
0
[761] trunk/wxruby2: Initial commit of HtmlHelpController & HelpController support + doc,
...ierarchical structure of the help +documentation. The contents file has HTML syntax and it can be parsed by +regular HTML parser. It contains exactly one list +(&lt;ul&gt;....&lt;/ul&gt; statement), with &lt;li&gt; elements +containing an &lt;object&gt; of type @text/sitemap@ for each node of the +contents: + +<pre> + <ul> + <li> +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<object type="text/sitemap"> + <param name="Name" value="@topic name@"> + <param name="ID&q...
2018 May 25
1
Urgent - R help - Multivariate - Naive Bayes code for R
...DomainID Domain LinkID Raw_Link Cleansed_Link Biz_name Address1 City State PostalCode Address_Page_flag Executive_page_flag collections other_keywords conditions policy story history brand login job career who company people staff Board management team terms privacy shop gallery News location site Sitemap page Content Event blog categories Services Index Product Reviews Testimonials about contact Home_page Link_Len LinkCount ExecWordCount ExecWordRatio Category 250842730 www.aaronwomenscenterhouston.com 250842730-1 http://www.aaronwomenscenterhouston.com aaronwomenscenterhouston.com AARON WOMEN?S CE...
2007 Mar 21
0
Getting the module name with ObjectSpace...
Hey :) I''m trying to create a method for making a sitemap dynamically. It works great for flat sites where you simply have your controllers in the app/controllers directory. In this case, I can extract the controller names like, @controllers ObjectSpace.subclasses_of(ActionController::Base).each do |obj| @controllers["#{obj.controller_name...
2008 Feb 26
0
[ADV] Updated Advanced Rails Recipes PDF
...p:// pragprog.com/my_account) and ask the system to regenerate it. This revision adds 14 new recipes (81 total) from some of the top developers in the community: * Process Recurring Credit Card Payments * Support An iPhone Interface * Send E-mail via Gmail * Segregate Page Cache Storage * Build a Sitemap * Full-Text Search with Sphinx * Customize Error Messages * Load Balance Around Your Mongrels'' Health * Quick & Dirty Search * Use Fixtures For Canned Datasets * Cheap & Easy Caching (requires Edge Rails) * Drive a Feature with Integration Tests * Write Domain-Specific RSpec Matche...
2006 Apr 08
1
Welcome to Your WebMD Health Newsletters
...tion to learn about a disease or condition that matters to you. Start with our Diseases, Conditions, and Health Topics table of contents or our Site Map. Disease and Condition Center -- http://aolsvc.health.webmd.aol.com/condition_centers/default.htm Site Map -- http://aolsvc.health.webmd.aol.com/sitemap/default.htm **Attention AOL Users: The spam filtering protocol used by AOL may direct requested WebMD Health emails to your junk or bulk email folder. To keep this from happening, we recommend that you add "health.webmd.com" (without the quotes) to your address book. Sincerely, __...
2012 Apr 19
1
Building an RPM
...tmp relatedlinks.html.tmp compiling.html.tmp index.html.tmp archdomain.html.tmp downloads.html.tmp auth.html.tmp archnode.html.tmp hvsupport.html.tmp bugs.html.tmp java.html.tmp locking.html.tmp logging.html.tmp testapi.html.tmp formatnetwork.html.tmp bindings.html.tmp uri.html.tmp drvtest.html.tmp sitemap.html.tmp drvqemu.html.tmp contact.html.tmp formatnwfilter.html.tmp intro.html.tmp drvxen.html.tmp drvesx.html.tmp drvvmware.html.tmp testsuites.html.tmp devguide.html.tmp firewall.html.tmp architecture.html.tmp migration.html.tmp todo.html.tmp formatsnapshot.html.tmp formatstorage.html.tmp interna...
2020 Apr 03
0
C8 and backup solution
...t; Authenticated to remote-host ([remote-ip]:22). > ansible-intro 100% 16KB 11.3MB/s 00:00 ETA > nextgov.xml 100% 27KB 21.9MB/s 00:00 ETA > building-VM-images 100% 1087 1.6MB/s 00:00 ETA > sort-array-of-hashes 100% 1660 2.5MB/s 00:00 ETA > ... > ex1 100% 910 1.9MB/s 00:00 ETA > sitemap.m4 100% 1241 2.3MB/s 00:00 ETA > contents 100% 3585 5.5MB/s 00:00 ETA > ini2site 100% 489 926.1KB/s 00:00 ETA > mkcontents 100% 1485 2.2MB/s 00:00 ETA > > Transferred: sent 6465548, received 11724 bytes, in 0.4 seconds > Bytes per second: sent 18002613.2, received 32644.2 > &gt...