public
Description: Wordpress project to create a distributed social-bookmark website
Homepage: http://bookmark.alexgirard.com/tag/pressmark
Clone URL: git://github.com/alx/pressmark.git
Click here to lend your support to: pressmark and make a donation at www.pledgie.com !
name age message
file .gitignore Loading commit data...
file README.textile Fri Sep 19 04:39:11 -0700 2008 Theme selected by default on install [alx]
file favicon.ico Thu May 22 12:22:12 -0700 2008 add favicon [alx]
file index.php Tue Jul 29 04:54:29 -0700 2008 update to wp 2.6 [alx]
file license.txt
directory wp-admin/
file wp-app.php Sun Dec 14 02:16:05 -0800 2008 Update to wordpress 2.7 [alx]
file wp-atom.php
file wp-blog-header.php Tue Jul 29 04:54:29 -0700 2008 update to wp 2.6 [alx]
file wp-comments-post.php
file wp-commentsrss2.php Sun Dec 14 02:16:05 -0800 2008 Update to wordpress 2.7 [alx]
file wp-config-sample.php
directory wp-content/
file wp-cron.php Sun Dec 14 02:16:05 -0800 2008 Update to wordpress 2.7 [alx]
file wp-feed.php Sun Dec 14 02:16:05 -0800 2008 Update to wordpress 2.7 [alx]
directory wp-includes/
file wp-links-opml.php
file wp-load.php
file wp-login.php
file wp-mail.php Sun Dec 14 02:16:05 -0800 2008 Update to wordpress 2.7 [alx]
file wp-pass.php Tue Jul 29 04:54:29 -0700 2008 update to wp 2.6 [alx]
file wp-rdf.php
file wp-register.php Tue Jul 29 04:54:29 -0700 2008 update to wp 2.6 [alx]
file wp-rss.php Sun Dec 14 02:16:05 -0800 2008 Update to wordpress 2.7 [alx]
file wp-rss2.php Sun Dec 14 02:16:05 -0800 2008 Update to wordpress 2.7 [alx]
file wp-settings.php
file wp-trackback.php
file xmlrpc.php
README.textile

Pressmark: Social Bookmark with Wordpress

Pressmark with a Wordpress installation with all you need to start a social bookmarking website (like del.icio.us, sabros.us, …).

Installation

  • Get Pressmark sources:

    • Download it from Github
    • If you’ve got git installed, clone it from Github (to easily get last updated)
      git clone git://github.com/alx/pressmark.git pressmark
  • Move the source to your webserver, ask a geek how to do it if you don’t know :)
  • Wordpress configuration: copy ‘wp-config-sample.php’ to ‘wp-config.php’ and fill up the MySQL database information.
  • Access to the website where you’ve installed Pressmark, and begin the “2 min. installation” from Wordpress
  • Now that your website is ready, go in the administration pages and activate the following options:

    • In ‘Setting’: select ‘Anyone can register’ and set the ‘New User Default Role’ to ‘Author’ if you want your users to post links;
    • In ‘Plugins’: activate ‘WP-OpenID’ plugin

Support