From 2a2acc3269e64a327f321b2e042fb03443d01bbd Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 14 Oct 2014 21:00:11 +0100 Subject: Complete en -> html rename --- projects/libsvgtiny/index.en | 55 ------------------------------------------ projects/libsvgtiny/index.html | 55 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 55 deletions(-) delete mode 100644 projects/libsvgtiny/index.en create mode 100644 projects/libsvgtiny/index.html (limited to 'projects/libsvgtiny') diff --git a/projects/libsvgtiny/index.en b/projects/libsvgtiny/index.en deleted file mode 100644 index af8b6ff..0000000 --- a/projects/libsvgtiny/index.en +++ /dev/null @@ -1,55 +0,0 @@ - - - -Libsvgtiny | SVG Tiny Library - - - - - -
- -
- -

Libsvgtiny

- -

What is Libsvgtiny?

- -

Libsvgtiny is an implementation of SVG Tiny, written in C. It is currently in development for use with NetSurf and is intended to be suitable for use in other projects too.

- -

- -

The overall idea of the library is to take some SVG as input, and return a list of paths and texts which can be rendered easily. The library does not do the actual rendering. For further details, see the readme.

- -

Source code

- -

You can browse the source code via the online interface. Alternatively, you can check it out with Git:

- -

$ git clone git://git.netsurf-browser.org/libsvgtiny.git

- -

Libsvgtiny is licensed under the MIT Licence.

- -

Contact

- -

If you would like to help develop Libsvgtiny, or have questions about the library, please join the NetSurf developer mailing list.

- - - diff --git a/projects/libsvgtiny/index.html b/projects/libsvgtiny/index.html new file mode 100644 index 0000000..af8b6ff --- /dev/null +++ b/projects/libsvgtiny/index.html @@ -0,0 +1,55 @@ + + + +Libsvgtiny | SVG Tiny Library + + + + + +
+ +
+ +

Libsvgtiny

+ +

What is Libsvgtiny?

+ +

Libsvgtiny is an implementation of SVG Tiny, written in C. It is currently in development for use with NetSurf and is intended to be suitable for use in other projects too.

+ +

+ +

The overall idea of the library is to take some SVG as input, and return a list of paths and texts which can be rendered easily. The library does not do the actual rendering. For further details, see the readme.

+ +

Source code

+ +

You can browse the source code via the online interface. Alternatively, you can check it out with Git:

+ +

$ git clone git://git.netsurf-browser.org/libsvgtiny.git

+ +

Libsvgtiny is licensed under the MIT Licence.

+ +

Contact

+ +

If you would like to help develop Libsvgtiny, or have questions about the library, please join the NetSurf developer mailing list.

+ + + -- cgit v1.2.3