Skip to content

Commit

Permalink
Update some id strings
Browse files Browse the repository at this point in the history
  • Loading branch information
eb1 committed Nov 20, 2014
1 parent 332769f commit 0fd028b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cordova-fonts
=============
# org.adapt-it.cordova.fonts

(pre-alpha -- testing only)
Plugin documentation: [doc/index.md](doc/index.md)
26 changes: 26 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!---
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

# org.adapt-it.cordova.fonts

This plugin defines a global `fonts` object, which provides access to the fonts installed on the device.

## Installation

cordova plugin add https://github.com/eb1/cordova-fonts.git
14 changes: 10 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="org.sil.cordova.fonts" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>cordova-fonts</name>
<plugin id="org.adapt-it.cordova.fonts"
version="0.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>Fonts</name>
<description>Cordova Fonts Plugin</description>
<author>Erik Brommers</author>
<license>Apache 2.0 License</license>
<keywords>cordova,fonts</keywords>
<js-module name="cordova-fonts" src="www/cordova-fonts.js">
<clobbers target="cordova.plugins.cordova-fonts" />
<repo>https://github.com/eb1/cordova-fonts.git</repo>
<issue>https://github.com/eb1/cordova-fonts/issues</issue>
<js-module name="fonts" src="www/fonts.js">
<clobbers target="cordova.plugins.fonts" />
</js-module>
<platform name="ios">
<config-file target="config.xml" parent="/*">
Expand Down
File renamed without changes.

0 comments on commit 0fd028b

Please sign in to comment.