You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2020/10/31 21:07:30 UTC

[openoffice-org] branch main updated: fix README

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ace461  fix README
5ace461 is described below

commit 5ace461cafb9ad0f33979f4028b4d200956e9a31
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Sat Oct 31 14:07:21 2020 -0700

    fix README
---
 tools/README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/tools/README.md b/tools/README.md
index 519c262..04a298c 100644
--- a/tools/README.md
+++ b/tools/README.md
@@ -1,4 +1,4 @@
-== Editing the Git Site
+## Editing the Git Site
 
 1. Clone the Git Repository
 
@@ -33,9 +33,9 @@ cd ~/Development/openoffice/ooo-sit.git/content/
 cd ~/Development/openoffice/ooo-sit.git/assets/
 ```
 
-* These are copied to the site unmodified.
+- These are copied to the site unmodified.
 
-== Migration Instructions
+## Migration Instructions
 
 1. Checkout Old SVN CMS version of site.
 
@@ -68,6 +68,7 @@ You could compare with the git targets with:
 cd ${GITPATH}/assets
 find . -type d -depth 1 -print | sed -e 's!./!!' | sort
 cd ${GITPATH}/content
+```
 
 3. Migration of a Folder.
 
@@ -76,7 +77,7 @@ cd ${SVNPATH}
 ${GITPATH}/tools/migration2git.sh downloads
 ```
 
-== Tool Scripts
+## Tool Scripts
 
 1. tools/push2git.sh ${1} ${2} ${3}
 
@@ -91,6 +92,7 @@ git push
 ```
 
 2. tools/convert2md.sh ${1} ${2}
+
 ```
 # ${1} Template type 'brand','navigator','page'
 # ${2} Path of mdtext file to convert to md file