mirror of https://github.com/buresdv/Cork
~ Test Help Book implementation
This commit is contained in:
parent
bf78c1a071
commit
7c18893f3f
|
|
@ -147,8 +147,22 @@
|
|||
63FFEF5029CB5EEE00D6FFC4 /* Fatal Alert Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63FFEF4F29CB5EEE00D6FFC4 /* Fatal Alert Types.swift */; };
|
||||
96B86AF529C6561E00844DF4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 96B86AF729C6561E00844DF4 /* Localizable.strings */; };
|
||||
96B86AFD29C66E6D00844DF4 /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 96B86AFF29C66E6D00844DF4 /* Localizable.stringsdict */; };
|
||||
C45945172A91232900271D99 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = C45945192A91232900271D99 /* index.html */; };
|
||||
C459451A2A91232E00271D99 /* topic1.html in Resources */ = {isa = PBXBuildFile; fileRef = C459451C2A91232E00271D99 /* topic1.html */; };
|
||||
C459451D2A91233400271D99 /* topic2.html in Resources */ = {isa = PBXBuildFile; fileRef = C459451F2A91233400271D99 /* topic2.html */; };
|
||||
C4C2A0E72A910A0D00E6F172 /* CorkHelp.help in Resources */ = {isa = PBXBuildFile; fileRef = C4C2A0E02A9108DA00E6F172 /* CorkHelp.help */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
C4C2A0E52A9109EB00E6F172 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 634065592871AA42001A2178 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = C4C2A0DF2A9108DA00E6F172;
|
||||
remoteInfo = CorkHelp;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
512963C42A35A288009FE512 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
512963C52A35A288009FE512 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
|
||||
|
|
@ -294,6 +308,12 @@
|
|||
96B86AFE29C66E6D00844DF4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = en; path = en.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
|
||||
B0376A5729D26097009C7E6B /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
||||
B0376A5829D26097009C7E6B /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
|
||||
C45945182A91232900271D99 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = en; path = en.lproj/index.html; sourceTree = "<group>"; };
|
||||
C459451B2A91232E00271D99 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = en; path = en.lproj/topic1.html; sourceTree = "<group>"; };
|
||||
C459451E2A91233400271D99 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = en; path = en.lproj/topic2.html; sourceTree = "<group>"; };
|
||||
C47433522A92219700BC7209 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
||||
C4C2A0E02A9108DA00E6F172 /* CorkHelp.help */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CorkHelp.help; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
C4C2A0E42A91090500E6F172 /* CorkHelp-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CorkHelp-Info.plist"; sourceTree = "<group>"; };
|
||||
C4F430F329C93B500070489B /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
||||
C4F430F429C93B500070489B /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
|
@ -308,6 +328,13 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
C4C2A0DD2A9108DA00E6F172 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
|
|
@ -417,6 +444,7 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
634065632871AA42001A2178 /* Cork */,
|
||||
C4C2A0E82A910B0A00E6F172 /* CorkHelp */,
|
||||
634065622871AA42001A2178 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -425,6 +453,7 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
634065612871AA42001A2178 /* Cork.app */,
|
||||
C4C2A0E02A9108DA00E6F172 /* CorkHelp.help */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -432,6 +461,7 @@
|
|||
634065632871AA42001A2178 /* Cork */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C47433522A92219700BC7209 /* Info.plist */,
|
||||
63006DF929AB691B00243E29 /* Styles */,
|
||||
63A87466298FE808009F9533 /* Enums */,
|
||||
6340657B2871AC4F001A2178 /* Models */,
|
||||
|
|
@ -985,6 +1015,25 @@
|
|||
path = Discoverability;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C47433532A92255900BC7209 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C45945192A91232900271D99 /* index.html */,
|
||||
C459451C2A91232E00271D99 /* topic1.html */,
|
||||
C459451F2A91233400271D99 /* topic2.html */,
|
||||
);
|
||||
path = Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C4C2A0E82A910B0A00E6F172 /* CorkHelp */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C4C2A0E42A91090500E6F172 /* CorkHelp-Info.plist */,
|
||||
C47433532A92255900BC7209 /* Resources */,
|
||||
);
|
||||
path = CorkHelp;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
|
|
@ -999,6 +1048,7 @@
|
|||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
C4C2A0E62A9109EB00E6F172 /* PBXTargetDependency */,
|
||||
);
|
||||
name = Cork;
|
||||
packageProductDependencies = (
|
||||
|
|
@ -1009,6 +1059,24 @@
|
|||
productReference = 634065612871AA42001A2178 /* Cork.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
C4C2A0DF2A9108DA00E6F172 /* CorkHelp */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = C4C2A0E32A9108DA00E6F172 /* Build configuration list for PBXNativeTarget "CorkHelp" */;
|
||||
buildPhases = (
|
||||
C4C2A0DC2A9108DA00E6F172 /* Sources */,
|
||||
C4C2A0DD2A9108DA00E6F172 /* Frameworks */,
|
||||
C4C2A0DE2A9108DA00E6F172 /* Resources */,
|
||||
C4C2A10D2A9110A400E6F172 /* Re-index Help Book */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = CorkHelp;
|
||||
productName = CorkHelp;
|
||||
productReference = C4C2A0E02A9108DA00E6F172 /* CorkHelp.help */;
|
||||
productType = "com.apple.product-type.bundle";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
|
|
@ -1022,6 +1090,9 @@
|
|||
634065602871AA42001A2178 = {
|
||||
CreatedOnToolsVersion = 14.0;
|
||||
};
|
||||
C4C2A0DF2A9108DA00E6F172 = {
|
||||
CreatedOnToolsVersion = 14.3.1;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 6340655C2871AA42001A2178 /* Build configuration list for PBXProject "Cork" */;
|
||||
|
|
@ -1045,6 +1116,7 @@
|
|||
projectRoot = "";
|
||||
targets = (
|
||||
634065602871AA42001A2178 /* Cork */,
|
||||
C4C2A0DF2A9108DA00E6F172 /* CorkHelp */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
|
@ -1054,6 +1126,7 @@
|
|||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
C4C2A0E72A910A0D00E6F172 /* CorkHelp.help in Resources */,
|
||||
6340656C2871AA42001A2178 /* Preview Assets.xcassets in Resources */,
|
||||
96B86AFD29C66E6D00844DF4 /* Localizable.stringsdict in Resources */,
|
||||
96B86AF529C6561E00844DF4 /* Localizable.strings in Resources */,
|
||||
|
|
@ -1061,8 +1134,40 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
C4C2A0DE2A9108DA00E6F172 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
C45945172A91232900271D99 /* index.html in Resources */,
|
||||
C459451A2A91232E00271D99 /* topic1.html in Resources */,
|
||||
C459451D2A91233400271D99 /* topic2.html in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
C4C2A10D2A9110A400E6F172 /* Re-index Help Book */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
alwaysOutOfDate = 1;
|
||||
buildActionMask = 12;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Re-index Help Book";
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "set -x\n\ncd \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.help/Contents/Resources\"\n\nfor LANGUAGE in *.lproj;\ndo\n pushd \"${LANGUAGE}\"\n hiutil -I corespotlight -Caf \"${PRODUCT_NAME}.cshelpindex\" -vv .\n hiutil -I lsm -Caf \"${PRODUCT_NAME}.helpindex\" -vv .\n hiutil -I corespotlight -Tvf \"${PRODUCT_NAME}.cshelpindex\"\n popd\ndone\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
6340655D2871AA42001A2178 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
|
|
@ -1205,8 +1310,23 @@
|
|||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
C4C2A0DC2A9108DA00E6F172 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
C4C2A0E62A9109EB00E6F172 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = C4C2A0DF2A9108DA00E6F172 /* CorkHelp */;
|
||||
targetProxy = C4C2A0E52A9109EB00E6F172 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
96B86AF729C6561E00844DF4 /* Localizable.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
|
|
@ -1230,6 +1350,30 @@
|
|||
name = Localizable.stringsdict;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C45945192A91232900271D99 /* index.html */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
C45945182A91232900271D99 /* en */,
|
||||
);
|
||||
name = index.html;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C459451C2A91232E00271D99 /* topic1.html */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
C459451B2A91232E00271D99 /* en */,
|
||||
);
|
||||
name = topic1.html;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C459451F2A91233400271D99 /* topic2.html */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
C459451E2A91233400271D99 /* en */,
|
||||
);
|
||||
name = topic2.html;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
|
|
@ -1367,10 +1511,11 @@
|
|||
CURRENT_PROJECT_VERSION = 42;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"Cork/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = ZSVA6DVZHM;
|
||||
DEVELOPMENT_TEAM = KTWQ54V8UQ;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = Cork/Info.plist;
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
|
@ -1398,10 +1543,11 @@
|
|||
CURRENT_PROJECT_VERSION = 42;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"Cork/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = ZSVA6DVZHM;
|
||||
DEVELOPMENT_TEAM = KTWQ54V8UQ;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = Cork/Info.plist;
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
|
|
@ -1416,6 +1562,58 @@
|
|||
};
|
||||
name = Release;
|
||||
};
|
||||
C4C2A0E12A9108DA00E6F172 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = "CorkHelp/CorkHelp-Info.plist";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
||||
MARKETING_VERSION = 0.1;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.davidbures.corkhelp;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
WRAPPER_EXTENSION = help;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
C4C2A0E22A9108DA00E6F172 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = "CorkHelp/CorkHelp-Info.plist";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
||||
MARKETING_VERSION = 0.1;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.davidbures.corkhelp;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
WRAPPER_EXTENSION = help;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
|
|
@ -1437,6 +1635,15 @@
|
|||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
C4C2A0E32A9108DA00E6F172 /* Build configuration list for PBXNativeTarget "CorkHelp" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
C4C2A0E12A9108DA00E6F172 /* Debug */,
|
||||
C4C2A0E22A9108DA00E6F172 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
/* Begin XCRemoteSwiftPackageReference section */
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleHelpBookFolder</key>
|
||||
<string>CorkHelp.help</string>
|
||||
<key>CFBundleHelpBookName</key>
|
||||
<string>Cork Help</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -2,16 +2,28 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en-us</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.davidbures.corkhelp</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>hbwr</string>
|
||||
<key>HPDBookAccessPath</key>
|
||||
<string>index.html</string>
|
||||
<string>index.html </string>
|
||||
<key>HPDBookCSIndexPath</key>
|
||||
<string>CorkHelp.cshelpindex</string>
|
||||
<key>HPDBookIndexPath</key>
|
||||
<string>CorkHelp.helpindex</string>
|
||||
<key>HPDBookKBProduct</key>
|
||||
<string>CorkHelp</string>
|
||||
<string>Cork1</string>
|
||||
<key>HPDBookTitle</key>
|
||||
<string>Cork Help</string>
|
||||
<key>HPDBookType</key>
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>Cork Help</title>
|
||||
<meta name="description" content="Title page" />
|
||||
<meta name="robots" content="index, anchors" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Cork Help</h1>
|
||||
<p>This is the app help</p>
|
||||
|
||||
<p>Fusce ut elit ligula. Mauris diam enim, euismod non eleifend ac, venenatis sit amet metus. Aliquam diam ipsum, bibendum a arcu nec, tincidunt pulvinar odio. Fusce tortor enim, ultricies sed orci sed, luctus gravida arcu. Pellentesque ultrices eu nunc ac pharetra. Integer molestie urna sit amet nisl commodo tempus a nec nibh. Etiam feugiat turpis eu magna dictum, in ultricies nibh commodo. Vestibulum rutrum sapien et varius porttitor. Sed mi sapien, blandit vel ultrices efficitur, gravida tristique ligula. Ut eu ex sit amet tellus vulputate rutrum id ut eros. Curabitur iaculis, justo id dignissim lacinia, turpis diam elementum velit, et mollis quam nisi non mi. Vivamus bibendum ante vel ex consequat, nec interdum quam sodales. Integer in pulvinar felis. Aliquam semper risus eget est tincidunt tempus.</p>
|
||||
<p>Nunc vitae luctus risus. Phasellus bibendum vel eros non eleifend. Nunc quis lectus eget arcu interdum ullamcorper nec quis nunc. Sed vestibulum tempor lectus, a malesuada mi placerat ac. Maecenas dapibus nunc vitae sem aliquam euismod. Maecenas ipsum lorem, luctus a dictum et, venenatis a massa. Donec pellentesque massa dui, interdum tempor metus aliquam in. Morbi imperdiet metus et iaculis euismod. Fusce dapibus tincidunt ante. Duis pellentesque porta ligula quis varius. Donec iaculis a libero ac ullamcorper. Vivamus egestas in mauris a tempor. Aenean sed odio vel mauris finibus tempor. Proin aliquet est eu ante dapibus, et sodales risus pretium.</p>
|
||||
|
||||
<a name="EntrySubtopic" /><h2>Subtopic</h2>
|
||||
<p>Praesent at hendrerit mi. Nunc ornare ligula elit, ut gravida dolor vulputate nec. Duis sed pharetra leo. Phasellus ante ipsum, placerat fermentum lorem nec, hendrerit laoreet tortor. Sed quis gravida turpis. Pellentesque pretium lectus nibh, sit amet ornare mi viverra eget. Praesent fermentum auctor odio, sit amet tristique ipsum tempus vel. Nunc condimentum justo ac magna volutpat venenatis quis vel justo. Proin ac gravida velit. Ut id ornare turpis. Nullam laoreet dolor id sem venenatis euismod. Sed lacinia in nisi id rutrum. Morbi tincidunt nunc vitae elit convallis pretium. Morbi sed bibendum felis. Vestibulum aliquam elementum leo, vitae eleifend nisl vehicula ut.</p>
|
||||
|
||||
<h2>Here are some topics</h2>
|
||||
<ul>
|
||||
<li><a href="topic1.html">Topic One</a></li>
|
||||
<li><a href="topic2.html">Topic Two</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>Topic One</title>
|
||||
<meta name="keywords" content="one, first, initial" />
|
||||
<meta name="description" content="The first topic at hand" />
|
||||
<meta name="robots" content="index, anchors" />
|
||||
</head>
|
||||
<body>
|
||||
<a name="TopicOne" /><h1>Topic One</h1>
|
||||
<p>This is topic one</p>
|
||||
|
||||
<p>Proin eget lectus metus. Aliquam sit amet est quis nisi feugiat egestas. Ut in tellus quis risus faucibus pretium. Duis at cursus nisi. Sed a augue non erat porta dapibus quis non lacus. Donec viverra viverra tempor. Proin ac sem ante. Integer quis nisi massa. Donec maximus massa odio, ut auctor enim euismod vel. Sed aliquet, nibh eu laoreet tristique, diam nisl maximus ante, eu mattis lorem libero vel ligula. Quisque fringilla nibh enim, in sagittis enim consectetur ut. Curabitur nec ipsum sed justo consectetur varius. Donec scelerisque commodo dui, in blandit libero commodo quis.</p>
|
||||
<p>Donec molestie, turpis vel sodales posuere, sapien odio mattis tortor, ac accumsan mi ligula in orci. Donec consequat, ipsum volutpat tempus luctus, mauris metus suscipit leo, ac cursus leo dui a leo. Nam in est bibendum, placerat ipsum non, tincidunt metus. In hac habitasse platea dictumst. Vivamus congue diam convallis, rutrum neque eu, dictum dui. Ut eget venenatis odio, ut pellentesque ante. Morbi in sem nec elit laoreet consequat. Duis ornare, odio ac sollicitudin ultrices, erat ligula feugiat odio, ut porta ex metus nec ex. Etiam vitae volutpat arcu, at convallis est. Vivamus at urna sagittis, consectetur velit id, sollicitudin mi. Nunc sit amet turpis vitae velit commodo euismod et ac eros.</p>
|
||||
<p>In sit amet commodo erat. Mauris tincidunt ante et libero dictum finibus. Donec ipsum nunc, feugiat vel dui et, fermentum efficitur magna. Vivamus varius velit ut quam interdum euismod. Cras eu ante eget sapien facilisis pellentesque. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aliquam vestibulum feugiat purus, quis volutpat metus mattis volutpat. Proin bibendum ex et mattis fringilla. Phasellus placerat nisi at tristique molestie. Integer hendrerit massa ut neque porttitor, a varius turpis sollicitudin. In hac habitasse platea dictumst. Maecenas nisi lacus, hendrerit ac viverra at, gravida ut eros. Integer eget odio volutpat, tempor augue id, condimentum erat.</p>
|
||||
|
||||
<p><a href="index.html">Back home</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Topic Two</title>
|
||||
<meta name="keywords" content="two, second, following" />
|
||||
<meta name="description" content="A second look at help" />
|
||||
<meta name="robots" content="index, anchors" />
|
||||
</head>
|
||||
<body>
|
||||
<a name="TopicTwo" /><h1>Topic Two</h1>
|
||||
<p>This is topic two</p>
|
||||
|
||||
<p>Integer euismod finibus iaculis. Aenean diam urna, rhoncus non erat eu, venenatis imperdiet ligula. Aenean lobortis imperdiet quam et vestibulum. Duis vel dignissim enim, sit amet vehicula diam. Vivamus non lorem aliquet, eleifend lacus nec, placerat eros. Donec eget sem nec elit faucibus egestas. Cras dignissim velit ac dictum elementum. Donec aliquet nisl in varius posuere. Pellentesque id justo molestie, feugiat ante vitae, lacinia libero. Nulla ultrices molestie nulla, id auctor lorem ornare in. Praesent rutrum et sem sed blandit.</p>
|
||||
<p>Quisque at ultrices odio, et tempus quam. Vivamus blandit et magna vel semper. Curabitur malesuada pulvinar dui, ut pretium mauris pharetra vitae. Fusce quis aliquet urna, at dapibus ipsum. Interdum et malesuada fames ac ante ipsum primis in faucibus. Sed viverra ut mauris nec aliquam. Suspendisse justo mi, imperdiet quis sodales non, ullamcorper non mi. Praesent sit amet porta lacus. Integer luctus mollis lacus, eget tempor ipsum aliquam ut.</p>
|
||||
<p>Mauris luctus lacus vitae vestibulum molestie. Aliquam luctus facilisis viverra. Donec enim augue, tincidunt quis libero pharetra, malesuada eleifend eros. Quisque maximus, sapien fermentum gravida maximus, lorem quam venenatis nunc, quis pretium eros magna ut mi. Suspendisse a erat at mi accumsan fringilla. Suspendisse imperdiet in dui ullamcorper euismod. In metus mauris, sollicitudin at bibendum id, euismod vel nunc. Curabitur a elementum ipsum, ac porttitor nulla. Praesent vitae laoreet elit. Integer orci quam, congue id nisl a, facilisis vehicula velit. Sed venenatis sapien vestibulum enim elementum euismod.</p>
|
||||
<p><a href="index.html">Back home</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue