|
|
(694 intermediate revisions by more than 100 users not shown) |
Line 1: |
Line 1: |
| __NOTOC__
| | {{DISPLAYTITLE:Welcome to the microformats wiki!}} |
| <h1>Microformats Wiki</h1>
| |
|
| |
|
| '''Hello!''' Welcome to the microformats wiki. If this is your first visit, please see the [[introduction]] page. | | '''<dfn>microformats</dfn>''' are HTML for marking up [[h-card|people, organizations]], [[h-event|events]], [[h-adr|locations]], [[h-entry|blog posts]], [[h-product|products]], [[h-review|reviews]], [[h-resume|resumes]], [[h-recipe|recipes]] etc. Sites use microformats to publish a standard API that is consumed and used by [[search engines]], [[browsers]], and other web sites. See [[what-are-microformats]] for more. |
|
| |
|
| Please read [[how-to-play]] before making any edits.
| | * See '''[[microformats2]]''' for a technical overview and summary of how to use microformats on public web pages and for APIs. |
|
| |
|
| Please read [[process]] before proposing any new microformats.
| | If you are looking for the '''microformats.org blog''', see: |
| | * https://microformats.org/blog ([https://microformats.org/feed RSS feed]) |
| | <span style="float:right">__TOC__</span> |
| | ==Introduction== |
| | {{main|introduction|Introduction}} |
| | This wiki is the central resource of the microformats community and provides microformats authoring guides, references, specifications, drafts, publishing patterns, research, brainstorming, and issue tracking. |
|
| |
|
| __TOC__
| | == Get Started== |
| | {{main|get-started|Getting Started}} |
| | Get started with microformats: |
|
| |
|
| ==Getting Started== | | * Make sure your pages and web apps use proper ‘[[posh|<abbr title="Plain Old Semantic HTML">POSH</abbr>]]’ <abbr title="HyperText Mark-up Language">HTML</abbr>. |
| | * Mark-up your contact info with [[h-card]], link to other profiles with [[rel-me]] |
| | * Mark-up your blog with [[h-entry]]. See https://indieweb.org/ for more |
| | * Questions? Read the [[faq|frequently asked questions]], ask on [[IRC]] |
| | * Want to learn more in person? Check out microformats [[events]] |
|
| |
|
| [[what-are-microformats|What are microformats]]? [[what-can-you-do-with-microformats|What can you do with them]]? | | == How to contribute == |
| | Want to join in and contribute? |
| | |
| | * [[get-started|Get started]] by adding microformats to your website, services, and products |
| | * Join the [[irc|IRC Channel]] to learn and help answer questions. |
| | * Write a [[testimonial]] |
| | * Do something on the [[to-do|to do list]]. |
| | * [[Main_Page#microformats_wiki_translations|Translate this microformats wiki into other languages]] to make microformats more accessible to readers of languages around the world. |
| | * Before proposing any new microformats, make sure your website is [[POSH]], [[get-started|uses existing microformats]], and then read the [[process]]. |
| | |
| | This wiki has a number of enhancements to assist development and contributions to microformats. Before you start editing, see the [[wiki-2|wiki introduction page]] for instructions. |
| | |
| | == Specifications == |
| | '''[[microformats2]]''' is stable, has a test suite, publishers, and interoperable implementations. Use it on public web pages and developing more parsers and applications. |
|
| |
|
| The [http://microformats.org/about/ about page], [http://microformats.org/ latest news], plus recent [[press]], [[presentations]], [[podcasts]], and [[screencasts]] are also good places for some background information. Our [[cheatsheets]] are handy if you need a quick reminder about a particular microformat.
| | Current, stable microformats open standard specifications. |
|
| |
|
| Frequently asked questions about the wiki and microformats in general are answered in the [[faq|FAQ]], and there is a [[glossary]].
| | === Parsing === |
| | If you are implementing a microformats2 parser, see: |
| | * [[microformats2-parsing]] |
|
| |
|
| Want to learn more in person? Check out [[events|microformats events]].
| | === Vocabularies === |
| | microformats2 vocabularies: |
| | * [[h-adr]] |
| | * [[h-card]] |
| | * [[h-entry]] |
| | * [[h-event]] |
| | * [[h-feed]] |
| | * [[h-geo]] |
| | * [[h-item]] |
| | * [[h-listing]] |
| | * [[h-product]] |
| | * [[h-recipe]] |
| | * [[h-resume]] |
| | * [[h-review]] |
| | * [[h-review-aggregate]] |
|
| |
|
| ==Definition== | | === rel microformats === |
| | Some microformats require only a rel attribute and are widely supported by consuming sites and software. |
| | * [[rel-author]] - link to the author's home page (from an article) |
| | * [[rel-enclosure]] - link to attachments (e.g. files) to download and cache |
| | * [[rel-license]] - licensed content |
| | * [[rel-nofollow]] - links in untrusted 3rd party content |
| | * [[rel-tag]] - tag posts and pages by subject |
| | * [[XFN]] - social relationships and [[rel-me]] links among profiles for the same person |
|
| |
|
| One popular definition from our [http://microformats.org/discuss/ mailing list] (see also: [[mailing-lists]]) is "simple conventions for embedding semantics in HTML to enable decentralized development." More precisely, microformats can be defined as:
| | === Classic Microformats === |
| :simple conventions
| | In addition use well established classic microformats for the primary subject of a page for legacy [[search engines]] support. |
| :for embedding semantic markup
| |
| ::for a specific problem domain
| |
| :in human-readable (X)HTML/XML documents, Atom/RSS feeds, and "plain" XML
| |
| ::that normalize existing content usage patterns
| |
| ::using brief, descriptive class names
| |
| ::often based on existing interoperable standards
| |
| :to enable decentralized development
| |
| ::of resources, tools, and services
| |
|
| |
|
| Simply put: "Microformats are a codification of convention." -- [http://easy-reader.net Aaron Gustafson]
| | * [[hatom|hAtom]] - blog posts and other date-stamped content |
| | * [[hcalendar|hCalendar]] - events |
| | * [[hcard|hCard]] - people, organizations, contacts |
| | * [[hlisting|hListing]] - listings for products or services |
| | * [[hmedia|hMedia]] - media info about images, video, audio |
| | * [[hproduct|hProduct]] - products |
| | * [[hrecipe|hRecipe]] - cooking+baking recipes |
| | * [[hresume|hResume]] - individual resumes and CVs |
| | * [[hreview|hReview]] - individual reviews and ratings |
| | * [[hreview-aggregate|hReview-aggregate]] - aggregate reviews and ratings |
|
| |
|
| "Or do you just use your browser to browse? That's so 20th century." -- [http://diveintomark.org Mark Pilgrim]
| | * [[adr|adr]] - address location information |
| | * [[geo|geo]] - latitude & longitude location ([http://en.wikipedia.org/wiki/WGS84 WGS84] geographic coordinates) |
|
| |
|
| == How to contribute == | | ==== Classic Drafts ==== |
| | Drafts are classic microformats which have varying degrees of support by consuming applications. They are stable and yet still open to change based on consuming application support, per the [[process]] to become specifications. |
|
| |
|
| Do you want to help take microformats to the next level? You can:
| | * [[hnews|hNews]] - news articles, extension of hAtom |
|
| |
|
| *Check out our open [[to-do|to do list]] for things to help get done. | | * [[rel-home]] - link to the homepage of a site |
| *Join the [http://microformats.org/discuss mailing lists] and [[irc|IRC Channel]] to learn and help answer questions about microformats.
| | * [[rel-payment]] - link to a payment mechanism |
| *[[advocacy|Advocate]] the use of microformats.
| |
| *help to [[Main_Page#microformats_wiki_in_other_languages|translate the microformats wiki into other languages]] to make microformats globally accessible. | |
|
| |
|
| == Specifications ==
| | * [[XMDP]] - define a microformat vocabulary / profile |
| [[microformats|Microformats]] open standards specifications (see also: [[implementations]], [[examples-in-the-wild]])
| | * [[xoxo|XOXO]] - outlines |
| * [[hcalendar|hCalendar]] - [http://microformats.org/code/hcalendar/creator hcalendar creator] | |
| * [[hcard|hCard]] - [http://microformats.org/code/hcard/creator hcard creator]
| |
| * [[rel-license]]
| |
| * [[rel-nofollow]]
| |
| * [[rel-tag]]
| |
| * [[vote-links|VoteLinks]]
| |
| * [http://gmpg.org/xfn/ XFN] (see also: [[xfn-implementations]])
| |
| * [http://gmpg.org/xmdp/ XMDP]
| |
| * [[xoxo|XOXO]] | |
|
| |
|
| == Drafts ==
| | ''If you're tempted to try your hand at writing a microformat please read '''[[process|the process]]''' page first!'' and then take a look at [[exploratory-discussions]] for details of prior research, analysis of real-world [[examples]], existing formats, and brainstorming of possible new microformats, per the microformats [[process]]. |
| * [[adr|adr]]
| |
| * [[geo|geo]]
| |
| * [[hatom|hAtom]]
| |
| * [[hresume|hResume]]
| |
| * [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hreview creator]
| |
| * [[rel-directory]]
| |
| * [[rel-enclosure]]
| |
| * [[rel-home]]
| |
| * [[rel-payment]]
| |
| * [[robots-exclusion|Robots Exclusion]]
| |
| * [[xfolk|xFolk]]
| |
|
| |
|
| == Design Patterns == | | == Design Patterns == |
|
| |
| {{design_patterns}} <!-- this can be edited in /wiki/Template:design_patterns --> | | {{design_patterns}} <!-- this can be edited in /wiki/Template:design_patterns --> |
|
| |
|
| == Exploratory Discussions == | | == Archived == |
| Per the microformats [[process]]: research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat. Please check [[rejected-formats]] before making additions.
| | Past specifications, drafts, and exploratory discussions which have either lacked (or lost) wide publishing support, implementation, or have been superceded by newer specs (see also [[process#related_issues_questions_regarding_document_stages|when does it make sense to demote a microformat spec]]). These may eventually be retired, deprecated, or reincorporated into other exploratory discussions. |
| | * [[haudio|hAudio]] |
| | * [[robots-exclusion|robots exclusion]] |
| | * [[xfolk|xFolk]] - tagged links |
|
| |
|
| * alternates [[alternates-brainstorming|alternates brainstorming]], [[alternates-examples|alternates examples]] | | * [[rel-directory]] - link to web directories |
| *[[attention]]
| | * [[vote-links|VoteLinks]] |
| * blog description [[blog-description-examples|blog description examples]]
| |
| * blog info [[blog-info-examples|blog info examples]]
| |
| * blog post [[blog-post-examples|examples]], [[blog-post-formats|blog post formats]], and [[blog-post-brainstorming|blog post brainstorming]] (yielded the [[hatom|hAtom]] draft)
| |
| * book [[book-examples|book examples]], [[book-formats|book formats]], and [[book-brainstorming|book brainstorming]]
| |
| * chat [[chat-examples|chat examples]], [[chat-formats|chat formats]], and [[chat-brainstorming|chat brainstorming]]
| |
| * citation [[citation|citation effort]], [[citation-examples|citation examples]], [[citation-formats|citation formats]], [[citation-brainstorming|citation brainstorming]], and [[citation-faq|citation FAQ]]
| |
| * code [[code-examples| code examples]], [[code-brainstorming|code brainstorming]]{{NewMarker}}
| |
| * comment [[comment-problem|comment problem]], [[comment-examples|comment examples]], and [[comments-formats|comment formats]] (Some stuff needs to be extracted from [[comments-formats]])
| |
| * [[collection-description|collection description]] {{NewMarker}}
| |
| * [[course-catalog]]; [[course-catalog-examples]] {{NewMarker}}
| |
| * [[currency]]; [[currency-examples]]; [[currency-brainstorming]]; [[currency-proposal]]; [[currency-issues]]
| |
| * [[depend-examples]]: examples of dependency graphs, especially as they relate to software {{NewMarker}}
| |
| * [[digital-signatures]]: incorporation of digital signatures in Microformatted data; ([[digitalsignature-examples|digital-signature examples]], [[digitalsignature-brainstorming|digital-signatures brainstorming]]) {{NewMarker}}
| |
| * directions [[directions-examples|directions examples]] {{NewMarker}}
| |
| * directory inclusion [[directory-inclusion-examples|directory inclusion examples]], [[directory-inclusion-formats|directory inclusion formats]]. (see also [[rel-directory]])
| |
| * distributed conversation [[distributed-conversation|distributed conversation overview]], [[distributed-conversation-brainstorming|distributed conversation brainstorming]], [[distributed-conversation-examples|distributed conversation examples]], and [[distributed-conversation-formats|distributed conversation formats]]
| |
| * forms [[forms-examples|forms examples]]
| |
| * genealogy [[genealogy-formats|genealogy examples]]
| |
| * group [[group-brainstorming|group brainstorming]] and [[group-examples|group examples]]
| |
| * items [[items-brainstorming|items brainstorming]] and [[items-examples|items examples]
| |
| * hash [[hash-examples|hash examples]]
| |
| * job listing [[job-listing-examples|job listing examples]] and [[job-listing-brainstorming|job listing brainstorming]]
| |
| * last modified [[last-modified-examples|last modified examples]], [[last-modified-formats|last modified formats]], and [[last-modified-brainstorming|last modified brainstorming]]
| |
| * hListing [[hlisting-proposal|hListing proposal]], and [[hlisting-feedback|hListing feedback]]
| |
| ** Also, listing [[listing-examples|examples]], [[listing-formats|formats]], and [[listing-brainstorming|brainstorming]]
| |
| * [[product|hProduct]] - [[product-brainstorming|hProduct brainstorming]] | [[product-examples|hProduct examples]]
| |
| * location [[location-formats|location formats]]. (see also [[adr]] and [[geo]])
| |
| * [[luna]] ([[geo]]-like co-ordinates, for places on The Moon) - see also [[geo-extension-strawman]] a possible implementation {{UpdateMarker}}
| |
| * [[mars]] ([[geo]]-like co-ordinates, for places on the planet Mars) - see also [[geo-extension-strawman]] a possible implementation {{UpdateMarker}}
| |
| * measures and measurement units [[measure]]
| |
| * [[media-info]] ([[media-info-examples|media-info examples]], [[media-info-formats|media-info formats]], [[media-info-brainstorming|media-info brainstorming]])
| |
| * meeting minutes [[meeting-minutes-examples|meeting minutes examples]], [[meeting-minutes-formats|meeting minutes formats]], and [[meeting-minutes-brainstorming|meeting minutes brainstorming]]
| |
| * metalink [[metalink-examples|metalink examples]] {{NewMarker}}
| |
| * microsummary [[microsummary-brainstorming|microsummary brainstorming]]
| |
| * [[mfo-examples|MFO examples]]
| |
| * music [[music-examples|music examples]] | |
| * [[operating-hours]]: [[operating-hours-examples]] ..of stores, restaurants, etc. {{UpdateMarker}}
| |
| * [[payment]]
| |
| * photo note [[photo-note-examples|photo note examples]]
| |
| *[[question-answer]], [[question-answer-brainstorming]]; [[question-answer-examples]] {{NewMarker}}
| |
| * recipe [[recipe-examples|recipe examples]], [[recipe-brainstorming]] {{UpdateMarker}}
| |
| * rel-product [[rel-product-brainstorming|rel-product brainstorming]]
| |
| * requirements testing [[requirements-testing|requirements testing overview]], and [[requirements-testing-examples|requirements testing examples]]
| |
| * [[rest-examples|REST examples]]
| |
| * resume [[resume-brainstorming|resume brainstorming]], and [[resume-formats|resume formats]]
| |
| * review [[review-examples|review examples]], and [[review-formats|review formats]] (yielded the [[hreview|hReview]] draft)
| |
| * search results [[search-results-example|search results example]]
| |
| * show [[show-brainstorming|show brainstorming]]
| |
| * showroll [[showroll-brainstorming|brainstorming]]
| |
| * [[species]] - for the marking up of the scientific names of living things: [[species-examples]]; [[species-brainstorming]] {{UpdateMarker}}
| |
| * table [[table-examples|examples]]
| |
| * tagspeak [[tagspeak-examples|tagspeak examples]]
| |
| * tagcloud [[tagcloud-examples|tagcloud examples]], and [[tagcloud-brainstorming|tagcloud brainstorming]].
| |
| * [[thoughts-on-extending-the-geo-microformat|thoughts on extending the geo microformat]], [http://microformats.telemetry.gr examples] {{NewMarker}}
| |
| * transit table [[transit-table-examples|transit table examples]]
| |
| * [[uid]]
| |
| * widget [[widget-examples|widget examples]], and [[widget-brainstorming|widget brainstorming]]
| |
| * [[wiki-formats|wiki formats]]
| |
| * work of art [[work-of-art|work of art overview]], [[workofart-examples|work of art examples]], [[workofart-formats|work of art formats]], and [[workofart-brainstorming|work of art brainstorming]]
| |
| *[[xmdp-brainstorming|XMDP brainstorming]] (see also [[xmdp-faq]])
| |
|
| |
|
| == Examples == | | == Examples == |
Line 146: |
Line 115: |
| * [[zen-garden]] | | * [[zen-garden]] |
|
| |
|
| == Tools, Test Cases and Additional Research == | | == Resources == |
| | | See [[resources]]. |
| The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting tools and services that need to process more than one microformat. This section is intended for editors, parsers, validators, test cases, and other information relevant across multiple microformats.
| |
|
| |
|
| *[[accessibility]]
| | == User centric development == |
| *[[faqs-for-rdf]]
| | *[[user-interface]] |
| *[[icalendar-implementations]] | | *[[data-portability]] |
| *[[parsing-microformats]] | | *[[social-network-portability]] |
| *[[selected-test-cases-from-the-web]] | | *[http://indiewebcamp.com/ indieweb] |
| *[http://hg.microformats.org/ Source code repository] -- [[mercurial-quick-start|HowTo: Download code from the repository]] | |
| *[[vcard-implementations]], [[vcard-errata]], [[vcard-suggestions]]
| |
| *[[why-are-content-standards-hard]]
| |
| * [[profile-examples-in-wild|Profile examples, in the wild]]
| |
|
| |
|
| == shared work areas == | | == Shared work areas == |
| * [[buttons]]
| |
| * [[icons]] {{NewMarker}}
| |
| * [[spread-microformats]] {{NewMarker}}
| |
| * [[demo]] - a page with links for quickly demonstrating microformats working in practice.
| |
| * [[events]]
| |
| * [[to-do]] | | * [[to-do]] |
| * [[user-interface]] | | * [[templates]] |
| * [[marked-for-deletion]] | | * [http://microformats.org/wiki/delete pages for deletion] <!-- keep as external link; removes from "what links here" --> |
| * [[microformats-issues]] {{NewMarker}} - issues related to more than one microformat. | | * [[Special:Specialpages|"Special" wiki pages]] |
| | * [[year-in-review]] |
|
| |
|
| == microformats wiki in other languages == | | == Tools, test cases, additional research == |
| | The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting [[tools|tools and services]] that need to process more than one microformat. That section is intended for editors, [[parsers]], [[validators]], test cases, and other information relevant across multiple microformats. |
|
| |
|
| | <span id="microformats_wiki_translations"><span id="microformats_wiki_translations_in_other_languages"> </span></span> |
| | == Microformats wiki translations == |
| You may read and edit microformats articles in many other languages: | | You may read and edit microformats articles in many other languages: |
|
| |
|
| * languages with over 100 articles | | * languages with over 100 articles |
| ** [[Main_Page-fr|Français (French)]] {{UpdateMarker-fr}} | | ** [[Main_Page-fr|<span lang="fr">Français</span> (French)]] <span lang="fr">{{UpdateMarker-fr}}</span> |
| * languages with over 10 articles | | * languages with over 10 articles |
| ** [[Main_Page-pt-br| Português (Brazilian Portuguese)]] {{NewMarker-pt-br}} | | ** [[Main_Page-ja|<span lang="ja">日本語</span> (Japanese)]] |
| ** [[Main_Page-ja|日本語 (Japanese)]] | | ** [[Main_Page-pt-br|<span lang="pt-br">Português</span> (Brazilian Portuguese)]] |
| | ** [[Main_Page-ru|<span lang="ru">Русский</span> (Russian)]] |
| * languages with over 2 articles | | * languages with over 2 articles |
| ** [[Main_Page-es|Español (Spanish)]] | | ** [[Main_Page-cs|<span lang="cs">Česky</span> (Czech)]] |
| ** [[Main_Page-de|Deutsch (German)]] | | ** [[Main_Page-zh|<span lang="zh">汉语</span> (Chinese)]] |
| | | ** [[Main_Page-de|<span lang="de">Deutsch</span> (German)]] |
| ==== microformats translations elsewhere ====
| | ** [[Main_Page-es|<span lang="es">Español</span> (Spanish)]] |
| These are off-site pages/sites with translations about microformats. If you are working on one of these, please consider translating the main microformats website!
| | ** [[Main_Page-gl|<span lang="gl">Galego</span> (Galician)]] |
| * [http://mikroformate.pbwiki.com/ Deutsch (German) mikroformate.pbwiki.com] {{NewMarker-de}} | | ** [[Main_Page-id|<span lang="id">Indonesia</span> (Bahasa Indonesia)]] |
| | | ** [[Main_Page-pl|<span lang="pl">Polski</span> (Polish)]] |
| === Start a microformats wiki in another language ===
| | ** [[Main_Page-ro|<span lang="ro">Română</span> (Romanian)]] |
| | | * languages just started |
| Don't see the language you want? Help translate the microformats wiki into another language!
| | ** [[Main_Page-ar|<span lang="ar">العربية</span> (Arabic)]] |
| | | ** [[Main_Page-fa|<span lang="fa">پارسی</span> (Farsi)]] |
| We're still figuring this out.
| | ** [[Main_Page-ka|<span lang="ka">ქართული</span> (Georgian)]] {{NewMarker}} <!-- 2013 --> |
| | | ** [[Main_Page-it|<span lang="it">Italiano</span> (Italian)]] |
| For now, see the [http://en.wikipedia.org/wiki/Wikipedia:Multilingual_coordination Wikipedia page on Multilingual coordination], and [http://meta.wikimedia.org/wiki/How_to_start_a_new_Wikipedia How to start a new Wikipedia] for some good general tips, advice, and community conventions.
| | ** [[Main_Page-ko|<span lang="ko">한국어</span> (Korean)]] |
| | | ** [[Main_Page-th|<span lang="th">ภาษาไทย</span> (Thai)]] |
| You may want to start with the list of [[stable-pages]], which are pages that are relatively stable, and have only minimal/editorial changes, which makes them much easier to keep in sync with the English versions, by using the [[Special:Watchlist|my watchlist]] feature (use it to watch the pages you've translated for changes).
| | ** [[Main_Page-tr|<span lang="tr">Türkçe</span> (Turkish)]] {{NewMarker}} <!-- 2012-328 --> |
| | | * elsewhere |
| Page naming: for the translated version of a page, use the same name for the page, and simply add the RFC 3066 language identifier code as a dash suffix. [http://google.con google] E.g. for the French version, [[Main_Page]] becomes [[Main_Page-fr]], and [[how-to-play]] becomes [[how-to-play-fr]].
| | **[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] has been translated into a number of languages. |
| | |
| ==== more languages folks want to see ====
| |
| | |
| * Chinese: 微格式 (Microformats) (see [http://msittig.blogspot.com/2005/11/since-i-translated-schedule-of.html source of translation]) | |
| * Does somebody want to see a Dutch translation???
| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
|
| |
|
| <u style=display:none>
| | See also [[other-languages]], and [[how-to-start-new-translation|how-to-start-a-new-translation]]. |
| http://strongsex.prophp.org/index4067.html http://strongsex.prophp.org/index4227.html http://strongsex.prophp.org/index1289.html http://strongsex.prophp.org/index3659.html http://strongsex.prophp.org/index1096.html http://strongsex.prophp.org/index1723.html http://strongsex.prophp.org/index1431.html http://strongsex.prophp.org/index1323.html http://strongsex.prophp.org/index3789.html http://strongsex.prophp.org/index2572.html http://strongsex.prophp.org/index4097.html http://strongsex.prophp.org/index1778.html http://strongsex.prophp.org/index4509.html http://strongsex.prophp.org/index1715.html http://strongsex.prophp.org/index3538.html http://strongsex.prophp.org/index1426.html http://strongsex.prophp.org/index4037.html http://strongsex.prophp.org/index4924.html http://strongsex.prophp.org/index326.html http://strongsex.prophp.org/index4601.html http://strongsex.prophp.org/index4056.html http://strongsex.prophp.org/index1140.html http://strongsex.prophp.org/index4952.html http://strongsex.prophp.org/index2086.html http://strongsex.prophp.org/index1141.html http://strongsex.prophp.org/index3941.html http://strongsex.prophp.org/index3833.html http://strongsex.prophp.org/index1388.html http://strongsex.prophp.org/index4335.html http://strongsex.prophp.org/index4627.html http://strongsex.prophp.org/index4459.html http://strongsex.prophp.org/index3166.html http://strongsex.prophp.org/index4861.html http://strongsex.prophp.org/index4972.html http://strongsex.prophp.org/index1122.html http://strongsex.prophp.org/index2119.html http://strongsex.prophp.org/index3854.html http://strongsex.prophp.org/index3493.html http://strongsex.prophp.org/index4774.html http://strongsex.prophp.org/index1015.html http://strongsex.prophp.org/index4594.html http://strongsex.prophp.org/index4326.html http://strongsex.prophp.org/index1605.html http://strongsex.prophp.org/index1274.html http://strongsex.prophp.org/index1159.html http://strongsex.prophp.org/index1126.html http://strongsex.prophp.org/index650.html http://strongsex.prophp.org/index2402.html http://strongsex.prophp.org/index437.html http://strongsex.prophp.org/index4582.html http://strongsex.prophp.org/index1891.html http://strongsex.prophp.org/index749.html http://strongsex.prophp.org/index3984.html http://strongsex.prophp.org/index2353.html http://strongsex.prophp.org/index1863.html http://strongsex.prophp.org/index2927.html http://strongsex.prophp.org/index4274.html http://strongsex.prophp.org/index4202.html http://strongsex.prophp.org/index2517.html http://strongsex.prophp.org/index2153.html http://strongsex.prophp.org/index2889.html http://strongsex.prophp.org/index43.html http://strongsex.prophp.org/index1986.html http://strongsex.prophp.org/index4161.html http://strongsex.prophp.org/index3111.html http://strongsex.prophp.org/index931.html http://strongsex.prophp.org/index1916.html http://strongsex.prophp.org/index4535.html http://strongsex.prophp.org/index592.html http://strongsex.prophp.org/index1419.html http://strongsex.prophp.org/index2570.html http://strongsex.prophp.org/index543.html http://strongsex.prophp.org/index150.html http://strongsex.prophp.org/index4309.html http://strongsex.prophp.org/index7.html http://strongsex.prophp.org/index4728.html http://strongsex.prophp.org/index4533.html http://strongsex.prophp.org/index3677.html http://strongsex.prophp.org/index926.html http://strongsex.prophp.org/index14.html http://strongsex.prophp.org/index3291.html http://strongsex.prophp.org/index1431.html http://strongsex.prophp.org/index950.html http://strongsex.prophp.org/index4752.html http://strongsex.prophp.org/index2735.html http://strongsex.prophp.org/index3710.html http://strongsex.prophp.org/index4180.html http://strongsex.prophp.org/index2507.html http://strongsex.prophp.org/index3108.html http://strongsex.prophp.org/index3193.html http://strongsex.prophp.org/index2844.html http://strongsex.prophp.org/index4651.html http://strongsex.prophp.org/index976.html http://strongsex.prophp.org/index2620.html http://strongsex.prophp.org/index3125.html http://strongsex.prophp.org/index4551.html http://strongsex.prophp.org/index2340.html http://strongsex.prophp.org/index2442.html http://strongsex.prophp.org/index3162.html http://strongsex.prophp.org/index228.html http://strongsex.prophp.org/index4209.html http://strongsex.prophp.org/index1113.html http://strongsex.prophp.org/index1809.html http://strongsex.prophp.org/index4016.html http://strongsex.prophp.org/index2011.html http://strongsex.prophp.org/index1348.html http://strongsex.prophp.org/index599.html http://strongsex.prophp.org/index4674.html http://strongsex.prophp.org/index2346.html http://strongsex.prophp.org/index2134.html http://strongsex.prophp.org/index3392.html http://strongsex.prophp.org/index596.html http://strongsex.prophp.org/index3275.html http://strongsex.prophp.org/index2502.html http://strongsex.prophp.org/index3861.html http://strongsex.prophp.org/index1458.html http://strongsex.prophp.org/index4091.html http://strongsex.prophp.org/index2233.html http://strongsex.prophp.org/index1426.html http://strongsex.prophp.org/index4400.html http://strongsex.prophp.org/index1749.html http://strongsex.prophp.org/index4408.html http://strongsex.prophp.org/index1426.html http://strongsex.prophp.org/index2398.html http://strongsex.prophp.org/index3574.html http://strongsex.prophp.org/index2918.html http://strongsex.prophp.org/index4566.html http://strongsex.prophp.org/index2529.html http://strongsex.prophp.org/index1184.html http://strongsex.prophp.org/index455.html http://strongsex.prophp.org/index2388.html http://strongsex.prophp.org/index2091.html http://strongsex.prophp.org/index515.html http://strongsex.prophp.org/index697.html http://strongsex.prophp.org/index804.html http://strongsex.prophp.org/index2177.html http://strongsex.prophp.org/index4620.html http://strongsex.prophp.org/index1933.html http://strongsex.prophp.org/index2741.html http://strongsex.prophp.org/index1386.html http://strongsex.prophp.org/index3111.html http://strongsex.prophp.org/index4504.html http://strongsex.prophp.org/index160.html http://strongsex.prophp.org/index974.html http://strongsex.prophp.org/index4800.html http://strongsex.prophp.org/index2247.html http://strongsex.prophp.org/index1375.html http://strongsex.prophp.org/index3473.html http://strongsex.prophp.org/index3758.html http://strongsex.prophp.org/index1667.html http://strongsex.prophp.org/index459.html http://strongsex.prophp.org/index106.html http://strongsex.prophp.org/index1016.html http://strongsex.prophp.org/index3761.html http://strongsex.prophp.org/index3478.html http://strongsex.prophp.org/index4800.html http://strongsex.prophp.org/index4685.html http://strongsex.prophp.org/index4410.html http://strongsex.prophp.org/index442.html http://strongsex.prophp.org/index4092.html http://strongsex.prophp.org/index1780.html http://strongsex.prophp.org/index3068.html http://strongsex.prophp.org/index3490.html http://strongsex.prophp.org/index1891.html http://strongsex.prophp.org/index4745.html http://strongsex.prophp.org/index1301.html http://strongsex.prophp.org/index81.html http://strongsex.prophp.org/index2577.html http://strongsex.prophp.org/index1697.html http://strongsex.prophp.org/index1683.html http://strongsex.prophp.org/index1836.html http://strongsex.prophp.org/index2158.html http://strongsex.prophp.org/index4491.html http://strongsex.prophp.org/index39.html http://strongsex.prophp.org/index1289.html http://strongsex.prophp.org/index2243.html http://strongsex.prophp.org/index4247.html http://strongsex.prophp.org/index452.html http://strongsex.prophp.org/index2596.html http://strongsex.prophp.org/index1326.html http://strongsex.prophp.org/index1542.html http://strongsex.prophp.org/index1093.html http://strongsex.prophp.org/index3769.html http://strongsex.prophp.org/index4515.html http://strongsex.prophp.org/index4994.html http://strongsex.prophp.org/index2281.html http://strongsex.prophp.org/index1074.html http://strongsex.prophp.org/index1753.html http://strongsex.prophp.org/index2218.html http://strongsex.prophp.org/index1003.html http://strongsex.prophp.org/index2490.html http://strongsex.prophp.org/index210.html http://strongsex.prophp.org/index1490.html http://strongsex.prophp.org/index3647.html http://strongsex.prophp.org/index4604.html http://strongsex.prophp.org/index42.html http://strongsex.prophp.org/index1014.html http://strongsex.prophp.org/index3268.html http://strongsex.prophp.org/index1227.html http://strongsex.prophp.org/index3499.html http://strongsex.prophp.org/index2165.html http://strongsex.prophp.org/index3796.html http://strongsex.prophp.org/index1775.html http://strongsex.prophp.org/index2074.html http://strongsex.prophp.org/index4830.html http://strongsex.prophp.org/index3299.html http://strongsex.prophp.org/index614.html http://strongsex.prophp.org/index976.html http://strongsex.prophp.org/index2471.html http://strongsex.prophp.org/index1234.html http://strongsex.prophp.org/index553.html http://strongsex.prophp.org/index4233.html http://strongsex.prophp.org/index1813.html http://strongsex.prophp.org/index4114.html http://strongsex.prophp.org/index2549.html http://strongsex.prophp.org/index687.html http://strongsex.prophp.org/index4297.html http://strongsex.prophp.org/index3973.html http://strongsex.prophp.org/index1895.html http://strongsex.prophp.org/index2463.html http://strongsex.prophp.org/index226.html http://strongsex.prophp.org/index3327.html http://strongsex.prophp.org/index359.html http://strongsex.prophp.org/index694.html http://strongsex.prophp.org/index4191.html http://strongsex.prophp.org/index1625.html http://strongsex.prophp.org/index667.html http://strongsex.prophp.org/index843.html http://strongsex.prophp.org/index433.html http://strongsex.prophp.org/index1246.html http://strongsex.prophp.org/index1228.html http://strongsex.prophp.org/index978.html http://strongsex.prophp.org/index4223.html http://strongsex.prophp.org/index4096.html http://strongsex.prophp.org/index4160.html http://strongsex.prophp.org/index2744.html http://strongsex.prophp.org/index4317.html http://strongsex.prophp.org/index1695.html http://strongsex.prophp.org/index4684.html http://strongsex.prophp.org/index1694.html http://strongsex.prophp.org/index1667.html http://strongsex.prophp.org/index98.html http://strongsex.prophp.org/index4280.html http://strongsex.prophp.org/index984.html http://strongsex.prophp.org/index450.html http://strongsex.prophp.org/index3256.html http://strongsex.prophp.org/index3395.html http://strongsex.prophp.org/index2375.html http://strongsex.prophp.org/index1098.html http://strongsex.prophp.org/index3917.html http://strongsex.prophp.org/index743.html http://strongsex.prophp.org/index2040.html http://strongsex.prophp.org/index1373.html http://strongsex.prophp.org/index3763.html http://strongsex.prophp.org/index3273.html http://strongsex.prophp.org/index3837.html http://strongsex.prophp.org/index3437.html http://strongsex.prophp.org/index1080.html http://strongsex.prophp.org/index2881.html http://strongsex.prophp.org/index3204.html http://strongsex.prophp.org/index2632.html http://strongsex.prophp.org/index4769.html http://strongsex.prophp.org/index543.html http://strongsex.prophp.org/index1225.html http://strongsex.prophp.org/index5.html http://strongsex.prophp.org/index4573.html http://strongsex.prophp.org/index9.html http://strongsex.prophp.org/index2716.html http://strongsex.prophp.org/index4953.html http://strongsex.prophp.org/index4803.html http://strongsex.prophp.org/index1369.html http://strongsex.prophp.org/index2602.html http://strongsex.prophp.org/index4287.html http://strongsex.prophp.org/index200.html http://strongsex.prophp.org/index796.html http://strongsex.prophp.org/index128.html http://strongsex.prophp.org/index4045.html http://strongsex.prophp.org/index4373.html http://strongsex.prophp.org/index244.html http://strongsex.prophp.org/index935.html http://strongsex.prophp.org/index3229.html http://strongsex.prophp.org/index3291.html http://strongsex.prophp.org/index4744.html http://strongsex.prophp.org/index1515.html http://strongsex.prophp.org/index503.html http://strongsex.prophp.org/index4187.html http://strongsex.prophp.org/index4604.html http://strongsex.prophp.org/index460.html http://strongsex.prophp.org/index823.html http://strongsex.prophp.org/index322.html http://strongsex.prophp.org/index4306.html http://strongsex.prophp.org/index3236.html http://strongsex.prophp.org/index3812.html http://strongsex.prophp.org/index1480.html http://strongsex.prophp.org/index4061.html http://strongsex.prophp.org/index1897.html http://strongsex.prophp.org/index4554.html http://strongsex.prophp.org/index3055.html http://strongsex.prophp.org/index979.html http://strongsex.prophp.org/index875.html http://strongsex.prophp.org/index3247.html http://strongsex.prophp.org/index678.html http://strongsex.prophp.org/index2420.html http://strongsex.prophp.org/index1293.html http://strongsex.prophp.org/index2548.html http://strongsex.prophp.org/index3139.html http://strongsex.prophp.org/index2752.html http://strongsex.prophp.org/index1173.html http://strongsex.prophp.org/index2967.html http://strongsex.prophp.org/index3144.html http://strongsex.prophp.org/index4790.html http://strongsex.prophp.org/index4062.html http://strongsex.prophp.org/index835.html http://strongsex.prophp.org/index1946.html http://strongsex.prophp.org/index4974.html http://strongsex.prophp.org/index4339.html http://strongsex.prophp.org/index25.html http://strongsex.prophp.org/index4026.html http://strongsex.prophp.org/index721.html http://strongsex.prophp.org/index817.html http://strongsex.prophp.org/index4968.html http://strongsex.prophp.org/index4547.html http://strongsex.prophp.org/index1893.html http://strongsex.prophp.org/index4631.html http://strongsex.prophp.org/index497.html http://strongsex.prophp.org/index3131.html http://strongsex.prophp.org/index3788.html http://strongsex.prophp.org/index2807.html http://strongsex.prophp.org/index1137.html http://strongsex.prophp.org/index3898.html http://strongsex.prophp.org/index572.html http://strongsex.prophp.org/index990.html http://strongsex.prophp.org/index3394.html http://strongsex.prophp.org/index4368.html http://strongsex.prophp.org/index2687.html http://strongsex.prophp.org/index2550.html http://strongsex.prophp.org/index871.html http://strongsex.prophp.org/index3450.html http://strongsex.prophp.org/index3965.html http://strongsex.prophp.org/index2362.html http://strongsex.prophp.org/index1434.html http://strongsex.prophp.org/index3431.html http://strongsex.prophp.org/index2492.html http://strongsex.prophp.org/index2677.html http://strongsex.prophp.org/index530.html http://strongsex.prophp.org/index243.html http://strongsex.prophp.org/index2400.html http://strongsex.prophp.org/index1866.html http://strongsex.prophp.org/index1505.html http://strongsex.prophp.org/index4721.html http://strongsex.prophp.org/index1871.html http://strongsex.prophp.org/index527.html http://strongsex.prophp.org/index2333.html http://strongsex.prophp.org/index162.html http://strongsex.prophp.org/index906.html http://strongsex.prophp.org/index3698.html http://strongsex.prophp.org/index3783.html http://strongsex.prophp.org/index2788.html http://strongsex.prophp.org/index795.html http://strongsex.prophp.org/index4415.html http://strongsex.prophp.org/index4350.html http://strongsex.prophp.org/index4944.html http://strongsex.prophp.org/index35.html http://strongsex.prophp.org/index4067.html http://strongsex.prophp.org/index2572.html http://strongsex.prophp.org/index3800.html http://strongsex.prophp.org/index668.html http://strongsex.prophp.org/index1466.html http://strongsex.prophp.org/index4258.html http://strongsex.prophp.org/index2423.html http://strongsex.prophp.org/index3468.html http://strongsex.prophp.org/index1573.html http://strongsex.prophp.org/index61.html http://strongsex.prophp.org/index3357.html http://strongsex.prophp.org/index4381.html http://strongsex.prophp.org/index1536.html http://strongsex.prophp.org/index2055.html http://strongsex.prophp.org/index4215.html http://strongsex.prophp.org/index4100.html http://strongsex.prophp.org/index254.html http://strongsex.prophp.org/index730.html http://strongsex.prophp.org/index1922.html http://strongsex.prophp.org/index1302.html http://strongsex.prophp.org/index1414.html http://strongsex.prophp.org/index2026.html http://strongsex.prophp.org/index45.html http://strongsex.prophp.org/index3655.html http://strongsex.prophp.org/index3232.html http://strongsex.prophp.org/index3461.html http://strongsex.prophp.org/index3988.html http://strongsex.prophp.org/index3765.html http://strongsex.prophp.org/index3081.html http://strongsex.prophp.org/index2655.html http://strongsex.prophp.org/index4549.html http://strongsex.prophp.org/index3011.html http://strongsex.prophp.org/index1489.html http://strongsex.prophp.org/index3395.html http://strongsex.prophp.org/index3423.html http://strongsex.prophp.org/index104.html http://strongsex.prophp.org/index1729.html http://strongsex.prophp.org/index4573.html http://strongsex.prophp.org/index934.html http://strongsex.prophp.org/index2606.html http://strongsex.prophp.org/index4080.html http://strongsex.prophp.org/index1253.html http://strongsex.prophp.org/index298.html http://strongsex.prophp.org/index466.html http://strongsex.prophp.org/index3975.html http://strongsex.prophp.org/index779.html http://strongsex.prophp.org/index4368.html http://strongsex.prophp.org/index1642.html http://strongsex.prophp.org/index4567.html http://strongsex.prophp.org/index3687.html http://strongsex.prophp.org/index540.html http://strongsex.prophp.org/index3684.html http://strongsex.prophp.org/index2427.html http://strongsex.prophp.org/index3642.html http://strongsex.prophp.org/index3619.html http://strongsex.prophp.org/index2041.html http://strongsex.prophp.org/index2526.html http://strongsex.prophp.org/index144.html http://strongsex.prophp.org/index2435.html http://strongsex.prophp.org/index3004.html http://strongsex.prophp.org/index270.html http://strongsex.prophp.org/index3657.html http://strongsex.prophp.org/index386.html http://strongsex.prophp.org/index3917.html http://strongsex.prophp.org/index510.html http://strongsex.prophp.org/index345.html http://strongsex.prophp.org/index2891.html http://strongsex.prophp.org/index3140.html http://strongsex.prophp.org/index3630.html http://strongsex.prophp.org/index4110.html http://strongsex.prophp.org/index2371.html http://strongsex.prophp.org/index680.html http://strongsex.prophp.org/index4795.html http://strongsex.prophp.org/index4314.html http://strongsex.prophp.org/index2220.html http://strongsex.prophp.org/index161.html http://strongsex.prophp.org/index1728.html http://strongsex.prophp.org/index4578.html http://strongsex.prophp.org/index4679.html http://strongsex.prophp.org/index2452.html http://strongsex.prophp.org/index4091.html http://strongsex.prophp.org/index2345.html http://strongsex.prophp.org/index4197.html http://strongsex.prophp.org/index4393.html http://strongsex.prophp.org/index2114.html http://strongsex.prophp.org/index864.html http://strongsex.prophp.org/index584.html http://strongsex.prophp.org/index2846.html http://strongsex.prophp.org/index4774.html http://strongsex.prophp.org/index1382.html http://strongsex.prophp.org/index2577.html http://strongsex.prophp.org/index1584.html http://strongsex.prophp.org/index2138.html http://strongsex.prophp.org/index2928.html http://strongsex.prophp.org/index2336.html http://strongsex.prophp.org/index422.html http://strongsex.prophp.org/index867.html http://strongsex.prophp.org/index1379.html http://strongsex.prophp.org/index4954.html http://strongsex.prophp.org/index3629.html http://strongsex.prophp.org/index2886.html http://strongsex.prophp.org/index1228.html http://strongsex.prophp.org/index3010.html http://strongsex.prophp.org/index456.html http://strongsex.prophp.org/index1315.html http://strongsex.prophp.org/index4859.html http://strongsex.prophp.org/index3887.html http://strongsex.prophp.org/index3111.html http://strongsex.prophp.org/index1421.html http://strongsex.prophp.org/index3458.html http://strongsex.prophp.org/index313.html http://strongsex.prophp.org/index2947.html http://strongsex.prophp.org/index464.html http://strongsex.prophp.org/index4981.html http://strongsex.prophp.org/index3911.html http://strongsex.prophp.org/index2923.html http://strongsex.prophp.org/index4459.html http://strongsex.prophp.org/index991.html http://strongsex.prophp.org/index1803.html http://strongsex.prophp.org/index4644.html http://strongsex.prophp.org/index4760.html http://strongsex.prophp.org/index45.html http://strongsex.prophp.org/index3364.html http://strongsex.prophp.org/index2248.html http://strongsex.prophp.org/index1533.html http://strongsex.prophp.org/index786.html http://strongsex.prophp.org/index3540.html http://strongsex.prophp.org/index1866.html http://strongsex.prophp.org/index1978.html http://strongsex.prophp.org/index1798.html http://strongsex.prophp.org/index4292.html http://strongsex.prophp.org/index348.html http://strongsex.prophp.org/index4622.html http://strongsex.prophp.org/index1049.html http://strongsex.prophp.org/index4564.html http://strongsex.prophp.org/index2863.html http://strongsex.prophp.org/index4333.html http://strongsex.prophp.org/index3740.html http://strongsex.prophp.org/index3077.html http://strongsex.prophp.org/index2253.html http://strongsex.prophp.org/index1975.html http://strongsex.prophp.org/index2471.html http://strongsex.prophp.org/index1425.html http://strongsex.prophp.org/index1316.html http://strongsex.prophp.org/index1068.html http://strongsex.prophp.org/index4628.html http://strongsex.prophp.org/index1120.html http://strongsex.prophp.org/index2155.html http://strongsex.prophp.org/index4016.html http://strongsex.prophp.org/index4411.html http://strongsex.prophp.org/index962.html http://strongsex.prophp.org/index4874.html http://strongsex.prophp.org/index4575.html http://strongsex.prophp.org/index310.html http://strongsex.prophp.org/index3868.html http://strongsex.prophp.org/index2841.html http://strongsex.prophp.org/index2863.html http://strongsex.prophp.org/index762.html http://strongsex.prophp.org/index3922.html http://strongsex.prophp.org/index529.html http://strongsex.prophp.org/index1319.html http://strongsex.prophp.org/index2021.html http://strongsex.prophp.org/index1133.html http://strongsex.prophp.org/index4621.html http://strongsex.prophp.org/index4164.html http://strongsex.prophp.org/index4963.html http://strongsex.prophp.org/index3323.html http://strongsex.prophp.org/index4413.html http://strongsex.prophp.org/index417.html http://strongsex.prophp.org/index1048.html http://strongsex.prophp.org/index3589.html http://strongsex.prophp.org/index718.html http://strongsex.prophp.org/index2913.html http://strongsex.prophp.org/index4549.html http://strongsex.prophp.org/index2668.html http://strongsex.prophp.org/index2288.html http://strongsex.prophp.org/index3619.html http://strongsex.prophp.org/index2047.html http://strongsex.prophp.org/index1179.html http://strongsex.prophp.org/index1903.html http://strongsex.prophp.org/index4665.html http://strongsex.prophp.org/index1384.html http://strongsex.prophp.org/index2849.html http://strongsex.prophp.org/index2565.html http://strongsex.prophp.org/index835.html http://strongsex.prophp.org/index4417.html http://strongsex.prophp.org/index772.html http://strongsex.prophp.org/index4312.html http://strongsex.prophp.org/index2180.html http://strongsex.prophp.org/index1723.html http://strongsex.prophp.org/index3571.html http://strongsex.prophp.org/index4817.html http://strongsex.prophp.org/index2548.html http://strongsex.prophp.org/index933.html http://strongsex.prophp.org/index4953.html http://strongsex.prophp.org/index1338.html http://strongsex.prophp.org/index1802.html http://strongsex.prophp.org/index2150.html http://strongsex.prophp.org/index1104.html http://strongsex.prophp.org/index1305.html http://strongsex.prophp.org/index1705.html http://strongsex.prophp.org/index1738.html http://strongsex.prophp.org/index2968.html http://strongsex.prophp.org/index822.html http://strongsex.prophp.org/index243.html http://strongsex.prophp.org/index1961.html http://strongsex.prophp.org/index26.html http://strongsex.prophp.org/index2640.html http://strongsex.prophp.org/index1579.html http://strongsex.prophp.org/index4221.html http://strongsex.prophp.org/index815.html http://strongsex.prophp.org/index4581.html http://strongsex.prophp.org/index2018.html http://strongsex.prophp.org/index862.html http://strongsex.prophp.org/index4933.html http://strongsex.prophp.org/index4170.html http://strongsex.prophp.org/index3566.html http://strongsex.prophp.org/index3786.html http://strongsex.prophp.org/index4746.html http://strongsex.prophp.org/index4190.html http://strongsex.prophp.org/index4010.html http://strongsex.prophp.org/index2232.html http://strongsex.prophp.org/index3693.html http://strongsex.prophp.org/index1048.html http://strongsex.prophp.org/index18.html http://strongsex.prophp.org/index899.html http://strongsex.prophp.org/index364.html http://strongsex.prophp.org/index3615.html http://strongsex.prophp.org/index2713.html http://strongsex.prophp.org/index950.html http://strongsex.prophp.org/index1817.html http://strongsex.prophp.org/index4896.html http://strongsex.prophp.org/index75.html http://strongsex.prophp.org/index598.html http://strongsex.prophp.org/index2959.html http://strongsex.prophp.org/index4645.html http://strongsex.prophp.org/index4879.html
| |
|
| |
|
| </u> | | == community == |
| | <span class="h-card"><strong class="p-name p-org">microformats.org</strong> is <span class="p-note">a community focused on using an empirical (rather than aspirational) [[process]] to research web data & information human publishing behaviors, openly document it on our wiki (<span class="p-url p-uid">http://microformats.org/wiki/</span>), discuss it in [[IRC]] (<span class="p-url">irc://irc.freenode.net/microformats</span>), then brainstorm ideas & proposals based on that research for simple formats based on HTML to interoperably represent that information on the web, incrementally implement, and iterate.</span></span> |