From 3a9cb000c59cdb3eb05c6c9fb92e467e4b62acb8 Mon Sep 17 00:00:00 2001 From: Stefan Eike Date: Sun, 26 Jun 2016 15:42:40 +0200 Subject: [PATCH 1/4] Fix broken href (wrong capitalization) --- info-model/bm_InformationModelBookmap.ditamap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info-model/bm_InformationModelBookmap.ditamap b/info-model/bm_InformationModelBookmap.ditamap index d2cf1650..b7822293 100755 --- a/info-model/bm_InformationModelBookmap.ditamap +++ b/info-model/bm_InformationModelBookmap.ditamap @@ -54,7 +54,7 @@ - + From 1770b19e26ef4b008840c5fae5f677439ce831a6 Mon Sep 17 00:00:00 2001 From: Stefan Eike Date: Sun, 26 Jun 2016 15:43:55 +0200 Subject: [PATCH 2/4] Readd type. --- info-model/bm_InformationModelBookmap.ditamap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info-model/bm_InformationModelBookmap.ditamap b/info-model/bm_InformationModelBookmap.ditamap index b7822293..64431a71 100755 --- a/info-model/bm_InformationModelBookmap.ditamap +++ b/info-model/bm_InformationModelBookmap.ditamap @@ -54,7 +54,7 @@ - + From ac1b2f56706d46a38927a4e7151efd9494920ee3 Mon Sep 17 00:00:00 2001 From: Stefan Eike Date: Sun, 26 Jun 2016 16:02:00 +0200 Subject: [PATCH 3/4] Fix another broken href due to wrong capitalization. --- info-model/c_WritingShortDescriptions.dita | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info-model/c_WritingShortDescriptions.dita b/info-model/c_WritingShortDescriptions.dita index ebd4f82f..9922514d 100755 --- a/info-model/c_WritingShortDescriptions.dita +++ b/info-model/c_WritingShortDescriptions.dita @@ -55,7 +55,7 @@ If you have nothing more to add, do not include a short description"?> from cover to cover.For navigation purposes, you might want to group several topics together under a heading; instead of creating a container topic for that heading and a short description, use the <topichead> element in your map. See - for more information.Rephrase + for more information.Rephrase this note if they aren't requiring a shortdesc--instead of creating an empty container topic for that heading From 12699c9b5ceaf82cdbeded9ea92ea3f779ef0d63 Mon Sep 17 00:00:00 2001 From: Stefan Eike Date: Sun, 26 Jun 2016 16:12:05 +0200 Subject: [PATCH 4/4] Ignore additional directories The directories temp, out and styleguide do not need to be tracked by Git. styleguide is another output directory. There is a directory info-model/rules/temp which would also be excluded by the changed .gitignore rules. I do not understand for what the directory is needed and whether it is a "real" temp directory. It is NOT created when publishing all the defined transformation scenarios. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e1dfa61e..947d69bf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ oxygen-sdk-workspace/sdkExtensions/oxygen-gim-extensions/samples/ runtime-New_configuration/ oxygen-sdk-workspace/.metadata/ oxygen-sdk-workspace/RemoteSystemsTempFiles/ +out/ +temp/ +styleguide/