<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-## SelfMarks Installation
+## Selfmarks Installation
 
 So you think you're geek enough to install and run Selfmarks?  Good.
 Here's what you'll need:
@@ -30,6 +30,6 @@ Here's what you'll need:
       INSERT INTO users ( username, encrypted_password )
       VALUES ( 'some_username', 'some_SHA1ed_password' );
 13. Go to your old social bookmarking site; export bookmarks in Delicious-compatible format.
-14. Import into SelfMarks.
-15. Enjoy SelfMarks thoroughly.
-16. Permit your most trusted acquaintances to also use your SelfMarks installation.  Or not.
+14. Import into Selfmarks.
+15. Enjoy Selfmarks thoroughly.
+16. Permit your most trusted acquaintances to also use your Selfmarks installation.  Or not.</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 # Copy this file to config.rb and then edit to taste.
 
-module SelfMarks
+module Selfmarks
   PORT = 8011
   HOST = &quot;http://sm.purepistos.net&quot;
   DB_TYPE = 'Pg'</diff>
      <filename>config.rb.sample</filename>
    </modified>
    <modified>
      <diff>@@ -36,7 +36,7 @@ end
 require 'fastercsv'
 require 'm4dbi'
 require './config'
-$dbh = DBI.connect( &quot;DBI:#{SelfMarks::DB_TYPE}:#{SelfMarks::DB_DATABASE}&quot;, SelfMarks::DB_USERNAME, SelfMarks::DB_PASSWORD )
+$dbh = DBI.connect( &quot;DBI:#{Selfmarks::DB_TYPE}:#{Selfmarks::DB_DATABASE}&quot;, Selfmarks::DB_USERNAME, Selfmarks::DB_PASSWORD )
 require 'ramaze'
 require './models'
 </diff>
      <filename>import-csv.rb</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,7 @@ end
 require 'hpricot'
 require 'm4dbi'
 require './config'
-$dbh = DBI.connect( &quot;DBI:#{SelfMarks::DB_TYPE}:#{SelfMarks::DB_DATABASE}&quot;, SelfMarks::DB_USERNAME, SelfMarks::DB_PASSWORD )
+$dbh = DBI.connect( &quot;DBI:#{Selfmarks::DB_TYPE}:#{Selfmarks::DB_DATABASE}&quot;, Selfmarks::DB_USERNAME, Selfmarks::DB_PASSWORD )
 require 'ramaze'
 require './models'
 </diff>
      <filename>import-delicious.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,9 +4,9 @@ CmdUtils.CreateCommand({
   author: { name: &quot;Michael Fellinger&quot;, email: &quot;m.fellinger@gmail.com&quot;},
   contributors: [&quot;Michael Fellinger&quot;, &quot;Pistos&quot;],
   license: &quot;MIT&quot;,
-  description: &quot;Tags the current site using SelfMarks&quot;,
-  icon: &quot;#{SelfMarks::HOST}/favicon.ico&quot;,
-  help: &quot;Save the current URI to SelfMarks with the tags input by the user. Any selected text on the page will be recorded as the note.&quot;,
+  description: &quot;Tags the current site using Selfmarks&quot;,
+  icon: &quot;#{Selfmarks::HOST}/favicon.ico&quot;,
+  help: &quot;Save the current URI to Selfmarks with the tags input by the user. Any selected text on the page will be recorded as the note.&quot;,
 
   takes: {note: noun_arb_text},
   modifiers: {
@@ -26,7 +26,7 @@ CmdUtils.CreateCommand({
 
   execute: function(note, mods){
     var params = this.post_params(note, mods);
-    var response = jQuery.post(&quot;#{SelfMarks::HOST}/uri/add&quot;, params);
+    var response = jQuery.post(&quot;#{Selfmarks::HOST}/uri/add&quot;, params);
   },
 
   post_params: function(note, mods){</diff>
      <filename>public/selfmarks-ubiquity.js</filename>
    </modified>
    <modified>
      <diff>@@ -5,14 +5,14 @@ require 'json'
 require 'hpricot'
 
 require './config'
-$dbh = DBI.connect( &quot;DBI:#{SelfMarks::DB_TYPE}:#{SelfMarks::DB_DATABASE}&quot;, SelfMarks::DB_USERNAME, SelfMarks::DB_PASSWORD )
+$dbh = DBI.connect( &quot;DBI:#{Selfmarks::DB_TYPE}:#{Selfmarks::DB_DATABASE}&quot;, Selfmarks::DB_USERNAME, Selfmarks::DB_PASSWORD )
 
 require './models'
 Ramaze::acquire 'controller/*'
 Ramaze::acquire 'view/*'
 
-if SelfMarks::USE_MEMCACHED
+if Selfmarks::USE_MEMCACHED
   Ramaze::Global.cache_alternative[ :sessions ] = Ramaze::MemcachedCache
 end
 
-Ramaze.start :port =&gt; SelfMarks::PORT, :adapter =&gt; :mongrel
+Ramaze.start :port =&gt; Selfmarks::PORT, :adapter =&gt; :mongrel</diff>
      <filename>start.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,12 @@
 &lt;div id=&quot;about-header&quot;&gt;
 &lt;img src=&quot;/images/asian_model.png&quot; alt=&quot;Smile fierce!&quot; title=&quot;Smile fierce!&quot;/&gt;
 &lt;p class=&quot;quote&quot;&gt;
-&quot;Smile fierce.  You will have SelfMarks!&quot;
+&quot;Smile fierce.  You will have Selfmarks!&quot;
 &lt;/p&gt;
 &lt;/div&gt;
 
 &lt;p&gt;
-SelfMarks is anti-social bookmarking for the technically endowed.
+Selfmarks is anti-social bookmarking for the technically endowed.
 Trouble-free bookmarking for geeks.
 Bookmarking without the centralization handcuffs; you take all the credit (and blame).
 &lt;/p&gt;
@@ -14,13 +14,13 @@ Bookmarking without the centralization handcuffs; you take all the credit (and b
 &lt;p&gt;
 Can't figure out how to
 &lt;span id=&quot;git-get&quot;&gt;
-&lt;a href=&quot;http://github.com/Pistos/selfmarks/tree/master&quot; id=&quot;git_&quot;&gt;git SelfMarks&lt;/a&gt;
-&lt;a href=&quot;http://github.com/Pistos/selfmarks/tree/master&quot; id=&quot;get_&quot;&gt;get SelfMarks&lt;/a&gt;
+&lt;a href=&quot;http://github.com/Pistos/selfmarks/tree/master&quot; id=&quot;git_&quot;&gt;git Selfmarks&lt;/a&gt;
+&lt;a href=&quot;http://github.com/Pistos/selfmarks/tree/master&quot; id=&quot;get_&quot;&gt;get Selfmarks&lt;/a&gt;
 &lt;/span&gt;
-and install it yourself?  Then SelfMarks is not for you[r admin].
+and install it yourself?  Then Selfmarks is not for you[r admin].
 &lt;/p&gt;
 
 &lt;p&gt;
 Annoyed with the slowness and downtime of social bookmarking
-sites when you don't even use the &quot;social&quot; part?  Then SelfMarks is for you.
+sites when you don't even use the &quot;social&quot; part?  Then Selfmarks is for you.
 &lt;/p&gt;
\ No newline at end of file</diff>
      <filename>view/about.xhtml</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 &lt;h3&gt;Account&lt;/h3&gt;
 
 &lt;ul&gt;
-&lt;li&gt;Bookmarklet: &lt;a href=&quot;javascript:#{h(@bookmarklet_source)}&quot;&gt;SelfMarks&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Bookmarklet: &lt;a href=&quot;javascript:#{h(@bookmarklet_source)}&quot;&gt;Selfmarks&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;ubiquity&quot; target=&quot;selfmarks-ubiquity&quot;&gt;Add Ubiquity Command&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;#{A( 'Import Bookmarks', :href =&gt; R( MainController, :import ) )}&lt;/li&gt;
 &lt;li&gt;#{A( 'Export Bookmarks', :href =&gt; R( MainController, :export ) )}&lt;/li&gt;</diff>
      <filename>view/account.xhtml</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ function load_js( uri, id ) {
 
 ( function() {
     load_js( 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js', 'selfmarks-jquery' );
-    var href = '#{SelfMarks::HOST}/uri/add_window.js?uri=' + encodeURIComponent( window.location.href ) +
+    var href = '#{Selfmarks::HOST}/uri/add_window.js?uri=' + encodeURIComponent( window.location.href ) +
         '&amp;title=' + encodeURIComponent( document.title );
     load_js( href, 'selfmarks-javascript' );
 } )();</diff>
      <filename>view/bookmarklet.js</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
 
 &lt;head&gt;
 
-  &lt;title&gt;#{@page_title} - SelfMarks&lt;/title&gt;
+  &lt;title&gt;#{@page_title} - Selfmarks&lt;/title&gt;
   &lt;link rel=&quot;stylesheet&quot; href=&quot;/selfmarks.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot;/&gt;
   &lt;script src=&quot;http://www.google.com/jsapi&quot;&gt;&lt;/script&gt;
   &lt;script&gt;google.load(&quot;jquery&quot;, &quot;1&quot;);&lt;/script&gt;
@@ -15,7 +15,7 @@
 &lt;body&gt;
 &lt;div id=&quot;page&quot;&gt;
 
-  &lt;a href=&quot;/&quot;&gt;&lt;div id=&quot;logo-and-title&quot; alt=&quot;SelfMarks&quot;&gt;&lt;/div&gt;&lt;/a&gt;
+  &lt;a href=&quot;/&quot;&gt;&lt;div id=&quot;logo-and-title&quot; alt=&quot;Selfmarks&quot;&gt;&lt;/div&gt;&lt;/a&gt;
 
   &lt;table id=&quot;page-header&quot;&gt;&lt;tr&gt;
     &lt;td id=&quot;menu-main&quot;&gt;</diff>
      <filename>view/page.xhtml</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 if( $( '#selfmarks-window' ).length == 0 ) {
     $( 'head' ).append(
-        '&lt;link rel=&quot;stylesheet&quot; href=&quot;#{SelfMarks::HOST}/uri/add_window.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot;/&gt;'
+        '&lt;link rel=&quot;stylesheet&quot; href=&quot;#{Selfmarks::HOST}/uri/add_window.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot;/&gt;'
     );
     var div = $( '#{@window_html}' );
     div.hide();
@@ -14,7 +14,7 @@ $( '#selfmarks-submit' ).live( 'click', function() {
     var tags = $( '#selfmarks-tags' ).val();
     var notes = $( '#selfmarks-notes' ).val();
     $.getJSON(
-        '#{SelfMarks::HOST}/uri/add_window_add?jsoncallback=?',
+        '#{Selfmarks::HOST}/uri/add_window_add?jsoncallback=?',
         {   uri   : uri,
             title : title,
             tags  : tags,</diff>
      <filename>view/uri/add_window.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 &lt;div id=&quot;selfmarks-window&quot;&gt;
 
   Please
-  &lt;a href=&quot;#{SelfMarks::HOST}#{R( MainController, :login )}&quot; target=&quot;selfmarks&quot;&gt;login&lt;/a&gt;
+  &lt;a href=&quot;#{Selfmarks::HOST}#{R( MainController, :login )}&quot; target=&quot;selfmarks&quot;&gt;login&lt;/a&gt;
   to bookmark this URI.
 
 &lt;/div&gt;
\ No newline at end of file</diff>
      <filename>view/uri/add_window_login.xhtml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c05d5dd9f2d625ae2bc4483c32a1174b67ed48ca</id>
    </parent>
  </parents>
  <author>
    <name>Pistos</name>
    <email>gitsomegrace.5.pistos@geoshell.com</email>
  </author>
  <url>http://github.com/Pistos/selfmarks/commit/6a56f431c7edbcdc2a080f573d707c4a7a7acb2e</url>
  <id>6a56f431c7edbcdc2a080f573d707c4a7a7acb2e</id>
  <committed-date>2009-02-05T17:27:08-08:00</committed-date>
  <authored-date>2009-02-05T17:27:08-08:00</authored-date>
  <message>Changed official capitalization from SelfMarks to Selfmarks.</message>
  <tree>f9d9fe2b3046c5598c70b666f249e3aa35c4e8db</tree>
  <committer>
    <name>Pistos</name>
    <email>gitsomegrace.5.pistos@geoshell.com</email>
  </committer>
</commit>
