public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
updated version info to 1.1
dustin (author)
Sun Feb 13 02:22:56 -0800 2005
commit  1def66420632889e9aaa3e87777c16bb5b8ace1e
tree    9e5bfa08f86da7484c1d19ce5d915052cbd90776
parent  c131c2bfebe9d48e32d7f3aba0d62da0915865f8
...
17
18
19
20
 
21
22
23
...
17
18
19
 
20
21
22
23
0
@@ -17,7 +17,7 @@
0
   <key>CFBundleSignature</key>
0
   <string>????</string>
0
   <key>CFBundleVersion</key>
0
- <string>1.0.1</string>
0
+ <string>1.1</string>
0
   <key>NSMainNibFile</key>
0
   <string>PhotoSync</string>
0
   <key>NSPrincipalClass</key>
...
71
72
73
74
75
76
77
 
 
 
 
78
79
80
81
 
82
83
84
 
 
85
86
 
87
88
89
...
100
101
102
103
104
 
...
71
72
73
 
 
 
 
74
75
76
77
78
79
80
 
81
82
 
 
83
84
85
 
86
87
88
89
...
100
101
102
 
103
104
0
@@ -71,19 +71,19 @@
0
     PRINCIPAL_CLASS = NSApplication;
0
     PROJECT_AUTHORS = (
0
     );
0
- PROJECT_COPYRIGHT = "Copyright (C) 200x";
0
- PROJECT_COPYRIGHT_DESC = "Released under ...";
0
- PROJECT_CREATOR = "User &";
0
- PROJECT_DESCRIPTION = "No description avaliable!";
0
+ PROJECT_COPYRIGHT = "Copyright (C) 2005";
0
+ PROJECT_COPYRIGHT_DESC = "Released under a BSD license";
0
+ PROJECT_CREATOR = "Dustin Sallings";
0
+ PROJECT_DESCRIPTION = "A tool for building offline sites from PhotoServlet.";
0
     PROJECT_DOCUMENTTYPES = (
0
     );
0
     PROJECT_GROUP = "No group avaliable!";
0
- PROJECT_MAINTAINER = "User &";
0
+ PROJECT_MAINTAINER = "Dustin Sallings";
0
     PROJECT_NAME = PhotoSync;
0
- PROJECT_RELEASE = 0.1;
0
- PROJECT_SUMMARY = "No summary avaliable!";
0
+ PROJECT_RELEASE = 1.1;
0
+ PROJECT_SUMMARY = "A tool for building offline sites from PhotoServlet.";
0
     PROJECT_TYPE = Application;
0
- PROJECT_URL = "";
0
+ PROJECT_URL = "http://bleu.west.spy.net/~dustin/projects/photosync/index.xtp";
0
     SEARCH_HEADER_DIRS = (
0
   "/home/dustin/GNUstep/Library/Frameworks/URLLoading.framework/Headers/"
0
     );
0
@@ -100,4 +100,4 @@
0
     USER_LANGUAGES = (
0
   English
0
     );
0
-}
0
\ No newline at end of file
0
+}
...
1
2
3
 
4
5
6
7
8
 
 
 
 
9
10
11
12
13
14
 
...
1
2
 
3
4
 
 
 
 
5
6
7
8
9
10
11
12
 
13
14
0
@@ -1,13 +1,13 @@
0
 {
0
     "!" = "Generated by ProjectCenter, do not edit";
0
- ApplicationDescription = "No description avaliable!";
0
+ ApplicationDescription = "A tool for building offline sites from PhotoServlet.";
0
     ApplicationName = PhotoSync;
0
- ApplicationRelease = 0.1;
0
- Copyright = "Copyright (C) 200x";
0
- CopyrightDescription = "Released under ...";
0
- FullVersionID = 0.1;
0
+ ApplicationRelease = 1.1;
0
+ Copyright = "Copyright (C) 2005";
0
+ CopyrightDescription = "Released under a BSD license";
0
+ FullVersionID = 1.1;
0
     NSExecutable = PhotoSync;
0
     NSMainNibFile = PhotoSyncGS.gorm;
0
     NSPrincipalClass = NSApplication;
0
     NSRole = Application;
0
-}
0
\ No newline at end of file
0
+}

Comments

    No one has commented yet.