|
1 | 1 | --- |
2 | 2 | layout: news_post |
3 | | -title: "RAA replaced" |
| 3 | +title: "RAA 교체" |
4 | 4 | author: "Unknown Author" |
5 | 5 | lang: ko |
6 | 6 | --- |
7 | 7 |
|
8 | | -We www-admin@ruby-lang.org rewrote current [RAA][1] which got a little |
9 | | -old and rickety. |
| 8 | +www-admin@ruby-lang.org이 다소 노후화된 기존 [RAA][1]를 새로 작성했습니다. |
10 | 9 |
|
11 | | -Changes: |
| 10 | +변경 사항: |
12 | 11 |
|
13 | | -* lightweight top page |
| 12 | +* 가벼워진 상단 페이지 |
14 | 13 | * iso8859-1 => UTF-8 |
15 | | -* added simple keyword search |
16 | | -* show projects by the specified owner |
17 | | - |
18 | | -SOAP and XML-RPC interfaces will be updated, too. Users of RAA SOAP and |
19 | | -XML-RPC interfaces, please tell me if the problem occurred. I changed |
20 | | -wire format a little. See below; |
21 | | - |
22 | | -* id and owner\_id element are added to each entry. Those two elements |
23 | | - contain positive integer. |
24 | | -* For SOAP interface users only: element url, download and email are |
25 | | - marked as xsd:anyURI type. Those elements will be unmarshalled as a |
26 | | - URI object at client side, not a String object. |
27 | | - |
28 | | -Except SOAP and XML-RPC we are offering a plain XML or RDF file of RAA |
29 | | -information. Those are at http://raa.ruby-lang.org/xml.xml and |
30 | | -http://raa.ruby-lang.org/rdf.xml. You can also get recent information in |
31 | | -RDF format from http://raa.ruby-lang.org/since.mrb |
32 | | - |
33 | | -Users of pragdave’s XML/RDF feed interfaces should use above for a |
34 | | -while. Pragdave’s former interfaces are not updated now because of |
35 | | -replacing RAA DB. Bare in mind some changes are made to these |
36 | | -interfaces, too. See below; |
37 | | - |
38 | | -* \*.xml files are updated in each 15 minutes, not on the fly. |
39 | | -* Charset encoding scheme was changed from iso-8859-1 to UTF-8. |
40 | | -* XML instance format is changed for user’s convenience. |
| 14 | +* 간단한 키워드 검색 추가 |
| 15 | +* 지정한 소유자의 프로젝트 표시 |
| 16 | + |
| 17 | +SOAP 및 XML-RPC 인터페이스도 업데이트될 예정입니다. RAA SOAP 및 XML-RPC |
| 18 | +인터페이스 사용자는 문제가 발생하면 알려 주시기 바랍니다. 와이어 포맷이 |
| 19 | +약간 변경되었습니다. 자세한 내용은 아래를 참고하세요: |
| 20 | + |
| 21 | +* 각 항목에 id 및 owner\_id 요소가 추가되었습니다. 두 요소에는 양의 정수가 |
| 22 | + 포함됩니다. |
| 23 | +* SOAP 인터페이스 사용자 한정: url, download, email 요소가 xsd:anyURI |
| 24 | + 형식으로 지정됩니다. 클라이언트 측에서 해당 요소는 String 객체가 아닌 |
| 25 | + URI 객체로 언마샬링됩니다. |
| 26 | + |
| 27 | +SOAP 및 XML-RPC 외에도 RAA 정보를 담은 일반 XML 또는 RDF 파일도 제공합니다. |
| 28 | +파일의 위치는 http://raa.ruby-lang.org/xml.xml과 |
| 29 | +http://raa.ruby-lang.org/rdf.xml입니다. 최신 정보는 RDF 형식으로 |
| 30 | +http://raa.ruby-lang.org/since.mrb에서도 확인할 수 있습니다. |
| 31 | + |
| 32 | +pragdave의 XML/RDF 피드 인터페이스 사용자는 당분간 위의 주소를 이용해 |
| 33 | +주세요. pragdave의 기존 인터페이스는 RAA DB 교체로 인해 현재 업데이트되지 |
| 34 | +않습니다. 또한 이 인터페이스에도 일부 변경 사항이 있으니 참고해 주세요: |
| 35 | + |
| 36 | +* \*.xml 파일은 실시간이 아닌 15분마다 업데이트됩니다. |
| 37 | +* 문자 인코딩이 iso-8859-1에서 UTF-8로 변경되었습니다. |
| 38 | +* XML 인스턴스 형식이 사용 편의를 위해 변경되었습니다. |
41 | 39 |
|
42 | 40 |
|
43 | 41 |
|
|
0 commit comments