Difference between revisions of "Domain Page"

(will be reverted soon)
 

(39 intermediate revisions by 9 users not shown)

Line 1: Line 1:
{{TutorialNavigator
+
< [[Help|Help & FAQ]]
|next = TheWikiWay:SiteNavigation
 
|previous = TheWikiWay:PersonalPage
 
}}
 
  
{{IntroductionLinks}}
+
[[Image:DomainPageWeLinkDec10.png|400px|right|All domain pages have edit pencils and links to the website]]
[[Image:EditableText.png|250px|left]]
+
<big>AboutUs is building a '''guide to websites'''.</big>
  
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 [[InternalLinkingGuide|links]] to a '''domain''', or '''website'''.   
+
'''Domain pages''' are the main type of page on AboutUs.org. A domain pages describes and links to a '''domain''', or '''website'''.  These pages are '''editable''' by clicking on one of the '''edit pencils'''.
  
*'''''To begin [[edit]]ing a DomainPage, [[search]] for a website and click "Find!"'''''
+
To go to a domain page on AboutUs simply search for the website (like "example.com") at the top right of each page.
  
==For software developers ==
+
We '''link back''' to the website that the DomainPage references in at least two places by default (pictured at right). More links to the website can be added by editing the wiki section of the page.
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.
+
{{CLR}}
 +
The other types of pages on AboutUs.org:
 +
* [[PersonalPage|Personal (user) pages]], a profile page for editors on AboutUs.org
  
checkPageIsDomain($title_str)
+
{{TutorialNavigator |next = TheWikiWay:Lists |previous = TheWikiWay:FindingPages }}
 
 
[[Category:AboutUs:Glossary]]
 
[[Category:ProtectedPage]]
 
 
 
==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.
 
 
 
[[Image:DomainPage.png|center]]
 
 
 
__FORCETOC__
 
__NOEDITSECTION__
 

Latest revision as of 21:53, 2 December 2013

AboutUs is building a guide to websites.

Domain pages are the main type of page on AboutUs.org. A domain pages describes and links to a domain, or website. These pages are editable by clicking on one of the edit pencils.

To go to a domain page on AboutUs simply search for the website (like "example.com") at the top right of each page.

We link back to the website that the DomainPage references in at least two places by default (pictured at right). More links to the website can be added by editing the wiki section of the page.


The other types of pages on AboutUs.org:


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