Giter VIP home page Giter VIP logo

hnews_k's Introduction

hNews_k

hNews는 뉴스 콘텐츠용 마이크로포맷이다. hNewshAtom을 확장한 것으로 저널리즘과 관련된 과업을 보다 완전히 묘사할 수 있는 다수의 필드를 포함하고 있다. hNews_khNews를 한국 상황에 맞게 가공한 것이다. 본 저장소에서는 hNews_k 위키 소스코드와 XMDP(XHTML Meta Data Profiles)를 제공한다.

설치

hNews_k 위키를 서버에 설치하기 위해서는 아래와 같은 기본 환경을 구축해야 한다.

  • Ubuntu 14.04+
  • PHP 5.5.9+
  • MySQL 5.0.2+

기본 환경을 구축한 다음, 이 저장소에서 hNews_k 위키 소스코드를 다운로드한다.

$ cd /var/www/html
$ mkdir w
$ cd w
$ git clone https://github.com/seungtto/hNews_k.git

소스코드를 다운로드한 다음, 아래 URL에 접속하여 미디어위키를 설치한다.

http://localhost(또는 서버 IP)/w/index.php
  • 언어 설정: 한국어
  • 저작권 및 이용 약관 확인
  • 데이터베이스 설정: MySQL
  • wiki 이름 및 관리자 계정 설정
  • 확장기능 설정: 모두 선택
  • LocalSettings.php 파일을 다운로드 받아 /var/www/html/w에 저장

설치를 마친 다음, LocalSettings.php 파일을 열어 Dgraph스킨 설정 라인을 추가한다.

$ cd /var/www/html/w
$ vi LocalSettings.php
## add 2 lines
$wgDefaultSkin = "Dgraph";
wfLoadSkin( 'Dgraph' );

편집 및 이용

위키 편집 및 이용에 도움이 되는 자료는 다음과 같다.

저작권

hNews_k 위키는 MediaWikiDgraph Labs의 저작권 정책을 따른다. hNews_k 내 콘텐츠는 hNews의 저작권 정책을 따른다.

hnews_k's People

Contributors

seungtto avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.