FIX: Index forks
[phorkie.git] / README.rst
index 831c2f9ffcb6d7f2f9165f2b3950b7925619ba72..4d19c40521447c6f3c7f24331550051134066cdc 100644 (file)
@@ -165,7 +165,7 @@ Protect your site with OpenID
 You have the option of enabling OpenID authentication to help secure your
 pastes on phorkie.
 Set the ``$GLOBALS['phorkie']['auth']`` values in the
-``data/config.php`` file as desired.  
+``data/config.php`` file as desired.
 
 There are two different types of security you can apply.
 First, you can restrict to one of three ``securityLevels``:
@@ -179,6 +179,21 @@ You will need to add the individual OpenID urls to the
 ``$GLOBALS['phorkie']['auth']['users']`` variable.
 
 
+Get information about paste editors
+===================================
+Phorkie stores the user's OpenID or IP address (when not logged in) when
+a paste is edited.
+It is possible to get this information for each single commit::
+
+    // IP / OpenID for the latest commit
+    $ git notes --ref=identity show
+    127.0.0.1
+
+    // show IP / OpenID for a given commit
+    $ git notes --ref=identity show 29f82a
+    http://cweiske.de/
+
+
 =================
 Technical details
 =================