summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-27 11:15:59 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-27 11:15:59 -0800
commitd46043b1996adec09227b33899f4511d780d88f6 (patch)
tree178d594ddd54325a228cfcd13ef3c48309c9d976
parent9541fc8fa1d55bb2bc719e33a4bced3c822529e3 (diff)
Add distribution information and links from /
-rw-r--r--_config.yml2
-rw-r--r--index.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml
index ea9a122..38ad872 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,4 +1,4 @@
name: pugixml.org
description: Light-weight, simple and fast XML parser for C++ with XPath support
url: http://pugixml.org/
-version: 1.5
+version: 1.5 \ No newline at end of file
diff --git a/index.md b/index.md
index a8b752a..8e197d5 100644
--- a/index.md
+++ b/index.md
@@ -6,13 +6,13 @@ title: Home
pugixml is a light-weight C++ XML processing library. It features:
* DOM-like interface with rich traversal/modification capabilities
-* Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer
+* [Extremely fast](/benchmark.html) non-validating XML parser which constructs the DOM tree from an XML file/buffer
* XPath 1.0 implementation for complex data-driven tree queries
* Full Unicode support with Unicode interface variants and automatic encoding conversions
-The library is extremely portable and easy to integrate and use.
+The library is extremely portable and easy to integrate and use. You can download it in an archive (<a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.zip" onclick="trackLink('download', 'pugixml-{{site.version}}.zip')">Windows</a>/<a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.tar.gz" onclick="trackLink('download', 'pugixml-{{site.version}}.tar.gz')">Unix</a> line endings), get it from [Git/Subversion repository](https://github.com/zeux/pugixml), or install it as a package in one of the major Linux/BSD distributions ([Ubuntu](http://packages.ubuntu.com/search?keywords=pugixml), [Debian](https://tracker.debian.org/pkg/pugixml), [Fedora](https://apps.fedoraproject.org/packages/pugixml), [Gentoo](http://packages.gentoo.org/package/dev-libs/pugixml?arches=prefix), [Arch Linux](https://aur.archlinux.org/packages/pugixml/), [FreeBSD](http://fbsdmon.org/ports/textproc/pugixml) and [more](http://pkgs.org/search/pugixml)).
-pugixml is developed and maintained since 2006 and has many users. All code is distributed under the MIT license, making it completely free to use in both open-source and proprietary applications.
+pugixml is developed and maintained since 2006 and has many users. All code is distributed under the [MIT license](/license.html), making it completely free to use in both open-source and proprietary applications.
### Recent news [(more)](/news.html)