mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix URL
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27511 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a1d5f2f174
commit
115baac809
2 changed files with 5 additions and 5 deletions
|
@ -332,7 +332,7 @@ static BOOL snuggleStart(NSString *t)
|
|||
[str appendString: @"<?xml version=\"1.0\"?>\n"];
|
||||
[str appendString: @"<!DOCTYPE gsdoc PUBLIC "];
|
||||
[str appendString: @"\"-//GNUstep//DTD gsdoc 1.0.3//EN\" "];
|
||||
[str appendString: @"\"http://www.gnustep.org/gsdoc-1_0_3.xml\">\n"];
|
||||
[str appendString: @"\"http://www.gnustep.org/gsdoc-1_0_3.dtd\">\n"];
|
||||
[str appendFormat: @"<gsdoc"];
|
||||
|
||||
if (base != nil)
|
||||
|
@ -2335,7 +2335,7 @@ static BOOL snuggleStart(NSString *t)
|
|||
[str appendString: @"<?xml version=\"1.0\"?>\n"];
|
||||
[str appendString: @"<!DOCTYPE gsdoc PUBLIC "];
|
||||
[str appendString: @"\"-//GNUstep//DTD gsdoc 1.0.3//EN\" "];
|
||||
[str appendString: @"\"http://www.gnustep.org/gsdoc-1_0_3.xml\">\n"];
|
||||
[str appendString: @"\"http://www.gnustep.org/gsdoc-1_0_3.dtd\">\n"];
|
||||
[str appendString: @"<gsdoc base=\""];
|
||||
[str appendString: [name lastPathComponent]];
|
||||
/*
|
||||
|
|
|
@ -547,7 +547,7 @@
|
|||
<example>
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.3//EN"
|
||||
"http://www.gnustep.org/gsdoc-1_0_3.xml">
|
||||
"http://www.gnustep.org/gsdoc-1_0_3.dtd">
|
||||
<gsdoc base="index">
|
||||
<head>
|
||||
<title>My project reference</title>
|
||||
|
@ -1776,7 +1776,7 @@ main(int argc, char **argv, char **env)
|
|||
|
||||
// skeleton for table of contents files
|
||||
[tocSkel setString: @"<?xml version=\"1.0\"?>\n"
|
||||
@"<!DOCTYPE gsdoc PUBLIC \"-//GNUstep//DTD gsdoc 1.0.3//EN\" \"http://www.gnustep.org/gsdoc-1_0_3.xml\">\n"
|
||||
@"<!DOCTYPE gsdoc PUBLIC \"-//GNUstep//DTD gsdoc 1.0.3//EN\" \"http://www.gnustep.org/gsdoc-1_0_3.dtd\">\n"
|
||||
@"<gsdoc base=\"[typeU]\" stylesheeturl=\"gsdoc_contents\">\n"
|
||||
@" <head>\n"
|
||||
@" <title>[typeU]</title>\n"
|
||||
|
@ -1882,7 +1882,7 @@ main(int argc, char **argv, char **env)
|
|||
@"named %@ in the documentation output directory.\n"
|
||||
@"Then include this file in the arguments to autogsdoc.\n\n", prjFile);
|
||||
[prjFileContents setString: @"<?xml version=\"1.0\"?>\n"
|
||||
@"<!DOCTYPE gsdoc PUBLIC \"-//GNUstep//DTD gsdoc 1.0.3//EN\" \"http://www.gnustep.org/gsdoc-1_0_3.xml\">\n"
|
||||
@"<!DOCTYPE gsdoc PUBLIC \"-//GNUstep//DTD gsdoc 1.0.3//EN\" \"http://www.gnustep.org/gsdoc-1_0_3.dtd\">\n"
|
||||
@"<gsdoc base=\"[prjName]\">\n"
|
||||
@" <head>\n"
|
||||
@" <title>The [prjName] Project</title>\n"
|
||||
|
|
Loading…
Reference in a new issue