public
Description: A popular sample Cocoa application rewritten in Nu. Original code by Aaron Hillegass, ported to Nu by Tim Burks.
Homepage: http://programming.nu/posts/2007/12/12/nupagepacker
Clone URL: git://github.com/timburks/nupagepacker.git
Search Repo:
Updated credits and application name in menus.

To avoid confusion with the original PagePacker,
the credits were updated and the application name
was changed in the menus.
timburks (author)
Sun Dec 09 22:02:12 -0800 2007
commit  ded56fa59dd81f87319bca9523d6e3b904e58bef
tree    ccb221a64b2fd0f2129b6a70e6790334a532dded
parent  f35c146e5a74a94af8b4c16d1b81c33ae4496bd0
...
1
2
 
 
3
 
4
5
6
 
 
 
 
 
7
8
9
...
19
20
21
22
23
24
25
...
 
 
1
2
3
4
5
6
 
7
8
9
10
11
12
13
14
...
24
25
26
 
27
28
29
0
@@ -1,9 +1,14 @@
0
-{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420
0
-{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
0
+{\rtf1\ansi\ansicpg1252\cocoartf949
0
+{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
0
 {\colortbl;\red255\green255\blue255;}
0
+\vieww9000\viewh8400\viewkind0
0
 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
0
 
0
-\f0\fs24 \cf0 This was written by Aaron Hillegass who teaches Cocoa programming at{\field{\*\fldinst{HYPERLINK "http://www.bignerdranch.com/"}}{\fldrslt Big Nerd Ranch, Inc}}.\
0
+\f0\fs24 \cf0 This is a {\field{\*\fldinst{HYPERLINK "http://programming.nu"}}{\fldrslt Nu}} version of an application originally written by Aaron Hillegass. \
0
+\
0
+It was written by Tim Burks, the creator and developer of Nu. Like the original Big Nerd Ranch, Inc. version, this software and its source code are released under the BSD license.\
0
+\
0
+Aaron Hillegass teaches Cocoa programming at{\field{\*\fldinst{HYPERLINK "http://www.bignerdranch.com/"}}{\fldrslt Big Nerd Ranch, Inc}}.\
0
 \
0
 To write the app was {\field{\*\fldinst{HYPERLINK "http://bignerdranch.com/instructors/osborne.shtml"}}{\fldrslt Nate Osborne}}'s idea.\
0
 \
0
@@ -19,6 +24,5 @@ The icon was created by Kyle Mistry. See {\field{\*\fldinst{HYPERLINK "http://k
0
 \
0
 The Japanese localization was done by Joshua Done.\
0
 \
0
-This software and its source code are released by Big Nerd Ranch, Inc. under the BSD License.\
0
 \
0
 }
0
\ No newline at end of file
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
0
@@ -1,21 +1,65 @@
0
-{
0
- IBClasses = (
0
- {CLASS = AppController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
0
- {
0
- ACTIONS = {changePage = id; };
0
- CLASS = CatalogController;
0
- LANGUAGE = ObjC;
0
- OUTLETS = {pageSlider = NSSlider; pdfView = PDFView; };
0
- SUPERCLASS = NSWindowController;
0
- },
0
- {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
0
- {
0
- ACTIONS = {paperChosen = id; };
0
- CLASS = PreferenceController;
0
- LANGUAGE = ObjC;
0
- OUTLETS = {paperPopUp = NSPopUpButton; };
0
- SUPERCLASS = NSWindowController;
0
- }
0
- );
0
- IBVersion = 1;
0
-}
0
\ No newline at end of file
0
+<?xml version="1.0" encoding="UTF-8"?>
0
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
+<plist version="1.0">
0
+<dict>
0
+ <key>IBClasses</key>
0
+ <array>
0
+ <dict>
0
+ <key>ACTIONS</key>
0
+ <dict>
0
+ <key>paperChosen</key>
0
+ <string>id</string>
0
+ </dict>
0
+ <key>CLASS</key>
0
+ <string>PreferenceController</string>
0
+ <key>LANGUAGE</key>
0
+ <string>ObjC</string>
0
+ <key>OUTLETS</key>
0
+ <dict>
0
+ <key>paperPopUp</key>
0
+ <string>NSPopUpButton</string>
0
+ </dict>
0
+ <key>SUPERCLASS</key>
0
+ <string>NSWindowController</string>
0
+ </dict>
0
+ <dict>
0
+ <key>CLASS</key>
0
+ <string>FirstResponder</string>
0
+ <key>LANGUAGE</key>
0
+ <string>ObjC</string>
0
+ <key>SUPERCLASS</key>
0
+ <string>NSObject</string>
0
+ </dict>
0
+ <dict>
0
+ <key>ACTIONS</key>
0
+ <dict>
0
+ <key>changePage</key>
0
+ <string>id</string>
0
+ </dict>
0
+ <key>CLASS</key>
0
+ <string>CatalogController</string>
0
+ <key>LANGUAGE</key>
0
+ <string>ObjC</string>
0
+ <key>OUTLETS</key>
0
+ <dict>
0
+ <key>pageSlider</key>
0
+ <string>NSSlider</string>
0
+ <key>pdfView</key>
0
+ <string>PDFView</string>
0
+ </dict>
0
+ <key>SUPERCLASS</key>
0
+ <string>NSWindowController</string>
0
+ </dict>
0
+ <dict>
0
+ <key>CLASS</key>
0
+ <string>AppController</string>
0
+ <key>LANGUAGE</key>
0
+ <string>ObjC</string>
0
+ <key>SUPERCLASS</key>
0
+ <string>NSObject</string>
0
+ </dict>
0
+ </array>
0
+ <key>IBVersion</key>
0
+ <string>1</string>
0
+</dict>
0
+</plist>
...
1
2
 
3
4
5
6
7
8
9
10
11
12
13
 
 
 
14
15
16
 
17
18
19
 
 
 
20
21
...
1
 
2
3
4
 
 
 
 
 
 
 
5
 
6
7
8
9
10
 
11
12
13
 
14
15
16
17
18
0
@@ -1,21 +1,18 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
 <plist version="1.0">
0
 <dict>
0
- <key>IBDocumentLocation</key>
0
- <string>123 103 356 240 0 0 1680 1028 </string>
0
- <key>IBEditorPositions</key>
0
- <dict>
0
- <key>29</key>
0
- <string>214 853 338 44 0 0 1680 1028 </string>
0
- </dict>
0
   <key>IBFramework Version</key>
0
- <string>446.1</string>
0
+ <string>629</string>
0
+ <key>IBOldestOS</key>
0
+ <integer>5</integer>
0
   <key>IBOpenObjects</key>
0
   <array>
0
- <integer>29</integer>
0
+ <integer>106</integer>
0
   </array>
0
   <key>IBSystem Version</key>
0
- <string>8N1037</string>
0
+ <string>9B18</string>
0
+ <key>targetFramework</key>
0
+ <string>IBCocoaFramework</string>
0
 </dict>
0
 </plist>

Comments

    No one has commented yet.