Revision: 4027
          http://skim-app.svn.sourceforge.net/skim-app/?rev=4027&view=rev
Author:   hofman
Date:     2008-06-18 10:51:03 -0700 (Wed, 18 Jun 2008)

Log Message:
-----------
Fix typo

Modified Paths:
--------------
    trunk/SkimNotes/SkimNotes.rtf

Modified: trunk/SkimNotes/SkimNotes.rtf
===================================================================
--- trunk/SkimNotes/SkimNotes.rtf       2008-06-18 16:42:38 UTC (rev 4026)
+++ trunk/SkimNotes/SkimNotes.rtf       2008-06-18 17:51:03 UTC (rev 4027)
@@ -2,7 +2,6 @@
 {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 
Courier;\f2\fnil\fcharset0 Monaco;
 }
 {\colortbl;\red255\green255\blue255;\red118\green15\blue80;}
-\paperw11900\paperh16840\margl1440\margr1440\vieww12280\viewh9940\viewkind0
 
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
 
 \f0\b\fs36 \cf0 SkimNotes Framework
@@ -17,7 +16,7 @@
 NSFileManager (SKNExtensions)
 \b0 \
 \
-A category on NSFileManager.  This category adds methods to read and write 
Skim notes.  Skim notes can be set in the extended attributes of a (PDF) file, 
contains in a .skim file, or contained inside a PDF bundle.  There are three 
types of Skim notes data: archived property lists, text notes, or RTF notes.  
This class will probably be your main interface with the framework.\
+A category on NSFileManager.  This category adds methods to read and write 
Skim notes.  Skim notes can be set in the extended attributes of a (PDF) file, 
contained in a .skim file, or contained inside a PDF bundle.  There are three 
types of Skim notes data: archived property lists, text notes, or RTF notes.  
This class will probably be your main interface with the framework.\
 \
 
 \b PDFDocument (SKNExtensions)
@@ -25,9 +24,8 @@
 \
 A category on PDFDocument.  This category defines methods to add Skim notes to 
a PDFDocument.  Skim notes added to a PDFDocument are represented by concrete 
PDFAnnotation subclasses.  You can either add Skim notes from an array of 
properties, or by initializing a new document from a URL for a PDF bundle or a 
PDF file containing Skim notes in its extended attributes.  This class may be 
your main interface with the framework.\
 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
 
-\b \cf0 SKNExtendedAttributeManager
+\b SKNExtendedAttributeManager
 \b0 \
 \
 A class with a shared object to read and write data from and to extended 
attributes.  This class is basically an Objective-C wrapper around the 
low-level BSD functions for accessing extended attributes.  This class also 
contains logic to split the data into segments, to avoid the effective 2kB size 
limit of extended attributes on Mac OSX.  You probably don't need to deal 
directly with this class, you probably use it indirectly through the API 
provided by the NSFileManager and PDFDocument categories.\
@@ -63,9 +61,8 @@
 A concrete subclass of PDFAnnotationText.  This class is used to represent 
Skim anchored notes.  Objects of this class contain, apart from the properties 
of PDFAnnotationText, an image and an attributed string value.\
 \
 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
 
-\b\fs36 \cf0 Skimnotes Command Line Tool
+\b\fs36 Skimnotes Command Line Tool
 \fs24 \
 \
 
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
@@ -74,8 +71,9 @@
 \f1 skimnotes help
 \f0  to get more help on using the tool.\
 \
+\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
 
-\b SKNAgentListenerProtocol
+\b \cf0 SKNAgentListenerProtocol
 \b0 \
 \
 This protocol is used by the agent.  You can send messages from this protocol 
to the proxy of the connection through DO.\


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to