forked from hmw3/Tips_and_Hacks
New user default files for different OSs and revised gitignore
This commit is contained in:
parent
17d7c1d444
commit
9c7e674ae1
|
@ -1 +0,0 @@
|
|||
*.txt
|
|
@ -0,0 +1,54 @@
|
|||
Instructions for use of this file are below the second "===============" line.
|
||||
|
||||
Here are the current defaults the scripts will be looking for.
|
||||
|
||||
===============
|
||||
|
||||
# For Linux
|
||||
Text editor: gedit
|
||||
HTML browser: firefox
|
||||
Repository directory: /media/henry/92C6F7E3C6F7C58F/Users/henry/WA_Repo
|
||||
|
||||
translationNotes path: en_tn
|
||||
translationWords path: bible.en_tw
|
||||
Unlocked Literal Bible path: en_ulb
|
||||
Hebrew Bible XML path: OSHB
|
||||
Greek Bible USFM path: UGNT
|
||||
|
||||
===============
|
||||
|
||||
INSTRUCTIONS
|
||||
|
||||
To find the path to the required files, use either Windows File Explorer, Linux Files, or Mac Finder to navigate to where your files are located. Right-click (secondary click) on the file name.
|
||||
|
||||
In Windows or Linux, this will open a dialog box that gives you the path name and the name of the program. Put the path name, either a backslash (Windows) or a forward slash (Linux), and the application name in the appropriate line below.
|
||||
|
||||
In Mac, this will open a menu. If the menu offers "Services," click that and then click "Copy Path"; otherwise click "Copy Path." Then paste the full path in the line below.
|
||||
|
||||
Note in the samples that any program or application that you can call any program or application you care to use.
|
||||
|
||||
The Text Editor
|
||||
|
||||
The text editor is the program or application you will use to edit the files produced by the scripts.
|
||||
|
||||
This line (without the #) will call Komodo Edit 10 on a Mac
|
||||
# Text editor: /Applications/Komodo Edit 10.app
|
||||
|
||||
This line (without the #) will call Komodo Edit on a Linux machine.
|
||||
# Text editor: Komodo-Edit-9/lib/mozilla/Komodo
|
||||
|
||||
This line (without the #) will call Notepad ++ on a Windows machine.
|
||||
# Text editor: "C:\Program Files (x86)\Notepad++\notepad++"
|
||||
|
||||
The Repository Directory
|
||||
|
||||
This is the top directory for all ULB, translationNotes, translationWords, and UDB files.
|
||||
|
||||
Sample Mac path
|
||||
# Repository directory: /Users/John/Documents/git.Door43
|
||||
|
||||
Sample Windows path
|
||||
# Repository directory: C:\Documents\TranslationFiles
|
||||
|
||||
Sample Linux path
|
||||
# Repository directory: home/john/Documents/TranslationFiles
|
4
MAST_tW_PDF_Updater/FilesForUpdates/User/User_defaults.txt → MAST_tW_PDF_Updater/FilesForUpdates/User/User_defaults.mac.txt
Normal file → Executable file
4
MAST_tW_PDF_Updater/FilesForUpdates/User/User_defaults.txt → MAST_tW_PDF_Updater/FilesForUpdates/User/User_defaults.mac.txt
Normal file → Executable file
|
@ -9,10 +9,6 @@ Text editor: /Applications/BBEdit.app
|
|||
HTML browser: /Applications/Firefox.app
|
||||
Repository directory: /Users/Henry/Documents/git.Door43
|
||||
|
||||
# For Linux
|
||||
# Text editor: /home/henry/Komodo-Edit-9/bin/komodo
|
||||
# HTML browser: firefox
|
||||
# Repository directory: /media/henry/92C6F7E3C6F7C58F/Users/henry/WA_Repo
|
||||
translationNotes path: en_tn
|
||||
translationWords path: bible.en_tw
|
||||
Unlocked Literal Bible path: en_ulb
|
|
@ -0,0 +1,54 @@
|
|||
Instructions for use of this file are below the second "===============" line.
|
||||
|
||||
Here are the current defaults the scripts will be looking for.
|
||||
|
||||
===============
|
||||
|
||||
# For Windows
|
||||
Text editor: "C:\Program Files (x86)\Notepad++\notepad++"
|
||||
HTML browser: "C:\Program Files (x86)\Mozilla Firefox\firefox"
|
||||
Repository directory: C:\Users\henry\Documents\WA_Repo
|
||||
|
||||
translationNotes path: en_tn
|
||||
translationWords path: bible.en_tw
|
||||
Unlocked Literal Bible path: en_ulb
|
||||
Hebrew Bible XML path: OSHB
|
||||
Greek Bible USFM path: UGNT
|
||||
|
||||
===============
|
||||
|
||||
INSTRUCTIONS
|
||||
|
||||
To find the path to the required files, use either Windows File Explorer, Linux Files, or Mac Finder to navigate to where your files are located. Right-click (secondary click) on the file name.
|
||||
|
||||
In Windows or Linux, this will open a dialog box that gives you the path name and the name of the program. Put the path name, either a backslash (Windows) or a forward slash (Linux), and the application name in the appropriate line below.
|
||||
|
||||
In Mac, this will open a menu. If the menu offers "Services," click that and then click "Copy Path"; otherwise click "Copy Path." Then paste the full path in the line below.
|
||||
|
||||
Note in the samples that any program or application that you can call any program or application you care to use.
|
||||
|
||||
The Text Editor
|
||||
|
||||
The text editor is the program or application you will use to edit the files produced by the scripts.
|
||||
|
||||
This line (without the #) will call Komodo Edit 10 on a Mac
|
||||
# Text editor: /Applications/Komodo Edit 10.app
|
||||
|
||||
This line (without the #) will call Komodo Edit on a Linux machine.
|
||||
# Text editor: Komodo-Edit-9/lib/mozilla/Komodo
|
||||
|
||||
This line (without the #) will call Notepad ++ on a Windows machine.
|
||||
# Text editor: "C:\Program Files (x86)\Notepad++\notepad++"
|
||||
|
||||
The Repository Directory
|
||||
|
||||
This is the top directory for all ULB, translationNotes, translationWords, and UDB files.
|
||||
|
||||
Sample Mac path
|
||||
# Repository directory: /Users/John/Documents/git.Door43
|
||||
|
||||
Sample Windows path
|
||||
# Repository directory: C:\Documents\TranslationFiles
|
||||
|
||||
Sample Linux path
|
||||
# Repository directory: home/john/Documents/TranslationFiles
|
Loading…
Reference in New Issue