Skip to content

caffee/wordpress-xmlrpc-mwa-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordpress-xmlrpc-mwa-java

WordPress XML-RPC MetaWeblogAPI Java interface

Disclaimer

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

WordPress is the trademark of WordPress Foundation

Installation

Install the package into the local repository, for use as a local dependency
mvn clean install

Usage

Add the following into your POM's <dependencies> section

<dependency>  
   <groupId>wordpress</groupId>  
   <artifactId>wordpress-xmlrpc-mwa</artifactId>  
   <version>1.0.1-SNAPSHOT</version>  
</dependency>

Generate javadoc for API reference
mvn javadoc:javadoc

License

Copyright (c) 2012, Lee <lee.github@gmail.com> or third-party contributors as indicated by the @author
tags or express copyright attribution statements applied by the authors. All third-party contributions are
distributed under license by GNU Lesser General Public License.

This program is free software: you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not,
see http://www.gnu.org/licenses/.

About

WordPress XML-RPC MetaWeblogAPI Java Interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages