Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/liberationfonts/liberation-fonts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Vijayraghavan <vishalvijayraghavan@gmail.com>2019-09-23 11:24:36 +0300
committerGitHub <noreply@github.com>2019-09-23 11:24:36 +0300
commit75ef80332a38192ea003a88142c62b4cd3e92358 (patch)
tree9aee95bd38f15f3506c077fe7d90f81f095f142a
parentbc729192aefce4cab6c67b61832ee430e7f54181 (diff)
Updated README.md
-rw-r--r--README91
-rw-r--r--README.md85
2 files changed, 85 insertions, 91 deletions
diff --git a/README b/README
deleted file mode 100644
index 8be6f76..0000000
--- a/README
+++ /dev/null
@@ -1,91 +0,0 @@
- 1. What's this?
- =================
-
- The Liberation Fonts is font collection which aims to provide document
- layout compatibility as usage of Times New Roman, Arial, Courier New.
-
-
- 2. Requirements
- =================
-
- * fontforge is installed.
- (http://fontforge.sourceforge.net)
-
- * python fonttools
- (https://pypi.org/project/fonttools/)
-
- 3. Install
- ============
-
- 3.1 Get sources
-
- The latest sources are available via github by checking out
- the repo:
-
- $ git clone https://github.com/liberationfonts/liberation-fonts
-
- Or downloading the tar.gz file via [github](https://github.com/liberationfonts/liberation-fonts/tags).
- For example 2.004 can be retrieved via:
-
- $ wget https://github.com/liberationfonts/liberation-fonts/files/2579282/liberation-fonts-2.00.4.tar.gz
-
- You can extract the files using the following command where VERSION=2.00.4:
-
- $ tar zxvf liberation-fonts-[VERSION].tar.gz
-
- 3.2 Build from the source
-
- Change into directory `liberation-fonts/` or `liberation-fonts-[VERSION]/` and build with
- `make`:
-
- $ make
-
- The built font files will be available in 'liberation-fonts-ttf-[VERSION]' directory.
-
- 3.3 Install to system
-
- For Fedora, you could manually install the fonts by copying the TTFs to
- ~/.fonts for user wide usage, or to /usr/share/fonts/truetype/liberation
- for system-wide availability. Then, run "fc-cache" to let that cached.
-
- For other distributions, please check out corresponding documentation.
-
-
- 4. Usage
- ==========
-
- Simply select preferred liberation font in applications and start using.
-
-
- 5. License
- ============
-
- This Font Software is licensed under the SIL Open Font License,
- Version 1.1.
-
- Please read file "LICENSE" for details.
-
-
- 6. For Maintainers
- ====================
-
- Before packaging a new release based on a new source tarball, you have to
- update the version suffix in the Makefile:
-
- VER = [VERSION]
-
- Make sure that the defined version corresponds to the font software metadata
- which you can check with ftinfo/otfinfo or fontforge itself. It is highly
- recommended that file 'ChangeLog' is updated to reflect changes.
-
- Create a tarball with the following command:
-
- $ make dist
-
- The new versioned tarball will be available in the dist/ folder as
- 'liberation-fonts-[NEW_VERSION].tar.gz'.
-
- 7. Credits
- ============
-
- Please read file "AUTHORS" for list of contributors.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..939c76b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,85 @@
+ Liberation Fonts
+ =================
+
+ The Liberation Fonts is font collection which aims to provide document
+ layout compatibility as usage of Times New Roman, Arial, Courier New.
+
+
+ Requirements
+ =================
+
+ * [fontforge](http://fontforge.sourceforge.net)
+ * [python fonttools](https://pypi.org/project/fonttools/)
+
+
+ Install
+ ============
+
+ 1. Get sources
+
+ The latest sources are available via github by checking out the repo:
+ $ git clone https://github.com/liberationfonts/liberation-fonts
+
+ Or downloading the tar.gz file via [github](https://github.com/liberationfonts/liberation-fonts/tags).
+ eg. 2.00.5 can be retrieved via:
+ $ wget https://github.com/liberationfonts/liberation-fonts/files/2926169/liberation-fonts-2.00.5.tar.gz
+
+ You can extract the files using the following command where VERSION=2.00.4:
+ $ tar zxvf liberation-fonts-[VERSION].tar.gz
+
+ 2. Build from the source
+
+ $ cd liberation-fonts or $ cd liberation-fonts-[VERSION]
+ $ make
+
+ The binary font files will be available in 'liberation-fonts-ttf-[VERSION]' directory.
+
+ 3. Install to system
+
+ Fedora Users :
+ One can manually install the fonts by copying the TTFs to `~/.fonts` for user wide usage,
+ and/or to `/usr/share/fonts/liberation` for system-wide availability.
+ Then, run `fc-cache` to let that cached.
+
+ Other distributions :
+ please check out corresponding documentation.
+
+
+ Usage
+ ==========
+
+ Simply select preferred liberation font in applications and start using.
+
+
+ License
+ ============
+
+ This Font Software is licensed under the SIL Open Font License,
+ Version 1.1.
+
+ Please read file "LICENSE" for details.
+
+
+ For Maintainers
+ ====================
+
+ Before packaging a new release based on a new source tarball, you have to
+ update the version suffix in the Makefile:
+
+ VER = [VERSION]
+
+ Make sure that the defined version corresponds to the font software metadata
+ which you can check with ftinfo/otfinfo or fontforge itself. It is highly
+ recommended that file 'ChangeLog' is updated to reflect changes.
+
+ Create a tarball with the following command:
+
+ $ make dist
+
+ The new versioned tarball will be available in the dist/ folder as
+ `liberation-fonts-[NEW_VERSION].tar.gz.`
+
+ Credits
+ ============
+
+ Please read file "AUTHORS" for list of contributors.