Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Bits - The Unix and Linux Forums (Experimental) Virtual Currency Post 302323231 by Neo on Friday 5th of June 2009 10:59:43 PM
Old 06-05-2009
Quote:
Originally Posted by CRGreathouse
Google knows what to do with those? Is that a rel tag or something?
Yes, Google knows how to process Google site maps and our forum software knows how to build them Smilie

Google Sitemap Protocol

Quote:
The Sitemap Protocol format consists of XML tags. All data values in a Sitemap must be entity-escaped. The file itself must be UTF-8 encoded.

A sample Sitemap that contains just one URL and uses all optional tags is shown below. The optional tags are in italics.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
    <loc>http://www.example.com/</loc>
   <lastmod>2005-01-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
   </url>  
</urlset>

Quote:
The Sitemap must:
  • Begin with an opening <urlset> tag and end with a closing </urlset> tag.
  • Include a <url> entry for each URL as a parent XML tag.
  • Include a <loc> child entry for each <url> parent tag.
 

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

The UNIX and Linux Forums Twitter Channel

In case you did not know about this, and are a twitter user, here is the link to the forum twitter channel: http://twitter.com/unixlinux We currently have 406 followers...... (0 Replies)
Discussion started by: Neo
0 Replies

2. What is on Your Mind?

Experimental New UNIX / Linux Project Board (See Toolbar)

We are experimenting with a new project board to help forum members make extra cash; because we have some very talented members, why not make some extra cash working from your computer. See toolbar at bottom of page. Any ideas or comments? ... (0 Replies)
Discussion started by: Neo
0 Replies

3. Post Here to Contact Site Administrators and Moderators

How to Advertise on The Unix and Linux Forums

We added a new way to advertise (to guests and non-registered users) directly on the forums: Advertise directly with The UNIX and Linux Forums https://www.unix.com/members/1-albums112-picture605.png Companies and individuals can buy display ads directly and submit their display ads... (0 Replies)
Discussion started by: Neo
0 Replies

4. How to Post in the The UNIX and Linux Forums

How to Navigate in UNIX & Linux Forums..?

Hi , i am a new user to this forum can anyone please help me in navigation for this forum. also when i am trying to open any thread i am getting below error. Bad Request Your browser sent a request that this server could not understand.] Thanks. (1 Reply)
Discussion started by: nkchand
1 Replies

5. Post Here to Contact Site Administrators and Moderators

VIP Membership - The UNIX and Linux Forums - Get Your UNIX.COM Email Address Here

We work hard to make The UNIX and Linux Forums one of the best UNIX and Linux knowledge sources on the net. The site is certainly one of the top UNIX and Linux Q&A sites on the web. In order to provide certain members the best quality account services, you can now get some great extra features by... (2 Replies)
Discussion started by: Neo
2 Replies

6. What is on Your Mind?

YouTube: Forum Moderation @UNIX.com | The UNIX and Linux Forums

Forum Moderation @UNIX.com | The UNIX and Linux Forums https://youtu.be/WGwgibE4Rq0 Also note: In the video I mentioned removing legacy menu items in the ModCP which are unused. I have already "CSS'ed out" the unused menu items: ... (0 Replies)
Discussion started by: Neo
0 Replies
SPLASHY-CONFIG.XML(5)					 Splashy POSIX boot splash system				     SPLASHY-CONFIG.XML(5)

NAME
Splashy - a user-mode, POSIX and LSB compliant, boot splashing system for UNIX. SYNOPSIS
/etc/splashy/config.xml - Splashy's configuration file DESCRIPTION
/etc/splashy/config.xml sets splashy's behaviour during boot, shutdown inter-runlevel and error. It is an XML file where all values are enclosed in tags A tag is anything enclosed between < and >. An opening tag has the form "<tag>" while a closing tag has its name preceded with a backslash () character as in "< ag>" Tags can be considered as folders. Each tag either contains tags or contains a value The value of the final tag affects in the field defined by its parents tags The following tag folders are supported: <splashy> This tag is mandatory. It contains all splashy's configuration values, listed below. The following values are supported: <themes> Absolute path to the directory containing the installed splashy themes. Default: /etc/splashy/themes <current_theme> Name of the theme to use. It must be the name of a directory in <themes>'s value's directory. Default: default <default_theme> Full path to a theme to fall back to if the theme specified in <current_theme>'s value can't be found. Default: /etc/splashy/themes/default <pid> Full path to the PID file splashy will use to store its PID so that other processes can know if it is running. Default: /var/run/splashy.pid Comments can be introduced by enclsing them between <!-- and -->. Blank lines are also ignored EXAMPLES
The following is a complete and valid splashy configuration file: <splashy> <!-- themes directory: conventional path /etc/splashy/themes --> <themes>/etc/splashy/themes</themes> <!-- current theme could be relative the themes defined above or full path --> <current_theme>default</current_theme> <!-- full path to theme to fall back in case of problems. DO NOT CHANGE --> <default_theme>/etc/splashy/themes/default</default_theme> <!-- this defaults should be ok --> <pid>/var/run/splashy.pid</pid> </splashy> NOTES
Values are refered by their tag name prefixed with all of its parent tag's names. For example: "/splashy/pid" FILES
/etc/splashy/config.xml Main configuration. Defines how splashy should be setup /etc/splashy/themes/ Location where splashy themes are stored SEE ALSO
splashy(1), splashy_config(1), splashy_config(1), splashy-theme.xml(5) AUTHORS
Jacobo Vilella <jacobo221@gmail.com> perl v5.12.1 2010-07-05 SPLASHY-CONFIG.XML(5)
All times are GMT -4. The time now is 04:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy