Differences between revisions 31 and 35 (spanning 4 versions)
Revision 31 as of 2012-04-30 10:59:15
Size: 6714
Editor: DanRasmussen
Comment:
Revision 35 as of 2012-05-13 11:07:27
Size: 7354
Editor: DanRasmussen
Comment: Added a new project: Splash page redesign!
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
 * Make homepage awesome. On both mobile (still sucks - sidebar causes unpleasant scrolling experience, but at least text explains what PTP is about) and immobile (fairly satisfied with how it looks with Firefox on netbook screen, haven't tried any others yet).
  * [[Introduction]] - READY-TO-GO draft of replacement homepage. Russell and Jason apparently fond of sidebar on [[OldHomepage]], DanRasmussen dislikes sidebar - see [[Dashboard]] section below). Replaced [[OldHomepage]] text with [[Introduction]] text on 25. April 2012 and trimmed down [[OldHomepage]]'s sidebar. Visit [[PersonalTelco]] with a small-screen-having device to see why I hate the sidebar.
 * [[SplashPageRedesign]] - PTP's splash pages need some help!
 *
Make [[PersonalTelco|homepage]] awesome. On both mobile (still sucks - sidebar causes unpleasant scrolling experience, but at least text explains what PTP is about) and immobile (fairly satisfied with how it looks with Firefox on netbook screen, haven't tried any others yet).
   * [[Introduction]] - Like [[PersonalTelco]], but works well on small screens. Learned: Russell and Jason apparently fond of sidebar on [[PersonalTelco|homepage]], DanRasmussen dislikes sidebar - see [[Dashboard]] section below). Replaced [[OldHomepage]] text with [[Introduction]] text on 25. April 2012 and trimmed down [[OldHomepage]]'s sidebar. Visit [[PersonalTelco]] with a small-screen-having device to see why I hate the sidebar.
Line 26: Line 27:
  * [[Dashboard]] - PTP entry page for volunteers. Goal: show every homepage visitor what they need, and no more! See [[UsingDashboard]] for details. Tried to include this page as a sidebar on [[Introduction]] page but failed (wasted too much time trying to get it right, and gave up).   * [[Dashboard]] - PTP entry page for volunteers. Goal: show every homepage visitor what they need, and no more! See [[UsingDashboard]] for details.
Line 28: Line 29:
   * 2 - Number of print pages required to print [[PersonalTelco|current homepage]] ([[Introduction]]). 
   * 1.5 - Number of print pages required to print [[Dashboard]]. No real reason to print this page, just measuring how much space it takes up.
   * 2 - Number of print pages required to print [[PersonalTelco|current homepage]] ([[Introduction]]).
   * '''1 - Number of print pages required to print [[PersonalTelco|current homepage]] without sidebar - default as of May 1st, 2012!'''

   * 1.5 - Number of print pages required to print [[Dashboard]]. No real reason to print this page.
Line 43: Line 45:
 * PersonalTelcoExports - documents that may be useful to others who would emulate Personal Telco.  * PersonalTelcoExports - useful documents for those who would emulate Personal Telco.
Line 47: Line 49:
 * [[NeighborhoodNodes]] - Printable list of PTP nodes, pulled from the database, with some address standardization. Random node:
    <<RandomQuote(NeighborhoodNodes)>>
 * [[SplashPage]] - explanation of how PTP's splash page works. Didn't create the page, but rewrote everything that was there...
Line 87: Line 92:
NewsResults(portland+wifi):<<BR>> {{{NewsResults(portland+wifi)}}}:<<BR>>
Line 92: Line 97:
 * Simple '''Hits''': <<Hits>>, same as (all=False,event_type=VIEWPAGE): <<Hits(all=False,event_type=VIEWPAGE)>>
 * Page revisions (all=False,event_type=SAVEPAGE): <<Hits(all=False,event_type=SAVEPAGE)>>
 * Page revisions (all=True,event_type=VIEWPAGE): <<Hits(all=True,event_type=VIEWPAGE)>>
 * Simple {{{<<Hits>>}}}: <<Hits>>. Same as {{{<<Hits(all=False,event_type=VIEWPAGE)>>}}}: <<Hits(all=False,event_type=VIEWPAGE)>>...
 * Page revisions {{{<<Hits(all=False,event_type=SAVEPAGE)>>}}}: <<Hits(all=False,event_type=SAVEPAGE)>>
 * Page revisions {{{<<Hits(all=True,event_type=VIEWPAGE)>>}}}: <<Hits(all=True,event_type=VIEWPAGE)>>
Line 97: Line 102:
From FortuneCookies, by using `RandomQuote()`: {{{<<RandomQuote()>>}}} uses FortuneCookies, unless you specify a page in the quotes.
From FortuneCookies, by using {{{<<RandomQuote()>>}}}:
Line 100: Line 106:
From NeedsUpdate, by using `RandomQuote(NeedsUpdate)`: From NeedsUpdate, by using {{{<<RandomQuote(NeedsUpdate)>>}}}:
Line 103: Line 109:
From WikiTipOfTheDay, by using `RandomQuote(WikiTipOfTheDay)`: From NeedsCoded, by using {{{<<RandomQuote(NeedsCoded)>>}}}:
 <<RandomQuote(NeedsCoded)>>

From WikiTipOfTheDay, by using {{{<<RandomQuote(WikiTipOfTheDay)>>}}}:
Line 107: Line 116:
 * `PageCount`: <<PageCount()>>
 * `PageCount(exists)`: <<PageCount(exists)>>
 * {{{<<PageCount>>}}}: <<PageCount()>>
 * {{{<<PageCount(exists)>>}}}: <<PageCount(exists)>>

Sections on this page: #about, #projects, #writtenbyme, #macros

About Me

Joined PTP in 2011. On the BoardOfAdvisors. Personal website: http://danrasmussen.org/. You can sometimes find me on PTP's IrcChannel.

Projects

(in no particular order)

  • SplashPageRedesign - PTP's splash pages need some help!

  • Make homepage awesome. On both mobile (still sucks - sidebar causes unpleasant scrolling experience, but at least text explains what PTP is about) and immobile (fairly satisfied with how it looks with Firefox on netbook screen, haven't tried any others yet).

    • Introduction - Like PersonalTelco, but works well on small screens. Learned: Russell and Jason apparently fond of sidebar on homepage, DanRasmussen dislikes sidebar - see Dashboard section below). Replaced OldHomepage text with Introduction text on 25. April 2012 and trimmed down OldHomepage's sidebar. Visit PersonalTelco with a small-screen-having device to see why I hate the sidebar.

    • Possible solutions:
      1. From WikiTipOfTheDay: "You can set other pages than the FrontPage as your personal start page, e.g. RecentChanges or your own homepage." NeedsUpdate Some way to make Dashboard personal start page?

      2. Bookmark Dashboard page with small-screen devices, volunteers use as startup page. Easiest short-term solution until/unless one of the following items happens:

      3. Somebody who enjoys HTML/CSS formatting ("NOT IT!") gets sidebar to load *after* main page text
      4. Detect small screen devices, send them to Dashboard if logged in or PersonalTelco page minus sidebar if not logged in? (Probably also a "NOT IT!" item)

      5. Your solution here

    • IntroductionNextGen - DRAFT of next-gen homepage. Contains ideas for improvements to Introduction.

    • Dashboard - PTP entry page for volunteers. Goal: show every homepage visitor what they need, and no more! See UsingDashboard for details.

      • 4 - Number of print pages required to print OldHomepage. Note how awkward this looks in printed form, and how much of the information is quickly dated, or does not make sense in non-hyperlink form.

      • 2 - Number of print pages required to print current homepage (Introduction).

      • 1 - Number of print pages required to print current homepage without sidebar - default as of May 1st, 2012!

      • 1.5 - Number of print pages required to print Dashboard. No real reason to print this page.

  • Add sponsor links to nodes (ongoing, but started 22. Feb 2012 and essentially finished 28. Feb 2012) - working through NodesByAge

  • Add maps to node pages lacking them
  • Delete, or add to DeleteMe, appropriate pages from AbandonedPages and OrphanedPages - WARNING: both of these links could take a long time to load!

  • Create pages the wiki says ought to exist, where beneficial. See WantedPages, and be aware that it could take forever to load

  • Create something similar to BackPackAp.

  • Using Android, find offline way to GPS navigate to nearest PTP node. Maybe using custom POIs for OsmAnd?

Pages I've Created

  • NeedsUpdate - list of pages containing useful, but partly outdated, information. Skills required: wiki editing, and maybe research or subject knowledge.

  • NeedsCoded - list of areas in which PTP could use a little coding work, or advanced wiki skills

  • HistoricalInterest - list of interesting historical information, and/or mostly/completely outdated stuff, superseded by CategoryHistorical

  • PersonalTelcoMetrics - list of interesting ways to measure the growth, utility, and benefits of the project

  • PersonalTelcoExports - useful documents for those who would emulate Personal Telco.

  • DanRasmussen/Questions - Personal Telco topics I'm interested in that don't appear to be documented in the written language

  • PhilosophyOnePage - Everything in CategoryPhilosophy, on one page for easy reading. Personal experiment.

  • Calagator

  • NeighborhoodNodes - Printable list of PTP nodes, pulled from the database, with some address standardization. Random node:

  • SplashPage - explanation of how PTP's splash page works. Didn't create the page, but rewrote everything that was there...

Macro Test Bed

Macro: RecentChangesList / RecentChanges()

RecentChanges takes up a lot of space! Possible to limit output? See Dashboard for RecentChangesList.

Macro: RandomPage(integer) , RandomPage, PageCount

Several random pages, (out of 13796 total) :

Random page, twice: WeeklyMeeting20060104 / MonthlyMeetings

Macro: FullSearch() / FullSearchCached()

Pages where DanRasmussen appears in text. Is there some way to show most recent pages edited by DanRasmussen, vs. being in the page text? FullSearchCached is for searches that don't change much. I don't know how often the cache is refreshed, but would like to figure that out. "Clear Cache" is one of the Page Actions.

Macro: EditedSystemPages

...

Macro: TitleIndex

an index of all page titles. Disabled on PTP wiki (why?), but embeddable in any page.

Macro: WordIndex, WantedPages, OrphanedPages

  • WordIndex: index of all words in page titles. Disabled on PTP wiki (why?), but embeddable in any page. WantedPages: list links to non-existent pages OrphanedPages: list pages no other page links to

Macro: AbandonedPages

See AbandonedPages Quite a long list! Many PTP wiki pages haven't been edited forever - e.g. historical meeting notes. Wonder what the cut-off date is for this function...

Macro: SystemInfo

See SystemInformation

Macro: NewsResults(term1+term2+...)

NewsResults(portland+wifi):
[WWW] Portland park receives free public Wi-Fi through Cumberland Connect - WKRN News 2
[WWW] Top internet providers in Portland, OR: Compare plans and prices - USA Today
[WWW] Police Commander Suggests Installing Metal Detectors and Weakening Wi-Fi Signal at Central Library - Willamette Week
[WWW] Comcast Launches Simpler, Transparent Internet Plans—What It Means for Oregon Households - The Portland Tribune
[WWW] Multnomah County to test alert system to 1 million phones - KGW
[WWW] Tour Oregon's 'People's Coast' Right From Portland With No Parking Stresses On Buses With Wi-Fi And Bathrooms - islands.com
[WWW] Blazers' Jrue Holiday Ended His Intro Press Conference With Funny Line About His Wifi - Sports Illustrated
[WWW] Comfortable Portland Cafes That Are Ideal for Remote Work - Eater Portland
[WWW] Conservative firebrand Nick Sortor arrested outside ICE in Portland - MSN
[WWW] Blazers' Damian Lillard reveals how WiFi has kept him close to new teammate Jrue Holiday - sportingnews.com
[WWW] Residents of Portland Invited to Wi-Fi Watch Party of USF - Jamaica Information Service
[WWW] News Release: Xfinity Store Opens in Portland’s West Side - Comcast Corporation
[WWW] Map shows which internet provider is fastest in Portland - KOIN.com
[WWW] We tried the comfiest coworking cafes in Portland. Here are our favorites - OregonLive.com
[WWW] I Was On The First Frontier Airlines Flight to Portland, Maine from Tampa - Q105
[WWW] 10 Cozy Coffee Shops in Greater Portland, Maine, to Caffeinate While You Work - WJBQ
[WWW] Xfinity Internet Customers in Oregon Get Speed Upgrade and More at No Additional Cost - The Portland Tribune
[WWW] Man who killed son over WiFi dispute in SE Portland dies in prison - OregonLive.com
[WWW] How to Simplify Your Video Viewing Experience and Save Big in Portland - The Portland Tribune
[WWW] Dispute between internet companies leaves rural Mainers offline for over a week - The Portland Press Herald
[WWW] Students in need get help to access internet for distance learning - KGW
[WWW] Rural Mainers lose internet for weeks as companies fight over billing - Bangor Daily News
[WWW] Alex Kerai: The Rise of Digital Nomads Highlights Fast Broadband Needs - Broadband Breakfast
[WWW] Maine internet options: How to find the best provider for you - WMTW
[WWW] Personal Telco Project: A Case Study in Community Connectivity - Electronic Frontier Foundation
[WWW] Verizon just had a big outage. Here’s what we know - NPR
[WWW] If your phone is on SOS (and you can see this), yes, Verizon is having a major outage across the U.S. - Fortune
[WWW] Fidium Introduces Maine’s Fastest and Most Widely Available 8 Gig Fiber Internet Speeds - Business Wire
[WWW] A fearful flyer’s guide to train travel on the Coast Starlight - Here is Oregon
[WWW] Cumberland Connect sponsors public wi-fi at Meadowbrook Park - Main Street Media of Tennessee
[WWW] Damian Lillard says Jrue Holiday's home had poor Wi-Fi signal - Milwaukee Journal Sentinel
[WWW] 2025 global network outage report and internet health check - Network World
[WWW] Top cheap internet providers in Oregon: Compare plans and prices in 2025 - USA Today
[WWW] Best cheap internet service providers of 2025 - USA Today
[WWW] Multnomah County Closes Libraries To Prevent Spread Of Coronavirus - Oregon Public Broadcasting - OPB
[WWW] 6 Cafés in Portland, Maine That Are Perfect for Working Remotely - 94.3 WCYY
[WWW] Maine Internet Speed Ranked Worst in New England, Study Shows - WBLM
[WWW] Internet speeds up in Oregon cities, but rural areas still lag - OregonLive.com
[WWW] Greater Portland METRO unveils new buses, logo - WMTW
[WWW] Portland takes on Philadelphia in non-conference matchup - MSN
[WWW] Citywide Wi-Fi: IT Leaders Create an Affordable Reality - StateTech Magazine
[WWW] Portland’s New LED Street Lights with Public Wi-Fi Are Showing Up - WJBQ
[WWW] Flying on a Classic Grumman Albatross in Portland – With Wifi - AirlineReporter
[WWW] These Towns in Maine Have the Fastest Internet Speeds - 94.3 WCYY
[WWW] 5 reasons PDX is still the best - oregonbusiness.com
[WWW] Indiana faces Portland on 8-game skid - MSN
[WWW] Indiana faces Portland, aims to break home skid - MSN
[WWW] Wi-Fi Hot Spots Are Getting the Homeless Back on Their Feet - U.S. News & World Report
[WWW] Philadelphia takes home win streak into matchup with Portland - MSN
[WWW] Portland communities benefit from free Wi-Fi hotspots - Jamaica Gleaner
[WWW] Portland faces Toronto, looks for 5th straight win - MSN
[WWW] Pagdanganan, Ardina make cut in Portland - MSN
[WWW] "We were literally talking about the wifi in his house" – Damian Lillard says he won't have any chemistry issues when he plays with Jrue Holiday in Portland - Basketball Network
[WWW] NBA: Portland Trail Blazers reportedly find buyer - MSN
[WWW] Trump to deploy troops to Portland, Oregon in crackdown on immigration protests - MSN
[WWW] Google Fiber made 'tough decision' to pull service from Louisville - The Courier-Journal
[WWW] Damian Lillard reveals biggest complaint about Jrue Holiday the landlord - USA Today
[WWW] Path to the presidency: From Uganda to Portland - upbeacon.com
[WWW] Portland Nightlife: Nightclub information by 10Best - USA TODAY 10BEST
[WWW] Portland's Best Coffee Shops With WiFi - Thrillist
[WWW] Open Mesh shuns VC for success in measured growth - The Business Journals
[WWW] NBA legend and Portland head coach Chauncey Billups arrested in FBI gambling probe - MSN
[WWW] PHOTOS: Community Wi-Fi Launch in Portland Eastern - Jamaica Information Service
[WWW] The connected sports fan: Testing out speedy WiFi, ticket upgrade feature at a Portland Trail Blazers game - GeekWire
[WWW] PHOTOS: Community Wi-Fi Launched in Cornwall Barracks, Portland - Jamaica Information Service
[WWW] Portland’s Mullet Hall logs on to free Wi-Fi pilot - Jamaica Gleaner
[WWW] PHOTOS: Minister Vaz Launches Skibo Community Wi-Fi Service in Portland - Jamaica Information Service
[WWW] Live Flight Tracker - Real-Time Flight Tracker Map - Flightradar24
[WWW] These Dreamy Retro Campers Will Make You Think You’re Adventuring in the '60s—But with Wi-Fi - Portland Monthly
[WWW] Public Wi-Fi Hotspot Established In Port Antonio - Jamaica Information Service
[WWW] Milwaukie child porn case provides cautionary tale for Internet users - OregonLive.com
[WWW] Who Still Uses London's Internet Cafés? - Londonist

Macro: Hits

All hits ever? Since when?

  • Simple <<Hits>>: 17832. Same as <<Hits(all=False,event_type=VIEWPAGE)>>: 17832...

  • Page revisions <<Hits(all=False,event_type=SAVEPAGE)>>: 32

  • Page revisions <<Hits(all=True,event_type=VIEWPAGE)>>: 23850506

Macro: RandomQuote

<<RandomQuote()>> uses FortuneCookies, unless you specify a page in the quotes. From FortuneCookies, by using <<RandomQuote()>>:

  • Hint: Set your pages language with #language en processing instruction. See also HelpOnLanguages.

From NeedsUpdate, by using <<RandomQuote(NeedsUpdate)>>:

From NeedsCoded, by using <<RandomQuote(NeedsCoded)>>:

  • No quotes on NeedsCoded.

From WikiTipOfTheDay, by using <<RandomQuote(WikiTipOfTheDay)>>:

  • Be brave and add content to the Wiki - you can't destroy something, because from all pages a backup is automatically created!

Macro: PageCount

  • <<PageCount>>: 13796

  • <<PageCount(exists)>>: 3971


[CategoryHomepage]

DanRasmussen (last edited 2013-02-02 11:08:01 by DanRasmussen)