Skip to content

Commit 3d5340c

Browse files
Add blog post odata.org-update
This blog post is about the re-factored odata.org website.
1 parent 2631664 commit 3d5340c

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

_posts/2015-5-25-new-odata-org.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
layout: post
3+
title: "OData.org Update"
4+
date: 2015-05-25
5+
author: Qian Li
6+
---
7+
8+
# Introduction
9+
10+
OData.org is the community website for OData lovers. We have re-factored the site on **2015-5-15** for better **user experience**, better **performance** and easier **contribution flow**. Our previous architecture is WordPress + Windows Azure and the new architecture is **Jekyll + GitHub + Windows Azure**. Jekyll and GitHub are open-source solutions which benefit a lot from community contribution and are popular in the industry (just like the way we want to build the OData community :smiley:).
11+
12+
# Audiences for OData.org
13+
14+
The website is built with the following target audiences in mind:
15+
16+
- Developers who seek technologies to build good RESTful APIs
17+
- Business decision makers who investigate solutions to empower their products
18+
- RESTful API advocators
19+
20+
# What we are working on
21+
22+
OData.org is very important for OData community. We have been working hard on improving both the contents and performance of the site and we will continually improving it according to your feedback. Below are current content structure of OData.org, and for future plans, please check [issues on GitHub](https://github.com/odataorg/odataorg.github.io/issues)
23+
24+
25+
#### [Blog](http://www.odata.org/blog)
26+
Posts including subjects (but not limited) below, and except for site announcements, most posts are written by contributors.
27+
28+
- Site announcement
29+
- Library introduction and tutorials
30+
- Discussion and learnings about OData protocol
31+
- Case study
32+
- Industry success stories
33+
- OData ecosystem
34+
- Tools of OData
35+
- ...
36+
37+
#### [Getting Started (for developers)](http://www.odata.org/getting-started)
38+
OData has specifications that cover almost every aspect of a RESTful API. But for starters, you don't need to go through all the details of OData specifications. In this part, we provide various tutorials for developers of OData.
39+
40+
#### [Documentation](http://www.odata.org/documentation)
41+
OData protocol specification. Including the latest OASIS standardized OData Version 4.0 as well as OData Version 3.0 and OData Version 2.0.
42+
43+
#### [Libraries](http://www.odata.org/libraries)
44+
Matrix of OData libraries of different platforms (.Net, JAVA, JavaScript, C++, Python, Ruby and etc.) for server and client. You are warmly welcomed to add your OData libraries here.
45+
46+
#### [Reference Services](http://www.odata.org/odata-services)
47+
Services built to demonstrate the features of OData.
48+
49+
#### Tools
50+
Tools that can help you better understand OData services
51+
52+
#### [Ecosystem](http://www.odata.org/ecosystem)
53+
Consumers, providers and use cases of OData in the industry. We will improve the page with better UI experience and more up-to-date contents.
54+
55+
#### [Getting Involved](http://www.odata.org/contribution)
56+
Guidelines of how to getting involved in the OData community.
57+
58+
#### Search
59+
Improved the search functionality in the navigation menu with full-text search.
60+
61+
**Besides above, we are actively working on producing more contents for business decision makers and RESTfu API advocators and better organize contents for developers. Please let us know if you have any ideas.**
62+
63+
# [Call to action](http://www.odata.org/contribution)
64+
65+
### Provide feedback
66+
As always, your feedback to OData.org is warmly welcomed. Please let us know your feedback either email to our mailing list or [create issues](https://github.com/odataorg/odataorg.github.io/issues) directly.
67+
68+
### Contribute directly
69+
All the code for OData.org is open-sources on GitHub and it's very easy for you to contribute directly to [OData.org Repository](https://github.com/odataorg/odataorg.github.io).
70+

0 commit comments

Comments
 (0)