Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

This project includes a jabber server and WordPress bridge, which allows posting new articles and comments, as well as getting notified if a new comment has been posted to any article on the WordPress blog. This is a proof-of-concept project.

0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

WordPress is considered one of more appreciate blogs builders. This software is installed from many people and like most tools have a administration user interface based on XML-RPC protocol. XML-RPC is a protocol for building WebServices that use HTTP and XML messages. WordPress can be controlled ... [More] (not completely) by remote administration interface through XML messages. With this library you can control remotely a WordPress installation. Use of library is very simple, you can write a small scripts or full applications that allows you to automate publishing of articles on your blog/site powered by WordPress. At this time are available these actions: Publishing new post Editing old post Publishing draft post Deleting post Changing post categories Getting blog and user informations Upload multimedia files like movies or photos Getting last recents post Getting last post Getting Trackbacks of post Getting Pingbacks of post [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Ruby and Vim script to blog using VI/VIM/GVIM with syntax highlighting. Works using xmlrpc for Wordpress using metaWeblog, Blogger and MovableType API's specs. You can create new posts, get, edit, draft, publish, delete using simple commands inside VIM, fast and effectivelly. Just for geeks. ... [More] Its use is faster if you know some vim commands. Usage: :Blog rp "num" => get "num" recent posts list :Blog cl => get category list :Blog gp id => get post id complete information :Blog np => create a new blog post :Blog draft => save working post as draft (in the blog) :Blog publish => publish working post :Blog del id => well... you know UPDATEthis has moved to GitHub. Please go there to get the latest version. you can get it also at vim.org [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

wordpress-commentsAn External Web Interface for approving pending WordPress comments via XMLRPCWhy an external comments admin? The job of approving comments sometimes falls on a person who does/should not have access to the WordPress admin. By design WordPress only allows a user with admin ... [More] privileges to do this job. This application provides way to do this outside of WordPress. RequirementsRuns on PHP and AJAX. Wordpress 2.7 required. Set Up Download latest version from code.google.com/p/wordpress-comments. Edit config.php and enter you website url to xmlrpc and admin account info. Upload wordpress-comments to your server and point to it in the browser. Since an admin account info is on the config file, it is recommended you create an admin account just for approving comments and also password protect the directory. UsageUpdating a message status A list of all pending comments should appear. To Approve, Delete or set comment as Spam simply press the dedicated button at the botom of each comment. There is no way to do bulk edits but everything happens via ajax so it is fairly fast. Replying to a message To reply to a specific comment, click on the arrow icon to the right of the comment, fill out the message and submit the response. The original message is first approved and then your reply will be posted as a new threaded comment. Your theme might need to be updated to make use of WordPress 2.7 new threaded comments. The reply comment will be posted as a comment by the admin account in the config file. ScreencastScreencast available on YouTube. Screenshot [Less]

0
 
  0 reviews  |  0 users  |  4,799 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

To be done.

0
 
  0 reviews  |  0 users  |  1,678 lines of code  |  0 current contributors  |  Analyzed 13 days ago
 
 

you can define your blog information,then blog your code speed.

0
 
  0 reviews  |  0 users  |  276 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

ScribeFire is a blogging tool that integrates with the Mozilla Firefox Web browser.

0
 
  0 reviews  |  0 users  |  24,421 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

项目简介 什么是as3wordpresslib? as3wordpresslib是一套as3类库,这套类库实现了wordpress 2.8中基于xmlrpc的service接口。flex/flash开发人员利用这套类库就可以轻易的访问wordpress后台,而把注意力集中在打造自己的个性化Blog UI。 ... [More] 使用as3wordpresslib你可以做些什么? 使用Flex/Flash技术,实现blog的UI,打造个性化blog。 使用Flex/AIR技术,实现blog离线撰写发布程序。 开发as3wordpresslib的目的? 使得希望学习flex/flash开发而又缺少后台支持的初级程序员可以迅速方便的focus在自己感兴趣的领域。(其实这是本project的真正目的,希望每个初学者都可以毫无后顾之忧的使用as3wordpresslib写出自己第一个真正意义上的Hello World ) 希望能带动其他的Flexers能和我一起做些虽然看似dirty work但是对于Flex应用推广和发展却有较大帮助的公益劳动。 为什么选择Wordpress作为Blog后台 wordpress 目前非常火热,大部分技术人员都拥有自己的wordpress blog。(良好的群众基础) wordpress 更新迅速,支持用户自定义插件皮肤,这正是Flex项目在开发中需要考虑的问题。 项目计划xmlrpc协议学习 开发环境搭建 开发架构搭建 wordpress xmlrpc api接口定义 wordpress xmlrpc api具体实现 接口测试 接口asdoc comments 撰写 Demo编写 Guide撰写 宣传与发布 bug征集 升级维护 项目进展最新近况: 2009-08-04:API Reference Document及类包aswplib.swc已经发布(Download面板有下),邀请了艾睿原创团队的一些朋友先进行内测。 2009-08-03:接口的asdoc和api实现基本都已完成,除了少数几个only for AIR以及在测试过程中没有调通的接口。接下来就开始着手准备Demo,在实际开发中去解决上个阶段没有完成的一些遗留问题。 No.内容完成情况说明 1xmlrpc协议学习完成 2开发环境搭建完成Php5.2.x+Apache2.2.x+Wordpress2.8,PhpED 5.2;Flash Builder 4 3开发架构搭建完成xmlrpc的序列化工作使用了一套名为XMLRPC for Actionscript 3.0 - Free Library的类包(我修正了部分源码) 4wordpress xmlrpc api接口定义Wordpress(26/26) Blogger(9/9) MetaWeblog(10/10) MovableType(8/8)截止2009-07-28 5wordpress xmlrpc api具体实现Wordpress(26/26) Blogger(9/9) MetaWeblog(10/10) MovableType(8/8)截止2009-08-03 6接口测试Wordpress(25/26) Blogger(7/9) MetaWeblog(7/10) MovableType(8/8)截止2009-08-03 7接口asdoc comments 撰写Wordpress(26/26) Blogger(7/9) MetaWeblog(7/10) MovableType(8/8)截止2009-08-03 8Demo编写- 9Guide撰写- 10宣传与发布- 11bug征集- 12升级维护- 查看核心部分(4、5、6、7项)具体进度 参考资料 xmlrpc协议 Wordpress xmlrpc api XMLRPC for Actionscript 3.0 - Free Library Wordpress [Less]

0
 
  0 reviews  |  0 users  |  9,566 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.