top of page

Salon

Okay, first of all, to any of you who have been waiting for this to happen, I am sorry, it isn’t happening, yet.

To the rest of you, the Salon is supposed to be where bright witty people talk about poetry, novels, writers, art, and even occasionally current events and politics, but only in passing and on occasion.

Once upon a time there was a place called Camelot, strike that, called Shelfari. For a brief and shining moment (8 years, actually) Better than Starbucks was not a literary journal, it was a real place, or that is to say a real, active and live digital community. At first the format was a little clunky, but eventually, the good people who ran the place, by being very responsive and having staff who lived on and loved Shelfari as much as we users did, built a better and better system for making discussion threads that almost worked like the old AOL chat rooms, but at more leisure as the chats lasted for weeks and months.

The way the responses were stacked and nested allowed for an easy way to go to exactly where you last where and pick up again. It was a thing of beauty. We had a group (Better than Starbucks) I founded after getting kicked out of another group similar to ours called Brilliant Babes (and Dudes). Theirs was a closed group with a lot of rules, Whereas, ours was open and it took a lot to get kicked out. The point is there were many types of groups and they met the needs of thousands if not millions of people who loved books and loved to talk about books. It was truly a thing of beauty.

The problem was Shelfari was built by people who loved what they did, but probably weren’t too sharp at making money. The platform was very popular, so it became an ideal target for takeover. The same month I started the original BTS, April 2008, Amazon bought Shelfari. At first that wasn’t a problem, but in 2013, Amazon bought Goodreads, and shortly thereafter, the troubles began. Shelfari staff were either moved to Goodreads or laid off. Service issues were ignored, and eventually Amazon “merged” the two, which meant Shelfari was destroyed and all of us who were there could either move to Goodreads or just no longer have a home.

We are on Goodreads, but frankly, it is a horrible site, and almost completely worthless for having conversations within a group. I salvaged a bit of html code from a couple of old Shelfari pages, but I cant seem to create anything like what was there with them.

So if you are a coder, and you want to be a hero, please contact us! You will be paid the same as the rest of the staff, which to say nothing but gratitude.

​

Back in the day, this is what it looked like:

​

https://wordpress.com/stats/insights/betterthanstarbucks.wordpress.com

​

If you will notice the links still work, only they don't take you to the pages, they redirect you to the dreaded Goodreads.

​

Speaking of which, I salvaged a few pages and moved them to Goodreads. They don't present quite like they were originally, but they might give a code writer some idea:

​

https://www.goodreads.com/topic/show/18024912-if-it-is-jan-you-re-wearing-take-it-off

​

So, if you are an expert, or even a brave hobbyist, please let us know.

What code we have:

 

<!DOCTYPE html><!--<3

_

___ __ _| |_ _ _ __ ___ ___

/ __/ _` | | | | | '_ \/ __|/ _ \

| (_| (_| | | |_| | |_) \__ \ (_) |

\___\__,_|_|\__, | .__/|___/\___/

|___/|_|

 

--><html lang="en" dir="ltr"><head><title>WordPress.com</title><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><meta name="format-detection" content="telephone=no"><meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="referrer" content="origin"><meta property="og:site_name" content="WordPress.com"><link rel="shortcut icon" type="image/vnd.microsoft.icon" href="//s1.wp.com/i/favicon.ico" sizes="16x16 32x32"><link rel="shortcut icon" type="image/x-icon" href="//s1.wp.com/i/favicon.ico" sizes="16x16 32x32"><link rel="icon" type="image/x-icon" href="//s1.wp.com/i/favicon.ico" sizes="16x16 32x32"><link rel="icon" type="image/png" href="//s1.wp.com/i/favicons/favicon-64x64.png" sizes="64x64"><link rel="icon" type="image/png" href="//s1.wp.com/i/favicons/favicon-96x96.png" sizes="96x96"><link rel="icon" type="image/png" href="//s1.wp.com/i/favicons/android-chrome-192x192.png" sizes="192x192"><link rel="apple-touch-icon" sizes="57x57" href="//s1.wp.com/i/favicons/apple-touch-icon-57x57.png"><link rel="apple-touch-icon" sizes="60x60" href="//s1.wp.com/i/favicons/apple-touch-icon-60x60.png"><link rel="apple-touch-icon" sizes="72x72" href="//s1.wp.com/i/favicons/apple-touch-icon-72x72.png"><link rel="apple-touch-icon" sizes="76x76" href="//s1.wp.com/i/favicons/apple-touch-icon-76x76.png"><link rel="apple-touch-icon" sizes="114x114" href="//s1.wp.com/i/favicons/apple-touch-icon-114x114.png"><link rel="apple-touch-icon" sizes="120x120" href="//s1.wp.com/i/favicons/apple-touch-icon-120x120.png"><link rel="apple-touch-icon" sizes="144x144" href="//s1.wp.com/i/favicons/apple-touch-icon-144x144.png"><link rel="apple-touch-icon" sizes="152x152" href="//s1.wp.com/i/favicons/apple-touch-icon-152x152.png"><link rel="apple-touch-icon" sizes="180x180" href="//s1.wp.com/i/favicons/apple-touch-icon-180x180.png"><link rel="profile" href="http://gmpg.org/xfn/11"><link rel="manifest" href="/calypso/manifest.json"><link rel="stylesheet" href="//s1.wp.com/i/fonts/merriweather/merriweather.css?v=20160210"><link rel="stylesheet" href="//s1.wp.com/i/noticons/noticons.css?v=20150727"><link rel="stylesheet" href="//s1.wp.com/wp-includes/css/dashicons.css?v=20150727"><link rel="stylesheet" href="/calypso/style.css?v=732385e37d"></head><body><div class="wpcom-site" id="wpcom"><div class="wpcom-site__logo noticon noticon-wordpress"></div></div><script>(function() {

function isSupported() {

var ios, version, ua;

 

ua = window.navigator.userAgent;

 

if ( ! window.history ||

! window.history.pushState ||

! window.history.replaceState ||

! ( '__proto__' in Object.prototype )

) {

return false;

}

 

function getFirstMatch( regex ) {

var match = ua.match( regex );

return ( match && match.length > 1 && match[1] ) || '';

}

 

ios = getFirstMatch( /(ipod|iphone|ipad)/i ).toLowerCase();

version = getFirstMatch( /version\/(\d+(\.\d+)? )/i );

 

if ( ios && version < 6 ) {

// disable for now because it is breaking Chrome on iOS

//return false;

}

 

return true;

}

 

if ( ! isSupported() ) {

window.location = 'https://wordpress.com/browsehappy?url=' + encodeURIComponent( window.location );

}

})();

</script><script type="text/javascript">var currentUser = {"ID":50925363,"display_name":"anthonyuplandpoetwatkins","username":"anthonyuplandpoetwatkins","avatar_URL":"https:\x2F\x2F1.gravatar.com\x2Favatar\x2Fd146e75d0e8b4033d7345139593cf2cb\x3Fs\x3D96\x26d\x3Didenticon","site_count":12,"visible_site_count":12,"date":"2013-06-01T09:58:50\x2B00:00","has_unseen_notes":false,"newest_note_type":"","phone_account":false,"email":"anthonyleewatkins\x40gmail.com","email_verified":true,"is_valid_google_apps_country":true,"logout_URL":"https:\x2F\x2Fwordpress.com\x2Fwp-login.php\x3Faction\x3Dlogout\x26_wpnonce\x3D749079e85d\x26redirect_to\x3Dhttps\x253A\x252F\x252Fwordpress.com\x252F","primary_blog":62204248,"primary_blog_url":"http:\x2F\x2Fsleepingbearpressdontwakethebear.wordpress.com","meta":{"links":{"self":"https:\x2F\x2Fpublic-api.wordpress.com\x2Frest\x2Fv1\x2Fme","help":"https:\x2F\x2Fpublic-api.wordpress.com\x2Frest\x2Fv1\x2Fme\x2Fhelp","site":"https:\x2F\x2Fpublic-api.wordpress.com\x2Frest\x2Fv1\x2Fsites\x2F5836086","flags":"https:\x2F\x2Fpublic-api.wordpress.com\x2Frest\x2Fv1\x2Fme\x2Fflags"},"data":{"flags":{"active_flags":["publish_post_milestones","reader_blog_header_image","newdash_themes_logged_out","newdash_i14","calypso_sites","interim_editor","newdash_store_domain_management","newdash_store_google_apps","masterbar","me_section","calypso_me","notifications2","notifications2_wide","notificationsbeta","me_billing","calypso_stats","calypso_plans","calypso_checkout","calypso_domain_search","calypso_domain_management","calypso_reader","community_translator","wpcom-use-wpadmin-flows","calypso_reader_manage_following"]}}},"is_new_reader":false,"primarySiteSlug":"sleepingbearpressdontwakethebear.wordpress.com","localeSlug":"en","isRTL":false}</script><script type="text/javascript">var app = {"clientIp":"76.110.160.116","isDebug":false,"tinymceWpSkin":"\x2Fcalypso\x2Ftinymce\x2Fskins\x2Fwordpress\x2Fwp-content.css\x3Fv\x3D15e498b8ba","tinymceEditorCss":"\x2Fcalypso\x2Feditor.css\x3Fv\x3D8596fef42d"}</script><script type="text/javascript">var initialReduxState = {"documentHead":{"link":[],"meta":[{"property":"og:site_name","content":"WordPress.com"}],"title":"","unreadCount":0}}</script><script src="/calypso/manifest.d477bc92d44cfbea7981.min.js"></script><script src="/calypso/vendor.production.min.js?v=f113fab97e"></script><script src="/calypso/build-production.b2dfb6fc8dc60b7aa7ac.min.js"></script><script src="/calypso/commons.0b5c171ea6df51d061cb.min.js"></script><script src="/calypso/stats.b188952fea3be351c8f3.min.js"></script><script type="text/javascript">window.AppBoot();</script><noscript class="wpcom-site__global-noscript">Please enable JavaScript in your browser to enjoy WordPress.com.</noscript></body></html>

bottom of page