Skip to content

다음 지도 API를 이용해서 지역 행사정보를 표시하는 워드프레스 테마입니다. 세월호 침몰 사고를 주제로 열리는 촛불집회 정보를 알리기 위해 제작되었고 이후로도 지역 활동을 공유하는데 활용할 계획입니다. 보통의 블로그 테마로는 사용할 수 없습니다.

License

jinbonetwork/candlelights

Repository files navigation

candlelights

다음 지도 API를 이용해서 지역 행사정보를 표시하는 워드프레스 테마입니다. 세월호 침몰 사고를 주제로 열리는 촛불집회 정보를 알리기 위해 제작되었고 이후로도 지역 활동을 공유하는데 활용할 계획입니다. 보통의 블로그 테마로는 사용할 수 없습니다.

  • 지도를 탐색하면 자동으로 해당 지역의 일정을 검색해서 목록을 갱신합니다.
  • 동 이름을 검색해서 원하는 위치의 지도를 표시할 수 있습니다.
  • 목록이나 마커를 클릭하면 오버레이 팝업으로 자세한 내용을 읽을 수 있습니다.
  • 팝업에는 간단한 주변 지도와 이번 달 일정이 표시됩니다.
  • 일정 정보에 연락처가 있으면 메일이나 문자로 문의사항을 발송할 수 있습니다.

설치 및 설정

  1. 워드프레스를 설치합니다.
  2. 요구사항을 갖춥니다.
  3. 테마 폴더에 본 프로젝트 파일을 업로드합니다.
  4. config.php 파일을 열고 필요한 API 키 및 API에 대한 계정 정보를 입력합니다.
  5. 테마를 활성화합니다.
  6. 일정 정보를 입력할 때 위치 정보를 함께 입력합니다.
  7. 현재 날짜에 해당하는 일정 정보가 지도에 표시됩니다.

요구사항

이 프로젝트를 활용하려면 다음과 같은 라이브러리들이 필요합니다.

패키지 라이선스 저장 위치 용도
All-In-One Event Calendar Copyright (c) Timely Network Inc. All rights reserved. 워드프레스 플러그인 일정 관리

이 프로젝트를 활용하려면 다음과 같은 API 및 계정 정보가 필요합니다.

API 라이선스 경로 용도
Daum Map API Copyright (c) Daum Communications. All rights reserved. http://apis.daum.net/maps/maps3.js 지도 출력
Daum Local API Copyright (c) Daum Communications. All rights reserved. http://apis.daum.net/local/geo 주소 검색
Gmail Account Copyright (c) Google. All rights reserved. http://smtp.gmail.com 메일 발송
DotnetPia SMS Service Account Copyright (c) DotnetPia. All rights reserved. http://nesolution.com/service/sms.aspx 문자 발송

포함한 패키지 목록

이 프로젝트는 다음과 같은 라이브러리들을 포함하고 있습니다.

패키지 라이선스 저장 위치 용도
jquery MIT 워드프레스 번들 자바스크립트 기능 확장
bootstrap MIT contrib/bootstrap/ 기본 모양새와 아이콘
bootstrap-datepicker Apache License Version 2.0 contrib/bootstrap-datepicker/ 날짜 선택기
fancybox Creative Commons Attribution-NonComercial 3.0 contrib/fancybox/ 오버레이 팝업
foundation-icons MIT contrib/foundation-icons/ 추가 아이콘
moment MIT contrib/moment/ clndr 요구사항
underscore MIT contrib/underscore/ clndr 요구사항
clndr MIT contrib/clndr/ 일정표
PHPMailer GNU Lesser General Public License 2.1 contrib/PHPMailer 문의사항 메일 발송
snoopy GNU Public License contrib/snoopy 문의사항 문자 발송

알려진 문제점

  • 일정 등록화면에서 /wordpress/wp-content/plugins/all-in-one-event-calendar/cache/ 디렉토리에 쓰기 권한이 없다는 메시지가 뜹니다. 해당 플러그인의 문제로 동작에는 지장이 없습니다.

버전 히스토리

  • v0.9 -- 처음 업로드, 대부분의 기능 구현.

라이선스

이 프로젝트는 Mozilla Public License 2.0를 따릅니다.

candlelights

This is a WordPress theme that can offer regional information for events using Daum map API. Originally this theme was created for candlelight vigils for Sewol ferry tragedy, but it will be used for sharing the information for other events later. However, it is not a theme for a blog. However, it is not a theme for a blog.

  • Automatically present the regional information as dragging the map.
  • Move the region through searching the name of Dong (a unit of a unit of administrative district of S. Korea)
  • When selecting a position through clicking an item of the list or a marker, display the detail information (the area around the position in the form of a map, and the monthly schedule of the area of the position) with the pop-up window. You can send an e-mail or a text message to the address displayed in the schedule.

Installation and setting

  1. Install WordPress.
  2. Satisfy the requirements below.
  3. Upload the files of this theme into the folder of themes in the WordPress.
  4. Write the related API keys and the account information related to the API's into config.php.
  5. Activate the theme.
  6. Input location information with schedule.

Requirements

The libraries below must be installed.

Package Licence Location to save Use
All-In-One Event Calendar Copyright (c) Timely Network Inc. All rights reserved. plugins in your WordPress Schedule management

The API's below and the account information related to them are needed.

API Licence URI Use
Daum Map API Copyright (c) Daum Communications. All rights reserved. http://apis.daum.net/maps/maps3.js Map
Daum Local API Copyright (c) Daum Communications. All rights reserved. http://apis.daum.net/local/geo Search addresses
Gmail Account Copyright (c) Google. All rights reserved. http://smtp.gmail.com Send e-mails
DotnetPia SMS Service Account Copyright (c) DotnetPia. All rights reserved. http://nesolution.com/service/sms.aspx Send text messages

Packages included in this theme

Package Licence Location to save Use
jquery MIT WordPress bundle Extend the functions of Javascript
bootstrap MIT contrib/bootstrap/ Basic layout and icons
bootstrap-datepicker Apache License Version 2.0 contrib/bootstrap-datepicker/ Date selector
fancybox Creative Commons Attribution-NonComercial 3.0 contrib/fancybox/ Overlay pop-up
foundation-icons MIT contrib/foundation-icons/ Additional icons
moment MIT contrib/moment/ A requirement of CLNDR.js
underscore MIT contrib/underscore/ A requirement of CLNDR.js
clndr MIT contrib/clndr/ Scheduler
PHPMailer GNU Lesser General Public License 2.1 contrib/PHPMailer Send e-mails for inquiry
snoopy GNU Public License contrib/snoopy Send text messages for inquiry

Known problems

  • An error message which informs that the directory of /wp-content/plugins/all-in-one-event-calendar/cache/ has not 'write permission'. The trouble arises from a plug-in included in this theme. However, the function goes well.

Version histroy

  • v0.9 -- The first upload. The most of functions are realized.

Licence

This follows Mozilla Public License 2.0. link-license-mpl-2-0: https://www.mozilla.org/MPL/2.0/

About

다음 지도 API를 이용해서 지역 행사정보를 표시하는 워드프레스 테마입니다. 세월호 침몰 사고를 주제로 열리는 촛불집회 정보를 알리기 위해 제작되었고 이후로도 지역 활동을 공유하는데 활용할 계획입니다. 보통의 블로그 테마로는 사용할 수 없습니다.

Resources

License

Stars

Watchers

Forks

Packages

No packages published