Web2.0 Open Source Projects

本文汇总了多种开源的社会化网络程序、RSS聚合器、网络书签及维客系统等,包括Diggclone、Pligg、Aroundme、Lilina、Gregarius等,提供了丰富的官方链接与演示站点。

Diggclone-开源digg类程序
官方:http://www.talkingpixels.org/diggclone/index.php
演示:同digg.com类似

Wodig-国内的开源digg类程序
官方:http://www.wodig.com/

Pligg-开源digg类程序
官方:http://www.pligg.com
中文演示:http://pligg.yesxp.net

Aroundme-开源社会化网络程序
官方:https://savannah.nongnu.org/projects/aroundme/
演示:http://www.barnraiser.org/demos/
(社会化网络程序通常都是收费的,相信这个是目前唯一免费的social netwokr项目啦)

Lilina–开源RSS聚合器
官方:http://lilina.sourceforge.net/
演示:http://www.chedong.com/

Gregarius–开源RSS聚合程序
演示:http://rss.gregarius.net/
官方:http://gregarius.net/
插件:http://plugins.gregarius.net/
风格:http://themes.gregarius.net/
论坛:http://forums.gregarius.net/
帮助:http://wiki.gregarius.net/

Sa.bros.us-开源网络书签(PHP)
官方:https://sourceforge.net/projects/sabrosus/
汉化演示:http://www.sluke.cn/demo/monousuario/

Freedmarks -开源网络书签(ASP)(国内)
官方:http://www.purewhite.cn/
演示:http://www.freedmarks.com/

Scuttle -开源网络书签(PHP)
官方:http://sourceforge.net/projects/scuttle
演示:http://scuttle.org/

Yogurt-开源社会化网络门户
官方:http://yogurt.sourceforge.net/

eyeos---开元的WEBOS,
官方:http://www.eyeos.org
演示:http://www.earn8.net
有中文版本的。

周博通个人门户-开源个人门户
官方:http://www.potu.com/index/potu_opensource.php

开源的维客系统
mediawiki
官方网站 https://secure.wikimedia.org/wikipedia/zh/wiki/
下载 https://secure.wikimedia.org/wikipedia/zh/wiki/

openwiki
官方网站 http://www.openwiki.com/
下载 http://www.openwiki.com/

DokuWiki
官方网站 http://xoops.org.cn/modules/dokuwiki/doku.php
下载 http://xoops.org.cn/modules/dokuwiki/doku.php

HoodongWIKI-国内开源的维客系统
官方:http://www.hoodong.com

### ABB Company Web API Documentation Overview For accessing and utilizing the Web APIs provided by ABB, one must refer to official resources that detail how these services can be integrated into applications or used directly for automation purposes. Typically, companies like ABB provide comprehensive documentation covering various aspects of their APIs including endpoints, authentication methods, request/response formats, and sample code snippets. However, specific details about ABB's Web API are not covered within JumpServer development context which focuses on using Python/Django for web application creation following Web 2.0 standards with an advanced Web Terminal solution[^1]. Similarly, while common names such as domain identifiers play a role in SSL/TLS configurations during API calls, they do not pertain specifically to ABB’s API offerings[^2]. To find accurate and up-to-date information regarding ABB's Web APIs: - Visit the official ABB website. - Look for developer sections or portals dedicated to software integration. - Explore forums or support channels where developers discuss integrating ABB technologies. - Check if there is any public GitHub repository maintained by ABB containing SDKs or client libraries along with usage examples. ```python import requests def get_abb_api_info(api_url): response = requests.get(api_url) if response.status_code == 200: return response.json() else: raise Exception(f"Failed to fetch data from {api_url}") # Example URL should point to actual ABB API endpoint when available example_url = "https://developer.abb.com/api/v1/example" try: api_data = get_abb_api_info(example_url) except Exception as e: print(e) ``` --related questions-- 1. What kind of security measures does ABB implement in its Web APIs? 2. Are there any open-source projects related to ABB's technology integrations? 3. How can third-party developers test ABB's Web APIs before going live? 4. Does ABB offer sandbox environments for experimenting with their APIs?
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值