File: tech-eds.page

package info (click to toggle)
gnome-devel-docs 40.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 79,188 kB
  • sloc: javascript: 2,514; xml: 2,407; ansic: 2,229; python: 1,854; makefile: 805; sh: 499; cpp: 131
file content (37 lines) | stat: -rw-r--r-- 2,613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="tech-eds" xml:lang="ko">

  <info>
    <link type="guide" xref="tech" group="eds"/>
    <revision pkgversion="3.0" date="2011-04-05" status="candidate"/>

    <credit type="author copyright">
      <name>Shaun McCance</name>
      <email its:translate="no">shaunm@gnome.org</email>
      <years>2011–2012</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="cc-by-sa-3-0.xml"/>

    <desc>Desktop-wide address book for contacts and calendar</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2016, 2017, 2018.</mal:years>
    </mal:credit>
  </info>

<title>에볼루션 데이터 서버</title>

<p>그놈에서는 에볼루션 데이터 서버로 모든 프로그램에서 연락처 정보를 저장하고 전송할 수 있게 하는 단일 주소록과 달력을 제공합니다. 에볼루션 데이터 서버를 활용하면 사용자가 각 프로그램에서 연락처 목록을 더 이상 따로 관리할 필요가 없거나 달력에 행사 내용을 직접 복사할 필요가 없습니다.</p>

<p>여러 사람은 친구 및 동료와 무언가를 할 목적으로 컴퓨터를 점점 더 많이 활용합니다 전자메일 프로그램, 인스턴트 메신저, 전화, 화상 회의 프로그램 같은 프로그램은 다른 사람과 연락할 때 사용합니다. 이 프로그램은 주로 사용자 보조 목적으로 연락처 기능을 제공합니다. 에볼루션 데이터 서버를 활용하면 적절한 사용자 연락처 데이터를 모든 프로그램이 볼 수 있도록 한 곳에 연락처 정보를 저장할 수 있습니다.</p>

<p>사용자 달력에 약속을 저장하고 전달하는 용도로 프로그램에서 에볼루션 데이터 서버를 활용하기도 합니다. 예를 들어 패널의 시계를 누르면 단순히 달력만 나타납니다. 그런데 사용자가 약속을 잡아두면, 달력에 약속을 나타냅니다. 이 기능을 통해 달력 프로그램을 활짝 열어두지 않고도 다가올 약속을 쉽게 볼 수 있습니다.</p>

<list style="compact">
  <item><p><link href="http://developer.gnome.org/libebook/stable/">에볼루션 API 참고서: libebook</link></p></item>
  <item><p><link href="http://developer.gnome.org/libecal/stable/">에볼루션 API 참고서: libecal</link></p></item>
</list>
</page>