Difference between revisions of "Domain Page"

(un-WikiLinking to keep people in tour)
(not sure why this was all copied from DomainPage page...)
Line 7: Line 7:
 
[[Image:EditableText.png|250px|left]]
 
[[Image:EditableText.png|250px|left]]
  
One of the foundations of [[AboutUs]] is that we are a '''socially editable directory of the internet.'''  A "DomainPage" is a type of WikiPage that describes and links to a '''domain''', or '''website'''.   
+
One of the foundations of AboutUs is that we are a '''socially editable directory of the internet.'''  A "DomainPage" is a type of WikiPage that describes and links to a '''domain''', or '''website'''.   
  
 
==We Link To Websites==
 
==We Link To Websites==
Line 16: Line 16:
 
[[Image:DomainPage.png|500px|center]]
 
[[Image:DomainPage.png|500px|center]]
  
==For software developers ==
 
The following query will show a list of pages that are or are not domain pages.
 
<pre>
 
select page.page_id, is_domain_page,page_title
 
from au_page_meta,page
 
where au_page_meta.page_id=page.page_id
 
limit 10;
 
</pre>
 
 
The following function from "wiki/extensions/PageMetaTasks/PageMetaTasks.php" uses a regular expression rather than au_pge_meta_table to return whether the page is a domain page or not.
 
 
checkPageIsDomain($title_str)
 
  
 
[[Category:AboutUs:Glossary]]
 
[[Category:AboutUs:Glossary]]
 
[[Category:ProtectedPage]]
 
[[Category:ProtectedPage]]

Revision as of 23:04, 27 March 2008

AboutUsIntroVideo.jpg
AboutUsWikiTour.jpg
EditableText.png

One of the foundations of AboutUs is that we are a socially editable directory of the internet. A "DomainPage" is a type of WikiPage that describes and links to a domain, or website.

We Link To Websites

One of the foundations of AboutUs is that we are a socially editable directory of the internet. To find a DomainPage on AboutUs simply type it into the search bar and hit Find!. For instance, if you're looking for AboutUs, type AboutUs.org.

We have four ways that we link back to the website a wiki page references. The page name, the thumbnail, the link above the thumbnail, and read more in the main text. The latter can be removed by editing the page.

DomainPage.png

Retrieved from "http://aboutus.com/index.php?title=Domain_Page&oldid=15154096"